summaryrefslogtreecommitdiff
path: root/app/services/issues/update_service.rb
Commit message (Expand)AuthorAgeFilesLines
* 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
* Make sure issue assignee is properly reset.Douwe Maan2015-03-241-0/+3
* Add labels notesNikita Verkhovin2015-02-081-0/+7
* Organize event order execution when update issue or mrDmitriy Zaporozhets2015-01-251-1/+1
* Remove unused methodVinnie Okada2014-10-091-7/+0
* Add task lists to issues and merge requestsVinnie Okada2014-10-051-1/+13
* Make app works with strong paramsDmitriy Zaporozhets2014-06-261-2/+2
* Return a little more information in Issue webhookJeroen van Baarsen2014-06-131-1/+1
* Fix issue/mr close/reopen via APIDmitriy Zaporozhets2014-06-101-1/+1
* Make a system comment when issue milestone changedDmitriy Zaporozhets2014-06-101-0/+4
* Fix testsDmitriy Zaporozhets2014-04-021-1/+1
* Fix assignee change in Issues::UpdateServiceDmitriy Zaporozhets2014-04-021-1/+1
* Add support for close/reopen actions in update serviceDmitriy Zaporozhets2014-04-021-1/+10
* Create services for issue close and reopenDmitriy Zaporozhets2014-04-021-1/+1
* Move update issue code to separate serviceDmitriy Zaporozhets2014-04-021-0/+19