summaryrefslogtreecommitdiff
path: root/spec/requests/api/repositories_spec.rb
Commit message (Expand)AuthorAgeFilesLines
* Add latest changes from gitlab-org/security/gitlab@15-10-stable-eeGitLab Bot2023-03-291-0/+16
* Add latest changes from gitlab-org/gitlab@15-10-stable-eev15.10.0-rc42GitLab Bot2023-03-201-1/+0
* Add latest changes from gitlab-org/gitlab@15-8-stable-eev15.8.0-rc42GitLab Bot2023-01-181-9/+3
* Add latest changes from gitlab-org/gitlab@15-7-stable-eev15.7.0-rc42GitLab Bot2022-12-201-5/+5
* Add latest changes from gitlab-org/gitlab@15-3-stable-eev15.3.0-rc42GitLab Bot2022-08-181-0/+26
* Add latest changes from gitlab-org/gitlab@15-2-stable-eev15.2.0-rc42GitLab Bot2022-07-201-0/+74
* Add latest changes from gitlab-org/gitlab@14-10-stable-eev14.10.0-rc42GitLab Bot2022-04-201-1/+1
* Add latest changes from gitlab-org/gitlab@14-9-stable-eev14.9.0-rc42GitLab Bot2022-03-181-0/+7
* Add latest changes from gitlab-org/gitlab@14-8-stable-eev14.8.0-rc42GitLab Bot2022-02-181-11/+0
* Add latest changes from gitlab-org/gitlab@14-6-stable-eev14.6.0-rc42GitLab Bot2021-12-201-2/+67
* Add latest changes from gitlab-org/gitlab@14-5-stable-eev14.5.0-rc42GitLab Bot2021-11-181-0/+39
* Add latest changes from gitlab-org/gitlab@14-4-stable-eev14.4.0-rc42GitLab Bot2021-10-201-0/+12
* Add latest changes from gitlab-org/gitlab@14-3-stable-eev14.3.0-rc42GitLab Bot2021-09-201-1/+26
* Add latest changes from gitlab-org/gitlab@14-2-stable-eev14.2.0-rc42GitLab Bot2021-08-191-2/+10
* Add latest changes from gitlab-org/gitlab@14-1-stable-eev14.1.0-rc42GitLab Bot2021-07-201-0/+11
* Add latest changes from gitlab-org/gitlab@14-0-stable-eev14.0.0-rc42GitLab Bot2021-06-161-4/+6
* Add latest changes from gitlab-org/gitlab@13-11-stable-eev13.11.0-rc43GitLab Bot2021-04-201-0/+23
* Add latest changes from gitlab-org/gitlab@13-10-stable-eev13.10.0-rc40GitLab Bot2021-03-161-0/+34
* Add latest changes from gitlab-org/gitlab@13-9-stable-eev13.9.0-rc42GitLab Bot2021-02-181-0/+81
* Add latest changes from gitlab-org/gitlab@13-5-stable-eev13.5.0-rc42GitLab Bot2020-10-211-1/+3
* Add latest changes from gitlab-org/gitlab@13-2-stable-eeGitLab Bot2020-07-201-5/+13
* Add latest changes from gitlab-org/gitlab@13-1-stable-eeGitLab Bot2020-06-181-1/+7
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-04-011-2/+2
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-03-311-1/+1
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-03-261-0/+12
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-03-021-19/+19
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-02-221-0/+12
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-01-221-0/+23
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-10-291-0/+2
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-09-181-1/+1
* Fix files/blob api endpoint content dispositionFrancisco Javier López2019-01-101-2/+3
* Fixed api content-disposition in blob and files endpointFrancisco Javier López2018-12-311-1/+1
* Update specs to rails5 formatblackst0ne-convert-specs-rails5-styleblackst0ne2018-12-191-10/+10
* Set content disposition attachment to several endpointsFrancisco Javier López2018-11-231-0/+6
* Allow getting the merge base of multiple revisionsBob Van Landuyt2018-10-121-2/+2
* Get the `merge-base` of 2 refs trough the APIBob Van Landuyt2018-08-131-0/+73
* Resolve "Rename the `Master` role to `Maintainer`" BackendMark Chao2018-07-111-1/+1
* Allow straight diff in Compare APIMaciej Nowak2018-06-281-0/+25
* Fix repository archive generation when hashed storage is enabledNick Thomas2018-06-051-6/+3
* [API] Fix URLs in the 'Link' header for 'GET /projects/:id/repository/contrib...Rémy Coutable2018-04-171-0/+15
* Adds ordering to projects contributors in APIJacopo2017-12-131-0/+22
* Refactor `have_http_status` into `have_gitlab_http_status` in the specsJacopo2017-10-201-12/+12
* Unnecessary "include WaitForAjax" and "include ApiHelpers"Jacopo2017-04-211-2/+1
* Remove unecessary endpoint from repository, add compatibility endpoints for v...issue_16834Felipe Artur2017-03-071-68/+2
* Update API endpoints for raw filesFelipe Artur2017-03-071-49/+103
* Add a custom pagination matcherRobert Schilling2017-02-161-3/+4
* Use `:empty_project` where possible in request specsrs-empty_project-requestsRobert Speicher2017-01-261-7/+7
* Improve specs for Files API4269-public-files-apiRémy Coutable2016-12-201-11/+0
* Improve specs for Repositories API4269-public-repositories-apiRémy Coutable2016-12-201-113/+223
* Allow Repositories API GET endpoints to be requested anonymouslyRémy Coutable2016-12-191-82/+194