summaryrefslogtreecommitdiff
path: root/app/observers/issue_observer.rb
Commit message (Expand)AuthorAgeFilesLines
* Add note for assignee changesDrew Blessing2014-01-061-0/+5
* Added hook execution to reopened e updated issuesHumberto Pereira2013-12-191-0/+2
* Execute project hooks when issue or merge request createdDmitriy Zaporozhets2013-12-041-2/+6
* Link issues from comments and automatically close themash wilson2013-08-251-1/+5
* Merge Request on forked projectsIzaak Alpert2013-07-171-1/+1
* cattr_accessor is not threadsafe!Dmitriy Zaporozhets2013-06-111-2/+0
* refactor observers. Added BaseObserver with helper methodsDmitriy Zaporozhets2013-03-261-5/+1
* Use NotificationService for observers pt1Dmitriy Zaporozhets2013-03-261-16/+8
* Do not send issue status mail twice if author = assigneeSven Pachnit2013-03-011-1/+1
* Issue uses StateMachine nowAndrew8xx82013-02-181-10/+19
* email via sidekiq. start and stop rake tasksDmitriy Zaporozhets2013-01-091-3/+3
* Fix email send on close/reopen issue. Display project name with namespace. re...Dmitriy Zaporozhets2012-12-201-1/+1
* Move directory with project. Fixed all related path methods to use namespaceDmitriy Zaporozhets2012-11-221-3/+3
* Duplicate code removed from IssueObserver#after_updateAlex Denisov2012-08-291-10/+6
* Notification sends to issue author and assignee if issue being reopened or cl...Alex Denisov2012-08-291-2/+14
* Issues can be unassigned nowrandx2012-06-261-2/+4
* Fix IssueObserver current_user assign. Refactored observersrandx2012-06-241-0/+23