summaryrefslogtreecommitdiff
path: root/spec/features/projects/members/master_manages_access_requests_spec.rb
Commit message (Expand)AuthorAgeFilesLines
* 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
* Resolve "Rename the `Master` role to `Maintainer`" BackendMark Chao2018-07-111-2/+2
* Enable Capybara/FeatureMethods copWinnie Hellmann2018-07-051-1/+1
* Ensure member notifications are sent after the member actual creation/update ...Rémy Coutable2018-04-261-42/+3
* Replace deprecated name_with_namespace with full_name in app and specDmitriy Zaporozhets2018-03-051-2/+2
* Replace '.team << [user, role]' with 'add_role(user)' in specs36782-replace-team-user-role-with-add_role-user-in-specsblackst0ne2017-12-221-1/+1
* Change all `:empty_project` to `:project`rs-empty_project-defaultRobert Speicher2017-08-021-1/+1
* Remove superfluous type defs in specsKeifer Furzland2017-07-271-1/+1
* Auto-correct ProjectPathHelper violationsRobert Speicher2017-07-061-3/+3
* 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
* Make access request specs explicitly enable or disable access requests as req...Nick Thomas2016-11-111-1/+1
* Tests updatePhil Hughes2016-09-131-1/+1
* Exclude requesters from Project#members, Group#members and User#membersexplicit-requesters-scopeRémy Coutable2016-07-011-1/+1
* Fix specsRémy Coutable2016-06-201-1/+1
* UI and copywriting improvements13948-access-request-to-projects-and-groupsRémy Coutable2016-06-141-9/+5
* Add request access for groupsRémy Coutable2016-06-141-0/+51