gitlabhq/lib
Sebastian Ziebell 7cc4339f71 API: changed status codes for project hooks functions
Different status codes in the API lib are returned on hook creation, update or deletion.
If a required parameter is not given (e.g. `url` in `/projects/:id/hooks/:hook_id`) status
code 400 (Bad request) is returned. On hook deletion a 200 status code is returned, regardless if
the hook is present or not. This makes the DELETE function an idempotent operation. Appropriate tests
are added to check these status codes.
2013-02-12 17:44:42 +01:00
..
api API: changed status codes for project hooks functions 2013-02-12 17:44:42 +01:00
assets move assets from lib directory to vendor 2012-05-29 17:56:48 +05:00
gitlab add import repo gitlab_shell call 2013-02-11 19:41:02 +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 No gitolite in project any more 2013-02-11 19:16:59 +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 No gitolite in project any more 2013-02-11 19:16:59 +02:00
static_model.rb Fixed styles, ProjectHook specs etc 2013-01-05 00:35:38 +02:00