summaryrefslogtreecommitdiff
path: root/lib/api/access_requests.rb
Commit message (Expand)AuthorAgeFilesLines
* changing the useless commenttest-jc-rewrite-get-commit-messageJohn Cai2019-01-081-1/+1
* temp: testing jc-rewrite-get-commit-message gitaly branchJohn Cai2019-01-081-0/+1
* Fix API::Namespaces to accept namepaces with dotsif-52811-fix_namespaces_api_routingImre Farkas2018-11-281-1/+1
* Enable frozen string in lib/api and lib/backupgfyoung2018-09-291-0/+2
* Disable existing offenses for the CodeReuse copsYorick Peterse2018-09-111-0/+6
* Improve Member servicesrc/reduce-delta-with-ce-in-controllers-ceRémy Coutable2018-02-271-2/+2
* Remove explicit audit event log in MembershipActionsRémy Coutable2018-02-271-3/+5
* Remove N+1 queries with /projects/:project_id/{access_requests,members} API e...sh-fix-project-members-api-perfStan Hu2018-01-301-3/+3
* API: Use defined project requirementsrs-api-use-project-requirementsRobert Schilling2017-08-311-1/+1
* Conditionally destroy a ressourceRobert Schilling2017-08-281-6/+5
* API: Respect the 'If-Unmodified-Since' for delete endpointsRobert Schilling2017-08-281-0/+3
* Update grape gemdz-update-grapeDmitriy Zaporozhets2017-07-201-0/+1
* Enable Style/DotPosition Rubocop :cop:Grzegorz Bizon2017-06-211-2/+2
* Add `requirements: { id: %r{[^/]+} }` for all projects and groups namespaced ...Rémy Coutable2017-03-161-1/+1
* Use the pagination helper in the APIuse-pagination-helperRobert Schilling2016-12-041-0/+5
* Use declared_params helper in APIgrapify-declared-paramsRobert Schilling2016-11-141-1/+1
* Use Grape DSL to document methods and their paramsrc-use-grape-dsl-to-document-members-apiRémy Coutable2016-10-051-38/+26
* Fix a few things after the initial improvment to Members::DestroyServiceRémy Coutable2016-10-031-1/+2
* Improve Members::DestroyServiceRémy Coutable2016-10-031-3/+1
* New AccessRequestsFinderRémy Coutable2016-09-281-2/+2
* New Members::ApproveAccessRequestServiceRémy Coutable2016-09-221-6/+1
* Ensure invitees are not returned in Members APIRémy Coutable2016-09-161-1/+1
* Improve the performance of the GET /:sources/:id/{access_requests,members} AP...Rémy Coutable2016-08-101-3/+2
* New AccessRequests API endpoints for Group & ProjectRémy Coutable2016-08-101-0/+91