aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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.
2012-05-03Updated notification tests to test bank_holiday changes etc.Patrick J Cherry
2012-05-03Update 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-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
either by acknowledging, or by being notified about it.
2012-05-02Fixed typo.Patrick J Cherry
2012-05-02Added tag 3.8.5 for changeset df526a248854Patrick J Cherry
2012-05-02Updated version.Patrick J Cherry
2012-05-02Updated changelogPatrick J Cherry
2012-05-02mergePatrick 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-02Don't generate spurious files.Patrick J Cherry
2012-05-01Updated views to be neater with respect to notice/errors and in the case when noPatrick J Cherry
alerts are found in a table.
2012-05-01Set default hostname to Socket.gethostname, and default base_url now includesPatrick J Cherry
the port, if it is not port 80
2012-05-01Added ruby locale dependency for server.Patrick J Cherry
2012-05-01Symlink jquery if possible in server postinst.Patrick J Cherry
2012-05-01Fixed spelling mistakePatrick J Cherry
2012-05-01Updated history partial to be better.Patrick J Cherry
2012-05-01mergePatrick J Cherry
2012-05-01Don't clean stuff if not needed.Patrick J Cherry
2012-05-01Tidied up sqlite mutex nonsense.Patrick J Cherry
2012-05-01Updated sender to try and get things into UTF8 where poss.Patrick J Cherry
2012-04-30Fixed warn on nil method in person.Patrick J Cherry
2012-04-30Added tag 3.8.4 for changeset dd7cfe719e57Patrick J Cherry
2012-04-30Updated changelogPatrick J Cherry
2012-04-30Non-UTF8 stuff is now stripped. Added encoding tests.Patrick J Cherry
2012-04-28Updated Person to give back sane error messages.Patrick J Cherry
2012-04-28Updated transmission cache expiry to work properly.Patrick J Cherry
2012-04-28Updated version.Patrick J Cherry