aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2012-11-23Version bumpPatrick J Cherry
2012-11-23Minimal DNS now also extends to resolution of items in the sourcePatrick J Cherry
2012-11-23Added minimal_dns_lookups configuration directive to allow alert-groupPatrick J Cherry
2012-11-23Alerts only saved on notificaion if the cached_alert_group hasPatrick J Cherry
2012-11-21Make sure notifications only get sent on Alert#save if the state hasPatrick J Cherry
2012-11-21Fixed typoPatrick 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
2012-11-21Added a server sleep to make sure doesn't spam the logs too much.Patrick J Cherry
2012-11-21Removed dependency on dm-serializer -- I don't think it was everPatrick J Cherry
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
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
2012-07-05Version bumpPatrick J Cherry
2012-07-05Updated configuration for heartbeat to replace poll_every.Patrick J Cherry
2012-07-05Moved http api requests into separate module. Added ability to poll a URL forPatrick J Cherry
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
2012-07-03Downgraded buffer size warnings to "info".Patrick 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-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-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
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
2012-05-08Changed destroy! to destroy everywhere to ensure Histories are deletedPatrick 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
2012-05-08Fixed up PeopleList#resolve_notifications to check for recursion, and onlyPatrick J Cherry
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
2012-05-04Updated changelogPatrick J Cherry
2012-05-03* Person and people lists have now become interchangeable, with notificationsPatrick J Cherry
2012-05-03Update Time.bank_holiday? etc. to work correctly.Patrick J Cherry
2012-05-03Username is now recorded in the History wherever possible.Patrick J Cherry
2012-05-03Notify anyone who has contributed to an alert's history since its last raise,Patrick J Cherry
2012-05-02Fixed typo.Patrick J Cherry
2012-05-02Updated version.Patrick J Cherry
2012-05-02Fixed second typoPatrick J Cherry
2012-05-02Fixed typoPatrick J Cherry
2012-05-02Added configuration options for daytime_hours, dead_zone, and working_hours.Patrick J Cherry
2012-05-01Set default hostname to Socket.gethostname, and default base_url now includesPatrick J Cherry