summaryrefslogtreecommitdiff
path: root/spec/requests/api/access_requests_spec.rb
Commit message (Expand)AuthorAgeFilesLines
* 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