summaryrefslogtreecommitdiff
path: root/app/services/files
Commit message (Expand)AuthorAgeFilesLines
* Add latest changes from gitlab-org/gitlab@15-4-stable-eev15.4.0-rc42GitLab Bot2022-09-191-1/+1
* Add latest changes from gitlab-org/gitlab@14-10-stable-eev14.10.0-rc42GitLab Bot2022-04-203-2/+6
* Add latest changes from gitlab-org/gitlab@13-2-stable-eeGitLab Bot2020-07-201-1/+1
* Add start_sha to commits APIMarkus Koller2019-07-181-0/+1
* CE backport for changes in EE MR 138949490-record-repository_type-on-lfs_objects_projects-ceLuke Duncalfe2019-06-172-2/+2
* Externalize several strings inMartin Wortschack2019-04-161-1/+1
* Externalize strings detected by rubocop-i18nMartin Wortschack2019-04-151-1/+1
* Accept force option on commit via APIPatrick Bajao2019-03-061-1/+2
* Commits API: Preserve file content in move operations if unspecifiedNick Thomas2018-11-281-0/+11
* Adds chmod action to POST /projects/:id/repository/commits APIJacopo2018-09-271-1/+1
* Use the correct email address when committing via a file serviceNick Thomas2018-09-171-2/+4
* Uploads to wiki stored inside the wiki git repositoryFrancisco Javier López2018-09-041-2/+2
* Enable frozen string in apps/services/**/*.rbrepo-forks/gitlab-ce-frozen-string-enable-apps-services-innergfyoung2018-07-166-0/+12
* Use correct encoding with Lfs::FileTransfromerJames Edwards-Jones2018-03-151-2/+3
* Avoid failed integrity check by linking LfsObjectProjects soonerJames Edwards-Jones2018-03-152-8/+9
* Multi-file upload and Commit API obey LFS filtersJames Edwards-Jones2018-03-152-6/+24
* Rename Lfs::FileModificationHandler to Lfs::FileTransformerJames Edwards-Jones2018-03-151-1/+1
* File upload UI obeys LFS filtersJames Edwards-Jones2018-02-061-1/+11
* 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-204-27/+33
* Check if file has been modified for each action provided.Rubén Dávila2017-12-201-0/+12
* Enable Style/DotPosition Rubocop :cop:Grzegorz Bizon2017-06-211-2/+2
* Refactor changing files in web UIDouwe Maan2017-04-206-249/+43
* Fix variable name and change copyDouwe Maan2017-03-011-1/+1
* Fix creating a file in an empty repo using the APIDouwe Maan2017-03-011-10/+6
* Enable and autocorrect the CustomErrorClass copSean McGivern2017-03-013-3/+3
* Fix specdm-fix-web-edit-new-linesDouwe Maan2017-02-243-5/+5
* Add newlineDouwe Maan2017-02-241-0/+1
* Raise error when no content is providedDouwe Maan2017-02-243-7/+23
* Address reviewDouwe Maan2017-02-241-6/+6
* Rename commit_file, commit_dir and remove_file and update specsDouwe Maan2017-02-243-4/+3
* 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 Files::DeleteService to Files::DestroyServicedixpac2017-02-101-1/+1
* Rename from base to start because base could mean merge baseLin Jen-Shin2017-01-066-18/+18
* Rename source to base to avoid confusion from MRLin Jen-Shin2017-01-066-18/+18
* Fix source_project and also pass source_projectLin Jen-Shin2016-12-144-0/+4
* Cleanup parameters, easier to understand andLin Jen-Shin2016-12-085-15/+15
* Prefer repository.branch_exists?Lin Jen-Shin2016-12-081-3/+3
* Merge remote-tracking branch 'upstream/master' into fix-git-hooks-when-creati...Lin Jen-Shin2016-11-245-10/+0
|\
| * Remove unnecessary require_relative calls from service classesSemyon Pupkov2016-11-225-10/+0
* | Move all branch creation to raw_ensure_branch,Lin Jen-Shin2016-11-222-12/+2
* | Add a few comments to explain implementation detailLin Jen-Shin2016-11-151-0/+3
* | Make sure we have the branch on the other projectLin Jen-Shin2016-11-151-1/+9
* | Add `source_branch` option for various git operationsLin Jen-Shin2016-11-156-11/+35
* | Revert "Don't execute git hooks if you create branch as part of other change"Lin Jen-Shin2016-11-151-1/+1
* | Don't execute git hooks if you create branch as part of other changeKamil Trzcinski2016-11-021-1/+1
|/
* multi-file commitMarc Siegfriedt2016-10-053-8/+133
* Add optional 'author' param when making commitsDan Dunckel2016-09-195-4/+8
* Prevents accidental overwrites of commits from UIFrank West2016-08-152-0/+24