gitlab-org--gitlab-foss/spec
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
..
contexts Improve CreateContext call. Fixed test 2013-01-18 20:21:13 +02:00
controllers remove unused autogenerated files 2013-01-24 22:31:48 +02:00
factories simple refactoring 2013-01-24 22:31:48 +02:00
helpers remove unused autogenerated files 2013-01-24 22:31:48 +02:00
lib fix tests 2013-01-28 17:53:01 +02:00
mailers Add optional signup. 2013-01-18 11:57:31 +01:00
models fix tests 2013-01-28 08:59:34 +02:00
observers fix key observer tests 2013-01-28 23:03:38 +02:00
requests Creating or updating a MR returns more informative status codes. 2013-02-06 16:57:00 +01:00
routing Fixed dashboard show specs 2013-01-27 13:20:23 +02:00
support Async perform for add/remove team members 2013-01-28 17:39:02 +02:00
tasks/gitlab Fix routing issues when navigating over tree, commits etc 2012-12-25 06:14:05 +03:00
workers sidekiq with green tests 2013-01-09 09:14:05 +03:00
factories.rb user factory username over sequence 2013-01-28 17:46:24 +02:00
factories_spec.rb
seed_project.tar.gz
spec_helper.rb sidekiq with green tests 2013-01-09 09:14:05 +03:00