Name |
Last commit
|
Last update |
---|---|---|
.. | ||
issues_spec.rb | ||
merge_requests_spec.rb | ||
milestones_spec.rb | ||
notes_spec.rb | ||
projects_spec.rb | ||
session_spec.rb | ||
users_spec.rb |
BigW Consortium Gitlab
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.
Name |
Last commit
|
Last update |
---|---|---|
.. | ||
issues_spec.rb | Loading commit data... | |
merge_requests_spec.rb | Loading commit data... | |
milestones_spec.rb | Loading commit data... | |
notes_spec.rb | Loading commit data... | |
projects_spec.rb | Loading commit data... | |
session_spec.rb | Loading commit data... | |
users_spec.rb | Loading commit data... |