aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2017-08-01Update mauveserver.conf to use new document root of /srv/mauvealertPatrick J Cherry
Also update various configuration items to be more normal.
2017-07-31Updated gitlab-ci to use templates in the modern stylePatrick J Cherry
2017-07-31Updated gitignorePatrick J Cherry
2017-07-31Added in shlibs substitution variablePatrick J Cherry
2017-07-31Removed init script, added systemd service, removed common package etcPatrick J Cherry
Also * added bundler boilerplate to bin/mauveserver * fixed jquery symlinks in server postinst and links files * updated gitignore
2017-06-22Change the pg user to "root" for stretch.Patrick J Cherry
2017-06-22Add stretch jobsPatrick J Cherry
2017-06-22Don't install bundler with gem; run makePatrick J Cherry
2017-06-22Use bundler to make manpagesPatrick J Cherry
2017-06-22Add postgres headers.Patrick J Cherry
2017-06-22Updated build-depsPatrick J Cherry
2017-06-22Updated Gemfile.lock, and gitlab-ci to install dev librariesPatrick J Cherry
2017-06-22Update gitlab-ci and debian control to use gemsPatrick J Cherry
2017-06-22Merge branch '27-package-and-publish-in-gitlab-ci-retire-maker2-job' of ↵Patrick J Cherry
gitlab.bytemark.co.uk:open-source/mauvealert into 27-package-and-publish-in-gitlab-ci-retire-maker2-job
2017-06-22Reconfigure server package to deploy to /srv/mauvealertPatrick J Cherry
2017-06-13Disable `make test`.Steve Kemp
This might seem controversial, but the pipeline for our package(s) already runs a distinct testing-step. So in practice this should be safe, and should avoid the problems I had with the Makefile referring to `ruby/1.8/setup.rb`
2017-06-13Revert previous changes with 'ruby-setup'.Steve Kemp
2017-06-13Revert all previous changesSteve Kemp
2017-06-13Added build-dep on ruby-setupSteve Kemp
2017-06-13Final attempt to handle `setup.rb`.Steve Kemp
2017-06-13Install ruby-setupSteve Kemp
2017-06-13Updated to avoid Ruby 1.8-specific file.Steve Kemp
Rather than referring to `/usr/lib/ruby/1.8/setup.rb` I've updated to use `/usr/lib/ruby/vendor_ruby/setup.rb` (which comes from the `ruby-setup` package.
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-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