summaryrefslogtreecommitdiff
path: root/lib/api
Commit message (Expand)AuthorAgeFilesLines
* 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
* | | | Add delete method in Release APIShinya Maeda2018-12-311-0/+21
* | | | Refactor Release servicesAlessio Caiazza2018-12-312-12/+20
* | | | ReleasesFinder will always return a relationAlessio Caiazza2018-12-311-1/+1
* | | | Expose assets in releases APIAlessio Caiazza2018-12-311-0/+14
* | | | Add releases APIAlessio Caiazza2018-12-315-12/+137
| |/ / |/| |
* | | Fix timeout issues retrieving branches via APIStan Hu2018-12-271-2/+2
|/ /
* | Bump Gitaly version to v1.12.0Stan Hu2018-12-211-3/+5
* | Rename GroupHierarchy into ObjectHierarchyJarka Košanová2018-12-192-2/+2
|/
* Hide confidential events in rubyBob Van Landuyt2018-12-171-30/+12
* Remove rails4 specific codeJasper Maes2018-12-161-1/+1
* Fix deprecation: Passing ActiveRecord::Base objects to sanitize_sql_hash_for_...Jasper Maes2018-12-131-1/+1
* Allow suggesting single line changes in diffsOswaldo Ferreira2018-12-133-0/+44
* Merge branch '54626-able-to-download-a-single-archive-file-with-api-by-ref-na...Grzegorz Bizon2018-12-101-0/+24
|\
| * Add endpoint to download single artifact by refSteve Azzopardi2018-12-071-0/+24