summaryrefslogtreecommitdiff
path: root/spec/services/files/multi_service_spec.rb
Commit message (Expand)AuthorAgeFilesLines
* Add frozen_string_literal to spec/servicesfrozen_string_literal_spec_servicesThong Kuah2019-04-121-0/+2
* 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
* Resolve "Rename the `Master` role to `Maintainer`" BackendMark Chao2018-07-111-1/+1
* Extract constant for LfsPointerFile::VERSION_LINEJames Edwards-Jones2018-03-161-2/+2
* 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
* 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-221-1/+1
* Updates from last code review:38356-add-last_commit_sha-to-the-commit-apiRubén Dávila2017-12-201-5/+54
* 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