summaryrefslogtreecommitdiff
path: root/lib/api/merge_requests.rb
Commit message (Expand)AuthorAgeFilesLines
* Fix API::MergeRequestHiroyuki Sato2013-09-221-1/+1
* Drop support of root namespace in routingHiroyuki Sato2013-09-131-1/+1
* Refactor merge api createIzaak Alpert2013-07-171-5/+16
* MR on Fork multiple fixesIzaak Alpert2013-07-171-2/+5
* Merge Request on forked projectsIzaak Alpert2013-07-171-4/+9
* cattr_accessor is not threadsafe!Dmitriy Zaporozhets2013-06-111-2/+1
* Refactor API classes. So api classes like Gitlab::Issues become API::IssuesDmitriy Zaporozhets2013-05-141-1/+1
* Fix notify specs. Fix merge request close via apiDmitriy Zaporozhets2013-03-281-0/+2
* Merge branch 'master' into fixes/api, code clean up and tests fixedSebastian Ziebell2013-03-071-0/+2
|\
* | API: refactored and simplified error handling in merge requests APISebastian Ziebell2013-03-051-17/+6
* | API: extracted helper method to validate required parameters, code clean upSebastian Ziebell2013-02-271-5/+2
* | API: merge request documentation updated, added return codes to functionsSebastian Ziebell2013-02-271-3/+6
* | Merge branch 'master' into fixes/apiSebastian Ziebell2013-02-201-2/+2
|\ \ | |/
| * Merge Request uses StateMachine nowAndrew8xx82013-02-181-2/+2
* | API: extracted helper method to provide 400 bad request error with descriptionSebastian Ziebell2013-02-131-3/+3
* | Creating MR comment without a note returns status code 400 (Bad request)Sebastian Ziebell2013-02-061-0/+3
* | Extracted helper method to avoid code duplicationSebastian Ziebell2013-02-061-14/+19
* | Creating or updating a MR returns more informative status codes.Sebastian Ziebell2013-02-061-0/+14
|/
* Remove all references tp the project code parameter from the APIRiyad Preukschas2012-12-211-5/+5
* API: restore broken merge request commentingNihad Abbasov2012-11-291-15/+15
* API: review 2Valeriy Sizov2012-10-251-2/+3
* API: tests for merge_requestsValeriy Sizov2012-10-251-5/+5
* API: help page and commentValeriy Sizov2012-10-221-6/+54
* Changes after reviewValeriy Sizov2012-10-221-2/+2
* API: merge request: post comment callValeriy Sizov2012-10-221-0/+12
* API: MergeRequest: authorizationValeriy Sizov2012-10-221-1/+11
* API: MergeRequest refactoringValeriy Sizov2012-10-221-8/+4
* API: update merge request callValeriy Sizov2012-10-221-1/+11
* API: create merge requestValeriy Sizov2012-10-221-1/+11
* API:merge request show && listValeriy Sizov2012-10-221-0/+31