summaryrefslogtreecommitdiff
path: root/spec/features/groups
Commit message (Collapse)AuthorAgeFilesLines
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-10-181-0/+1
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-10-171-0/+47
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-10-162-2/+2
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-09-181-2/+2
|
* Extract shared example from feature specsinstance-group-level-knativeAlishan Ladhani2019-09-051-223/+4
| | | | For installing applications on a project/group/instance cluster
* Enable Knative installation on group and instance level clustersAlishan Ladhani2019-09-051-0/+242
| | | | | | | | | | - Show Knative install button on group/instance cluster pages - Allow Knative to be installed on group/instance clusters - Add feature specs for installing applications on group/instance clusters - Add changelog entry - Update docs to reflect that Knative can now be installed on group-level and instance-level clusters
* Merge branch '66741-remove-spec-rails_helper-rb' into 'master'Grzegorz Bizon2019-09-034-4/+4
|\ | | | | | | | | | | | | Remove spec/rails_helper.rb Closes #66741 See merge request gitlab-org/gitlab-ce!32380
| * Replace rails_helper.rb with spec_helper.rb66741-remove-spec-rails_helper-rbAsh McKenzie2019-08-304-4/+4
| | | | | | | | | | rails_helper.rb's only logic was to require spec_helper.rb.
* | Move generic k8s services out of GCP namespace46686-move-k8s-services-out-of-gcp-namespaceTiger2019-08-281-1/+1
|/ | | | | These services aren't specific to GCP, and will be used for AWS as part of https://gitlab.com/gitlab-org/gitlab-ce/issues/46686
* UI for disabling group/project email notificationBrett Walker2019-08-171-0/+23
| | | | | | - Adds UI to configure in group and project settings - Removes notification configuration for users when disabled at group or project level
* Merge branch 'master' into sh-break-out-invited-group-membersStan Hu2019-08-092-11/+11
|\
| * Add /starrers view for projectsCamil Staps2019-08-072-11/+11
| |
* | Fix broken specsMartin Wortschack2019-08-063-13/+13
| | | | | | - Add qa- selector to sort dropdown
* | Fix spec for inviting membersStan Hu2019-08-051-0/+2
| |
* | Make it easier to find invited group membersStan Hu2019-08-051-1/+1
|/ | | | | | | | | | | | | We had a number of team members struggle to find invited members of a group. Searching for the e-mail address did not work because search only works with members with user accounts. This commit changes two things: 1. Breaks out the invited members into a separate table. 2. Adds search capability for the invited members. Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/61948
* Fix labels issuable link specsSean McGivern2019-08-011-2/+4
|
* Rename broken spec filesSean McGivern2019-08-011-0/+0
| | | | RSpec only executes files ending in _spec.rb.
* Merge branch 'frozen_string_spec_features' into 'master'Rémy Coutable2019-07-2923-0/+46
|\ | | | | | | | | Add frozen_string_literal to spec/features See merge request gitlab-org/gitlab-ce!31131
| * Add frozen_string_literal to spec/featuresThong Kuah2019-07-2623-0/+46
| | | | | | | | | | Using the sed script from https://gitlab.com/gitlab-org/gitlab-ce/issues/59758
* | Remove code related to object hierarchy in MySQLremove-nested-groups-checksHeinrich Lee Yu2019-07-256-42/+8
|/ | | | | These are not required because MySQL is not supported anymore
* 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-191-6/+9
|
* Fix some code style issuesFabio Papa2019-07-191-4/+8
|
* Apply changes recomended by merge request coachFabio Papa2019-07-191-2/+2
|
* 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)
* Don't let logged out user do manual orderrj-fix-manual-orderRajat Jain2019-07-021-0/+19
| | | | | | Add a check for logged out user in the manual order so that they don't see an flash message when they try to reorder issues.
* Properly check that issue list has persistedStan Hu2019-06-261-0/+16
| | | | | A valid user needs to be signed in, and we need to reload the page to verify that the issue list was saved on the backend.
* Use relative position to order issuesrj-fix-specRajat Jain2019-06-261-13/+4
|
* Stub manual_sorting flagrj-fix-masterRajat Jain2019-06-261-2/+8
|
* Bring Manual Ordering on Issue ListRajat Jain2019-06-261-0/+46
| | | | | | | | | On all the issue lists -- Group, Project and Dashboard -- this change adds a new option for managing the lists. "Manual Ordering" option is added which when flipped on will allow an user to drag and drop issues around to create a relative ordering among them.
* Show Test Automation Engineer for spec/feature asLin Jen-Shin2019-06-061-0/+2
| | | | reviewers.
* Add changelog entryJacques Erasmus2019-05-271-0/+1
| | | | Added a changelog entry for the feature
* Add leave link to access_granted emailmember-access-granted-leave-email-feLuke Bennett2019-05-031-2/+24
| | | | | | | | Allows users to leave a project/group that they have been added to. Add function to leave a namespace by url param If the `leave` param is present on a project/group show page, click the leave link.
* Move Contribution Analytics related spec in ↵Imre Farkas2019-04-091-0/+58
| | | | spec/features/groups/group_page_with_external_authorization_service_spec to EE
* [CE] Support multiple assignees for merge requestsosw-multi-assignees-merge-requestsOswaldo Ferreira2019-04-081-1/+1
| | | | | Backports https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/10161 (code out of ee/ folder).
* Add part of needed codeGosia Ksionek2019-04-051-0/+8
| | | | | | | | | | | | | | | | | Add columns to store project creation settings Add project creation level column in groups and default project creation column in application settings Remove obsolete line from schema Update migration with project_creation_level column existence check Rename migrations to avoid conflicts Update migration methods Update migration method
* Revert "Merge branch 'if-57131-external_auth_to_ce' into 'master'"Andreas Brandl2019-04-051-58/+0
| | | This reverts merge request !26823
* Move Contribution Analytics related spec in ↵Imre Farkas2019-04-051-0/+58
| | | | spec/features/groups/group_page_with_external_authorization_service_spec to EE
* Autocorrect with RSpec/ExampleWording copThong Kuah2019-04-051-3/+3
| | | | | | | - rewords examples starting with 'should' - rewords examples starting with 'it' Note: I had to manually fixup "onlies" to "only"
* Specify new validation message selectorEnrique Alcantara2019-04-031-1/+1
| | | | | Update QA selector to specify that API URL is a input type=url field