summaryrefslogtreecommitdiff
path: root/spec/features/projects/members/user_requests_access_spec.rb
Commit message (Expand)AuthorAgeFilesLines
* Add latest changes from gitlab-org/gitlab@14-8-stable-eev14.8.0-rc42GitLab Bot2022-02-181-1/+1
* Add latest changes from gitlab-org/gitlab@14-5-stable-eev14.5.0-rc42GitLab Bot2021-11-181-0/+1
* Add latest changes from gitlab-org/gitlab@14-3-stable-eev14.3.0-rc42GitLab Bot2021-09-201-1/+1
* Add latest changes from gitlab-org/gitlab@14-0-stable-eev14.0.0-rc42GitLab Bot2021-06-161-2/+5
* Add latest changes from gitlab-org/gitlab@13-11-stable-eev13.11.0-rc43GitLab Bot2021-04-201-1/+1
* Add latest changes from gitlab-org/gitlab@13-1-stable-eeGitLab Bot2020-06-181-1/+1
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-10-251-2/+0
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-10-161-1/+1
* Add frozen_string_literal to spec/featuresThong Kuah2019-07-261-0/+2
* Fix a few specs after updating capybara and selenium-webdriverRémy Coutable2019-04-121-1/+2
* Resolve "Rename the `Master` role to `Maintainer`" BackendMark Chao2018-07-111-2/+2
* Updates from `rubocop -a`Lin Jen-Shin2018-07-091-1/+1
* Enable Capybara/FeatureMethods copWinnie Hellmann2018-07-051-7/+7
* Replace deprecated name_with_namespace with full_name in app and specDmitriy Zaporozhets2018-03-051-1/+1
* add accept_confirm to specJose Ivan Vargas2017-10-231-1/+1
* more spec fixesPhil Hughes2017-08-291-3/+2
* Use `empty_project` where possible in spec/features/projectsRobert Speicher2017-07-271-1/+1
* Remove superfluous type defs in specsKeifer Furzland2017-07-271-1/+1
* Merge branch 'master' into rs-sign_inRobert Speicher2017-07-071-3/+4
|\
| * Resolve "Inconsistent location of members page between groups and projects"Tim Zallmann2017-07-071-3/+4
| * Create and use project path helpers that only need a project, no namespaceDouwe Maan2017-07-051-4/+4
* | Auto-correct ProjectPathHelper violationsRobert Speicher2017-07-061-4/+4
* | Change gitlab_sign_in to sign_in where possibleRobert Speicher2017-06-291-1/+1
|/
* Change `login_as` uses to `gitlab_sign_in`Robert Speicher2017-06-191-1/+1
* Use CTEs for nested groups and authorizationsYorick Peterse2017-05-171-2/+1
* Added test to prevent ‘Request access’ regression29335-fix-request-access-button-visibilityJames Edwards-Jones2017-04-221-0/+11
* update sub-nav selector in user_requests_access_specMike Greiling2017-03-231-1/+1
* fixed user_access_request_specsettings-tabJose Ivan Vargas2017-03-071-1/+7
* Moved the members (project_members)option to a single controller called membersJose Ivan Vargas2017-01-031-1/+1
* Make access request specs explicitly enable or disable access requests as req...Nick Thomas2016-11-111-1/+1
* Fix a few nitpicksRémy Coutable2016-07-201-4/+2
* Allow to disable user request access to groups/projectsFelipe Artur2016-07-201-0/+9
* Exclude requesters from Project#members, Group#members and User#membersexplicit-requesters-scopeRémy Coutable2016-07-011-4/+4
* Show 'Leave project' only if member can actually leave the projectRémy Coutable2016-06-181-0/+1
* UI and copywriting improvements13948-access-request-to-projects-and-groupsRémy Coutable2016-06-141-16/+16
* Add request access for groupsRémy Coutable2016-06-141-0/+54