summaryrefslogtreecommitdiff
path: root/app/observers/note_observer.rb
Commit message (Expand)AuthorAgeFilesLines
* Remove NotesObserverDmitriy Zaporozhets2014-06-171-20/+0
* Wipe wall notes featureDmitriy Zaporozhets2014-06-131-4/+1
* Remove thread vars usage from API notes and mr'sDmitriy Zaporozhets2014-06-101-2/+2
* Use EventCreateService for notes, merge requestsDmitriy Zaporozhets2014-03-251-0/+6
* Link issues from comments and automatically close themash wilson2013-08-251-0/+12
* refactor observers. Added BaseObserver with helper methodsDmitriy Zaporozhets2013-03-261-7/+1
* Move new_note email logic to NotificationServiceDmitriy Zaporozhets2013-03-261-32/+1
* Use NotificationService for observers pt1Dmitriy Zaporozhets2013-03-261-0/+4
* correct indentation in activity observerDmitriy Zaporozhets2013-02-251-1/+0
* fix app crash if author is missingDmitriy Zaporozhets2013-02-011-1/+3
* Fix sending commit note email to id instead emailDmitriy Zaporozhets2013-02-011-1/+1
* Merge commit 'master' into discussionsRiyad Preukschas2013-01-151-2/+2
|\
| * email via sidekiq. start and stop rake tasksDmitriy Zaporozhets2013-01-091-2/+2
* | Fix commit note notificationRiyad Preukschas2013-01-021-1/+1
|/
* fix notify_team on wallJohannes Schleifenbaum2012-12-071-1/+1
* Rename NoteObserver methods and clarify thingsRiyad Preukschas2012-10-181-8/+13
* Fix notification for notes on a wall.Robb Kidd2012-10-131-1/+2
* Reduce complexity: replace case statement with method lookup.Robb Kidd2012-10-111-10/+5
* Separate observing of Note and MergeRequestsRobb Kidd2012-10-101-0/+36