summaryrefslogtreecommitdiff
path: root/spec/features
Commit message (Collapse)AuthorAgeFilesLines
* Remove code related to object hierarchy in MySQLremove-nested-groups-checksHeinrich Lee Yu2019-07-2518-58/+24
| | | | | These are not required because MySQL is not supported anymore
* Merge branch '52442-initial-mysql-support-removal' into 'master'Robert Speicher2019-07-231-7/+1
|\ | | | | | | | | | | | | Remove dead mysql code Closes #63191 See merge request gitlab-org/gitlab-ce!29608
| * Remove dead MySQL codeNick Thomas2019-07-231-7/+1
| | | | | | | | None of this code can be reached any more, so it can all be removed
* | Update Mermaid to v8.2.3sh-update-mermaidStan Hu2019-07-231-2/+3
|/ | | | | | | | | | 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
* Bring backward compatibility for request profilesKamil Trzciński2019-07-231-2/+10
| | | | | | | | | | | | 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.
* Merge branch 'maintainers-can-create-subgroup' into 'master'Sean McGivern2019-07-223-14/+101
|\ | | | | | | | | Add a group setting to allow Maintainers to create sub-groups See merge request gitlab-org/gitlab-ce!29718
| * Apply recomended changes from merge coachFabio Papa2019-07-191-2/+4
| |
| * Clean up the show_spec examples previously addedFabio Papa2019-07-191-4/+2
| |
| * Apply recomended changes from merge coachFabio Papa2019-07-191-2/+4
| |
| * Clean up the show_spec examples previously addedFabio Papa2019-07-191-4/+2
| |
| * Make subgroup_creation_level default to maintainer at SQL levelFabio Papa2019-07-191-2/+4
| | | | | | | | | | | | - Migration updates existing groups to "owner", then sets default to "maintainer" so that new groups will default to that - Update spec examples
| * Clean up the show_spec examples previously addedFabio Papa2019-07-191-4/+2
| |
| * Apply recomended changes from merge coachFabio Papa2019-07-192-8/+10
| |
| * Fix some code style issuesFabio Papa2019-07-191-4/+8
| |
| * Apply changes recomended by merge request coachFabio Papa2019-07-192-2/+11
| |
| * Clean up the show_spec examples previously addedFabio Papa2019-07-191-18/+18
| |
| * Make subgroup_creation_level default to maintainer at SQL levelFabio Papa2019-07-191-6/+11
| | | | | | | | | | | | - Migration updates existing groups to "owner", then sets default to "maintainer" so that new groups will default to that - Update spec examples
| * Style rules; Revert some examplesFabio Papa2019-07-192-8/+18
| |
| * Add feature examples specing maintainers creating subgroupsFabio Papa2019-07-191-4/+18
| | | | | | | | | | | | | | 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.
| * Add examples specing the setting to choose who can create subgroupsFabio Papa2019-07-191-0/+8
| | | | | | | | | | | | | | This setting is at the group level only. The default is specified to be maintainers and owners. **Specs only**, all failing.
| * Add failing feature spec detailing a maintainer creating a subgroupFabio Papa2019-07-191-13/+48
| | | | | | | | | | | | | | | | | | - 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)
* | Merge branch 'ce-9688-add-remove-blocking-mrs' into 'master'Sean McGivern2019-07-222-2/+6
|\ \ | | | | | | | | | | | | CE backport of "Add or remove blocking merge requests" See merge request gitlab-org/gitlab-ce!30908
| * | Add Aria support to capybaraNick Thomas2019-07-222-2/+6
| |/
* | Display group id on group admin pageZsolt Kovari2019-07-221-0/+1
| |
* | Display project id on project admin pageZsolt Kovari2019-07-221-0/+1
|/
* Merge branch '64160-fix-duplicate-buttons' into 'master'Fatih Acet2019-07-191-3/+3
|\ | | | | | | | | | | | | Remove duplicate buttons Closes #64160 See merge request gitlab-org/gitlab-ce!30757
| * Remove duplicate buttons64160-fix-duplicate-buttonsSamantha Ming2019-07-171-3/+3
| |
* | Add profile mode to extend request profilingadd-profile-mode-to-extend-request-profilingQingyu Zhao2019-07-181-24/+79
| | | | | | | | | | | | | | 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
* | Resolve "Label picker: Line break on long label titles"Ammar Alakkad2019-07-171-1/+1
| |
* | Merge branch 'remove-support-for-legacy-pipeline-triggers' into 'master'Kamil Trzciński2019-07-161-6/+72
|\ \ | | | | | | | | | | | | | | | | | | Remove support for legacy pipeline triggers Closes #30231 See merge request gitlab-org/gitlab-ce!30133
| * | Allow use of legacy triggers with feature flagFabio Pitino2019-07-151-6/+72
| | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* | | Fix linebreak rendering in Mermaid flowchartsMartin Hanzel2019-07-161-0/+18
| |/ |/|
* | Hide restricted and disallowed visibility radioshide-restricted-visibility-radioLuke Bennett2019-07-151-204/+234
|/ | | | | Show a message if many levels are restricted and a different message if all levels are restricted.
* Remove auto ssl feature flagsVladimir Shushlin2019-07-121-27/+8
| | | | | * remove feature flag for admin settings * remove feature flag for domain settings
* Open WebIDE in fork when user doesn't have access51952-redirect-to-webide-in-forkMarkus Koller2019-07-121-0/+1
| | | | | | | 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.
* Merge branch 'bvl-rename-routes-after-user-rename' into 'master'Jan Provaznik2019-07-122-2/+2
|\ | | | | | | | | Set the name of a user-namespace to the user name See merge request gitlab-org/gitlab-ce!23272
| * Use namespace#path for building urls in specsBob Van Landuyt2019-07-092-2/+2
| | | | | | | | | | | | 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.
* | Fix invalid milestone URL for new milestone dropdown64321-wrong-url-when-creating-milestones-from-instance-milestones-dashboardDmitriy Zaporozhets2019-07-091-0/+14
|/ | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Implemented frontend suggestionsNick Kipling2019-07-091-1/+1
| | | | | | Converted storage details into a small partial Reworded the storage details summary as suggested Updated pot file
* Fix subgroup url in search drop downFrancisco Javier López2019-07-091-62/+62
| | | | | | | | | | 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
* Merge branch 'fetch-forked-projects-create-mr' into 'master'Filipa Lacerda2019-07-051-0/+54
|\ | | | | | | | | | | | | Create private merge requests in forks Closes #58583 See merge request gitlab-org/gitlab-ce!29984
| * Create private merge requests in forksPhil Hughes2019-07-051-0/+54
| | | | | | | | https://gitlab.com/gitlab-org/gitlab-ce/issues/58583
* | Change 'Todo' to 'To Do'Christie Lenneville2019-07-043-12/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Currently, we label items to be done as "Todo." This is grammatically incorrect and (therefore) confusing—especially to our Spanish-speaking users for whom "todo" has a specific and unrelated meaning. We should use "To Do" and always use it as singular (not "To Dos"). Updates to wording in a few places per MR (ee) discussion Updating locale/gitlab.pot Updates to wording in a few places per MR (ee) discussion Updating locale/gitlab.pot
* | OmniAuth full_host spec helperJames Edwards-Jones2019-07-041-10/+2
|/ | | | | | | Allows us to correctly set omniauth's full_host so redirects take the port into account. Needed when running selenium tests on a different port
* Merge branch 'limit-amount-of-tests-returned' into 'master'Stan Hu2019-07-031-14/+48
|\ | | | | | | | | | | | | Limit amount of JUnit tests returned Closes #64035 See merge request gitlab-org/gitlab-ce!30274
| * Limit amount of JUnit tests returnedKamil Trzciński2019-07-031-14/+48
| | | | | | | | | | | | | | | | | | | | Currently, we do not cap amount of tests returned to frontend, thus in some extreme cases we can see a MBs of data stored in Redis. This adds an upper limit of 100 tests per-suite. We will continue showing the total counters correctly, but we will limit amount of tests that will be presented.
* | Merge branch 'issue/55953' into 'master'Sean McGivern2019-07-0311-133/+133
|\ \ | | | | | | | | | | | | | | | | | | rename `discussion` to `thread` Closes #55953 See merge request gitlab-org/gitlab-ce!29553
| * \ Merge branch 'master' into michel.engelen/gitlab-ce-issue/55953Sean McGivern2019-07-037-18/+50
| |\ \
| * | | updated tests to comply with the corresponding EE branchMichel Engelen2019-07-024-8/+8
| | | |
| * | | fixed remaining specs for !29553Michel Engelen2019-07-021-2/+2
| | | |