summaryrefslogtreecommitdiff
path: root/spec/requests/api
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'dm-more-namespace-full-path' into 'master' Sean McGivern2017-02-243-3/+3
|\
| * Use Namespace#full_path instead of #path where appropriatedm-more-namespace-full-pathDouwe Maan2017-02-233-3/+3
* | Merge branch 'master' into 'api-remove-owned-groups'api-remove-owned-groupsSean McGivern2017-02-244-6/+40
|\ \
| * \ Merge branch '3874-correctly-return-json-on-delete-responses' into 'master' Sean McGivern2017-02-243-4/+31
| |\ \
| | * | Return 202 with JSON body on async removals on V4 API3874-correctly-return-json-on-delete-responsesOswaldo2017-02-233-4/+31
| | |/
| * | Merge remote-tracking branch 'upstream/master' into 27762-add-default-artifac...Lin Jen-Shin2017-02-2424-153/+1919
| |\ \ | | |/
| * | Merge remote-tracking branch 'upstream/master' into 27762-add-default-artifac...Lin Jen-Shin2017-02-211-6/+41
| |\ \
| * \ \ Merge remote-tracking branch 'upstream/master' into 27762-add-default-artifac...Lin Jen-Shin2017-02-2140-113/+988
| |\ \ \
| * \ \ \ Merge remote-tracking branch 'upstream/master' into 27762-add-default-artifac...Lin Jen-Shin2017-02-166-8/+35
| |\ \ \ \
| * | | | | Add a few more tests and make sure empty value sets to nilLin Jen-Shin2017-02-151-2/+9
* | | | | | Backport groups API to V3Robert Schilling2017-02-241-0/+35
* | | | | | API: Use parameter to get owned groups instead of dedicated endpointRobert Schilling2017-02-241-12/+2
| |_|_|_|/ |/| | | |
* | | | | Revert "Enable Style/DotPosition"Douwe Maan2017-02-235-18/+18
* | | | | Revert "Prefer leading style for Style/DotPosition"Douwe Maan2017-02-2316-118/+118
* | | | | Fix new offensesDouwe Maan2017-02-232-6/+8
* | | | | Enable Style/WordArrayDouwe Maan2017-02-238-16/+14
* | | | | Prefer leading style for Style/DotPositionDouwe Maan2017-02-2316-118/+118
* | | | | Enable Style/SpaceInsideBracketsDouwe Maan2017-02-231-3/+3
* | | | | Enable Style/DotPositionDouwe Maan2017-02-235-18/+18
* | | | | Merge branch 'cs-upgrade-licensee' into 'master' 27950-check-ci-statusRémy Coutable2017-02-232-8/+8
|\ \ \ \ \
| * | | | | Update Licensee from 8.0.0 to 8.7.0.cs-upgrade-licenseeConnor Shea2017-02-222-8/+8
* | | | | | Merge branch 'api-notes-entity-fields' into 'master' Sean McGivern2017-02-232-0/+509
|\ \ \ \ \ \
| * \ \ \ \ \ Merge branch 'master' into 'api-notes-entity-fields'api-notes-entity-fieldsRobert Schilling2017-02-221-0/+49
| |\ \ \ \ \ \ | | |/ / / / /
| * | | | | | Remove deprecated `upvotes` and `downvotes` from the notes APIRobert Schilling2017-02-222-0/+509
* | | | | | | Rebase to master for avoiding failing testsGeorge Andrinopoulos2017-02-231-0/+14
| |/ / / / / |/| | | | |
* | | | | | Merge branch '27032-add-a-house-keeping-api-call' into 'master' Rémy Coutable2017-02-221-0/+49
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | Add housekeeping endpoint for Projects APIMark Fletcher2017-02-221-0/+49
| | |_|_|/ | |/| | |
* | | | | Merge branch '22132-rename-branch-name-params-to-branch' into 'master' Rémy Coutable2017-02-225-22/+870
|\ \ \ \ \
| * | | | | Change branch_name param to branch throughout V4 API22132-rename-branch-name-params-to-branchOswaldo Ferreira2017-02-215-22/+870
* | | | | | Merge branch 'api-subscription-restful' into 'master' Sean McGivern2017-02-224-34/+116
|\ \ \ \ \ \
| * | | | | | API: Make subscription API more RESTfuLRobert Schilling2017-02-214-34/+116
| |/ / / / /
* | | | | | Merge branch '28093-snippet-and-issue-spam-check-on-edit' into 'master'Sean McGivern2017-02-225-57/+247
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | Spam check and reCAPTCHA improvements28093-snippet-and-issue-spam-check-on-editOswaldo Ferreira2017-02-215-57/+247
| |/ / / /
* | | | | Backport Todos API to V3api-todos-restfulRobert Schilling2017-02-211-0/+73
* | | | | API: Use POST requests to mark todos as doneRobert Schilling2017-02-211-13/+14
|/ / / /
* | | | Merge branch '26315-unify-labels-filter-behavior' into 'master' Rémy Coutable2017-02-201-6/+41
|\ \ \ \ | |_|_|/ |/| | |
| * | | Unify issues search behavior by always filtering when ALL labels matches26315-unify-labels-filter-behaviorOswaldo Ferreira2017-02-201-6/+41
* | | | Merge branch 'remove-paginated-ressource' into 'master'Rémy Coutable2017-02-206-24/+6
|\ \ \ \
| * | | | Remove shared example for paginationremove-paginated-ressourceRobert Schilling2017-02-206-24/+6
* | | | | Merge branch 'api-star-restful' into 'master'Rémy Coutable2017-02-201-4/+4
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | API: Moved `DELETE /projects/:id/star` to `POST /projects/:id/unstar`api-star-restfulRobert Schilling2017-02-201-4/+4
| |/ / /
* | | | Merge branch 'api-post-block' into 'master' Sean McGivern2017-02-202-15/+84
|\ \ \ \
| * | | | API: Use POST to (un)block a userapi-post-blockRobert Schilling2017-02-202-15/+84
| |/ / /
* | | | Use grape validation for datesapi-grape-datetimeRobert Schilling2017-02-201-1/+1
|/ / /
* | | API: Remove `DELETE projects/:id/deploy_keys/:key_id/disable`api-remove-deploy-key-disableRobert Schilling2017-02-201-21/+0
* | | Merge branch 'fix/gb/pipeline-retry-builds-started' into 'master' Kamil Trzciński2017-02-171-1/+4
|\ \ \
| * \ \ Merge branch 'master' into fix/gb/pipeline-retry-builds-startedGrzegorz Bizon2017-02-1714-340/+905
| |\ \ \
| * | | | Skip job only when canceling the pipeline it belongs toGrzegorz Bizon2017-02-131-1/+4
* | | | | Merge branch 'paginate-all-the-things' into 'master' Rémy Coutable2017-02-1739-47/+832
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | Backport API to v3paginate-all-the-thingsRobert Schilling2017-02-177-0/+544