summaryrefslogtreecommitdiff
path: root/lib/api/merge_requests.rb
Commit message (Expand)AuthorAgeFilesLines
* Query issues, merge requests and milestones with their IID through APIjubianchi2015-05-021-5/+11
* Don't allow a merge request to be merged when its title starts with "WIP".Douwe Maan2015-04-301-2/+2
* Refactor GitAccess to use instance variables.Douwe Maan2015-03-241-1/+2
* Refactor and improve sorting objects in API for projects, issues and merge re...Dmitriy Zaporozhets2015-02-051-18/+13
* Added a way to retrieve MR filesJeroen van Baarsen2015-02-041-0/+16
* developer can push to protected branchesValery Sizov2015-01-201-6/+2
* Fix failing tests due to updates on the return messages.Marin Jankovski2015-01-071-1/+1
* Add a message when unable to save an object through api.Marin Jankovski2015-01-071-2/+2
* Merge branch 'api/improve-error-reporting' of https://github.com/jubianchi/gi...Dmitriy Zaporozhets2014-09-231-2/+7
|\
| * Improve error reporting on users APIjubianchi2014-09-161-2/+7
* | Fix typo in comment.Marin Jankovski2014-09-161-1/+1
* | Ordering and sorting for MR in api.Marin Jankovski2014-09-151-0/+14
|/
* Fix tests after #7526Robert Schilling2014-08-201-5/+6
* Do label validation for issues/merge requests APIRobert Schilling2014-08-141-0/+12
* Fix old api compatibility and testsDmitriy Zaporozhets2014-07-301-2/+10
* Remove thread vars usage from API notes and mr'sDmitriy Zaporozhets2014-06-101-11/+8
* Merge pull request #6778 from dblessing/feature/mr_labelsDmitriy Zaporozhets2014-05-131-0/+4
|\
| * Implement Merge Request LabelsDrew Blessing2014-05-131-0/+4
* | Add some tests for merge APIDmitriy Zaporozhets2014-05-131-2/+2
* | Docs for merge apiDmitriy Zaporozhets2014-05-121-0/+1
* | Specify error codes for merge apiDmitriy Zaporozhets2014-05-121-9/+12
* | Draft API method for merge MRDmitriy Zaporozhets2014-05-121-0/+39
|/
* Add optional parameter to list merge requestsStuart Pook2014-04-071-1/+11
* Use MergeRequest services in API and controllersDmitriy Zaporozhets2014-04-021-41/+17
* Add method to get the comments on a merge requestStuart Pook2014-03-191-0/+16
* Added description parameter support to Create and Update MR API endpoints (is...Greg Messner2014-03-031-2/+4
* Refactor MR code reloadDmitriy Zaporozhets2014-02-181-2/+0
* Merge branch 'improve/mr_diff'Dmitriy Zaporozhets2014-01-231-1/+0
|\
| * Always create merge_request_diff if MR createdDmitriy Zaporozhets2014-01-221-1/+0
* | Remove deprecated findersskv2014-01-191-1/+1
|/
* Fixing unsafe use of Thread.current variable :current_userAngus MacArthur2013-10-161-37/+42
* 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