summaryrefslogtreecommitdiff
path: root/lib/api/repositories.rb
Commit message (Expand)AuthorAgeFilesLines
* Add latest changes from gitlab-org/security/gitlab@15-10-stable-eeGitLab Bot2023-03-291-0/+4
* Add latest changes from gitlab-org/gitlab@15-6-stable-eev15.6.0-rc42GitLab Bot2022-11-171-23/+53
* Add latest changes from gitlab-org/security/gitlab@15-3-stable-eeGitLab Bot2022-08-261-1/+1
* Add latest changes from gitlab-org/gitlab@15-3-stable-eev15.3.0-rc42GitLab Bot2022-08-181-2/+8
* Add latest changes from gitlab-org/gitlab@15-2-stable-eev15.2.0-rc42GitLab Bot2022-07-201-0/+8
* Add latest changes from gitlab-org/gitlab@14-9-stable-eev14.9.0-rc42GitLab Bot2022-03-181-0/+2
* Add latest changes from gitlab-org/gitlab@14-8-stable-eev14.8.0-rc42GitLab Bot2022-02-181-2/+1
* Add latest changes from gitlab-org/gitlab@14-6-stable-eev14.6.0-rc42GitLab Bot2021-12-201-25/+50
* Add latest changes from gitlab-org/gitlab@14-5-stable-eev14.5.0-rc42GitLab Bot2021-11-181-13/+28
* Add latest changes from gitlab-org/gitlab@14-4-stable-eev14.4.0-rc42GitLab Bot2021-10-201-1/+2
* Add latest changes from gitlab-org/gitlab@14-3-stable-eev14.3.0-rc42GitLab Bot2021-09-201-7/+11
* Add latest changes from gitlab-org/gitlab@14-2-stable-eev14.2.0-rc42GitLab Bot2021-08-191-6/+6
* Add latest changes from gitlab-org/gitlab@14-1-stable-eev14.1.0-rc42GitLab Bot2021-07-201-15/+19
* Add latest changes from gitlab-org/gitlab@13-12-stable-eev13.12.0-rc42GitLab Bot2021-05-191-4/+4
* Add latest changes from gitlab-org/gitlab@13-11-stable-eev13.11.0-rc43GitLab 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