aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2012-11-21Added test to make sure alert_group gets cached.Patrick J Cherry
2012-11-21Fixed typoPatrick J Cherry
2012-11-21Added tag 3.11.1 for changeset 7e5e5c45fdc9Patrick J Cherry
2012-11-21Updated changelogPatrick J Cherry
2012-11-21Updated xmmp notifier to crash mauve on exception (ugh().Patrick J Cherry
2012-11-21The notifier now saves the alert following notification. This shouldPatrick J Cherry
ensure that the cached group gets updated.
2012-11-21Added a server sleep to make sure doesn't spam the logs too much.Patrick J Cherry
2012-11-21Added tag 3.11.0 for changeset 8c16e0ecae56Patrick J Cherry
2012-11-21Changelog updatePatrick J Cherry
2012-11-21Removed dependency on dm-serializer -- I don't think it was everPatrick J Cherry
needed.
2012-11-21Fixed couple of typosPatrick J Cherry
2012-11-21Altered web interface not to issue so many database queries.Patrick J Cherry
2012-11-21Removed duplicate code from Alert#in_source_list, andPatrick J Cherry
SourceList#include. Also cut down on DNS queries, and IPAddr conversions.
2012-11-21Updated alert queries to be more precise.Patrick J Cherry
2012-11-21Fixed all_raised to properly compare the raised_at and cleared_atPatrick J Cherry
times.
2012-07-05Added tag 3.10.0 for changeset c61f08662f0fPatrick J Cherry
2012-07-05Version bumpPatrick J Cherry
2012-07-05Updated configuration for heartbeat to replace poll_every.Patrick J Cherry
Removed poll_every from other classes. Updated tests to reflect this.
2012-07-05Added HTTP api client tests.Patrick J Cherry
2012-07-05Tidied tests to work with the last change.Patrick J Cherry
2012-07-05Moved http api requests into separate module. Added ability to poll a URL forPatrick J Cherry
lists of IPs.
2012-07-04Added URL-ability for source lists.Patrick J Cherry
2012-07-04Moved HTTP requests into a generic http api client.Patrick J Cherry
2012-07-03Removed 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-03Downgraded buffer size warnings to "info".Patrick J Cherry
2012-07-02Added tag 3.9.4 for changeset 041407958d55Patrick J Cherry
2012-07-02Version bumpPatrick J Cherry
2012-07-02Clear cleared_at time if raised_at time is set on alert reception.Patrick J Cherry
2012-06-08Added tag 3.9.3 for changeset e4321371d744Patrick J Cherry
2012-06-08Version bumpPatrick J Cherry
2012-06-08Fixed notify_when_on_holiday/off_sick flags in configuration + added tests.Patrick J Cherry
2012-06-07Updated DuringRunner to cache calls to the calendar more.Patrick J Cherry
2012-05-09Added tag 3.9.2 for changeset 03b42feb511bPatrick J Cherry
2012-05-09Version bumpPatrick J Cherry
2012-05-09mergePatrick J Cherry
2012-05-09DuringRunner#no_one_in now is only evaluated once per instance per people_listPatrick J Cherry
to prevent the calendar getting thrashed.
2012-05-09Remnoved destroy command and replaced with clear.Patrick J Cherry
2012-05-08Added dummy xmpp method to PeopleList to make sure that it doesn't cause thePatrick J Cherry
XMPP stuff to barf.
2012-05-08Updated JS to sanity check ack arguments.Patrick J Cherry
2012-05-08Changed destroy! to destroy everywhere to ensure Histories are deletedPatrick J Cherry
correctly. Added test.
2012-05-08Added tag 3.9.1 for changeset 5c645b7c24e7Patrick J Cherry
2012-05-08Version bumpPatrick J Cherry
2012-05-08Updated notifier only to try to connect to objects that respond to xmpp.Patrick J Cherry
2012-05-08Changed Person#resolve_notification to match the signature for the people_listPatrick J Cherry
version.
2012-05-08Fixed up PeopleList#resolve_notifications to check for recursion, and onlyPatrick J Cherry
return notify clauses that refer to people.
2012-05-08Fixed time tests + standardised dead zone + daylight hours.Patrick J Cherry
2012-05-08Web interface now uses an ajax call to work out ack times, falling back toPatrick J Cherry
javascript if that takes too long. Default working hours are now 9.30 - 5.30 as per SLA.
2012-05-04Added tag 3.9.0 for changeset 159b588888e0Patrick J Cherry
2012-05-04Updated changelogPatrick J Cherry
2012-05-03* Person and people lists have now become interchangeable, with notificationsPatrick 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.