gitlab-org--gitlab-foss/lib
Sebastian Ziebell 413952ff94 Creating or updating a MR returns more informative status codes.
Using the API library to create or update a merge request at the moment a 404 error is returned.
This is fine when the merge request in question does not exist, but does not provide good
information that for example a required attribute is missing.
A status code of 400 (Bad request) is returned when creating or updating a merge request
when either `source_branch` or `target_branch` is missing. A status code of 409 is returned
when `source_branch` and `target_branch` are the same. Tests are added for these cases.
2013-02-06 16:57:00 +01:00
..
api Creating or updating a MR returns more informative status codes. 2013-02-06 16:57:00 +01:00
assets move assets from lib directory to vendor 2012-05-29 17:56:48 +05:00
gitlab satellites logs 2013-01-29 12:12:24 +02:00
hooks sidekiq with green tests 2013-01-09 09:14:05 +03:00
redcarpet/render Fix parsing of ref-like Urls in links and images in GFM 2013-01-16 22:39:56 +01:00
support Add subdir support for rewrite-hooks script 2012-12-31 17:46:40 +02:00
tasks Merge pull request #2801 from Takuto88/master 2013-01-28 10:33:59 -08:00
api.rb log fatal errors that we catch 2013-02-01 10:23:23 +00:00
event_filter.rb Added EventFilter class. Compeleted first version of dashbaord filtering 2012-11-05 20:12:26 +02:00
extracts_path.rb Remove relative_url_root from path. Fixes #2602 2013-01-23 17:29:46 +09:00
file_size_validator.rb Fully embrace Ruby 1.9 hash syntax 2012-08-10 18:25:15 -04:00
gitolited.rb more refactoring using models/concerns 2013-01-03 09:06:07 +02:00
static_model.rb Fixed styles, ProjectHook specs etc 2013-01-05 00:35:38 +02:00