summaryrefslogtreecommitdiff
path: root/spec/requests
Commit message (Expand)AuthorAgeFilesLines
* Support multiple Redis instances based on queue typePaul Charlton2017-07-114-4/+4
* Add spec for N+1 queriesStan Hu2017-07-081-0/+12
* Remove remaining N+1 queries in merge requests API with emojis and labelsStan Hu2017-07-081-3/+10
* Merge branch 'gitaly-internal-allowed-send-repo' into 'master'Robert Speicher2017-07-081-14/+60
|\
| * Send Gitaly Repository with /api/internal/allowedgitaly-internal-allowed-send-repoKim "BKC" Carlbäcker2017-07-071-14/+60
* | Merge branch 'feature/user-datetime-search-api-mysql' into 'master'Douwe Maan2017-07-071-0/+29
|\ \
| * | fix specsJames Lopez2017-07-071-3/+3
| * | refactor filtersJames Lopez2017-07-071-1/+1
| * | add finder and users API specJames Lopez2017-07-071-0/+29
* | | Merge branch '33929-allow-to-enable-perf-bar-for-a-group' into 'master'Sean McGivern2017-07-071-0/+14
|\ \ \
| * \ \ Merge branch 'master' into '33929-allow-to-enable-perf-bar-for-a-group'Sean McGivern2017-07-072-2/+4
| |\ \ \
| * \ \ \ Merge branch 'master' into 33929-allow-to-enable-perf-bar-for-a-groupSean McGivern2017-07-071-2/+59
| |\ \ \ \ | | | |/ / | | |/| |
| * | | | Improve Features API and its docs and add a Changelog itemRémy Coutable2017-07-061-0/+14
* | | | | Merge branch 'feature/user-agent-details-api' into 'master'Douwe Maan2017-07-073-2/+62
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | fix spec order issueJames Lopez2017-07-071-23/+22
| * | | | add spec and project snippet user agent details endpointJames Lopez2017-07-071-0/+21
| * | | | refactor code based on feedbackJames Lopez2017-07-062-2/+2
| * | | | fix specJames Lopez2017-07-061-0/+1
| * | | | add user agent details API endpoints to issues and snippetsJames Lopez2017-07-061-1/+1
| * | | | add snippets specJames Lopez2017-07-061-1/+21
| * | | | add issues spec and user agent details to entitiesJames Lopez2017-07-061-0/+19
* | | | | Merge branch 'feature/intermediate/32568-adding-variables-to-pipelines-schedu...Kamil Trzciński2017-07-071-0/+2
|\ \ \ \ \
| * | | | | Fix spec in pipeline_schedules_spec.rbShinya Maeda2017-07-071-0/+2
| | |_|/ / | |/| | |
* | | | | Remove CE from spec example descriptionsToon Claes2017-07-071-2/+2
|/ / / /
* | | | Fix some N+1 queries in the GET /projects APIRémy Coutable2017-07-071-2/+39
|/ / /
* | | Merge branch '33657-user-projects-api' into 'master'Rémy Coutable2017-07-061-0/+20
|\ \ \ | |/ / |/| |
| * | Add user projects APIvanadium232017-07-061-0/+20
* | | Merge branch '33772-readonly-gitlab-ci-cache' into 'master'Kamil Trzciński2017-07-061-1/+2
|\ \ \
| * | | Introduce cache policies for CI jobsNick Thomas2017-07-051-1/+2
* | | | Merge branch '32815--Add-Custom-CI-Config-Path' into 'master'Grzegorz Bizon2017-07-061-1/+3
|\ \ \ \ | |_|/ / |/| | |
| * | | Merge remote-tracking branch 'upstream/master' into 32815--Add-Custom-CI-Conf...Lin Jen-Shin2017-07-054-7/+141
| |\ \ \ | | |/ /
| * | | Rename ci_config_file to ci_config_pathLin Jen-Shin2017-07-051-2/+2
| * | | Merge remote-tracking branch 'upstream/master' into 32815--Add-Custom-CI-Conf...Lin Jen-Shin2017-06-304-24/+195
| |\ \ \ | | | |/ | | |/|
| * | | Merge remote-tracking branch 'upstream/master' into 15041-Add-Custom-CI-Confi...15041-Add-Custom-CI-Config-PathLin Jen-Shin2017-06-2897-3028/+20266
| |\ \ \
| * | | | Add config option to project to allow custom .gitlab-ci.yml locationKeith Pope2016-10-081-1/+3
* | | | | Create and use project path helpers that only need a project, no namespaceDouwe Maan2017-07-051-11/+11
| |_|_|/ |/| | |
* | | | Merge branch '33580-fix-api-scoping' into 'master'Douwe Maan2017-07-053-2/+69
|\ \ \ \
| * | | | Fix build for !12300.Timothy Andrew2017-07-051-14/+35
| * | | | Merge branch 'master' into '33580-fix-api-scoping'Douwe Maan2017-07-045-29/+245
| |\ \ \ \
| * | | | | Fix remaining spec failures for !12300.Timothy Andrew2017-06-281-1/+1
| * | | | | Test OAuth token scope verification in the `API::Users` endpointTimothy Andrew2017-06-281-1/+3
| * | | | | Test `/users` endpoints for the `read_user` scope.Timothy Andrew2017-06-282-32/+43
| * | | | | Allow API scope declarations to be applied conditionally.Timothy Andrew2017-06-282-1/+12
| * | | | | Initial attempt at refactoring API scope declarations.Timothy Andrew2017-06-281-0/+22
| | |_|/ / | |/| | |
* | | | | Merge branch 'feature/gb/add-test-example-for-commit-status-retries' into 'ma...Sean McGivern2017-07-051-0/+22
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | Add test example for external commit status retriesfeature/gb/add-test-example-for-commit-status-retriesGrzegorz Bizon2017-07-051-0/+22
| | |_|/ | |/| |
* | | | Simplify authentication logic in the v4 users API for !12445.Timothy Andrew2017-07-041-3/+17
* | | | Merge remote-tracking branch 'origin/master' into 34141-allow-unauthenticated...Timothy Andrew2017-06-307-30/+246
|\ \ \ \ | |/ / /
| * | | Merge branch '34078-allow-to-enable-feature-flags-with-more-granularity' into...Robert Speicher2017-06-291-22/+156
| |\ \ \
| | * | | Rename flipper_group to feature_group34078-allow-to-enable-feature-flags-with-more-granularityRémy Coutable2017-06-281-6/+6