summaryrefslogtreecommitdiff
path: root/app/services/merge_requests/update_service.rb
Commit message (Expand)AuthorAgeFilesLines
* Add latest changes from gitlab-org/gitlab@13-5-stable-eev13.5.0-rc42GitLab Bot2020-10-211-0/+2
* Add latest changes from gitlab-org/gitlab@13-4-stable-eeGitLab Bot2020-09-191-1/+8
* Add latest changes from gitlab-org/gitlab@13-3-stable-eeGitLab Bot2020-08-201-1/+1
* Add latest changes from gitlab-org/gitlab@13-2-stable-eeGitLab Bot2020-07-201-23/+33
* Add latest changes from gitlab-org/gitlab@13-1-stable-eeGitLab Bot2020-06-181-2/+2
* Add latest changes from gitlab-org/gitlab@12-10-stable-eeGitLab Bot2020-04-201-6/+13
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-03-101-5/+7
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-11-191-1/+1
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-11-151-2/+2
* Only assign merge params when allowedBob Van Landuyt2019-10-241-4/+0
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-10-111-1/+2
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-09-131-0/+2
* Split AutoMergeService interfaces into two `cancel` and `abort`make-explicit-endpoint-abort-in-auto-merge-ceShinya Maeda2019-07-051-1/+1
* Cancel Auto Merge when target branch is changedcancel-auto-merge-when-branch-is-changedShinya Maeda2019-06-101-0/+2
* Abstract auto merge processesShinya Maeda2019-06-031-1/+1
* Fix remove_source_branch merge request API handlingsh-fix-merge-requests-api-remove-branch-paramStan Hu2019-04-151-1/+1
* [CE] Support multiple assignees for merge requestsosw-multi-assignees-merge-requestsOswaldo Ferreira2019-04-081-12/+6
* Enable fast task lists for merge requestsBrett Walker2019-02-071-1/+6
* Merge branch 'blackst0ne-bump-rails-cve-2018-16476' into 'master'Grzegorz Bizon2019-01-021-2/+4
|\
| * Bump Ruby on Rails to 5.0.7.1blackst0ne-bump-rails-cve-2018-16476blackst0ne2018-12-211-2/+4
* | Change deprecated `except!` usagesRobert Speicher2018-12-161-4/+5
|/
* Add email for milestone changeChantal Rollison2018-11-021-0/+14
* Enable more frozen string in app/services/**/*.rbrepo-forks/gitlab-ce-frozen-string-enable-apps-services-inner-moregfyoung2018-07-171-0/+2
* Move NotificationService calls to SidekiqSean McGivern2018-04-251-3/+8
* /wip slash command on MR creationAdam Pahlevi2018-03-011-11/+0
* Refactor the way we pass `old associations` to issuable's update services40226-refactor-the-issuable-s-webhooks-data-architectureRémy Coutable2017-11-241-2/+3
* CE port of code changed for epicsjk-epic-changes-ce-portJarka Kadlecova2017-11-021-4/+6
* Rename MergeRequest#async_merge to merge_asyncOswaldo Ferreira2017-08-281-1/+1
* Track enqueued and ongoing MRsOswaldo Ferreira2017-08-281-1/+1
* Rename "Slash commands" to "Quick actions"Eric Eastwood2017-06-151-3/+3
* Backport of multiple_assignees_feature [ci skip]Valery Sizov2017-05-041-1/+4
* Create todos only for new mentionsJarka Kadlecova2017-03-291-1/+1
* support `/merge` slash comand for MRsJarka Kadlecova2017-01-111-0/+15
* Enable Style/MultilineOperationIndentation in Rubocop, fixes #25741Rydkin Maxim2016-12-161-1/+1
* Remove unnecessary require_relative calls from service classesSemyon Pupkov2016-11-221-4/+0
* Maintain "force_remove_source_branch" options on Merge Request unless specifiedMark Fletcher2016-10-131-1/+4
* Add a /wip slash commandThomas Balthazar2016-10-031-1/+14
* Use the `IssuableBaseService` lifecycle hooks to cache `MergeRequestsClosingI...Timothy Andrew2016-09-211-0/+4
* User can edit closed MR with deleted forkKatarzyna Kobierska2016-08-301-0/+4
* Add notifications for new user mentions in merge requestsNick Thomas2016-08-151-1/+8
* Fix a 'missing keyword' error introduced in the last commitNick Thomas2016-08-151-1/+3
* Allows MR authors to have the source branch removed when merging the MRJeroen Jacobs2016-05-201-0/+2
* Improving the original label-subscribing implementationRémy Coutable2016-03-151-5/+9
* Original implementation to allow users to subscribe to labelsTimothy Andrew2016-03-151-1/+6
* Rename Tasks to TodosDouglas Barbosa Alexandre2016-02-201-3/+3
* Rename IssuableBaseService#have_changes? to has_changes?Douglas Barbosa Alexandre2016-02-201-1/+1
* Ensure that we only have one task per issue/mrDouglas Barbosa Alexandre2016-02-201-0/+5
* Create a pending task when a user is mentioned when edit a issue/mr/noteDouglas Barbosa Alexandre2016-02-201-1/+1
* Rename TaskService#mark_as_done to mark_pending_tasks_as_doneDouglas Barbosa Alexandre2016-02-201-1/+1
* Move common behavior to to IssuableBaseServiceDouglas Barbosa Alexandre2016-02-201-17/+0