gitlab-org--gitlab-foss/spec/requests/api
Timm Friebe 05e792b4c4 Implement GET /users/:uid/keys for admin users
Complements POST operation added in gitlabhq/gitlabhq#3146

Implement DELETE /users/:uid/keys/:id for admin users

Fix "Line is too long. [83/80]"

Use single quotes as advised

Use single quotes as advised

Use single quotes as advised

Fix missing space around { and }

Fix typo in documentation

Only catch  ActiveRecord::RecordNotFound, let other exceptions propagate

Raise a "404 Not found" if key to be deleted cannot be found
As requested by @jvanbaarsen in https://github.com/gitlabhq/gitlabhq/pull/6781#discussion_r11735114

Remove tab
Unconfigured vim on this box, grrrr./
2014-04-18 14:16:19 +02:00
..
api_helpers_spec.rb Added API testing group 2014-04-11 21:45:56 +02:00
branches_spec.rb Added API testing group 2014-04-11 21:45:56 +02:00
commits_spec.rb Added API testing group 2014-04-11 21:45:56 +02:00
files_spec.rb Added API testing group 2014-04-11 21:45:56 +02:00
groups_spec.rb Added API testing group 2014-04-11 21:45:56 +02:00
internal_spec.rb Added API testing group 2014-04-11 21:45:56 +02:00
issues_spec.rb Added API testing group 2014-04-11 21:45:56 +02:00
merge_requests_spec.rb Merge pull request #6699 from criteo/api_get_open_merge_requests 2014-04-13 20:10:39 +03:00
milestones_spec.rb Added API testing group 2014-04-11 21:45:56 +02:00
namespaces_spec.rb Added API testing group 2014-04-11 21:45:56 +02:00
notes_spec.rb Added API testing group 2014-04-11 21:45:56 +02:00
project_hooks_spec.rb Added API testing group 2014-04-11 21:45:56 +02:00
project_members_spec.rb Added API testing group 2014-04-11 21:45:56 +02:00
projects_spec.rb Added API testing group 2014-04-11 21:45:56 +02:00
repositories_spec.rb Added API testing group 2014-04-11 21:45:56 +02:00
services_spec.rb Added API testing group 2014-04-11 21:45:56 +02:00
session_spec.rb Added API testing group 2014-04-11 21:45:56 +02:00
system_hooks_spec.rb Added API testing group 2014-04-11 21:45:56 +02:00
users_spec.rb Implement GET /users/:uid/keys for admin users 2014-04-18 14:16:19 +02:00