gitlabhq/lib
Sebastian Ziebell 818caf0b5d API: refined status code handling when adding or updating a project member
When a user is added to a project that is already a member of, a status code 201 is now returned to
signal an idempotent operation. If something fails then instead of returning error code 404 different
more specific error codes are returned. Status code 400 (Bad request) is returned when a required
attribute, e.g. `access_level` is not given or 422 if there is a semantic error, e.g. should
the `access_level` have an unsupported value.

Specs are added to check these status codes.
2013-02-08 14:33:29 +01:00
..
api API: refined status code handling when adding or updating a project member 2013-02-08 14:33:29 +01:00
assets move assets from lib directory to vendor 2012-05-29 17:56:48 +05:00
gitlab add remove keys from gitlab-shell by id 2013-02-05 11:12:15 +02:00
redcarpet/render Fix parsing of ref-like Urls in links and images in GFM 2013-01-16 22:39:56 +01:00
tasks gitlab;shell init script 2013-02-07 10:06:39 +02:00
api.rb Merge branch 'master' into fixes/api 2013-02-08 10:32:42 +01:00
event_filter.rb Added EventFilter class. Compeleted first version of dashbaord filtering 2012-11-05 20:12:26 +02:00
extracts_path.rb Switchable the main branch on network graph 2013-01-30 09:12:03 +09:00
file_size_validator.rb Fully embrace Ruby 1.9 hash syntax 2012-08-10 18:25:15 -04:00
gitolited.rb Make gitlab works with gitlab-shell 2013-02-04 15:07:56 +02:00
static_model.rb Fixed styles, ProjectHook specs etc 2013-01-05 00:35:38 +02:00