summaryrefslogtreecommitdiff
path: root/spec/requests/api/deploy_keys_spec.rb
Commit message (Expand)AuthorAgeFilesLines
* API: Remove `DELETE projects/:id/deploy_keys/:key_id/disable`api-remove-deploy-key-disableRobert Schilling2017-02-201-21/+0
* Add a custom pagination matcherRobert Schilling2017-02-161-0/+2
* Grapify all endpoints of the deploy keys APIgrapify-deploy-keysRobert Schilling2017-01-231-7/+2
* Replace many :project with :empty_projects in API specsuse-empty_project-factory-in-api-specsRémy Coutable2017-01-171-2/+2
* Use :maximum instead of :within for length validators with a 0..N range25209-improve-length-validatorsRémy Coutable2016-12-061-3/+1
* Changed API spec files to describe the correct classLivier2016-11-281-1/+1
* Fixes various errors when adding deploy keys caused by not exiting the contro...Joshua Welsh2016-10-261-0/+17
* Create service for enabling deploy keysZ.J. van de Weg2016-08-051-5/+8
* Move deploy_key tests to deploy_key_spec.rbZ.J. van de Weg2016-08-041-0/+74
* Use Grape DSL for deploy keys endpointsZ.J. van de Weg2016-08-031-1/+0
* Endpoints to enable and disable deploy keysZ.J. van de Weg2016-08-031-0/+84