summaryrefslogtreecommitdiff
path: root/spec/services/files
Commit message (Expand)AuthorAgeFilesLines
* Add latest changes from gitlab-org/gitlab@13-7-stable-eev13.7.0-rc42GitLab Bot2020-12-172-4/+4
* Add latest changes from gitlab-org/gitlab@13-2-stable-eeGitLab Bot2020-07-204-4/+4
* Add frozen_string_literal to spec/servicesfrozen_string_literal_spec_servicesThong Kuah2019-04-124-0/+8
* Accept force option on commit via APIPatrick Bajao2019-03-061-0/+16
* Commits API: Preserve file content in move operations if unspecifiedNick Thomas2018-11-281-9/+30
* Adds chmod action to POST /projects/:id/repository/commits APIJacopo2018-09-271-1/+35
* Guard against regressions in commit email specsNick Thomas2018-09-183-2/+5
* Use the correct email address when committing via a file serviceNick Thomas2018-09-173-1/+30
* Resolve "Rename the `Master` role to `Maintainer`" BackendMark Chao2018-07-114-4/+4
* Make OperationService RPC's mandatoryJacob Vosmaer (GitLab)2018-07-031-12/+0
* Extract constant for LfsPointerFile::VERSION_LINEJames Edwards-Jones2018-03-162-4/+4
* Use correct encoding with Lfs::FileTransfromerJames Edwards-Jones2018-03-151-10/+30
* Multi-file upload and Commit API obey LFS filtersJames Edwards-Jones2018-03-151-1/+33
* File upload UI obeys LFS filtersJames Edwards-Jones2018-02-061-0/+78
* Incorporate Gitaly's OperationService.UserCommitFiles RPCgitaly-user-commit-filesAlejandro Rodríguez2018-01-221-5/+7
* Move git operations for multi_action into Gitlab::GitAlejandro Rodríguez2018-01-051-2/+2
* Replace '.team << [user, role]' with 'add_role(user)' in specs36782-replace-team-user-role-with-add_role-user-in-specsblackst0ne2017-12-223-3/+3
* Updates from last code review:38356-add-last_commit_sha-to-the-commit-apiRubén Dávila2017-12-202-5/+118
* Check if file has been modified for each action provided.Rubén Dávila2017-12-201-2/+43
* Add some initial specs for Files::MultiService classRubén Dávila2017-12-201-0/+54
* Move GitHooksService to Gitlab::GitJacob Vosmaer2017-08-231-1/+1
* Enable Style/DotPosition Rubocop :cop:Grzegorz Bizon2017-06-211-2/+2
* Refactor changing files in web UIDouwe Maan2017-04-201-3/+3
* Use `:empty_project` where possible in service specsRobert Speicher2017-03-271-1/+1
* Fix renamingLin Jen-Shin2017-01-071-2/+2
* Add a test to make sure hooks are fire only onceLin Jen-Shin2016-11-051-14/+15
* multi-file commitMarc Siegfriedt2016-10-051-2/+2
* Prevents accidental overwrites of commits from UIFrank West2016-08-151-0/+84