Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-01-06Merge branch 'merge-when-build-succeeds-unchecked' into 'master' Robert Speicher
2015-12-07Merge branch 'master' into merge-if-greenZeger-Jan van de Weg
2015-12-04Add API endpoint to fetch merge request commits listDmitriy Zaporozhets
2015-12-02Specs for 'Merge When Build Succeeds'Zeger-Jan van de Weg
2015-11-23Refactor MergeWhenBuildSucceedsService and incorporate feedbackZeger-Jan van de Weg
2015-11-18API support, incorporated feedbackZeger-Jan van de Weg
2015-10-15Merge branch 'stanhu/gitlab-ce-fix-api-mr-comment-notifications'Dmitriy Zaporozhets
2015-10-13[ci skip] Fix wrong commentsue445
2015-10-10Fix bug where merge request comments created by API would not trigger notific...Stan Hu
2015-09-16Fix broken sort in merge request APIStan Hu
2015-08-11Revert "Merge branch 'revert-satellites' into 'master' "Dmitriy Zaporozhets
2015-08-11Revert "Merge branch 'drop-satellites'"Dmitriy Zaporozhets
2015-08-04Merge branch 'master' into drop-satellitesDmitriy Zaporozhets
2015-08-04Fix merge api and specDmitriy Zaporozhets
2015-07-17Return comments in created order in merge request APIStan Hu
2015-07-16Huge refactoring for accepting merge requestsDmitriy Zaporozhets
2015-06-26Rename abilities to correspond contoller/model action namesDmitriy Zaporozhets
2015-05-29Disable changing of the source branch in merge request update APIStan Hu
2015-05-02Query issues, merge requests and milestones with their IID through APIjubianchi
2015-04-30Don't allow a merge request to be merged when its title starts with "WIP".Douwe Maan
2015-03-24Refactor GitAccess to use instance variables.Douwe Maan
2015-02-06Refactor and improve sorting objects in API for projects, issues and merge re...Dmitriy Zaporozhets
2015-02-04Added a way to retrieve MR filesJeroen van Baarsen
2015-01-21developer can push to protected branchesValery Sizov
2015-01-07Fix failing tests due to updates on the return messages.Marin Jankovski
2015-01-07Add a message when unable to save an object through api.Marin Jankovski
2014-09-23Merge branch 'api/improve-error-reporting' of https://github.com/jubianchi/gi...Dmitriy Zaporozhets
2014-09-16Fix typo in comment.Marin Jankovski
2014-09-16Improve error reporting on users APIjubianchi
2014-09-15Ordering and sorting for MR in api.Marin Jankovski
2014-08-20Fix tests after #7526Robert Schilling
2014-08-14Do label validation for issues/merge requests APIRobert Schilling
2014-07-30Fix old api compatibility and testsDmitriy Zaporozhets
2014-06-10Remove thread vars usage from API notes and mr'sDmitriy Zaporozhets
2014-05-13Merge pull request #6778 from dblessing/feature/mr_labelsDmitriy Zaporozhets
2014-05-13Implement Merge Request LabelsDrew Blessing
2014-05-13Add some tests for merge APIDmitriy Zaporozhets
2014-05-12Docs for merge apiDmitriy Zaporozhets
2014-05-12Specify error codes for merge apiDmitriy Zaporozhets
2014-05-12Draft API method for merge MRDmitriy Zaporozhets
2014-04-07Add optional parameter to list merge requestsStuart Pook
2014-04-02Use MergeRequest services in API and controllersDmitriy Zaporozhets
2014-03-19Add method to get the comments on a merge requestStuart Pook
2014-03-04Added description parameter support to Create and Update MR API endpoints (is...Greg Messner
2014-02-18Refactor MR code reloadDmitriy Zaporozhets
2014-01-23Merge branch 'improve/mr_diff'Dmitriy Zaporozhets
2014-01-22Always create merge_request_diff if MR createdDmitriy Zaporozhets
2014-01-19Remove deprecated findersskv
2013-10-16Fixing unsafe use of Thread.current variable :current_userAngus MacArthur
2013-09-22Fix API::MergeRequestHiroyuki Sato