aboutsummaryrefslogtreecommitdiff
path: root/lib/mauve/alert.rb
AgeCommit message (Collapse)Author
2012-03-22Update to alert to clear cached IPs for the alert subject when it changes.Patrick J Cherry
2012-03-22Rejigged caching of alert_group, and the way source lists are searched, toPatrick J Cherry
(hopefully) cut down on DNS resolving.
2012-03-22Improved caching, I think.Patrick J Cherry
Updated changelog.
2012-03-21Possible performance improvements.Patrick J Cherry
2012-01-30Added possibility of using postgres databases.Patrick J Cherry
2011-11-03Fixed everything up to use EpochTime everywhere instead of regular Times.Patrick J Cherry
Datamapper can't handle timezones.
2011-09-16Big documentation update.Patrick J Cherry
2011-09-13Version bumbPatrick J Cherry
2011-09-12Reminders are now unconditionally cleared when an alert is cleared.Patrick J Cherry
2011-09-06Update to suppression code.Patrick J Cherry
XMPP interface fixed.
2011-08-31Fixed up alert suppression to be less jumpyPatrick J Cherry
2011-08-25Alert'destroy removes histories too,.Patrick J Cherry
2011-08-24Alert#all_unacknowledged created, reflecting reality of what all_raised was ↵Patrick J Cherry
being used for XMPP alerts now sorted sanely
2011-08-24Added XMPP interface. Fixes #1301Patrick J Cherry
Also tidied calendar a bit
2011-08-23Added events viewerPatrick 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-19HTML 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-19Added 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 alertsPatrick 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-17Changed DateTime to Time everywhere. Much better.Patrick J Cherry
2011-08-10Removed MauveTime. Added more tests.Patrick J Cherry
2011-08-10Added ability to tag multiple alerts with the same history item.Patrick J Cherry
2011-07-29 * Added initial loggerPatrick J Cherry
* Acknowledgement time calculations now in JS * Updated logging to indicate where and update comes from
2011-07-22 * Rejigged configurationPatrick 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-19Do not clear update_typePatrick J Cherry
2011-07-14 * Improved logging.Patrick J Cherry
* Updated message suppression
2011-07-14Fixed mauveclient to obey time multipliersPatrick 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-13Further tweaks.Patrick J Cherry
2011-07-13 Big commitPatrick 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-08Added first basic history functionality, and rejigged when notify is called forPatrick J Cherry
an alert.
2011-07-04Fixed up some templates.Patrick J Cherry
2011-06-18 * Don't send acknowledged notifications unless the alert is raisedPatrick 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-16Fixed up date handling in the xmpp/email templatePatrick J Cherry
Changed basic notification logic in Alert.
2011-06-16Added alert sorting and grouping in the web interface.Patrick J Cherry
2011-06-15 * Alert detail now has default message.Patrick J Cherry
* It is now interpreted as textile.
2011-06-15Rejigged column names.. and javascript location.Patrick J Cherry
--HG-- rename : static/mauve_utils.js => static/javascript/mauve_utils.js
2011-06-15 * Added Alert#subject to return source when subject unspecifiedPatrick J Cherry
* Added extra arg to acknowledge! * Alert#all_raised / all_cleared does not returned ack'd alerts * Added sanitising for source/subject * Catch empty alert_group notifications in AlertChanged * Tidied up alert_group * Added skip bytemark_auth when RACK_ENV is development * Tidied up logging in MauveThread, Timer, UdpServer * Added extra convenience methods to Time and Date * Moved working/daylight/dead_zone hours into Time
2011-06-13 * Tidied up mauveserver to handle HUP restartsPatrick J Cherry
* Added HTML santizing to the alert class, so bad HTML is stripped as part of processing. * Alert#cleared? now means "not raised" * Better error handling in the Timer class, making sure that the timer never gets permanently frozen. * Moved notification and packet buffers to the Server class, meaning that if the Processor or Notifier threads crash, we don't lose all the items waiting to be processed/notified. * XMPP/Email Alerts now use templates, instead of instance methods. * Emails now get sent as multipart with HTML to allow detail fields to be shown as nature intended.
2011-06-09Big commitPatrick J Cherry
--HG-- rename : views/please_authenticate.haml => views/login.haml
2011-04-19see debian/changelogPatrick J Cherry
2011-04-19See debian/changelogPatrick J Cherry
2011-04-13new version.Patrick J Cherry