summaryrefslogtreecommitdiff
path: root/lib/api/repositories.rb
Commit message (Expand)AuthorAgeFilesLines
* Add latest changes from gitlab-org/gitlab@13-11-stable-eev13.11.0-rc42GitLab Bot2021-04-201-1/+14
* Add latest changes from gitlab-org/gitlab@13-10-stable-eev13.10.0-rc40GitLab Bot2021-03-161-1/+1
* Add latest changes from gitlab-org/gitlab@13-9-stable-eev13.9.0-rc42GitLab Bot2021-02-181-0/+59
* Add latest changes from gitlab-org/gitlab@13-6-stable-eev13.6.0-rc42GitLab Bot2020-11-191-0/+4
* Add latest changes from gitlab-org/gitlab@13-5-stable-eev13.5.0-rc42GitLab Bot2020-10-211-1/+1
* Add latest changes from gitlab-org/gitlab@13-2-stable-eeGitLab Bot2020-07-201-2/+2
* Add latest changes from gitlab-org/gitlab@13-1-stable-eeGitLab Bot2020-06-181-0/+4
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-03-261-0/+2
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-02-221-0/+6
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-01-221-2/+7
* Run rubocop -aNick Thomas2019-03-131-11/+7
* Fix API::Namespaces to accept namepaces with dotsif-52811-fix_namespaces_api_routingImre Farkas2018-11-281-1/+1
* Allow getting the merge base of multiple revisionsBob Van Landuyt2018-10-121-7/+2
* Enable frozen string in lib/api and lib/backupgfyoung2018-09-291-0/+2
* Get the `merge-base` of 2 refs trough the APIBob Van Landuyt2018-08-131-0/+33
* Allow straight diff in Compare APIMaciej Nowak2018-06-281-1/+2
* [API] Fix URLs in the 'Link' header for 'GET /projects/:id/repository/contrib...Rémy Coutable2018-04-171-2/+2
* Add option to suppress archive commit shaJames Ramsay2018-04-041-1/+1
* Adds Rubocop rule for line break around conditionals🙈 jacopo beschi 🙉2018-01-111-0/+1
* Adds ordering to projects contributors in APIJacopo2017-12-131-1/+3
* Merge branch 'sha-handling' into 'master'Douwe Maan2017-10-161-2/+2
|\
| * Adds requirements that supports anything in sha paramsGuilherme Vieira2017-10-121-2/+2
* | Remove 'Repo' prefix from API entitesVitaliy @blackst0ne Klachkov2017-10-051-2/+2
|/
* API: Use defined project requirementsrs-api-use-project-requirementsRobert Schilling2017-08-311-1/+1
* Revert "Remove changes that are not absolutely necessary"Douwe Maan2017-05-241-1/+1
* Add `requirements: { id: %r{[^/]+} }` for all projects and groups namespaced ...Rémy Coutable2017-03-161-1/+1
* Remove unecessary endpoint from repository, add compatibility endpoints for v...issue_16834Felipe Artur2017-03-071-26/+8
* Update API endpoints for raw filesFelipe Artur2017-03-071-11/+34
* Enable Style/SpaceInsideBracketsDouwe Maan2017-02-231-1/+1
* Paginate all endpoints that return an arrayRobert Schilling2017-02-161-4/+10
* Allow Repositories API GET endpoints to be requested anonymouslyRémy Coutable2016-12-191-6/+0
* Grapify the repository APIRobert Schilling2016-11-181-58/+39
* Issue #4270: Recursive option for files through APIRebeca Méndez2016-11-121-1/+3
* Add workhorse controller and API helpersDouwe Maan2016-06-061-7/+3
* Enable Lint/AmbiguousOperator rubocop coprubocop/enable-ambiguous-operator-rubocop-lintGrzegorz Bizon2016-06-031-3/+3
* Move RepositoryArchiveCacheWorker to sidekiq-cronrs-archive-cache-worker-cronRobert Speicher2016-04-121-1/+0
* Fix APIJacob Vosmaer2016-02-111-1/+1
* First version of "git archive" headersJacob Vosmaer2016-02-021-5/+2
* Use only one header to send git blobsJacob Vosmaer2016-02-011-4/+2
* Send more raw blob data with workhorseJacob Vosmaer2016-01-281-2/+4
* Move git tags API to separate fileDmitriy Zaporozhets2015-11-121-35/+0
* Let gitlab-git-http-server handle archive downloadsJacob Vosmaer2015-10-081-12/+1
* Use project.commit convenience method.Douwe Maan2015-04-241-1/+1
* Archive repositories in background worker.Douwe Maan2015-03-311-5/+6
* Handle errors on API when a project does not have a repository (Closes #6289)jubianchi2015-01-191-8/+29
* Forward the messages in api response.Marin Jankovski2014-12-301-1/+1
* Create RepoTag Grape entity and present it when doing stuff with tags via API...Sean Edge2014-10-301-2/+3
* Factor error and success methods from services.Ciro Santilli2014-09-211-3/+2
* Fix tag testsDmitriy Zaporozhets2014-09-051-0/+1
* Added annotated tags. Updated tag haml file and call to gitlab-shell. Updat...Sean Edge2014-09-041-1/+4