summaryrefslogtreecommitdiff
path: root/app/services/issues/update_service.rb
Commit message (Expand)AuthorAgeFilesLines
* Creates /create_merge_request quickaction40085-add-a-create_merge_request-quick-actionJacopo2018-11-141-0/+13
* Add email for milestone changeChantal Rollison2018-11-021-0/+14
* Disable existing offenses for the CodeReuse copsYorick Peterse2018-09-111-0/+4
* Delete todos when users loses target read permissionsJarka Kadlecová2018-07-301-0/+2
* Enable frozen string in apps/services/**/*.rbrepo-forks/gitlab-ce-frozen-string-enable-apps-services-innergfyoung2018-07-161-0/+2
* Move NotificationService calls to SidekiqSean McGivern2018-04-251-3/+3
* Improve specs and docsFelipe Artur2018-04-051-1/+1
* Fix 404 in group boards when moving issue between listsissue_44551Felipe Artur2018-04-031-4/+13
* Refactor the way we pass `old associations` to issuable's update services40226-refactor-the-issuable-s-webhooks-data-architectureRémy Coutable2017-11-241-3/+4
* CE port of code changed for epicsjk-epic-changes-ce-portJarka Kadlecova2017-11-021-4/+0
* Don't create todos for old issue assigneesJarka Kadlecova2017-10-091-1/+1
* Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ce into ee_issue_928_ba...Simon Knox2017-09-061-1/+12
|\
| * /move project functionality. Squash commit.Manolis Mavrofidis2017-08-311-1/+12
* | Small fixesFelipe Artur2017-08-311-1/+1
* | Group boards CE backportFelipe Artur2017-08-281-7/+7
|/
* Move duplicate issue management to a servicearchytaus/gitlab-ce-26372-duplicate-issue-slash-commandSean McGivern2017-07-211-8/+10
* Backport of multiple_assignees_feature [ci skip]Valery Sizov2017-05-041-5/+9
* Create todos only for new mentionsJarka Kadlecova2017-03-291-1/+1
* Address review commentsValery Sizov2017-03-071-2/+2
* Address review commentsValery Sizov2017-03-021-17/+15
* Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ce into orderable-issuesValery Sizov2017-02-241-0/+7
|\
| * Spam check and reCAPTCHA improvements28093-snippet-and-issue-spam-check-on-editOswaldo Ferreira2017-02-211-0/+8
* | Frontend updates to positioning the issue in listsPhil Hughes2017-02-171-1/+1
* | Allow issues in boards to be orderedDouwe Maan2017-02-171-0/+21
|/
* Enable Style/MultilineOperationIndentation in Rubocop, fixes #25741Rydkin Maxim2016-12-161-1/+1
* Send notification emails when users are newly mentioned in issue editsNick Thomas2016-08-121-1/+6
* Move #create_confidentiality_note to Issues::UpdateServicemooreniemi/gitlab-ce-issue_15236Rémy Coutable2016-05-181-1/+7
* Changing the confidentiality of an issue now creates a new system noteAlex Moore-Niemi2016-05-181-1/+5
* Improving the original label-subscribing implementationRémy Coutable2016-03-151-5/+5
* 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 an issueDouglas Barbosa Alexandre2016-02-201-1/+22
* Create a pending task when an issue is assigned to someoneDouglas Barbosa Alexandre2016-02-201-0/+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-27/+9
* Split complex method Issues::UpdateService#executeDmitriy Zaporozhets2015-11-131-13/+16
* 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-4/+2
* Remove unused `task_[un]check` states from Update servicesRobert Speicher2015-07-081-6/+1
* Dont allow set assignee, milestone or labels if user is guestDmitriy Zaporozhets2015-06-251-0/+1
* Add a note when an Issue or Merge Request's title changesRobert Speicher2015-05-261-0/+4
* No magic numbers for issues filteringDmitriy Zaporozhets2015-03-261-2/+2