index
:
mauvealert.git
codeclimate
develop
master
pushover2
release-to-master
sync-with-production
a messaging system for system and network administrators
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
mauve
/
person.rb
Age
Commit message (
Expand
)
Author
2017-01-26
Pushover support
pushover2
James Hannah
2015-10-07
Added hipchat notification
Patrick J Cherry
2015-04-20
Removed the Pop3 server
Alex Young
2013-05-21
Added an extra to_a to force alert lookups for the person.
Patrick J Cherry
2013-05-16
Notification of a user now generates just one history entry, as
Patrick J Cherry
2013-05-16
Tweaked level-based suppression condition for notifications (to work)
Patrick J Cherry
2013-05-16
Updated Person#should_suppress to take into account alert level when
Patrick J Cherry
2013-05-14
Database now queried to work out if a notification should be suppressed.
Patrick J Cherry
2013-05-13
Proto-supression calculation changes
Patrick J Cherry
2012-11-27
Removed extra unnecessary logger message
Patrick J Cherry
2012-06-08
Fixed notify_when_on_holiday/off_sick flags in configuration + added tests.
Patrick J Cherry
2012-05-08
Changed Person#resolve_notification to match the signature for the people_list
Patrick J Cherry
2012-05-03
* Person and people lists have now become interchangeable, with notifications
Patrick J Cherry
2012-05-03
Username is now recorded in the History wherever possible.
Patrick J Cherry
2012-04-30
Fixed warn on nil method in person.
Patrick J Cherry
2012-04-28
Updated Person to give back sane error messages.
Patrick J Cherry
2012-04-27
Added default configuration options for a person.
Patrick J Cherry
2012-04-25
Big update.
Patrick J Cherry
2012-04-23
Persons/PeopleLists can now specify multiple notification preferences.
Patrick J Cherry
2012-04-23
People/PeopleLists can now specify individualy notification times/frequencies
Patrick J Cherry
2012-02-02
Fixed array/hash confusion when merging conditions.
Patrick J Cherry
2011-09-16
Big documentation update.
Patrick J Cherry
2011-09-06
Update to suppression code.
Patrick J Cherry
2011-09-06
Fixed up suppression some more, so it works.
Patrick J Cherry
2011-08-31
Fixed do_get timeout and redirection
Patrick J Cherry
2011-08-31
Updated version. Added holiday checks
Patrick J Cherry
2011-08-31
Fixed up alert suppression to be less jumpy
Patrick J Cherry
2011-08-22
* Race condition fixed (fixes #1861).
Patrick J Cherry
2011-08-19
Don't remind about acknowledged or cleared alerts!
Patrick J Cherry
2011-08-19
Added note-ability (fixes 1146)
Patrick J Cherry
2011-08-18
* Fixed up Alert to postpone raises/clears within initial sleep period for o...
Patrick J Cherry
2011-08-17
* Reminder notifications now take the same path to notify as initial alerts
Patrick J Cherry
2011-08-17
Changed DateTime to Time everywhere. Much better.
Patrick J Cherry
2011-08-10
Removed MauveTime. Added more tests.
Patrick J Cherry
2011-08-10
Added ability to tag multiple alerts with the same history item.
Patrick J Cherry
2011-07-14
* Improved logging.
Patrick J Cherry
2011-07-14
Fixed mauveclient to obey time multipliers
Patrick J Cherry
2011-07-13
Big commit
Patrick J Cherry
2011-07-08
Added first basic history functionality, and rejigged when notify is called for
Patrick J Cherry
2011-06-17
Reinstated relevance.
Patrick J Cherry
2011-06-17
* Notifications are now run in their separate threads.
Patrick J Cherry
2011-06-13
* Tidied up mauveserver to handle HUP restarts
Patrick J Cherry
2011-06-09
Big commit
Patrick J Cherry
2011-04-19
* added sane init script for server
Patrick J Cherry
2011-04-13
new version.
Patrick J Cherry