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-07-20Replace parse_boolean with to_booleanRobert Schilling
2016-07-07Rename MergeRequest methods that return commits or shas to be more clear and ...Douwe Maan
2016-06-12Fix Error 500 when using closes_issues API with an external issue trackerStan Hu
2016-06-10Improve initial implementation of the 'only_allow_merge_if_build_succeeds.rb'...Rémy Coutable
2016-06-10Allow or not merge MR with failed buildRui Anderson
2016-06-08Fix pseudo n+1 queries with Note and Note Authors in issuables APIsAlejandro Rodríguez
2016-06-03Merge commit 'ca3c5c295ed653b483fe81c3918ffe60f46666b9' into rename-ci-commitKamil Trzcinski
2016-06-02fixup! Add `sha` parameter to MR accept APISean McGivern
2016-06-02Rename Ci::Commit to Ci::Pipeline and rename some of the ci_commit to pipelineKamil Trzcinski
2016-06-01Add `sha` parameter to MR accept APISean McGivern
2016-05-12Add API endpoints for un/subscribing from/to a labelAhmad Sherif
2016-04-13Make subscription API more RESTfulRobert Schilling
2016-04-13API: Ability to subscribe and unsubscribe from a merge requestRobert Schilling
2016-04-08API: Expose subscribed? on issuesRobert Schilling
2016-03-21Minor improvements on IssuableActionsZeger-Jan van de Weg
2016-03-19minor improvements and fixed specsZeger-Jan van de Weg
2016-03-19Soft delete issuablesZeger-Jan van de Weg
2016-02-12Merge branch 'skakirill/gitlab-ce-api-merge-request-setup-milestone' into 'ma...Douwe Maan
2016-02-11Pass current_user to merge_request.closes_issues in API ans streamline MR API...Rémy Coutable
2016-02-11Added '/api/v3/projects/:id/merge_requests/:merge_request_id/closes_issues' r...Gal Schlezinger
2016-02-08API: Allow to set or update a merge-request's milestoneKirill Skachkov
2016-01-28Improve consistency and duplication for Merge Request APIDmitriy Zaporozhets
2016-01-05Get "Merge when build succeeds" to work when commits were pushed to MR target...Douwe Maan
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