summaryrefslogtreecommitdiff
path: root/lib/api
Commit message (Expand)AuthorAgeFilesLines
* Expose Label id to APIRares Sfirlogea2016-11-071-1/+1
* Ability to update labels priority via APIRobert Schilling2016-11-072-13/+31
* Merge remote-tracking branch 'origin/labels-api'Rémy Coutable2016-11-041-3/+3
|\
| * Return conflict error in label API when title is taken by group labellabels-apiDouwe Maan2016-10-201-3/+3
* | Merge branch '20968-add-setting-to-check-unresolved-discussion' into 'master' Douwe Maan2016-11-042-3/+7
|\ \
| * | Add setting to only allow merge requests to be merged when all discussions ar...Rodolfo Santos2016-11-042-3/+7
* | | Merge branch 'zj-grapify-project-hooks' into 'master' Rémy Coutable2016-11-041-84/+69
|\ \ \ | |/ / |/| |
| * | Move shared params to a helperzj-grapify-project-hooksZ.J. van de Weg2016-11-041-39/+19
| * | GrapeDSL for project hooksZ.J. van de Weg2016-11-041-69/+74
* | | Merge branch 'backport-ee-js-groups-api' into 'master' Robert Speicher2016-11-041-0/+3
|\ \ \
| * | | Backport Group API code that was added in EE onlybackport-ee-js-groups-apiRémy Coutable2016-10-311-0/+3
* | | | Allow multiple repository storage shards to be enabled, and automatically rou...Nick Thomas2016-11-042-2/+3
| |/ / |/| |
* | | Merge branch 'zj-expose-system-hooks' into 'master' Rémy Coutable2016-11-032-6/+10
|\ \ \
| * | | Update docs and unexpose tokenZeger-Jan van de Weg2016-11-022-1/+2
| * | | Be able to POST subscriptions for system hooksZ.J. van de Weg2016-10-311-2/+6
| * | | Expose more data on the SystemHooks APIZ.J. van de Weg2016-10-311-4/+3
* | | | Merge branch 'gpocentek/gitlab-ce-api-webhook-token' into 'master' Rémy Coutable2016-11-021-2/+4
|\ \ \ \
| * | | | Ensure hook tokens are write-only in the APIgpocentek/gitlab-ce-api-webhook-tokenSean McGivern2016-11-011-1/+1
| * | | | Add support for token attr in project hooks APIGauvain Pocentek2016-11-012-3/+5
* | | | | Fix project features default valuesFelipe Artur2016-11-011-8/+2
|/ / / /
* | | | Merge branch 'zj-grape-branches' into 'master' Rémy Coutable2016-11-011-66/+57
|\ \ \ \ | |_|/ / |/| | |
| * | | GrapeDSL for branches endpointszj-grape-branchesZ.J. van de Weg2016-10-311-66/+57
| |/ /
* | | Merge branch '22271-drone-tag-pipeline-build' into 'master' Douwe Maan2016-10-311-2/+2
|\ \ \ | |/ / |/| |
| * | Fix lightweight tags not processed correctly by GitTagPushService22271-drone-tag-pipeline-buildAlejandro Rodríguez2016-10-281-2/+2
* | | Merge branch 'dz-internal-api-fullpath' into 'master' Dmitriy Zaporozhets2016-10-281-4/+9
|\ \ \ | |/ / |/| |
| * | Refactor storage path extraction from full repo pathdz-internal-api-fullpathDmitriy Zaporozhets2016-10-281-6/+1
| * | Make internal api work with full repo path instead of nameDmitriy Zaporozhets2016-10-271-4/+14
* | | API: Fix booleans not recognized as such when using the `to_boolean` helper23890-api-should-accepts-booleanRémy Coutable2016-10-271-0/+1
|/ /
* | Fixes various errors when adding deploy keys caused by not exiting the contro...Joshua Welsh2016-10-261-2/+7
* | Merge branch 'grapify-tags' into 'master' Rémy Coutable2016-10-261-49/+45
|\ \
| * | Grapify tags APIgrapify-tagsRobert Schilling2016-10-261-49/+45
* | | Get rid of extra .page callAirat Shigapov2016-10-241-2/+1
* | | Fix events order in user contributions APIAirat Shigapov2016-10-241-1/+2
* | | Merge branch 'grapify-labels-api' into 'master' Rémy Coutable2016-10-241-53/+38
|\ \ \
| * | | Grapify the labels APIgrapify-labels-apiRobert Schilling2016-10-241-53/+38
* | | | Merge branch 'grapify-builds-api' into 'master' Rémy Coutable2016-10-241-83/+79
|\ \ \ \
| * | | | Grapify builds APIgrapify-builds-apiRobert Schilling2016-10-241-83/+79
| |/ / /
* | | | Added path parameter to Commits APILuis HGO2016-10-241-0/+2
* | | | Implement second round of review comments from @DouweM.Timothy Andrew2016-10-241-6/+3
* | | | Implement review comments from @DouweM.Timothy Andrew2016-10-241-2/+2
* | | | Fix branch protection API.Timothy Andrew2016-10-241-31/+16
|/ / /
* | | Fix documents and comments on Build API `scope`. #23146 #19131Lemures Lemniscati2016-10-221-2/+2
* | | Don't use Hash#slice since it's not supported in Ruby 2.1fix-ruby-2-1-failuresRémy Coutable2016-10-201-3/+8
| |/ |/|
* | List all available labels to the project on the labels APIDouglas Barbosa Alexandre2016-10-191-1/+1
* | Add support to group labels on issues board APIDouglas Barbosa Alexandre2016-10-191-2/+2
* | Validate label params against all labels available to project on the APIDouglas Barbosa Alexandre2016-10-191-10/+9
* | Move label management to services on merge requests APIDouglas Barbosa Alexandre2016-10-191-11/+4
* | Reuse LabelsFinder on Issueable#add_labels_by_namesDouglas Barbosa Alexandre2016-10-191-2/+2
* | Merge branch 'grapify-commit-statuses-api' into 'master' Rémy Coutable2016-10-191-26/+27
|\ \
| * | Grapify the commit status APIgrapify-commit-statuses-apiRobert Schilling2016-10-191-26/+27