summaryrefslogtreecommitdiff
path: root/spec/requests/api
Commit message (Expand)AuthorAgeFilesLines
* Adjust V3 projects typo on spec22007-unify-projects-searchOswaldo Ferreira2017-02-031-1/+1
* Remain V3 endpoint unchangedOswaldo Ferreira2017-01-301-0/+1424
* Unify projects search by removing /projects/:search endpointOswaldo Ferreira2017-01-301-46/+0
* Use `:empty_project` where possible in request specsrs-empty_project-requestsRobert Speicher2017-01-2613-38/+38
* Merge branch 'dont-persist-application-settings-in-test-env-bis' into 'master' Robert Speicher2017-01-241-6/+3
|\
| * Revert "Merge branch 'revert-9cac0317' into 'master' "Grzegorz Bizon2017-01-231-6/+3
* | Merge branch 'grapify-deploy-keys' into 'master' Rémy Coutable2017-01-241-7/+2
|\ \
| * | Grapify all endpoints of the deploy keys APIgrapify-deploy-keysRobert Schilling2017-01-231-7/+2
| |/
* | Merge branch 'fix-guest-access-posting-to-notes' into 'security' Robert Speicher2017-01-231-0/+12
* | Merge branch 'fix-api-mr-permissions' into 'security'Robert Speicher2017-01-232-1/+43
* | Merge branch '22974-trigger-service-events-through-api' into 'master' Douwe Maan2017-01-231-1/+10
|\ \ | |/ |/|
| * adds events to services api deserializationTiago Botelho2017-01-221-1/+10
* | Revert "Merge branch 'dont-persist-application-settings-in-test-env' into 'ma...Grzegorz Bizon2017-01-211-3/+6
|/
* Merge branch 'dont-persist-application-settings-in-test-env' into 'master' Robert Speicher2017-01-201-6/+3
|\
| * Don't persist ApplicationSetting in test envdont-persist-application-settings-in-test-envRémy Coutable2017-01-151-6/+3
* | Fix specsKamil Trzcinski2017-01-191-1/+2
* | Merge branch 'use-empty_project-factory-in-api-specs' into 'master' Robert Speicher2017-01-1919-54/+53
|\ \
| * | Replace many :project with :empty_projects in API specsuse-empty_project-factory-in-api-specsRémy Coutable2017-01-1719-54/+53
* | | Merge branch 'fix/external-status-badge-links' into 'master' Kamil Trzciński2017-01-191-6/+22
|\ \ \
| * | | Respond with validation errors in commit status APIfix/external-status-badge-linksGrzegorz Bizon2017-01-181-3/+16
| * | | Add URL validations for generic commit statusesGrzegorz Bizon2017-01-181-3/+6
| |/ /
* | | Merge branch 'time-tracking-api' into 'master' Sean McGivern2017-01-182-1/+13
|\ \ \ | |/ / |/| |
| * | Add some API endpoints for time tracking.Ruben Davila2017-01-182-1/+13
| |/
* | Merge branch 'dot-in-project-queries' into 'master' Rémy Coutable2017-01-161-6/+11
|\ \ | |/ |/|
| * Add a constraint on the query parameter to allow querying for projects with d...Bruno Melli2017-01-141-6/+11
* | Only escape the 'No Milestone' paramfix-ruby21-milestone-api-specs-2Sean McGivern2017-01-131-3/+5
* | API: Implement project issues iid param with IssuesFinder and add tests23194-fix-no-milestone-option-for-projects-endpointDavid Eisner2017-01-121-3/+77
* | Add support for PlantUML diagrams in Asciidoc.Horacio Sanson2017-01-121-1/+15
* | Fix Users API to accept confirm parameterMark Fletcher2017-01-111-0/+9
* | Merge branch 'fix-users-api-500-error' into 'master' Rémy Coutable2017-01-061-0/+8
|\ \
| * | Add a failing spec to the POST /users APIRémy Coutable2017-01-041-0/+8
* | | Merge branch '19966-api-call-to-move-project-to-different-group-fails-when-us...Rémy Coutable2017-01-051-1/+66
|\ \ \
| * | | Fix groups API to accept path when transferring a projectMark Fletcher2017-01-031-1/+66
* | | | Merge branch '26261-post-api-v3-projects-idorproject-commits-commits-does-not...Rémy Coutable2017-01-051-0/+10
|\ \ \ \
| * | | | Fix Commits API to accept a Project path upon POSTMark Fletcher2017-01-031-0/+10
| |/ / /
* | | | Merge branch 'zj-404-slack-error' into 'master' Kamil Trzciński2017-01-051-36/+57
|\ \ \ \ | |_|/ / |/| | |
| * | | Add API route slack slash commandszj-404-slack-errorZ.J. van de Weg2017-01-031-36/+57
* | | | Fix project hooks paramsfix-api-project-hooks-paramsRobert Schilling2017-01-031-2/+3
|/ / /
* | | API: extern_uid is a stringapi-fix-extern-uid-validationRobert Schilling2017-01-031-2/+2
|/ /
* | Merge branch 'grapify-settings-api' into 'master' Sean McGivern2016-12-291-2/+1
|\ \
| * | Grapify the settings APIgrapify-settings-apiRobert Schilling2016-12-291-2/+1
* | | Merge branch 'fix-api-deprecation' into 'master' Robert Schilling2016-12-281-2/+2
|\ \ \ | |/ / |/| |
| * | Fix a Grape deprecation, use `#request_method` instead of `#route_method`fix-api-deprecationRémy Coutable2016-12-231-2/+2
* | | Merge branch 'feature/more-storage-statistics' into 'master' Sean McGivern2016-12-262-1/+88
|\ \ \ | |/ / |/| |
| * | Add more storage statisticsMarkus Koller2016-12-212-1/+76
| * | Don't expose all namespace fields in APIMarkus Koller2016-12-211-0/+12
| |/
* | Fix state_event parameter to reopen an issuefixes-issues-api-reopenRobert Schilling2016-12-221-0/+7
|/
* Improve specs for Files API4269-public-files-apiRémy Coutable2016-12-202-34/+51
* Allow unauthenticated access to Repositories Files API GET endpointsRémy Coutable2016-12-201-11/+26
* Improve specs for Repositories API4269-public-repositories-apiRémy Coutable2016-12-201-113/+223