summaryrefslogtreecommitdiff
path: root/spec/requests/api/merge_requests_spec.rb
Commit message (Expand)AuthorAgeFilesLines
...
* Refactor API classes. So api classes like Gitlab::Issues become API::IssuesDmitriy Zaporozhets2013-05-141-1/+1
* fixed test using repo with commits but old factoryDmitriy Zaporozhets2013-04-011-1/+1
* API: merge request documentation updated, added return codes to functionsSebastian Ziebell2013-02-271-1/+6
* Merge branch 'master' into fixes/apiSebastian Ziebell2013-02-201-0/+17
|\
| * Merge Request uses StateMachine nowAndrew8xx82013-02-181-0/+17
* | API: extracted helper method to provide 400 bad request error with descriptionSebastian Ziebell2013-02-131-0/+5
* | Test added to check creation of note to a non-existent MR via APISebastian Ziebell2013-02-061-0/+5
* | Creating MR comment without a note returns status code 400 (Bad request)Sebastian Ziebell2013-02-061-0/+5
* | Creating or updating a MR returns more informative status codes.Sebastian Ziebell2013-02-061-0/+30
|/
* Rspec fixesDmitriy Zaporozhets2013-01-041-1/+1
* Fix api specs. Use id instead pathDmitriy Zaporozhets2013-01-021-6/+6
* Fix few bugs and tests after refactoring ownership logicDmitriy Zaporozhets2013-01-021-1/+1
* Fixed some tests and snippet colorizeDmitriy Zaporozhets2012-11-231-6/+6
* Remove backward compatibility of factories.Vincent Bonmalais2012-11-131-8/+8
* API: fix after reviewValeriy Sizov2012-10-251-6/+6
* API: tests for merge_requestsValeriy Sizov2012-10-251-0/+62