Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-11-23 | Version bump | Patrick J Cherry | |
2012-11-23 | Missed the fact that the alert group was being looked up earlier in ↵ | Patrick J Cherry | |
Notifier#notify. | |||
2012-11-23 | Tidied notifier a little. Alert#cached_alert_group is reset before ↵ | Patrick J Cherry | |
notification. | |||
2012-11-23 | AlertGroup is no longer looked for on raise/clear/ack. It is looked up on ↵ | Patrick J Cherry | |
notification. Made Alert#alert_group a bit clearer. | |||
2012-11-23 | Update web_interface to use public_folder instead of just public | Patrick J Cherry | |
2012-11-23 | Updated datamapper to use aggregates | Patrick J Cherry | |
2012-11-23 | Version bump | Patrick J Cherry | |
2012-11-23 | Minimal DNS now also extends to resolution of items in the source | Patrick J Cherry | |
lists too, as well as the hostname/IP being queried. | |||
2012-11-23 | Added minimal_dns_lookups configuration directive to allow alert-group | Patrick J Cherry | |
DNS lookups to occur when needed. | |||
2012-11-23 | Alerts only saved on notificaion if the cached_alert_group has | Patrick J Cherry | |
changed. Also the save! method is now used to avoid the callbacks which might trigger further notifications. | |||
2012-11-21 | Make sure notifications only get sent on Alert#save if the state has | Patrick J Cherry | |
changed in a sane way. | |||
2012-11-21 | Fixed typo | Patrick J Cherry | |
2012-11-21 | Updated xmmp notifier to crash mauve on exception (ugh(). | Patrick J Cherry | |
2012-11-21 | The notifier now saves the alert following notification. This should | Patrick J Cherry | |
ensure that the cached group gets updated. | |||
2012-11-21 | Added a server sleep to make sure doesn't spam the logs too much. | Patrick J Cherry | |
2012-11-21 | Removed dependency on dm-serializer -- I don't think it was ever | Patrick J Cherry | |
needed. | |||
2012-11-21 | Fixed couple of typos | Patrick J Cherry | |
2012-11-21 | Altered web interface not to issue so many database queries. | Patrick J Cherry | |
2012-11-21 | Removed duplicate code from Alert#in_source_list, and | Patrick J Cherry | |
SourceList#include. Also cut down on DNS queries, and IPAddr conversions. | |||
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 | |
times. | |||
2012-07-05 | Version bump | Patrick J Cherry | |
2012-07-05 | Updated configuration for heartbeat to replace poll_every. | Patrick J Cherry | |
Removed poll_every from other classes. Updated tests to reflect this. | |||
2012-07-05 | Moved http api requests into separate module. Added ability to poll a URL for | Patrick J Cherry | |
lists of IPs. | |||
2012-07-04 | Added URL-ability for source lists. | Patrick J Cherry | |
2012-07-04 | Moved HTTP requests into a generic http api client. | Patrick J Cherry | |
2012-07-03 | Removed ability to freeze threads, since that is not used any more. | Patrick J Cherry | |
Added checks to make sure threads are run at least every two minutes. | |||
2012-07-03 | Downgraded buffer size warnings to "info". | Patrick J Cherry | |
2012-07-02 | Version bump | Patrick J Cherry | |
2012-07-02 | Clear cleared_at time if raised_at time is set on alert reception. | Patrick J Cherry | |
2012-06-08 | Version bump | Patrick J Cherry | |
2012-06-08 | Fixed notify_when_on_holiday/off_sick flags in configuration + added tests. | Patrick J Cherry | |
2012-06-07 | Updated DuringRunner to cache calls to the calendar more. | Patrick J Cherry | |
2012-05-09 | Version bump | Patrick J Cherry | |
2012-05-09 | merge | Patrick J Cherry | |
2012-05-09 | DuringRunner#no_one_in now is only evaluated once per instance per people_list | Patrick J Cherry | |
to prevent the calendar getting thrashed. | |||
2012-05-09 | Remnoved destroy command and replaced with clear. | Patrick J Cherry | |
2012-05-08 | Added dummy xmpp method to PeopleList to make sure that it doesn't cause the | Patrick J Cherry | |
XMPP stuff to barf. | |||
2012-05-08 | Changed destroy! to destroy everywhere to ensure Histories are deleted | Patrick J Cherry | |
correctly. Added test. | |||
2012-05-08 | Version bump | Patrick J Cherry | |
2012-05-08 | Updated notifier only to try to connect to objects that respond to xmpp. | Patrick J Cherry | |
2012-05-08 | Changed Person#resolve_notification to match the signature for the people_list | Patrick J Cherry | |
version. | |||
2012-05-08 | Fixed up PeopleList#resolve_notifications to check for recursion, and only | Patrick J Cherry | |
return notify clauses that refer to people. | |||
2012-05-08 | Fixed time tests + standardised dead zone + daylight hours. | Patrick J Cherry | |
2012-05-08 | Web interface now uses an ajax call to work out ack times, falling back to | Patrick J Cherry | |
javascript if that takes too long. Default working hours are now 9.30 - 5.30 as per SLA. | |||
2012-05-04 | Updated changelog | Patrick J Cherry | |
2012-05-03 | * Person and people lists have now become interchangeable, with notifications | Patrick J Cherry | |
only recording the username, rather than the Person/PeopleList. This means that notifications in alert groups can use default #during clauses and #every values from people lists and persons. * Notify clauses can now take an array of persons/people_lists, and people_lists can refer to other people lists. * PeopleList names are now in the same namespace as usernames. * Tests to go with. | |||
2012-05-03 | Update Time.bank_holiday? etc. to work correctly. | Patrick J Cherry | |
Mauve::Configuration#do_parse_time now a class method, and used elsewhere to standardise ranges in the configuration file. | |||
2012-05-03 | Username is now recorded in the History wherever possible. | Patrick J Cherry | |
2012-05-03 | Notify anyone who has contributed to an alert's history since its last raise, | Patrick J Cherry | |
either by acknowledging, or by being notified about it. |