Age | Commit message (Expand) | Author |
2015-03-31 | Use DROP VIEW on postgres, DROP TABLE on sqlite | Alex Young |
2015-02-23 | Get tests passing on ruby 1.9.3-p551 | Alex Young |
2013-05-21 | Load all alert properties when updating. | Patrick J Cherry |
2013-05-01 | Allow alert to clear raised_at/cleared_at times if none specified | Patrick J Cherry |
2012-12-12 | Fixed up alert truncating only to work on strings. Added test case. | Patrick J Cherry |
2012-12-12 | Added field truncation + warning logs. | 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-11-30 | Re-set raised_at if the alert has just been unacknowledged. | 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 | Rewrote how the decision is made to notify and how update types are set. | Patrick J Cherry |
2012-11-29 | Added alert suppression to the server code + protobuf. | Patrick J Cherry |
2012-11-27 | Don't do useless database fetches, when super/dirty_attributes can be | 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 | Be more picky when setting updated_at/created_at timestamps. | Patrick J Cherry |
2012-11-27 | Make sure nil event_types are no treated as strings. | Patrick J Cherry |
2012-11-23 | AlertGroup is no longer looked for on raise/clear/ack. It is looked up on no... | Patrick J Cherry |
2012-11-21 | Make sure notifications only get sent on Alert#save if the state has | Patrick J Cherry |
2012-11-21 | Fixed couple of typos | Patrick J Cherry |
2012-11-21 | Removed duplicate code from Alert#in_source_list, and | Patrick J Cherry |
2012-11-21 | Updated alert queries to be more precise. | Patrick J Cherry |
2012-11-21 | Fixed all_raised to properly compare the raised_at and cleared_at | Patrick J Cherry |
2012-07-02 | Clear cleared_at time if raised_at time is set on alert reception. | Patrick J Cherry |
2012-05-03 | Notify anyone who has contributed to an alert's history since its last raise, | Patrick J Cherry |
2012-04-30 | Non-UTF8 stuff is now stripped. Added encoding tests. | Patrick J Cherry |
2012-04-25 | Big update. | Patrick J Cherry |
2012-04-20 | Further tinkering involving when to Sanitize html -- now only done if the | 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 |
2012-03-23 | Updated Alert to only search for one matching alert group instead of all. | Patrick J Cherry |
2012-03-22 | Update to alert to clear cached IPs for the alert subject when it changes. | Patrick J Cherry |
2012-03-22 | Rejigged caching of alert_group, and the way source lists are searched, to | Patrick J Cherry |
2012-03-22 | Improved caching, I think. | Patrick J Cherry |
2012-03-21 | Possible performance improvements. | Patrick J Cherry |
2012-01-30 | Added possibility of using postgres databases. | 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-09-13 | Version bumb | Patrick J Cherry |
2011-09-12 | Reminders are now unconditionally cleared when an alert is cleared. | Patrick J Cherry |
2011-09-06 | Update to suppression code. | Patrick J Cherry |
2011-08-31 | Fixed up alert suppression to be less jumpy | Patrick J Cherry |
2011-08-25 | Alert'destroy removes histories too,. | Patrick J Cherry |
2011-08-24 | Alert#all_unacknowledged created, reflecting reality of what all_raised was b... | Patrick J Cherry |