aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2013-05-01Added conditions to prevent races.Patrick J Cherry
2013-05-01Fixed typoPatrick J Cherry
2013-05-01Altered alert_group to only set one reminder.Patrick J Cherry
2013-05-01Allow alert to clear raised_at/cleared_at times if none specifiedPatrick J Cherry
2012-12-12version bumpPatrick J Cherry
2012-12-12Fixed up alert truncating only to work on strings. Added test case.Patrick J Cherry
2012-12-12Added field truncation + warning logs.Patrick J Cherry
2012-12-05Version bumpPatrick J Cherry
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