Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 couple of typos | 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-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 | |
either by acknowledging, or by being notified about it. | |||
2012-04-30 | Non-UTF8 stuff is now stripped. Added encoding tests. | Patrick J Cherry | |
2012-04-25 | Big update. | Patrick J Cherry | |
* Max acknowledgement time is now specified in the config * Calendar interface improved. * holiday_url no longer used -- replaced by notify_when_on_holiday! * added notify_when_off_sick! * Added ability for the calendar to be queried for a list of bank holdays. * Added ability for Time to be given a list of bank holidays to check against. * PeopleLists can now be a Proc, allowing downloading of lists * Person is no longer a struct * Moved the method_missing bit into ObjectBuilder from various sub classes. * Added tests for the calendar interface * Updated tests in other bits. | |||
2012-04-20 | Further tinkering involving when to Sanitize html -- now only done if the | Patrick J Cherry | |
attribute has been changed. | |||
2012-04-17 | * The notification buffer is now used to store Alerts/AlertChangeds and times | Patrick J Cherry | |
to notify about, rather than notifications to be sent. * Fixed up the debug notifier a bit more. * Using the debug notifier extras more now. | |||
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 | |
(hopefully) cut down on DNS resolving. | |||
2012-03-22 | Improved caching, I think. | Patrick J Cherry | |
Updated changelog. | |||
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 | |
Datamapper can't handle timezones. | |||
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 | |
XMPP interface fixed. | |||
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 ↵ | Patrick J Cherry | |
being used for XMPP alerts now sorted sanely | |||
2011-08-24 | Added XMPP interface. Fixes #1301 | Patrick J Cherry | |
Also tidied calendar a bit | |||
2011-08-23 | Added events viewer | Patrick J Cherry | |
* Fixes #1286 * Version bump | |||
2011-08-22 | * Race condition fixed (fixes #1861). | Patrick J Cherry | |
* Reminders get sent at start of during period (fixes #1821) | |||
2011-08-19 | HTML now sanitised on save. | Patrick J Cherry | |
Added History tests Default polling interval now 5s, 0s for Timer/UDPServer Fixed note entry for alert page. | |||
2011-08-19 | Added last_state_changed thing for MauveThread. Closes #1836. | Patrick J Cherry | |
2011-08-18 | * Fixed up Alert to postpone raises/clears within initial sleep period for ↵ | Patrick J Cherry | |
old alerts * Fixed up AlertChanged to do the same * Added a migration method for the new AlertHistories table * added singleton cleanup for tests * moar tests * cleaned up Alert a bit | |||
2011-08-17 | * Reminder notifications now take the same path to notify as initial alerts | Patrick J Cherry | |
* Threading tidied -- processor will not do anything unless the timer has frozen * Person#send_alert now tidied and merged with alert_changed * POP3 server only shows alerts relevant to the user * Server now defaults to using an in-memory SQLite database (good for testing) * Server initializes a blank mauve config. * Tests tidied up | |||
2011-08-17 | Changed DateTime to Time everywhere. Much better. | Patrick J Cherry | |
2011-08-10 | Removed MauveTime. Added more tests. | Patrick J Cherry | |
2011-08-10 | Added ability to tag multiple alerts with the same history item. | Patrick J Cherry | |
2011-07-29 | * Added initial logger | Patrick J Cherry | |
* Acknowledgement time calculations now in JS * Updated logging to indicate where and update comes from | |||
2011-07-22 | * Rejigged configuration | Patrick J Cherry | |
* Added --test and --verbose flags for the server config * Started proper test suite * Config parsing now gives more sensible errors + backtrace * Rejigged people and source lists | |||
2011-07-19 | Do not clear update_type | Patrick J Cherry | |
2011-07-14 | * Improved logging. | Patrick J Cherry | |
* Updated message suppression | |||
2011-07-14 | Fixed mauveclient to obey time multipliers | Patrick J Cherry | |
Fixed logrotate script to rotate the correct script Init script now uses the correct user lib/mauve/history.rb is now installed Further logging cleanups | |||
2011-07-13 | Further tweaks. | Patrick J Cherry | |
2011-07-13 | Big commit | Patrick J Cherry | |
* Added manpages for all binaries * Added log-reopening for mauvealert-server, and logrotate snippet * mauveserver now adds a user on install, and runs as that user * Big logging tidy-up * Alert subjects are only overwritten by the source, when the subject in the databse is empty * Removed various attr_writer methods that were being redifined * Added a notes box to the acknowledge form, but this doesn't work yet | |||
2011-07-08 | Added first basic history functionality, and rejigged when notify is called for | Patrick J Cherry | |
an alert. | |||
2011-07-04 | Fixed up some templates. | Patrick J Cherry | |
2011-06-18 | * Don't send acknowledged notifications unless the alert is raised | Patrick J Cherry | |
* Unacknowledge a cleared alert or a newly raised one * Fixed interface unexpected nil errors. | |||
2011-06-17 | * Bytemark auth fixed. | Patrick J Cherry | |
* Some hot fixes. | |||
2011-06-17 | * Notifications are now run in their separate threads. | Patrick J Cherry | |
* Queues are now just arrays instead of "Queue"s * Updated templates to be saner. * Added flusing of queues when threads stop | |||
2011-06-16 | Fixed up date handling in the xmpp/email template | Patrick J Cherry | |
Changed basic notification logic in Alert. | |||
2011-06-16 | Added alert sorting and grouping in the web interface. | Patrick J Cherry | |