- 26 Jul, 2019 1 commit
-
-
Thong Kuah authored
Using the sed script from https://gitlab.com/gitlab-org/gitlab-ce/issues/59758
-
- 25 Jul, 2019 1 commit
-
-
Thong Kuah authored
-
- 24 Jul, 2019 2 commits
-
-
-
Robert Speicher authored
-
- 23 Jul, 2019 3 commits
-
-
Stan Hu authored
This fixes fill colors not working with Mermaid and pulls in a number of other fixes. * https://github.com/knsv/mermaid/blob/master/CHANGELOG.md * https://github.com/knsv/mermaid/#special-note-regarding-version-82 Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/64601
-
Nick Thomas authored
None of this code can be reached any more, so it can all be removed
-
Kamil Trzciński authored
It seems that we missed the backward compatibility support for profiles in the existing folder. This commit also fixes some specs to be idempotent and work in a temporary directory which not always seems to be the case. This commit also brings the profile_spec.rb which seems to be missing.
-
- 22 Jul, 2019 3 commits
-
-
Nick Thomas authored
-
Zsolt Kovari authored
-
Zsolt Kovari authored
-
- 19 Jul, 2019 15 commits
-
-
Fabio Papa authored
-
Fabio Papa authored
-
Fabio Papa authored
-
Fabio Papa authored
-
Fabio Papa authored
- Migration updates existing groups to "owner", then sets default to "maintainer" so that new groups will default to that - Update spec examples
-
Fabio Papa authored
-
Fabio Papa authored
-
Fabio Papa authored
-
Fabio Papa authored
-
Fabio Papa authored
-
Fabio Papa authored
- Migration updates existing groups to "owner", then sets default to "maintainer" so that new groups will default to that - Update spec examples
-
Fabio Papa authored
-
Fabio Papa authored
Both with subgroup_creation_level set to owners and to maintainers. Also fixed the naming of some other examples in the same spec as they were contradicting what they were actually performing in the test. These examples were probably copy/pasted, and not renamed.
-
Fabio Papa authored
This setting is at the group level only. The default is specified to be maintainers and owners. **Specs only**, all failing.
-
Fabio Papa authored
- Change the two existing feature examples that create a subgroup to elucidate that the owner is creating the subgroup - Nest two more specs inside the 'subgroup support' context detailing what happens when a maintainer attempts to add a subgroup (one with subgroup support, and one without)
-
- 18 Jul, 2019 1 commit
-
-
Qingyu Zhao authored
Extend the support for "X-Profile-Token: <token>" to have an additional header that defines type of profile we are looking for, like: X-Profile-Mode: execution X-Profile-Mode: memory
-
- 17 Jul, 2019 2 commits
-
-
Samantha Ming authored
-
Ammar Alakkad authored
-
- 16 Jul, 2019 1 commit
-
-
Martin Hanzel authored
-
- 15 Jul, 2019 2 commits
-
-
Luke Bennett authored
Show a message if many levels are restricted and a different message if all levels are restricted.
-
Fabio Pitino authored
Keep feature flag disabled by default and turn off all functionality related to legacy triggers. * Block legacy triggers from creating pipeline * Highlight legacy triggers to be invalid via the UI * Make legacy triggers invalid in the model
-
- 12 Jul, 2019 2 commits
-
-
Vladimir Shushlin authored
* remove feature flag for admin settings * remove feature flag for domain settings
-
Markus Koller authored
When opening the IDE on a project where the user doesn't have push access, we create a fork and then redirect back to the IDE. To make sure the user can actually commit, we need to open the IDE in the forked project rather than the upstream project.
-
- 09 Jul, 2019 4 commits
-
-
Dmitriy Zaporozhets authored
Signed-off-by:
Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
Bob Van Landuyt authored
Some of the specs were using namespace names instead of paths for building URLS. This would fail since we now build a namespace with a user's name instead of a user's username.
-
Nick Kipling authored
Converted storage details into a small partial Reworded the storage details summary as suggested Updated pot file
-
Francisco Javier López authored
Inside a subgroup scope, when the user clicks on the search drop down in the header, some options are displayed. Some of this links direct the user to the issues and merge requests linked to the subgroup. Nevertheless, the url was broken because they doesn't include the complete group namespace
-
- 05 Jul, 2019 3 commits
-
-
Fabio Papa authored
-
Fabio Papa authored
-
Fabio Papa authored
- Migration updates existing groups to "owner", then sets default to "maintainer" so that new groups will default to that - Update spec examples
-