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