summaryrefslogtreecommitdiff
path: root/app/services/files/multi_service.rb
Commit message (Expand)AuthorAgeFilesLines
* Adds chmod action to POST /projects/:id/repository/commits APIJacopo2018-09-271-1/+1
* Enable frozen string in apps/services/**/*.rbrepo-forks/gitlab-ce-frozen-string-enable-apps-services-innergfyoung2018-07-161-0/+2
* Use correct encoding with Lfs::FileTransfromerJames Edwards-Jones2018-03-151-2/+3
* Avoid failed integrity check by linking LfsObjectProjects soonerJames Edwards-Jones2018-03-151-4/+4
* Multi-file upload and Commit API obey LFS filtersJames Edwards-Jones2018-03-151-3/+22
* Move git operations for multi_action into Gitlab::GitAlejandro Rodríguez2018-01-051-11/+4
* Updates from last code review:38356-add-last_commit_sha-to-the-commit-apiRubén Dávila2017-12-201-7/+8
* Check if file has been modified for each action provided.Rubén Dávila2017-12-201-0/+12
* Refactor changing files in web UIDouwe Maan2017-04-201-117/+8
* Enable and autocorrect the CustomErrorClass copSean McGivern2017-03-011-1/+1
* Fix specdm-fix-web-edit-new-linesDouwe Maan2017-02-241-3/+3
* Add newlineDouwe Maan2017-02-241-0/+1
* Raise error when no content is providedDouwe Maan2017-02-241-7/+15
* Address reviewDouwe Maan2017-02-241-6/+6
* Consistently create, update, and delete files, taking CRLF settings into accountDouwe Maan2017-02-241-3/+11
* Change branch_name param to branch throughout V4 API22132-rename-branch-name-params-to-branchOswaldo Ferreira2017-02-211-4/+4
* Rename from base to start because base could mean merge baseLin Jen-Shin2017-01-061-3/+3
* Rename source to base to avoid confusion from MRLin Jen-Shin2017-01-061-3/+3
* Fix source_project and also pass source_projectLin Jen-Shin2016-12-141-0/+1
* Cleanup parameters, easier to understand andLin Jen-Shin2016-12-081-2/+2
* Merge remote-tracking branch 'upstream/master' into fix-git-hooks-when-creati...Lin Jen-Shin2016-11-241-2/+0
|\
| * Remove unnecessary require_relative calls from service classesSemyon Pupkov2016-11-221-2/+0
* | Add `source_branch` option for various git operationsLin Jen-Shin2016-11-151-1/+2
|/
* multi-file commitMarc Siegfriedt2016-10-051-0/+124