| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'fix-api-mr-permissions' into 'security' | Robert Speicher | 2017-01-23 | 1 | -15/+10 |
* | Add some API endpoints for time tracking. | Ruben Davila | 2017-01-18 | 1 | -10/+12 |
* | Don't allow blank MR titles in APIapi-dont-allow-blank-mr-titles | Robert Schilling | 2016-12-13 | 1 | -2/+2 |
* | Merge branch 'api-remove-source-branch' into 'master'
| Rémy Coutable | 2016-12-09 | 1 | -2/+6 |
|\ |
|
| * | API: Ability to remove source branchapi-remove-source-branch | Robert Schilling | 2016-12-04 | 1 | -2/+6 |
* | | Merge branch 'use-pagination-helper' into 'master'
| Rémy Coutable | 2016-12-05 | 1 | -0/+9 |
|\ \ |
|
| * | | Use the pagination helper in the APIuse-pagination-helper | Robert Schilling | 2016-12-04 | 1 | -0/+9 |
| |/ |
|
* | | Merge branch 'master' into fix/rename-mwbs-to-merge-when-pipeline-succeeds | Grzegorz Bizon | 2016-11-30 | 1 | -11/+1 |
|\ \
| |/ |
|
| * | Rename `MergeRequest#pipeline` to `head_pipeline`fix/rename-merge-request-head-pipeline | Grzegorz Bizon | 2016-11-29 | 1 | -1/+1 |
| * | Merge branch 'zj-fix-label-creation-non-members' into 'security' | Douwe Maan | 2016-11-28 | 1 | -10/+0 |
* | | Merge branch 'master' into fix/rename-mwbs-to-merge-when-pipeline-succeeds | Grzegorz Bizon | 2016-11-25 | 1 | -6/+4 |
|\ \
| |/ |
|
| * | Merge branch 'fix-api-iid-filter' into 'master'
| Rémy Coutable | 2016-11-22 | 1 | -5/+3 |
| |\ |
|
| | * | Fix IID filter for merge requests and milestones | Robert Schilling | 2016-11-22 | 1 | -5/+3 |
| * | | Avoid helper call with default parametersavoid-api-helper-call | Robert Schilling | 2016-11-22 | 1 | -1/+1 |
| |/ |
|
* | | Update some docs to reflect MWPS name change | Grzegorz Bizon | 2016-11-21 | 1 | -2/+2 |
* | | Rename MWBS service to Merge When Pipeline Succeeds | Grzegorz Bizon | 2016-11-21 | 1 | -5/+9 |
|/ |
|
* | Remove default value for `project` argument on subscribable concern | Douglas Barbosa Alexandre | 2016-11-17 | 1 | -5/+5 |
* | Grapify the merge request APIgrapify-merge-request-api | Robert Schilling | 2016-11-15 | 1 | -162/+110 |
* | Move label management to services on merge requests API | Douglas Barbosa Alexandre | 2016-10-19 | 1 | -11/+4 |
* | Reuse LabelsFinder on Issueable#add_labels_by_names | Douglas Barbosa Alexandre | 2016-10-19 | 1 | -2/+2 |
* | Replace parse_boolean with to_boolean | Robert Schilling | 2016-07-20 | 1 | -1/+1 |
* | Rename MergeRequest methods that return commits or shas to be more clear and ... | Douwe Maan | 2016-07-06 | 1 | -2/+2 |
* | Fix Error 500 when using closes_issues API with an external issue tracker | Stan Hu | 2016-06-11 | 1 | -1/+1 |
* | Improve initial implementation of the 'only_allow_merge_if_build_succeeds.rb'... | Rémy Coutable | 2016-06-10 | 1 | -3/+2 |
* | Allow or not merge MR with failed build | Rui Anderson | 2016-06-10 | 1 | -1/+1 |
* | Fix pseudo n+1 queries with Note and Note Authors in issuables APIs | Alejandro Rodríguez | 2016-06-08 | 1 | -1/+1 |
* | Merge commit 'ca3c5c295ed653b483fe81c3918ffe60f46666b9' into rename-ci-commit | Kamil Trzcinski | 2016-06-03 | 1 | -0/+5 |
|\ |
|
| * | fixup! Add `sha` parameter to MR accept API | Sean McGivern | 2016-06-02 | 1 | -1/+1 |
| * | Add `sha` parameter to MR accept API | Sean McGivern | 2016-06-01 | 1 | -0/+5 |
* | | Rename Ci::Commit to Ci::Pipeline and rename some of the ci_commit to pipeline | Kamil Trzcinski | 2016-06-02 | 1 | -1/+1 |
|/ |
|
* | Add API endpoints for un/subscribing from/to a label | Ahmad Sherif | 2016-05-12 | 1 | -36/+0 |
* | Make subscription API more RESTful | Robert Schilling | 2016-04-13 | 1 | -7/+7 |
* | API: Ability to subscribe and unsubscribe from a merge request | Robert Schilling | 2016-04-13 | 1 | -0/+36 |
* | API: Expose subscribed? on issues | Robert Schilling | 2016-04-08 | 1 | -7/+7 |
* | Minor improvements on IssuableActions | Zeger-Jan van de Weg | 2016-03-21 | 1 | -4/+2 |
* | minor improvements and fixed specs | Zeger-Jan van de Weg | 2016-03-19 | 1 | -2/+2 |
* | Soft delete issuables | Zeger-Jan van de Weg | 2016-03-19 | 1 | -0/+14 |
* | Merge branch 'skakirill/gitlab-ce-api-merge-request-setup-milestone' into 'ma... | Douwe Maan | 2016-02-12 | 1 | -2/+4 |
|\ |
|
| * | API: Allow to set or update a merge-request's milestone | Kirill Skachkov | 2016-02-08 | 1 | -2/+4 |
* | | Pass current_user to merge_request.closes_issues in API ans streamline MR API...Schniz/gitlab-ce-feature/merge-request-closes-issues-in-api | Rémy Coutable | 2016-02-11 | 1 | -1/+1 |
* | | Added '/api/v3/projects/:id/merge_requests/:merge_request_id/closes_issues' r... | Gal Schlezinger | 2016-02-11 | 1 | -0/+13 |
|/ |
|
* | Improve consistency and duplication for Merge Request APIimprove-mr-api | Dmitriy Zaporozhets | 2016-01-28 | 1 | -170/+181 |
* | Get "Merge when build succeeds" to work when commits were pushed to MR target... | Douwe Maan | 2016-01-05 | 1 | -1/+1 |
* | Merge branch 'master' into merge-if-green | Zeger-Jan van de Weg | 2015-12-07 | 1 | -0/+16 |
|\ |
|
| * | Add API endpoint to fetch merge request commits list | Dmitriy Zaporozhets | 2015-12-04 | 1 | -0/+16 |
* | | Specs for 'Merge When Build Succeeds' | Zeger-Jan van de Weg | 2015-12-02 | 1 | -14/+8 |
* | | Refactor MergeWhenBuildSucceedsService and incorporate feedback | Zeger-Jan van de Weg | 2015-11-23 | 1 | -23/+13 |
* | | API support, incorporated feedback | Zeger-Jan van de Weg | 2015-11-18 | 1 | -22/+46 |
|/ |
|
* | Merge branch 'stanhu/gitlab-ce-fix-api-mr-comment-notifications' | Dmitriy Zaporozhets | 2015-10-15 | 1 | -2/+10 |
|\ |
|
| * | Fix bug where merge request comments created by API would not trigger notific... | Stan Hu | 2015-10-10 | 1 | -2/+10 |