summaryrefslogtreecommitdiff
path: root/lib/api/deploy_keys.rb
Commit message (Expand)AuthorAgeFilesLines
* Enable creation of deploy keys with write access via the APIMark Fletcher2017-04-051-0/+1
* Add `requirements: { id: %r{[^/]+} }` for all projects and groups namespaced ...Rémy Coutable2017-03-161-1/+1
* API: Remove `DELETE projects/:id/deploy_keys/:key_id/disable`api-remove-deploy-key-disableRobert Schilling2017-02-201-19/+3
* Paginate all endpoints that return an arrayRobert Schilling2017-02-161-3/+11
* Remove /projects/:id/keys/.. endpointsRobert Schilling2017-02-071-89/+83
* Merge branch 'grapify-deploy-keys' into 'master' Rémy Coutable2017-01-241-9/+8
|\
| * Grapify all endpoints of the deploy keys APIgrapify-deploy-keysRobert Schilling2017-01-231-9/+8
* | Merge branch 'fix-users-deleting-public-deployment-keys' into 'security' Robert Speicher2017-01-231-3/+7
|/
* Use declared_params helper in APIgrapify-declared-paramsRobert Schilling2016-11-141-1/+1
* Fixes various errors when adding deploy keys caused by not exiting the contro...Joshua Welsh2016-10-261-2/+7
* Namespace EnableDeployKeyService under ProjectsZ.J. van de Weg2016-08-081-1/+2
* Create service for enabling deploy keysZ.J. van de Weg2016-08-051-3/+3
* Move deploy_key tests to deploy_key_spec.rbZ.J. van de Weg2016-08-041-5/+6
* Use Grape DSL for deploy keys endpointsZ.J. van de Weg2016-08-031-39/+34
* Endpoints to enable and disable deploy keysZ.J. van de Weg2016-08-031-0/+31
* Change `return`s for `next`s to please rubocop (behaviour is the same)Alejandro Rodríguez2016-07-201-2/+2
* Add /deploy_keys API to retrieve all deploy keys regardless of project affili...Alejandro Rodríguez2016-07-201-53/+66
* Improve error reporting on users APIjubianchi2014-09-161-1/+1
* Remove deprecated findersskv2014-01-191-2/+2
* API: set gitlab-ci service for projectDmitriy Zaporozhets2013-10-291-10/+0
* API: Protect project deploy keys from unauthorized accessDmitriy Zaporozhets2013-09-301-0/+1
* Split Project api on several parts: deploy_keys, hooks, snippets etcDmitriy Zaporozhets2013-06-061-0/+84