gitlab-org--gitlab-foss/spec
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
..
controllers
factories
features
finders
fixtures
helpers
javascripts
lib
mailers
models Merge pull request #6731 from hiroponz/better-title-format-for-wiki-page 2014-04-13 20:13:02 +03:00
observers
requests/api Implement GET /users/:uid/keys for admin users 2014-04-18 14:16:19 +02:00
routing Fixes to group route tests, thanks DZ 2014-04-15 10:40:37 +02:00
services
support
tasks/gitlab
workers
factories.rb
factories_spec.rb
seed_project.tar.gz
spec_helper.rb