summaryrefslogtreecommitdiff
path: root/app/services/issues/update_service.rb
Commit message (Expand)AuthorAgeFilesLines
* Add system notes for when a zoom call was added/removed from an issue63547-add-system-notes-for-when-a-zoom-call-was-added-removed-from-an-issueJacopo2019-07-291-0/+2
* Skip spam check for task list updatesFelipe Artur2019-07-091-2/+2
* Add reorder action to Project IssuesControllerbw-issue-reorderBrett Walker2019-06-211-0/+1
* [CE] Support multiple assignees for merge requestsosw-multi-assignees-merge-requestsOswaldo Ferreira2019-04-081-1/+1
* Raise exception if we can't match the update_taskBrett Walker2019-01-301-26/+1
* Refactor and added specsBrett Walker2019-01-301-8/+8
* Ignore lock_version for task updatesBrett Walker2019-01-301-0/+5
* Refactor toggling of task list itemBrett Walker2019-01-301-55/+20
* Added 'handle_update_task' for new task handlingBrett Walker2019-01-301-0/+62
* Delete confidential issue todos for guestsFelipe Artur2018-12-141-1/+1
* 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