summaryrefslogtreecommitdiff
path: root/spec/features/projects/members
Commit message (Collapse)AuthorAgeFilesLines
* Fix typo in causing failing to test in sorting_spec.rbStan Hu2019-08-091-1/+1
|
* Merge branch 'master' into sh-break-out-invited-group-membersStan Hu2019-08-092-13/+13
|\
| * Add /starrers view for projectsCamil Staps2019-08-072-13/+13
| |
* | Fix broken specsMartin Wortschack2019-08-061-9/+9
|/ | | - Add qa- selector to sort dropdown
* Merge branch 'frozen_string_spec_features' into 'master'Rémy Coutable2019-07-2916-0/+32
|\ | | | | | | | | Add frozen_string_literal to spec/features See merge request gitlab-org/gitlab-ce!31131
| * Add frozen_string_literal to spec/featuresThong Kuah2019-07-2616-0/+32
| | | | | | | | | | 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-251-2/+2
|/ | | | | These are not required because MySQL is not supported anymore
* Add leave link to access_granted emailmember-access-granted-leave-email-feLuke Bennett2019-05-032-2/+20
| | | | | | | | 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.
* Fix a few specs after updating capybara and selenium-webdriverRémy Coutable2019-04-121-1/+2
| | | | Signed-off-by: Rémy Coutable <remy@rymai.me>
* Autocorrect with RSpec/ExampleWording copThong Kuah2019-04-051-1/+1
| | | | | | | - rewords examples starting with 'should' - rewords examples starting with 'it' Note: I had to manually fixup "onlies" to "only"
* Change policy regarding group visibilityMałgorzata Ksionek2019-02-201-0/+2
|
* Keep sorting selection when search users on admin panelDmitriy Zaporozhets2018-12-041-1/+1
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Fix losing search query when sort users on admin users pageDmitriy Zaporozhets2018-12-031-8/+1
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Unite green buttons under one css classDmitriy Zaporozhets2018-09-191-2/+2
| | | | | | Rename btn-new, btn-create and btn-save to btn-success Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Update invite_group_spec to be consistent with EEDennis Tang2018-09-071-9/+8
| | | | | | | | The check for the "Invite member" tab for the test where a project cannot be shared with groups isn't relevant, and needs to be removed since in EE the visibility rules for the tab are different due to both the group and membership lock capabilities.
* Resolve "Improve handling of projects shared with a group"Dennis Tang2018-09-071-19/+19
|
* Show the status of a user in interactionsBob Van Landuyt2018-07-301-0/+8
| | | | | | | | | | | | | | | The status is shown for - The author of a commit when viewing a commit - Notes on a commit (regular/diff) - The user that triggered a pipeline when viewing a pipeline - The author of a merge request when viewing a merge request - The author of notes on a merge request (regular/diff) - The author of an issue when viewing an issue - The author of notes on an issue - The author of a snippet when viewing a snippet - The author of notes on a snippet - A user's profile page - The list of members of a group/user
* Resolve "Rename the `Master` role to `Maintainer`" BackendMark Chao2018-07-118-39/+39
|
* Updates from `rubocop -a`Lin Jen-Shin2018-07-091-1/+1
|
* Enable Capybara/FeatureMethods copWinnie Hellmann2018-07-0516-81/+81
|
* Ensure member notifications are sent after the member actual creation/update ↵Rémy Coutable2018-04-261-42/+3
| | | | | | in the DB Signed-off-by: Rémy Coutable <remy@rymai.me>
* Replace deprecated name_with_namespace with full_name in app and specDmitriy Zaporozhets2018-03-052-3/+3
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Update to jQuery 3.Jacob Schatz2018-02-201-0/+5
|
* fixed failing specsph-ajax-to-axiosPhil Hughes2018-01-301-1/+1
|
* Replace '.team << [user, role]' with 'add_role(user)' in specs36782-replace-team-user-role-with-add_role-user-in-specsblackst0ne2017-12-227-7/+7
|
* Don't perform a JS request when deleting a membership.bvl-refresh-member-listing-on-removalBob Van Landuyt2017-11-131-0/+16
|
* Merge branch 'master' into sh-headless-chrome-supportMike Greiling2017-10-291-1/+1
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * master: (96 commits) Fetch the merged branches at once Merging EE doc into CE Avoid using Rugged in Gitlab::Git::Wiki#preview_slug Cache commits on the repository model Remove groups_select from global namespace & simplifies the code Change default disabled merge request widget message to "Merge is not allowed yet" Semi-linear history merge is now available in CE. Remove repetitive karma spec Improve spec to check hidden component Rename to shouldShowUsername Add KubernetesService#default_namespace tests Revert "Merge branch '36670-remove-edit-form' into 'master'" Fix bitbucket login Remove duped tests Add path attribute to WikiFile class Make local_branches OPT_OUT Clarify the language around External Group membership with SAML SSO to clarify that this will NOT add users to GitLab Groups. Added ssh fingerprint, gitlab ci and pages information in an instance configuration page Fix the incorrect value being used to set GL_USERNAME on hooks Resolve "Remove overzealous tooltips in projects page tabs" ...
| * Remove groups_select from global namespace & simplifies the codeFilipa Lacerda2017-10-271-1/+1
| |
* | fix member expire calendar selection by triggering blurMike Greiling2017-10-241-0/+1
| |
* | add accept_confirm around "remove" buttonMike Greiling2017-10-241-1/+1
| |
* | add accept_confirm to specJose Ivan Vargas2017-10-231-1/+1
| |
* | Merge branch 'master' into sh-headless-chrome-supportMike Greiling2017-10-093-3/+3
|\ \ | |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * master: (113 commits) Introduce new hook data builders for Issue and MergeRequest Don't create todos for old issue assignees Start adding Gitlab::HookData::IssuableBuilder Include the changes in issuable webhook payloads Rename the `codeclimate` job to `codequality` Don't show an "Unsubscribe" link in snippet comment notifications Add QA::Scenario::Gitlab::Group::Create Removes CommitsList from global namespace Fix wiki empty page translation namespace not being removed Fixes mini graph in commit view Fix link to new i18n index page Update i18n docs Move i18n/introduction to i18n/index Resolve "Simple documentation update - backup to restore in restore section" Remove AjaxLoadingSpinner and CreateLabelDropdown from global namespace Move cycle analytics banner into a vue file Updated Icons + Fix for Collapsed Groups Angle Don't create fork networks for root projects that are deleted Remove executable permissions on images to make docs lint happy Sync up hard coded DN class in migration ...
| * Replaces `tag: true` into `:tag` in the specsJacopo2017-10-073-3/+3
| | | | | | | | | | | | Replaces all the explicit include metadata syntax in the specs (tag: true) into the implicit one (:tag). Added a cop to prevent future errors and handle autocorrection.
* | Replaced trigger calls for clickJose Ivan Vargas2017-09-251-2/+2
| |
* | Merge branch 'master' into sh-headless-chrome-supportJose Ivan Vargas2017-09-132-7/+198
|\ \ | |/
| * Refer to “Share with group lock” consistentlyimprove-share-locking-feature-for-subgroupsMichael Kozono2017-09-061-9/+9
| |
| * Specify nested_groups specsMichael Kozono2017-09-061-1/+1
| |
| * Add post-nested group Share lock integration testsMichael Kozono2017-09-061-34/+86
| |
| * Add pre-nested group share lock testsMichael Kozono2017-09-061-40/+102
| |
| * Refactor and rename specsMichael Kozono2017-09-062-7/+84
| |
* | Merge branch 'master' into sh-headless-chrome-supportStan Hu2017-09-051-3/+2
|\ \ | |/
| * more spec fixesPhil Hughes2017-08-291-3/+2
| |
* | Add return value in form input to make add member specs passStan Hu2017-08-111-2/+2
|/
* Change all `:empty_project` to `:project`rs-empty_project-defaultRobert Speicher2017-08-0213-13/+13
|
* Use `empty_project` where possible in spec/features/projectsRobert Speicher2017-07-2710-10/+10
|
* Remove superfluous type defs in specsKeifer Furzland2017-07-2715-15/+15
| | | | Signed-off-by: Rémy Coutable <remy@rymai.me>
* Support multiple Redis instances based on queue typePaul Charlton2017-07-111-2/+2
|
* Merge branch 'master' into rs-sign_inRobert Speicher2017-07-072-5/+6
|\
| * Resolve "Inconsistent location of members page between groups and projects"Tim Zallmann2017-07-072-5/+6
| |
* | Merge branch 'master' into rs-sign_inRobert Speicher2017-07-061-1/+1
|\ \ | |/