summaryrefslogtreecommitdiff
path: root/spec/requests/api/files_spec.rb
Commit message (Expand)AuthorAgeFilesLines
* Add latest changes from gitlab-org/gitlab@14-10-stable-eev14.10.0-rc42GitLab Bot2022-04-201-0/+100
* Add latest changes from gitlab-org/gitlab@14-5-stable-eev14.5.0-rc42GitLab Bot2021-11-181-27/+17
* Add latest changes from gitlab-org/gitlab@14-3-stable-eev14.3.0-rc42GitLab Bot2021-09-201-0/+13
* Add latest changes from gitlab-org/gitlab@14-0-stable-eev14.0.0-rc42GitLab Bot2021-06-161-2/+1
* Add latest changes from gitlab-org/gitlab@13-11-stable-eev13.11.0-rc43GitLab Bot2021-04-201-0/+15
* Add latest changes from gitlab-org/gitlab@13-6-stable-eev13.6.0-rc42GitLab Bot2020-11-191-31/+39
* Add latest changes from gitlab-org/gitlab@13-5-stable-eev13.5.0-rc42GitLab Bot2020-10-211-3/+3
* Add latest changes from gitlab-org/security/gitlab@13-4-stable-eeGitLab Bot2020-09-301-9/+6
* Add latest changes from gitlab-org/gitlab@13-3-stable-eeGitLab Bot2020-08-201-0/+50
* Add latest changes from gitlab-org/gitlab@13-2-stable-eeGitLab Bot2020-07-201-1/+23
* Add latest changes from gitlab-org/gitlab@13-1-stable-eeGitLab Bot2020-06-181-11/+15
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-02-261-0/+54
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-02-211-40/+40
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-01-301-0/+12
* Add latest changes from gitlab-org/gitlab@masterogolowinski-master-patch-80898GitLab Bot2019-12-161-3/+6
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-12-121-1/+1
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-12-031-2/+2
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-10-291-0/+2
* Add git blame apiOleg Zubchenko2019-07-261-0/+162
* Encode Content-Disposition filenamesStan Hu2019-02-041-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
* convert specs in javascripts/ and support/ to new syntaxJasper Maes2018-12-211-6/+6
* Update specs to rails5 formatblackst0ne-convert-specs-rails5-styleblackst0ne2018-12-191-35/+35
* Update code based on feedbackJames Lopez2018-12-041-0/+18
* Use read_repository scope on read-only files APIJames Lopez2018-12-041-0/+29
* Set content disposition attachment to several endpointsFrancisco Javier López2018-11-231-0/+8
* Extend to DELETE endpointRobert Schilling2018-08-211-5/+13
* Extend to PUT requestRobert Schilling2018-08-211-18/+22
* API: Catch empty commit messagesRobert Schilling2018-08-211-0/+12
* Fix bug setting http headers in Files APIFrancisco Javier López 🌴 On vacation; back on August 22th!2018-08-011-0/+30
* Add SHA256 and HEAD on File APIAhmet Demir2018-06-281-0/+85
* Replace '.team << [user, role]' with 'add_role(user)' in specs36782-replace-team-user-role-with-add_role-user-in-specsblackst0ne2017-12-221-1/+1
* Refactor `have_http_status` into `have_gitlab_http_status` in the specsJacopo2017-10-201-22/+22
* Merge branch 'move-git-operation-service' into 'master'Sean McGivern2017-09-041-2/+2
|\
| * Move GitOperationService to Gitlab::Gitmove-git-operation-serviceJacob Vosmaer2017-09-011-2/+2
* | fix :file_path - add requirements:Marc Siegfriedt2017-08-301-0/+9
|/
* Fix API responses when dealing with txt filesissue_31790Felipe Artur2017-08-151-0/+10
* Ensure all project factories use `:repository` trait or `:empty_project`rs-empty_project-cleanupRobert Speicher2017-08-011-2/+2
* Enable Style/DotPosition Rubocop :cop:Grzegorz Bizon2017-06-211-2/+2
* Correct RSpec/SingleLineHook cop offensesRobert Speicher2017-06-141-1/+3
* Introduce optimistic locking support via optional parameter last_commit_id on...Roman Safronov2017-06-061-0/+19
* Enable the Style/TrailingCommaInLiteral copRémy Coutable2017-05-101-1/+1
* Unnecessary "include WaitForAjax" and "include ApiHelpers"Jacopo2017-04-211-2/+1
* Refactor changing files in web UIDouwe Maan2017-04-201-3/+3
* Don't use FFaker in factories, use sequences insteadRémy Coutable2017-04-031-15/+2
* Remove unecessary endpoint from repository, add compatibility endpoints for v...issue_16834Felipe Artur2017-03-071-0/+23
* Update API endpoints for raw filesFelipe Artur2017-03-071-48/+111
* Fix creating a file in an empty repo using the APIDouwe Maan2017-03-011-0/+14
* Return 204 for delete endpointsRobert Schilling2017-02-281-9/+2