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
/
alert_changed.rb
Age
Commit message (
Expand
)
Author
2013-05-01
Added conditions to prevent races.
Patrick J Cherry
2012-12-04
Fixed typo
Patrick J Cherry
2012-11-29
Added alert suppression to the server code + protobuf.
Patrick J Cherry
2012-11-27
Be more picky when setting updated_at/created_at timestamps.
Patrick J Cherry
2012-11-27
Reverted change to alert_changed now there's the validation monkey
Patrick J Cherry
2012-11-26
Updated alert changed to log when saves fail, but saves them anyway.
Patrick J Cherry
2012-11-23
Check return value when saving AlertChanged object.
Patrick J Cherry
2012-05-08
Changed destroy! to destroy everywhere to ensure Histories are deleted
Patrick J Cherry
2012-04-17
* The notification buffer is now used to store Alerts/AlertChangeds and times
Patrick J Cherry
2012-04-16
Added time-fixation when processing "during" clauses, I think.
Patrick J Cherry
2011-11-03
Fixed everything up to use EpochTime everywhere instead of regular Times.
Patrick J Cherry
2011-09-16
Big documentation update.
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 last_state_changed thing for MauveThread. Closes #1836.
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-07-14
* Improved logging.
Patrick J Cherry
2011-07-13
Further tweaks.
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-19
Added check to make sure reminders are fired at the correct time, as per the ...
Patrick J Cherry
2011-06-19
Fixed reminders for group notifications
Patrick J Cherry
2011-06-17
Reinstated relevance.
Patrick J Cherry
2011-06-17
* Bytemark auth fixed.
Patrick J Cherry
2011-06-15
Missed from last commit
Patrick J Cherry
2011-04-13
new version.
Patrick J Cherry