summaryrefslogtreecommitdiff
path: root/lib/api
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'mock-ci-service' into 'master'Douwe Maan2017-02-271-1/+14
|\
| * Add MockCiService integrationmock-ci-serviceEric Eastwood2017-02-241-1/+14
* | Merge branch 'unified-member-api-response' into 'master' Sean McGivern2017-02-271-7/+0
|\ \
| * | API: Return 400 for all validation erros in the mebers APIunified-member-api-responseRobert Schilling2017-02-241-7/+0
* | | Merge branch 'feature/runners-v4-api' into 'master' Kamil Trzciński2017-02-274-0/+80
|\ \ \ | |_|/ |/| |
| * | Rename API::Ci to API::Runnerfeature/runners-v4-apiTomasz Maczukin2017-02-163-6/+6
| * | Fix rubocop offensesTomasz Maczukin2017-02-161-4/+3
| * | Add Runner registration/deletion APITomasz Maczukin2017-02-164-0/+81
* | | Update API v3 in line with v4Douwe Maan2017-02-241-7/+0
* | | Consistently create, update, and delete files, taking CRLF settings into accountDouwe Maan2017-02-241-7/+0
| |/ |/|
* | Merge branch 'api-simplify-variables-validation' into 'master' Rémy Coutable2017-02-241-8/+3
|\ \
| * | Simplyfy variables validation in triggers APIapi-simplify-variables-validationRobert Schilling2017-02-241-8/+3
* | | Merge branch 'master' into 'api-remove-owned-groups'api-remove-owned-groupsSean McGivern2017-02-246-3/+20
|\ \ \
| * \ \ Merge branch '3874-correctly-return-json-on-delete-responses' into 'master' Sean McGivern2017-02-244-1/+14
| |\ \ \
| | * | | Return 202 with JSON body on async removals on V4 API3874-correctly-return-json-on-delete-responsesOswaldo2017-02-234-1/+14
| | |/ /
| * | | Merge remote-tracking branch 'upstream/master' into 27762-add-default-artifac...Lin Jen-Shin2017-02-2433-58/+728
| |\ \ \ | | |/ /
| * | | Merge remote-tracking branch 'upstream/master' into 27762-add-default-artifac...Lin Jen-Shin2017-02-211-11/+3
| |\ \ \
| * \ \ \ Merge remote-tracking branch 'upstream/master' into 27762-add-default-artifac...Lin Jen-Shin2017-02-2131-87/+420
| |\ \ \ \
| * \ \ \ \ Merge remote-tracking branch 'upstream/master' into 27762-add-default-artifac...Lin Jen-Shin2017-02-163-22/+25
| |\ \ \ \ \ | | | |_|_|/ | | |/| | |
| * | | | | Fix tests and disallow 0 to make it consistent with .gitlab-ci.ymlLin Jen-Shin2017-02-152-1/+2
| * | | | | Use the same syntax for default expirationLin Jen-Shin2017-02-151-2/+2
| * | | | | Initial implementation for default artifacts expirationLin Jen-Shin2017-02-151-2/+5
* | | | | | Backport groups API to V3Robert Schilling2017-02-242-0/+39
* | | | | | API: Use parameter to get owned groups instead of dedicated endpointRobert Schilling2017-02-241-12/+4
| |_|_|_|/ |/| | | |
* | | | | Merge branch 'dm-meer-blauw-op-straat' into 'master' Robert Speicher2017-02-2315-20/+23
|\ \ \ \ \
| * | | | | Fix new offensesdm-meer-blauw-op-straatDouwe Maan2017-02-231-2/+2
| * | | | | Revert "Enable Style/DotPosition"Douwe Maan2017-02-233-20/+20
| * | | | | Revert "Prefer leading style for Style/DotPosition"Douwe Maan2017-02-2311-60/+60
| * | | | | Enable Style/WordArrayDouwe Maan2017-02-235-5/+5
| * | | | | Enable Style/MultilineArrayBraceLayoutDouwe Maan2017-02-233-4/+7
| * | | | | Prefer leading style for Style/DotPositionDouwe Maan2017-02-2311-60/+60
| * | | | | Fix code for copsDouwe Maan2017-02-232-2/+2
| * | | | | Enable Style/ColonMethodCallDouwe Maan2017-02-231-1/+1
| * | | | | Enable Performance/RedundantMergeDouwe Maan2017-02-231-1/+1
| * | | | | Enable Style/SpaceInsideBracketsDouwe Maan2017-02-235-5/+5
| * | | | | Enable Style/MutableConstantDouwe Maan2017-02-235-5/+5
| * | | | | Enable Style/DotPositionDouwe Maan2017-02-233-20/+20
* | | | | | Merge branch 'api-remove-attributes_for_keys' into 'master' Rémy Coutable2017-02-232-8/+6
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | Use grape to validate parameters in the members APIapi-remove-attributes_for_keysRobert Schilling2017-02-232-8/+6
* | | | | | Remove last merge_request endpointRobert Schilling2017-02-231-1/+0
|/ / / / /
* | | | | Merge branch 'api-notes-entity-fields' into 'master' Sean McGivern2017-02-236-5/+206
|\ \ \ \ \
| * \ \ \ \ Merge branch 'master' into 'api-notes-entity-fields'api-notes-entity-fieldsRobert Schilling2017-02-221-0/+13
| |\ \ \ \ \
| * | | | | | Remove deprecated `upvotes` and `downvotes` from the notes APIRobert Schilling2017-02-226-5/+206
* | | | | | | Rebase to master for avoiding failing testsGeorge Andrinopoulos2017-02-231-1/+1
| |/ / / / / |/| | | | |
* | | | | | Merge branch '27032-add-a-house-keeping-api-call' into 'master' Rémy Coutable2017-02-221-0/+13
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | Add housekeeping endpoint for Projects APIMark Fletcher2017-02-221-0/+13
| | |_|_|/ | |/| | |
* | | | | Merge branch '22132-rename-branch-name-params-to-branch' into 'master' Rémy Coutable2017-02-226-11/+355
|\ \ \ \ \
| * | | | | Change branch_name param to branch throughout V4 API22132-rename-branch-name-params-to-branchOswaldo Ferreira2017-02-216-11/+355
* | | | | | Merge branch 'api-subscription-restful' into 'master' Sean McGivern2017-02-223-2/+56
|\ \ \ \ \ \
| * | | | | | API: Make subscription API more RESTfuLRobert Schilling2017-02-213-2/+56