summaryrefslogtreecommitdiff
path: root/app/services/issues
Commit message (Expand)AuthorAgeFilesLines
...
* 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 close the issueDouglas Barbosa Alexandre2016-02-201-0/+2
* 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-202-0/+2
* Backport JIRA serviceDrew Blessing2015-12-181-0/+5
* 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-122-2/+2
* Show who last edited a comment if it wasn't the original authorDouwe Maan2015-07-301-1/+1
* Dynamically check `:admin_*` ability in IssuableBaseServicers-issue-2092Robert Speicher2015-07-241-0/+4
* 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
* Rename abilities to correspond contoller/model action namesrename-abilitiesDmitriy Zaporozhets2015-06-261-1/+1
* Dont allow set assignee, milestone or labels if user is guestDmitriy Zaporozhets2015-06-252-0/+2
* Fix post-receive errors on a push when an external issue tracker is configuredStan Hu2015-06-121-1/+1
* Add a note when an Issue or Merge Request's title changesRobert Speicher2015-05-261-0/+4
* Update SystemNoteService method naming conventionsRobert Speicher2015-05-112-2/+2
* Add a SystemNoteService classRobert Speicher2015-05-112-2/+2
* No magic numbers for issues filteringDmitriy Zaporozhets2015-03-261-2/+2
* Make sure issue assignee is properly reset.Douwe Maan2015-03-242-3/+6
* Send notifications and leave system comments when bulk updating issues.Douwe Maan2015-03-061-25/+10
* Issue #595: Support Slack notifications upon issue and merge request eventsStan Hu2015-03-031-3/+9
* Add labels notesNikita Verkhovin2015-02-081-0/+7
* Organize event order execution when update issue or mrDmitriy Zaporozhets2015-01-252-2/+2
* Merge pull request #7967 from Bugagazavr/issue-actorValeriy Sizov2014-11-051-1/+1
|\
| * Add issueable actorKirill Zaitsev2014-10-051-1/+1
* | Remove unused methodVinnie Okada2014-10-091-7/+0
* | Factor issue and merge request servicesCiro Santilli2014-10-071-9/+1
* | Add task lists to issues and merge requestsVinnie Okada2014-10-051-1/+13
|/
* Fix label set during issue/mr creationDmitriy Zaporozhets2014-07-301-1/+3
* Notification for reopened issue.Marin Jankovski2014-07-031-0/+1
* Make app works with strong paramsDmitriy Zaporozhets2014-06-261-2/+2
* Added an UrlBuilder for building rails named routesJeroen van Baarsen2014-06-131-4/+1
* Return a little more information in Issue webhookJeroen van Baarsen2014-06-135-6/+12
* Fix issue/mr close/reopen via APIDmitriy Zaporozhets2014-06-101-1/+1
* Make a system comment when issue milestone changedDmitriy Zaporozhets2014-06-102-0/+8
* Fix testsDmitriy Zaporozhets2014-04-024-4/+4
* Fix assignee change in Issues::UpdateServiceDmitriy Zaporozhets2014-04-021-1/+1
* Add support for close/reopen actions in update serviceDmitriy Zaporozhets2014-04-022-2/+11
* Create services for issue close and reopenDmitriy Zaporozhets2014-04-024-6/+40
* Move update issue code to separate serviceDmitriy Zaporozhets2014-04-023-6/+38
* Move code for issue creation to service.Dmitriy Zaporozhets2014-04-021-0/+23
* Move all Context classes into ServicesDmitriy Zaporozhets2014-01-161-0/+39