summaryrefslogtreecommitdiff
path: root/spec/requests
Commit message (Expand)AuthorAgeFilesLines
* Merge branch '40744-hashed-storage-specs' into 'master'Sean McGivern2018-02-084-55/+28
|\
| * Use hashed storage in the specs40744-hashed-storage-specsNick Thomas2018-02-074-55/+28
* | Merge branch 'feature/oidc-groups-claim' into 'master'Douwe Maan2018-02-081-4/+20
|\ \
| * | Add groups to OpenID Connect claimsHassan Zamani2018-02-081-4/+20
* | | Merge branch 'rd-35856-backport-lfs-file-locking-api' into 'master'Sean McGivern2018-02-072-1/+160
|\ \ \
| * | | Backport of LFS File Locking APIrd-35856-backport-lfs-file-locking-apiRubén Dávila2018-02-072-1/+160
| | |/ | |/|
* | | Merge branch '41763-search-api' into 'master'Sean McGivern2018-02-071-0/+298
|\ \ \ | |/ / |/| |
| * | Return only limited pagination headers for search API endpointsJarka Kadlecová2018-02-061-1/+1
| * | Support search in APIJarka Kadlecová2018-02-061-0/+298
| |/
* | Merge branch '38265-stuckcijobsworker-wrongly-detects-cancels-stuck-builds-wh...Kamil Trzciński2018-02-071-1/+2
|\ \
| * | Improve runner attribute cachineMatija Čupić2018-02-051-1/+1
| * | Merge branch 'master' into 38265-stuckcijobsworker-wrongly-detects-cancels-st...Matija Čupić2018-02-0410-69/+103
| |\ \
| * | | Fix runner cache update stub in API specMatija Čupić2018-02-041-1/+1
| * | | Fix Redis leakage in Runner API specsMatija Čupić2018-01-291-0/+1
* | | | Merge branch 'ce-39118-dynamic-pipeline-variables-fe' into 'master'Kamil Trzciński2018-02-072-4/+4
|\ \ \ \
| * | | | Fix API variable specsMatija Čupić2018-02-052-4/+4
| | |_|/ | |/| |
* | | | Merge branch 'master' into '26388-push-to-create-a-new-project'Douwe Maan2018-02-064-20/+55
|\ \ \ \
| * \ \ \ Merge branch '42669-allow-order_by-users-in-gitlab-api' into 'master'Douwe Maan2018-02-061-0/+18
| |\ \ \ \
| | * | | | Add sorting options for /users API (admin only)42669-allow-order_by-users-in-gitlab-apiDmitriy Zaporozhets2018-02-061-0/+18
| | |/ / /
| * | | | Refactor :trace to :trace_live in specShinya Maeda2018-02-063-12/+12
| * | | | Finish all testsShinya Maeda2018-02-062-11/+28
| |/ / /
* | | | Check ability ability before proceeding with project specific checksTiago Botelho2018-02-061-2/+2
* | | | Moves project creationg to git access check for git pushTiago Botelho2018-02-061-26/+0
* | | | Abstracts ProjectMoved and ProjectCreated into a BaseProjectTiago Botelho2018-02-062-10/+22
* | | | Move new project on push logic to a serviceTiago Botelho2018-02-061-4/+15
* | | | Add specsTiago Botelho2018-02-062-17/+57
|/ / /
* | | Backport /api/v4/groups N+1 query check from EEsh-backport-groups-api-optimizationStan Hu2018-02-031-0/+15
| |/ |/|
* | use Gitlab::UserSettings directly as a singleton instead of including/extendi...Mario de la Ossa2018-02-022-4/+0
* | port of 594e6a0a625^..f74c90f68c6Micaël Bergeron2018-02-012-4/+4
* | Merge branch 'sh-fix-project-members-api-perf' into 'master'Rémy Coutable2018-01-311-0/+15
|\ \
| * | Remove N+1 queries with /projects/:project_id/{access_requests,members} API e...sh-fix-project-members-api-perfStan Hu2018-01-301-0/+15
* | | Make those files as close as EE to reduce conflicts4635-unify-jobs-and-builds-sepcLin Jen-Shin2018-01-312-52/+73
|/ /
* | Merge branch 'osw-consistent-values-on-api-merge-status' into 'master'Douwe Maan2018-01-291-0/+2
|\ \
| * | Return more consistent values for merge_status on MR APIosw-consistent-values-on-api-merge-statusOswaldo Ferreira2018-01-281-0/+2
* | | Don't allow Repository#log with limit zeroJacob Vosmaer (GitLab)2018-01-292-9/+9
| |/ |/|
* | Fix spec failures in issues_spec.rbAhmad Sherif2018-01-261-2/+2
|/
* Add application create APINicolas MERELLI2018-01-241-0/+86
* Default to Gitaly for 'git push' HTTP/SSH, and make Gitaly mandatory for SSH ...Jacob Vosmaer (GitLab)2018-01-221-28/+13
* Merge branch '41673-blank-query-members-api' into 'master'Rémy Coutable2018-01-222-0/+20
|\
| * Fix error on empty query for Members APIMark Fletcher2018-01-212-0/+20
* | Merge branch '42231-protected-branches-api-route-returns-404-for-branches-wit...Rémy Coutable2018-01-221-0/+6
|\ \
| * | Fix protected branches API to accept name parameter with dotMark Fletcher2018-01-191-0/+6
| |/
* | Resolve "Projects API: filter 'with_issues_enabled=true' returns projects wit...Jan Christophersen2018-01-191-0/+26
* | Update rubocop, rubocop-rspec, and gitlab-styles42187-update-gitlab-styles-to-2-3-0Rémy Coutable2018-01-182-2/+2
|/
* Merge branch 'feature/merge-request-system-hook' into 'master'Douwe Maan2018-01-181-1/+19
|\
| * api support for merge_requests_events system hookAlexis Reigel2018-01-041-1/+19
* | Merge branch '42129-fix-project-snippet-user-agent-detail' into 'master'Sean McGivern2018-01-181-3/+10
|\ \
| * | Fix the user-agent detail API endpoint for project snippetsNick Thomas2018-01-171-3/+10
* | | Merge branch 'sh-backport-10-3-4-security-fixes' into 'master'Oswaldo Ferreira2018-01-176-30/+44
|\ \ \
| * | | Merge branch 'sh-migrate-can-push-to-deploy-keys-projects-10-3' into 'securit...Douwe Maan2018-01-163-14/+4