summaryrefslogtreecommitdiff
path: root/spec/requests
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'tc-fix-project-create-500' into 'master'Douwe Maan2017-03-211-0/+8
* Merge branch 'api-project-issues-404' into 'master' Sean McGivern2017-03-212-0/+12
* Merge branch 'fix/regressions-in-ci-v4-api' into 'master' Kamil Trzciński2017-03-201-16/+62
* Merge branch '29604-v3-fix-branch-creation' into 'master' Sean McGivern2017-03-171-0/+52
* Merge branch 'tc-clean-up-no-label-doc' into 'master' Sean McGivern2017-03-171-0/+10
* Merge branch 'zj-rename-ci-vars' into 'master' Achilleas Pipinellis2017-03-162-10/+10
* Fix regression in runners registration v1 apiTomasz Maczukin2017-03-162-0/+6
* Merge branch 'issue_16834'Douwe Maan2017-03-073-104/+400
|\
| * Remove unecessary endpoint from repository, add compatibility endpoints for v...issue_16834Felipe Artur2017-03-073-68/+247
| * Update API endpoints for raw filesFelipe Artur2017-03-072-97/+214
* | Merge branch '1381-present-commits-pagination-headers-correctly' into 'master' Douwe Maan2017-03-081-2/+92
|\ \
| * | Returns correct header data for commits endpointOswaldo Ferreira2017-03-071-12/+65
| * | Manually set total_count when paginating commitsJordan Ryan Reuter2017-03-071-0/+37
| |/
* | Make it possible to query scope as scope[]=Toon Claes2017-03-071-4/+4
* | Add GET /projects/:id/pipelines/:pipeline_id/jobs endpointToon Claes2017-03-071-0/+72
|/
* Added Prometheus Service and Prometheus graphsKamil Trzciński2017-03-071-1/+3
* Merge branch '28447-hybrid-repository-storages' into 'master' Sean McGivern2017-03-071-1/+1
|\
| * Update storage settings to allow extra values per shard28447-hybrid-repository-storagesAlejandro Rodríguez2017-03-031-1/+1
* | Merge branch 'siemens/gitlab-ce-feature/openid-connect'Sean McGivern2017-03-075-2/+202
|\ \
| * | Don't allow blocked users to authenticate through other meansMarkus Koller2017-03-074-2/+68
| * | Implement OpenID Connect identity providerMarkus Koller2017-03-071-0/+134
* | | Merge remote-tracking branch 'origin/personal_access_token_api_and_impersonat...Douwe Maan2017-03-071-0/+185
|\ \ \ | |/ / |/| |
| * | apply codestyle and implementation changes to the respective feature codepersonal_access_token_api_and_impersonation_tokenTiago Botelho2017-03-062-215/+58
| * | refactors finder and correlated codeTiago Botelho2017-03-012-41/+41
| * | applies relevant changes to the code and code structureTiago Botelho2017-02-282-28/+43
| * | refactors documentation and personal access tokens form to not allow admins t...Tiago Botelho2017-02-282-11/+74
| * | add impersonation tokenSimon Vocella2017-02-281-3/+25
| * | manage personal_access_tokens through apiSimon Vocella2017-02-282-0/+242
* | | Merge branch 'feature/runner-jobs-v4-api' into 'master' Kamil Trzciński2017-03-071-1/+873
|\ \ \
| * | | Add minor refactoringfeature/runner-jobs-v4-apiTomasz Maczukin2017-03-071-2/+10
| * | | Change artifacts and cache fields to arraysTomasz Maczukin2017-03-061-5/+11
| * | | Fix rubocop offensesTomasz Maczukin2017-03-061-1/+1
| * | | Add some fixes and refactoring after reviewTomasz Maczukin2017-03-021-40/+107
| * | | Fix rubocop offensesTomasz Maczukin2017-03-021-3/+5
| * | | Add artifacts downloading APITomasz Maczukin2017-03-021-0/+40
| * | | Add artifacts uploading APITomasz Maczukin2017-03-021-0/+205
| * | | Add artifacts uploading authorize APITomasz Maczukin2017-03-021-0/+77
| * | | Add job patch trace APITomasz Maczukin2017-03-021-0/+134
| * | | Add job update APITomasz Maczukin2017-03-021-0/+48
| * | | Update step data namingTomasz Maczukin2017-03-021-2/+2
| * | | Fix rubocop offensesTomasz Maczukin2017-03-021-16/+13
| * | | Refactor JobRequest response structureTomasz Maczukin2017-03-021-10/+41
| * | | Add jobs requesting APITomasz Maczukin2017-03-021-0/+257
* | | | Implement review comments from @dbalexandre28251-mr-and-issue-iids-for-api-v4Timothy Andrew2017-03-071-0/+6
* | | | Fix time tracking endpoints for API v4Timothy Andrew2017-03-072-2/+2
* | | | Migrate the Todos API to use `issuable_iid`Timothy Andrew2017-03-071-3/+3
* | | | Migrate the AwardEmoji API to use `merge_request_iid` and `issue_iid`Timothy Andrew2017-03-072-25/+250
* | | | Migrate the MergeRequestDiffs API to use `merge_request_iid`Timothy Andrew2017-03-072-13/+30
* | | | API routes referencing a specific merge request should use the MR `iid`Timothy Andrew2017-03-071-54/+143
* | | | API routes referencing a specific issue should use the issue `iid`Timothy Andrew2017-03-071-55/+95