summaryrefslogtreecommitdiff
path: root/lib/api
Commit message (Expand)AuthorAgeFilesLines
...
* | | | Use declared_params helper in APIgrapify-declared-paramsRobert Schilling2016-11-1412-36/+20
| |_|/ |/| |
* | | Merge branch 'grapify-to-h' into 'master' Rémy Coutable2016-11-143-7/+9
|\ \ \
| * | | Use #to_h to convert params to a hashgrapify-to-hRobert Schilling2016-11-143-7/+9
| | |/ | |/|
* | | Merge branch 'grapify-subscription-api' into 'master' Rémy Coutable2016-11-141-23/+14
|\ \ \ | |/ / |/| |
| * | Grapify subscription APIRobert Schilling2016-11-141-23/+14
| |/
* | Merge branch 'grapify-token-api' into 'master' Rémy Coutable2016-11-101-46/+30
|\ \
| * | Grapify token APIRobert Schilling2016-11-101-46/+30
* | | Merge branch 'grapify-milestone-api' into 'master' Rémy Coutable2016-11-101-54/+57
|\ \ \
| * | | Grapify milestones APIgrapify-milestone-apiRobert Schilling2016-11-101-54/+57
| | |/ | |/|
* | | Merge branch 'grapify-runners-api' into 'master' Rémy Coutable2016-11-101-53/+64
|\ \ \
| * | | Grapify runners APIRobert Schilling2016-11-101-53/+64
| |/ /
* | | Merge branch 'grapify-session-api' into 'master' Rémy Coutable2016-11-101-10/+9
|\ \ \
| * | | Grapify the session APIgrapify-session-apiRobert Schilling2016-11-091-10/+9
| |/ /
* | | Merge branch 'feature/api_owned_resource' into 'master' Sean McGivern2016-11-101-0/+10
|\ \ \ | |_|/ |/| |
| * | Added API endpoint groups/ownedBorja Aparicio2016-11-081-0/+10
* | | Add query param to filter users on 'external' & 'blocked' type on APIYatish Mehta2016-11-081-1/+6
* | | Merge branch 'fix-systemhook-api' into 'master' Rémy Coutable2016-11-081-1/+1
|\ \ \ | |/ / |/| |
| * | API: Return 400 when creating a systemhook failsRobert Schilling2016-11-081-1/+1
| |/
* | 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