summaryrefslogtreecommitdiff
path: root/app/services/commits
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-0-stable-eev14.0.0-rc42GitLab Bot2021-06-161-1/+4
* Add latest changes from gitlab-org/gitlab@13-12-stable-eev13.12.0-rc42GitLab Bot2021-05-191-1/+1
* Add latest changes from gitlab-org/gitlab@13-3-stable-eeGitLab Bot2020-08-202-2/+5
* Add latest changes from gitlab-org/gitlab@13-1-stable-eeGitLab Bot2020-06-181-0/+2
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-03-161-2/+0
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-01-221-1/+18
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-12-032-2/+2
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-11-142-4/+14
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-09-131-0/+2
* Add start_sha to commits APIMarkus Koller2019-07-181-1/+17
* Accept force option on commit via APIPatrick Bajao2019-03-061-2/+7
* Fix misspellings in app/spec executable linesTakuya Noguchi2019-02-271-2/+2
* Add releases APIAlessio Caiazza2018-12-311-2/+1
* Eliminate duplicated wordsTakuya Noguchi2018-11-221-1/+1
* Correct error message returned by ChangeServiceRobert Speicher2018-11-081-2/+6
* Apply patches when creating MR via emailBob Van Landuyt2018-11-072-1/+67
* Let Commits::TagService return a result hashPeter Leitzen2018-08-101-3/+7
* Remove "TODO authorize"Peter Leitzen2018-08-101-1/+0
* Rename Commits::UpdateService to Commits::TagServicePeter Leitzen2018-08-101-7/+1
* Create a system note after tagging a commitPeter Leitzen2018-08-101-1/+2
* Tag a commit via `/tag 1.2.3 message`Peter Leitzen2018-08-101-1/+20
* Create empty Commits::UpdateService and wire it upPeter Leitzen2018-08-101-0/+9
* Enable frozen string in apps/services/**/*.rbrepo-forks/gitlab-ce-frozen-string-enable-apps-services-innergfyoung2018-07-164-0/+8
* Updates from `rubocop -a`Lin Jen-Shin2018-07-091-2/+0
* Don't use Gitlab::Utils.nlbr in Gitlab::GitJacob Vosmaer (GitLab)2018-06-111-1/+1
* Prepare cherry-pick and revert for migration to GitalyJacob Vosmaer (GitLab)2017-09-191-1/+5
* Move GitOperationService to Gitlab::Gitmove-git-operation-serviceJacob Vosmaer2017-09-011-1/+1
* Move GitHooksService to Gitlab::GitJacob Vosmaer2017-08-231-1/+1
* Whitelist or fix additional `Gitlab/PublicSend` cop violationsrs-more-public-send-whitelistsRobert Speicher2017-08-141-0/+1
* Refactor changing files in web UIDouwe Maan2017-04-204-49/+81
* Remove useless assignmentdm-fix-cherry-pickDouwe Maan2017-03-031-1/+1
* Use separate error class for cherry-pick and revert tree errorsDouwe Maan2017-03-021-9/+5
* Fix cherry-picking or reverting through an MRDouwe Maan2017-03-021-30/+22
* Enable and autocorrect the CustomErrorClass copSean McGivern2017-03-011-2/+2
* Rename from base to start because base could mean merge baseLin Jen-Shin2017-01-061-5/+5
* Rename source to base to avoid confusion from MRLin Jen-Shin2017-01-061-5/+5
* Prefer leading dots over trailing dotsLin Jen-Shin2017-01-061-2/+2
* Fix for initial commit and remove unneeded argsLin Jen-Shin2017-01-061-2/+9
* Just trust set_commit_variables to set everything!Lin Jen-Shin2017-01-061-1/+2
* Merge branch 'master' into fix-git-hooks-when-creating-fileLin Jen-Shin2017-01-041-1/+1
|\
| * fix awkward verb conjugation in cherry-pick and revert errorsMike Greiling2016-12-101-1/+1
* | Fix source_project and also pass source_projectLin Jen-Shin2016-12-141-0/+1
* | Merge remote-tracking branch 'upstream/master' into fix-git-hooks-when-creati...Lin Jen-Shin2016-12-101-1/+1
|\ \ | |/
| * Merge branch 'jej-23867-use-mr-finder-instead-of-access-check' into 'security'Douwe Maan2016-12-081-1/+1
* | Cleanup parameters, easier to understand andLin Jen-Shin2016-12-081-1/+1
* | Pass source_branch properly for cherry-pick/revertLin Jen-Shin2016-12-071-1/+8
* | Add `source_branch` option for various git operationsLin Jen-Shin2016-11-151-5/+5
* | 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
|/