summaryrefslogtreecommitdiff
path: root/app/services/merge_requests/update_service.rb
Commit message (Expand)AuthorAgeFilesLines
* 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
* Marks pending tasks for an user as done when he edit a MRDouglas Barbosa Alexandre2016-02-201-0/+21
* Create a pending task when an MR is assigned to someoneDouglas Barbosa Alexandre2016-02-201-0/+1
* Marks pending tasks for an user as done when he edit an issueDouglas Barbosa Alexandre2016-02-201-1/+1
* Generate system note after Task item has been updated on Issue or Merge Reque...Ruben Davila2015-11-191-4/+0
* Refactor similar code for Issue and MR update serviceDmitriy Zaporozhets2015-11-171-30/+9
* Split huge method MergeRequests::UpdateService#executeDmitriy Zaporozhets2015-11-131-22/+25
* Use issue editor as cross reference comment author when issue is edited with ...edit-new-cross-referencesDouwe Maan2015-10-281-1/+1
* Simplify code around (cross)-referencesDouwe Maan2015-10-121-1/+1
* Show who last edited a comment if it wasn't the original authorDouwe Maan2015-07-301-1/+1
* Rename `notice_added_references` to `create_new_cross_references!`rs-issue-1773Robert Speicher2015-07-131-1/+1
* Simplify Issue and MergeRequest UpdateServicesrs-remove-task-statesRobert Speicher2015-07-081-6/+2
* Remove unused `task_[un]check` states from Update servicesRobert Speicher2015-07-081-5/+1
* Dont allow set assignee, milestone or labels if user is guestDmitriy Zaporozhets2015-06-251-0/+1
* Disable changing of the source branch in merge request update APIStan Hu2015-05-291-1/+2