aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2012-12-05Make sure that the datamapper query is evaluated when clearing all alerts.Patrick J Cherry
2012-12-05Make sure the update_type is always set on save.Patrick J Cherry
2012-12-05Record alert summary in the history.Patrick J Cherry
2012-12-05Added an update_type getter that returns "cleared" if the update typePatrick J Cherry
2012-12-05Make sure the update type is always set to cleared by default.Patrick J Cherry
2012-12-04Version bumpPatrick J Cherry
2012-12-04mergePatrick J Cherry
2012-12-04Fixed typoPatrick J Cherry
2012-12-04Version bumpPatrick J Cherry
2012-12-04Fixed up alert notification suppression to notify when alerts get re-raised.Patrick J Cherry
2012-12-04Version bumpPatrick J Cherry
2012-12-04Added "eager" loading when looking at event histories.Patrick J Cherry
2012-12-04Fixed event views to use dates, and to miss queries for days with no events.Patrick J Cherry
2012-11-30Improved logic in the events calendar -- should be faster now.Patrick J Cherry
2012-11-30Version bumpPatrick J Cherry
2012-11-30Updated acknowledge form to allow more things to be done.Patrick J Cherry
2012-11-30Re-set raised_at if the alert has just been unacknowledged.Patrick J Cherry
2012-11-30Added sort to search.Patrick J Cherry
2012-11-30version bumpPatrick J Cherry
2012-11-30Updated web interface to reinstate alert counts, and implement a working sear...Patrick J Cherry
2012-11-29Version bumpPatrick J Cherry
2012-11-29Tidied up extra spacesPatrick J Cherry
2012-11-29Raised time now set to unacknowledgment time when alerts become unacknowledgedPatrick J Cherry
2012-11-29Tidied up history entriesPatrick J Cherry
2012-11-29Changed UNACKNOWLEDGED to RE-RAISED when alerts are no longer ack'dPatrick J Cherry
2012-11-29Removed unused methodPatrick J Cherry
2012-11-29Version bumpPatrick J Cherry
2012-11-29Rewrote how the decision is made to notify and how update types are set.Patrick J Cherry
2012-11-29Version bumpPatrick J Cherry
2012-11-29Added alert suppression to the server code + protobuf.Patrick J Cherry
2012-11-29Added DataMapper.finalize to server setup, which is needed, apparently.Patrick J Cherry
2012-11-28Finalised hack to validations such that they only occur when the object is di...Patrick J Cherry
2012-11-27version bumpPatrick J Cherry
2012-11-27Don't do useless database fetches, when super/dirty_attributes can bePatrick J Cherry
2012-11-27Removed extra unnecessary logger messagePatrick J Cherry
2012-11-27dm-transactions now required.Patrick J Cherry
2012-11-27Re-jigged alert saving / history saving using transactions.Patrick J Cherry
2012-11-27Tell datamapper which is the primary key on the alert_earliest_changesPatrick J Cherry
2012-11-27version bumpPatrick J Cherry
2012-11-27Be more picky when setting updated_at/created_at timestamps.Patrick J Cherry
2012-11-27Version bump + changelogPatrick J Cherry
2012-11-27Reverted change to alert_changed now there's the validation monkeyPatrick J Cherry
2012-11-27Monkey patch to cause validations to save anyway, if no error has beenPatrick J Cherry
2012-11-27Make sure nil event_types are no treated as strings.Patrick J Cherry
2012-11-26mergePatrick J Cherry
2012-11-26Updated alert changed to log when saves fail, but saves them anyway.Patrick J Cherry
2012-11-26Changed source list to use IPAddress instead of IPAddr.Patrick J Cherry
2012-11-23Check return value when saving AlertChanged object.Patrick J Cherry
2012-11-23Version bumpPatrick J Cherry
2012-11-23Missed the fact that the alert group was being looked up earlier in Notifier#...Patrick J Cherry