aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2017-03-20Updated packaging .. still need a datamapper packagePatrick J Cherry
2017-03-20Use postgres version in JessiePatrick J Cherry
2017-03-20Remove package:stretch dependencyPatrick J Cherry
2017-03-20Fixed yamlPatrick J Cherry
2017-03-20Added postgres service + tests for jessiePatrick J Cherry
2017-03-20Updated Gemfile to pull gems in Debian into a separate groupPatrick J Cherry
2017-03-20Removed libxml2/libxslt-dev from gitlab-ci; moved dev gems into a ↵Patrick J Cherry
development group.
2017-03-20Moved most gems into debian deps; fixed test "skip" to "omit"; renamed test ↵Patrick J Cherry
with duped name
2017-03-20Added haml-contrib for the textile filter; updated debian packaging a littlePatrick J Cherry
2017-03-20Refactored to move test deps into before_scripts to accommodate differing ↵Patrick J Cherry
psql versions.
2017-03-20Change rake test task to "test"Patrick J Cherry
2017-03-20Updated gems to (roughly) jessie versions; removed XMPP support.Patrick J Cherry
Also changed the postgres tests to "skip" if no postgres db is available.
2017-03-20updated json gem to one that compilesPatrick J Cherry
2017-03-20Added rakePatrick J Cherry
2017-03-20Added postgres-dev, libsqlite3-devPatrick J Cherry
2017-03-20Added libpq-devPatrick J Cherry
2017-03-20Added xslt library for testingPatrick J Cherry
2017-03-20Added xml2-dev to test environmentPatrick J Cherry
2017-03-20Revert "Strip out debian metadata"Patrick J Cherry
This reverts commit 4d9ca84e57dad6746eb0882b91171ccd69298807.
2017-03-20Added CIPatrick J Cherry
2017-02-14Merge pull request #2 from celsworth/masterPatrick Cherry
Tweak HipChat colours to be a bit more useful
2017-01-31Tweak HipChat colours to be a bit more usefulChris Elsworth
> It would be lovely if cleared messages were green > —- Tom Hill
2017-01-06Merge branch 'auth-tidy' into 'master' James Carter
ensure Mauve::Authentication.authenticate does what we think it does Closes #24 See merge request !1
2017-01-06Mauve::Authentication - fix my previous committelyn
2017-01-05ensure Mauve::Authentication.authenticate does what we think it doestelyn
2015-10-07Added hipchat notificationPatrick J Cherry
2015-04-28Removed obsolete mercurial files.Steve Kemp
Since we're using git these days it makes no sense to keep them around.
2015-04-21Update gem versions to get a new thin and sinatraAlex Young
2015-04-21Minor Alert extract method refactorAlex Young
2015-04-20Add Rack::Protection exception for ajax json requestsAlex Young
2015-04-20Pull the bank holidays cache out to its own classAlex Young
2015-04-20Add a Thread#wakeup call on #stop to speed up restartsAlex Young
2015-04-20Get tests passing on ruby 2.0.0-p598Alex Young
2015-04-20Removed the Pop3 serverAlex Young
2015-04-16Added a rake test taskAlex Young
2015-04-16Add jquery version 1.4.2Alex Young
2015-04-16Use 1.9's Encoding to do do away with UTF8-checking in mauve/alert.rbAlex Young
2015-04-16Bump xmpp4r version to 0.5.6Alex Young
2015-04-16Catch, log and reraise exceptions in the heartbeat threadAlex Young
2015-04-13Fix syntax errors in lib/mauve/heartbeat.rbAlex Young
2015-04-13Roll back thin and eventmachine gem versions to those used on lennyAlex Young
Using the most recent version of each of these results in segfaults on 1.9.3-p551.
2015-04-13Switch on Thread.abort_on_exceptionAlex Young
2015-04-13Remove the Pop3 server from the list of startup thread classesAlex Young
2015-04-10Split AQL into two to enable easier console testingAlex Young
2015-03-31Use DROP VIEW on postgres, DROP TABLE on sqliteAlex Young
2015-03-31Remove a 1.8-specific Mauve.constants callAlex Young
2015-03-31Add a 'rake console' taskAlex Young
2015-03-31Update Gemfile.lockAlex Young
2015-03-31Update .gitignore from .hgignoreAlex Young
2015-03-31Strip out debian metadataAlex Young