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
2017-01-23Merge branch 'fix-api-mr-permissions' into 'security'Robert Speicher
2017-01-18Add some API endpoints for time tracking.Ruben Davila
2016-12-13Don't allow blank MR titles in APIRobert Schilling
2016-12-09Merge branch 'api-remove-source-branch' into 'master' Rémy Coutable
2016-12-05Merge branch 'use-pagination-helper' into 'master' Rémy Coutable
2016-12-04Use the pagination helper in the APIRobert Schilling
2016-12-04API: Ability to remove source branchRobert Schilling
2016-11-30Merge branch 'master' into fix/rename-mwbs-to-merge-when-pipeline-succeedsGrzegorz Bizon
2016-11-29Rename `MergeRequest#pipeline` to `head_pipeline`Grzegorz Bizon
2016-11-29Merge branch 'zj-fix-label-creation-non-members' into 'security'Douwe Maan
2016-11-25Merge branch 'master' into fix/rename-mwbs-to-merge-when-pipeline-succeedsGrzegorz Bizon
2016-11-22Merge branch 'fix-api-iid-filter' into 'master' Rémy Coutable
2016-11-22Avoid helper call with default parametersRobert Schilling
2016-11-22Fix IID filter for merge requests and milestonesRobert Schilling
2016-11-21Update some docs to reflect MWPS name changeGrzegorz Bizon
2016-11-21Rename MWBS service to Merge When Pipeline SucceedsGrzegorz Bizon
2016-11-17Remove default value for `project` argument on subscribable concernDouglas Barbosa Alexandre
2016-11-15Grapify the merge request APIRobert Schilling
2016-10-19Move label management to services on merge requests APIDouglas Barbosa Alexandre
2016-10-19Reuse LabelsFinder on Issueable#add_labels_by_namesDouglas Barbosa Alexandre
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