summaryrefslogtreecommitdiff
path: root/lib/api
Commit message (Expand)AuthorAgeFilesLines
* Merge branch '52674-api-v4-projects-project_id-jobs-endpoint-hits-statement-t...Nick Thomas2019-01-231-3/+14
|\
| * [API] Omit X-Total{,-Pages} when count > 10kRémy Coutable2019-01-221-3/+14
* | Merge branch '25569-changing-wording-to-delete-when-referring-to-removing-a-b...Filipa Lacerda2019-01-231-1/+1
|\ \ | |/ |/|
| * Use 'delete' instead of 'remove' for source branch25569-changing-wording-to-delete-when-referring-to-removing-a-branchSam Bigelow2019-01-221-1/+1
* | Merge branch 'sh-preload-associations-for-group-api' into 'master'Douwe Maan2019-01-211-2/+6
|\ \
| * | Eliminate N+1 queries in /api/groups/:idStan Hu2019-01-191-2/+6
* | | Search project tags via APIRobert Schilling2019-01-211-2/+5
|/ /
* | Merge branch 'api-nested-group-permission' into 'master'Nick Thomas2019-01-181-1/+1
|\ \
| * | Return max group access level in the projects APIAlejandro Rodríguez2019-01-161-1/+1
* | | API for importing external reposBen2019-01-172-0/+47
* | | Merge branch 'shared_with_group_path' into 'master'Nick Thomas2019-01-161-1/+4
|\ \ \
| * | | Add group full path to project's shared_with_groupsMathieu Parent2019-01-151-1/+4
| |/ /
* | | Merge branch 'zj-feature-gate-set-project-path' into 'master'Kamil Trzciński2019-01-161-8/+7
|\ \ \
| * | | Allow setting of feature gates per projectZeger-Jan van de Weg2019-01-141-8/+7
* | | | API: Fix default branch protection setting for Admin APIRobert Schilling2019-01-151-1/+1
* | | | API: Support dots in wiki slugsRobert Schilling2019-01-151-2/+4
| |/ / |/| |
* | | Merge branch '56110-cluster-kubernetes-api-500-error-on-post-request' into 'm...Kamil Trzciński2019-01-112-3/+3
|\ \ \
| * | | Restrict multiple clusters through APIMayra Cabrera2019-01-102-3/+3
* | | | Remove releases_page feature flagShinya Maeda2019-01-112-3/+0
|/ / /
* | | Fix files/blob api endpoint content dispositionFrancisco Javier López2019-01-101-1/+5
* | | Merge branch 'refactor-artifact-api-endpoint' into 'master'Grzegorz Bizon2019-01-091-5/+2
|\ \ \
| * | | Refactor project.latest_successful_builds_for defSteve Azzopardi2019-01-071-5/+2
| |/ /
* | | Merge branch 'sh-switch-rack-request-to-actionpack' into 'master'Robert Speicher2019-01-091-1/+1
|\ \ \ | |_|/ |/| |
| * | Switch use of Rack::Request to ActionDispatch::RequestStan Hu2019-01-071-1/+1
* | | Merge branch '49231-import-issues-csv' into 'master'Douwe Maan2019-01-071-1/+1
|\ \ \ | |_|/ |/| |
| * | Refactor upload service to return uploaderHeinrich Lee Yu2019-01-071-1/+1
| |/
* | Merge branch 'include-project' into 'master'Grzegorz Bizon2019-01-071-1/+2
|\ \
| * | Allow to include files from another projectsKamil Trzciński2019-01-071-1/+2
* | | Add tests for Release Link APIShinya Maeda2019-01-071-43/+44
* | | Add API for release asset linksShinya Maeda2019-01-072-0/+117
| |/ |/|
* | Merge branch '40473-api-support-for-kubernetes-integration' into 'master'Kamil Trzciński2019-01-053-0/+176
|\ \
| * | Include CRUD endpoints for Cluster API40473-api-support-for-kubernetes-integrationMayra Cabrera2019-01-043-0/+176
* | | Merge branch 'feature/gb/expose-ci-api-url-variable' into 'master'Douwe Maan2019-01-041-0/+29
|\ \ \ | |_|/ |/| |
| * | Improve readablity of CI_API_V4_URL related codeGrzegorz Bizon2019-01-041-1/+1
| * | Minor improvements to CI_API_V4_URL variable exposurefeature/gb/expose-ci-api-url-variableGrzegorz Bizon2019-01-031-1/+1
| * | Add API::Helpers::Version and expose API root URLGrzegorz Bizon2019-01-032-8/+29
| * | Expose method that returns GitLab API pathsGrzegorz Bizon2019-01-031-0/+8
| |/
* | Add unique constraint to release and urlShinya Maeda2019-01-041-10/+5
* | Support CURD operation for release asset linksShinya Maeda2019-01-042-0/+33
|/
* Merge branch '18667-handle-push-opts' into 'master'Douwe Maan2019-01-021-1/+2
|\
| * Add support for Git push options, specifically ci.skipJonathon Reinhart2018-12-311-1/+2
* | Merge branch 'master' of dev.gitlab.org:gitlab/gitlabhqJohn Jarvis2019-01-011-0/+5
|\ \ | |/ |/|
| * Merge branch 'security-master-guests-jobs-api' into 'master'John Jarvis2019-01-011-0/+5
| |\
| | * Move pipeline auth above pipeline assignmentMatija Čupić2018-12-201-1/+1
| | * Authorize read_pipeline before read_buildMatija Čupić2018-12-191-0/+1
| | * Authorize read_build when listing pipeline jobsMatija Čupić2018-12-191-0/+2
| | * Authorize read_build action when listing jobsMatija Čupić2018-12-191-0/+2
* | | Merge branch 'fj-55781-fix-api-blob-content-disposition' into 'master'Sean McGivern2018-12-311-1/+7
|\ \ \
| * | | Fixed api content-disposition in blob and files endpointFrancisco Javier López2018-12-311-1/+7
* | | | Add spec for Release APIShinya Maeda2018-12-314-65/+87