summaryrefslogtreecommitdiff
path: root/spec/requests/api/deploy_keys_spec.rb
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'sh-migrate-can-push-to-deploy-keys-projects-10-3' into 'securit...Douwe Maan2018-01-161-11/+1
* Refactor `have_http_status` into `have_gitlab_http_status` in the specsJacopo2017-10-201-15/+15
* Add tests for the unmodified headerRobert Schilling2017-08-281-0/+4
* Enable the Layout/SpaceBeforeBlockBraces coprc/enable-the-Layout/SpaceBeforeBlockBraces-copRémy Coutable2017-08-091-1/+1
* Change all `:empty_project` to `:project`rs-empty_project-defaultRobert Speicher2017-08-021-3/+3
* Fix edit button for deploy keys available from other projectsAlexander Randa2017-06-201-0/+10
* Correct RSpec/SingleLineHook cop offensesRobert Speicher2017-06-141-2/+6
* Implement ability to update deploy keysAlexander Randa2017-06-021-13/+56
* Unnecessary "include WaitForAjax" and "include ApiHelpers"Jacopo2017-04-211-3/+1
* Enable creation of deploy keys with write access via the APIMark Fletcher2017-04-051-0/+9
* Return 204 for delete endpointsRobert Schilling2017-02-281-0/+2
* 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