summaryrefslogtreecommitdiff
path: root/spec/requests
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'security-10-4-todo-api-reveals-sensitive-information' into 'sec...Robert Speicher2018-01-312-0/+12
* Merge branch 'security-10-4-25223-snippets-finder-doesnt-obey-feature-visibil...Douwe Maan2018-01-311-0/+21
* Merge branch 'builds-api-nplusone' into 'master'Stan Hu2018-01-172-4/+50
* Merge branch 'jej/backport-authorized-keys-to-ce' into 'master'Douwe Maan2018-01-171-0/+48
* Merge branch '10-4-stable-prepare-rc6' into '10-4-stable'10-4-stable-with-rc5-and-rc6LUKE BENNETT2018-01-171-0/+9
|\
| * Merge branch '42025-fix-issue-api' into 'master'10-4-stable-prepare-rc6Sean McGivern2018-01-151-0/+9
* | Merge branch 'sh-migrate-can-push-to-deploy-keys-projects-10-3' into 'securit...Douwe Maan2018-01-153-14/+4
* | Merge branch '41567-projectfix' into 'security-10-3'Sean McGivern2018-01-152-14/+38
* | Merge branch 'security-10-3-do-not-expose-passwords-or-tokens-in-service-inte...Stan Hu2018-01-151-2/+2
|/
* Merge branch 'fj-41681-add-param-disable-commit-stats-api' into 'master'Douwe Maan2018-01-102-0/+52
* Merge branch '22643-manual-job-page' into 'master'Kamil Trzciński2018-01-061-2/+2
|\
| * Merge branch 'master' into 22643-manual-job-pageFilipa Lacerda2018-01-0444-126/+164
| |\
| * \ Merge branch 'master' into 22643-manual-job-pageFilipa Lacerda2017-12-221-0/+20
| |\ \
| * | | Fix spec failuresKamil Trzciński2017-12-211-2/+2
* | | | API: get participants from merge_requests & issuesBrent Greeff2018-01-052-0/+18
* | | | Merge branch 'api-domains-expose-project_id' into 'master'Dmitriy Zaporozhets2018-01-051-0/+1
|\ \ \ \
| * | | | Expose project_id on /api/v4/pages/domainsLuc Didry2018-01-031-0/+1
* | | | | Merge branch 'backport-issue_3413' into 'master'Sean McGivern2018-01-051-167/+12
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | EE-BACKPORT group boardsFelipe Artur2018-01-041-167/+12
| |/ / /
* | | | Merge branch 'osw-introduce-merge-request-statistics' into 'master'Sean McGivern2018-01-044-4/+4
|\ \ \ \
| * | | | Cache merged and closed events data in merge_request_metrics tableOswaldo Ferreira2018-01-024-4/+4
| |/ / /
* | | | 41054-Disallow creation of new Kubernetes integrationsMayra Cabrera2018-01-042-3/+9
* | | | Fix API endpoints to edit wiki pages where project belongs to a grouprd-api-request-to-edit-wiki-page-fails-when-project-belongs-to-groupRubén Dávila2018-01-031-4/+26
|/ / /
* | | Gracefully handle orphaned write deploy keys in /internal/post_receivesh-handle-orphaned-deploy-keysStan Hu2017-12-241-0/+10
* | | Replace '.team << [user, role]' with 'add_role(user)' in specs36782-replace-team-user-role-with-add_role-user-in-specsblackst0ne2017-12-2242-115/+115
| |/ |/|
* | Add optional `search` param for Merge Requests APIMark Fletcher2017-12-201-0/+20
|/
* sorting for tags apihaseeb2017-12-141-0/+38
* Adds ordering to projects contributors in APIJacopo2017-12-131-0/+22
* Merge branch 'issue_30663' into 'security-10-2'Sean McGivern2017-12-081-0/+14
* Merge branch 'rs-security-group-api' into 'security-10-2'Douwe Maan2017-12-081-0/+62
* Allow git pull/push on project redirectsMayra Cabrera2017-12-082-21/+25
* Move the circuitbreaker check out in a separate processbvl-circuitbreaker-processBob Van Landuyt2017-12-082-3/+3
* Merge branch 'jej/per-user-protected-branches-api-ce' into 'master'Sean McGivern2017-12-071-18/+18
|\
| * CE backport of ProtectedBranches API changesJames Edwards-Jones2017-12-071-18/+18
* | Merge branch 'zj-multiple-artifacts' into 'master'Grzegorz Bizon2017-12-051-12/+3
|\ \ | |/ |/|
| * Remove update artifacts test (it should not be needed)Kamil Trzcinski2017-12-031-9/+0
| * Last test fixes multiple artifactsZeger-Jan van de Weg2017-12-031-1/+1
| * Rename Artifact to JobArtifact, split metadata outZeger-Jan van de Weg2017-12-031-2/+2
* | Optimize API /groups/:id/projects by preloading associationsStan Hu2017-12-011-0/+14
|/
* support ordering of project notes in notes apihaseeb2017-11-291-0/+124
* Merge branch 'gitaly-ssh-upload-pack-opt-out' into 'master'Sean McGivern2017-11-291-6/+2
|\
| * SSHUploadPack over Gitaly is now OptOutgitaly-ssh-upload-pack-opt-outKim "BKC" Carlbäcker2017-11-291-6/+2
* | Merge branch 'tm/feature/list-runners-jobs-api' into 'master'Kamil Trzciński2017-11-281-0/+134
|\ \
| * | Refactorize jobs finding logicTomasz Maczukin2017-11-281-4/+4
| * | Use 'set' instead of 'let!' when it's possibleTomasz Maczukin2017-11-281-1/+1
| * | Allow filtering by 'status'Tomasz Maczukin2017-11-281-4/+46
| * | Add information about projectTomasz Maczukin2017-11-281-4/+4
| * | Add new API endpoint - list jobs of a specified runnerTomasz Maczukin2017-11-281-0/+92
| |/
* | Introduce :read_namespace access policy for namespace and groupTomasz Maczukin2017-11-231-10/+48
* | Allow request namespace by ID or pathTomasz Maczukin2017-11-231-11/+27