summaryrefslogtreecommitdiff
path: root/spec/requests/api/access_requests_spec.rb
Commit message (Expand)AuthorAgeFilesLines
* Add latest changes from gitlab-org/gitlab@13-4-stable-eeGitLab Bot2020-09-191-1/+1
* Add latest changes from gitlab-org/gitlab@13-2-stable-eeGitLab Bot2020-07-201-1/+1
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-02-211-14/+14
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-02-171-6/+6
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-10-291-0/+2
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-10-161-2/+2
* Update specs to rails5 formatblackst0ne-convert-specs-rails5-styleblackst0ne2018-12-191-1/+1
* Resolve "Rename the `Master` role to `Maintainer`" BackendMark Chao2018-07-111-19/+19
* Updates from `rubocop -a`Lin Jen-Shin2018-07-091-1/+1
* Replace '.team << [user, role]' with 'add_role(user)' in specs36782-replace-team-user-role-with-add_role-user-in-specsblackst0ne2017-12-221-2/+2
* Refactor `have_http_status` into `have_gitlab_http_status` in the specsJacopo2017-10-201-14/+14
* Use set in some API specsrc/use-set-in-api-specsRémy Coutable2017-09-191-6/+6
* Change all `:empty_project` to `:project`rs-empty_project-defaultRobert Speicher2017-08-021-1/+1
* Unnecessary "include WaitForAjax" and "include ApiHelpers"Jacopo2017-04-211-3/+1
* Return 204 for delete endpointsRobert Schilling2017-02-281-2/+2
* Add a custom pagination matcherRobert Schilling2017-02-161-0/+1
* Replace many :project with :empty_projects in API specsuse-empty_project-factory-in-api-specsRémy Coutable2017-01-171-1/+1
* Make access request specs explicitly enable or disable access requests as req...Nick Thomas2016-11-111-11/+11
* Invert method's namingRémy Coutable2016-10-031-1/+1
* Improve Members::DestroyServiceRémy Coutable2016-10-031-2/+12
* New Members::RequestAccessServiceRémy Coutable2016-09-221-2/+16
* New AccessRequests API endpoints for Group & ProjectRémy Coutable2016-08-101-0/+246