summaryrefslogtreecommitdiff
path: root/spec/requests
Commit message (Expand)AuthorAgeFilesLines
* 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
| | * | | Allow the feature flags to be enabled/disabled with more granularityRémy Coutable2017-06-271-22/+156
| * | | | Add parent_id back to the testsOswaldo Ferreira2017-06-282-2/+4
| * | | | Improve tests textOswaldo Ferreira2017-06-281-2/+2
| * | | | Rename members_count to members_count_with_descendants and expose only to gro...Oswaldo Ferreira2017-06-283-11/+26
| * | | | Adjust projects spec on namespace fieldsOswaldo Ferreira2017-06-282-2/+6
| * | | | Add "members_count" and "parent_id" data on namespaces APIOswaldo Ferreira2017-06-281-0/+16
| | |/ / | |/| |
| * | | Fix head pipeline stored in merge request for external pipelinesfix-head-pipeline-for-commit-statusKamil Trzcinski2017-06-271-6/+21
| |/ /
| * | Fix optional args for POST :id/variablesLin Jen-Shin2017-06-271-0/+11
| * | more refactoring based on feedbackJames Lopez2017-06-231-0/+13
| * | update notification settings, fix api specsJames Lopez2017-06-231-3/+1
| * | ported EE user service to CEJames Lopez2017-06-231-1/+9
* | | Implement review comments for !12445 from @godfat and @rymai.Timothy Andrew2017-06-301-1/+1
* | | Allow unauthenticated access to the `/api/v4/users` API.Timothy Andrew2017-06-261-2/+33
|/ /
* | Filter archived project in API v3 only if param presentvanadium232017-06-211-0/+30
* | Enable Style/DotPosition Rubocop :cop:Grzegorz Bizon2017-06-2118-128/+128
* | Merge branch '33878-fix-edit-deploy-key' into 'master'Rémy Coutable2017-06-211-0/+10
|\ \
| * | Fix edit button for deploy keys available from other projectsAlexander Randa2017-06-201-0/+10
* | | Re-instate is_admin flag in users API is current user is an adminMike Ricketts2017-06-202-1/+40
|/ /
* | Merge branch 'mk-add-project-moved-errors-for-git' into 'master'Douwe Maan2017-06-192-3/+108
|\ \
| * | Add specific test caseMichael Kozono2017-06-161-0/+20
| * | Add “Project moved” error to Git-over-HTTPMichael Kozono2017-06-161-1/+28
| * | Add “Project moved” error to Git-over-SSHMichael Kozono2017-06-161-2/+60
* | | Merge branch '26212-upload-user-avatar-trough-api' into 'master'Rémy Coutable2017-06-191-0/+10
|\ \ \
| * | | Accept image for avatar in user APIvanadium232017-06-161-0/+10
| |/ /
* | | Merge branch 'issue_33205' into 'master'Sean McGivern2017-06-191-3/+23
|\ \ \ | |/ / |/| |
| * | Fix API bug accepting wrong merge requests parametersissue_33205Felipe Artur2017-06-161-3/+23
* | | Improve method names and add more specsFelipe Artur2017-06-161-5/+37