Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-06-22 | Don't install bundler with gem; run make | Patrick J Cherry | |
2017-06-22 | Use bundler to make manpages | Patrick J Cherry | |
2017-06-22 | Add postgres headers. | Patrick J Cherry | |
2017-06-22 | Updated build-deps | Patrick J Cherry | |
2017-06-22 | Updated Gemfile.lock, and gitlab-ci to install dev libraries | Patrick J Cherry | |
2017-06-22 | Update gitlab-ci and debian control to use gems | Patrick J Cherry | |
2017-06-22 | Merge 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-22 | Reconfigure server package to deploy to /srv/mauvealert | Patrick J Cherry | |
2017-06-13 | Disable `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-13 | Revert previous changes with 'ruby-setup'. | Steve Kemp | |
2017-06-13 | Revert all previous changes | Steve Kemp | |
2017-06-13 | Added build-dep on ruby-setup | Steve Kemp | |
2017-06-13 | Final attempt to handle `setup.rb`. | Steve Kemp | |
2017-06-13 | Install ruby-setup | Steve Kemp | |
2017-06-13 | Updated 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-20 | Updated packaging .. still need a datamapper package | Patrick J Cherry | |
2017-03-20 | Use postgres version in Jessie | Patrick J Cherry | |
2017-03-20 | Remove package:stretch dependency | Patrick J Cherry | |
2017-03-20 | Fixed yaml | Patrick J Cherry | |
2017-03-20 | Added postgres service + tests for jessie | Patrick J Cherry | |
2017-03-20 | Updated Gemfile to pull gems in Debian into a separate group | Patrick J Cherry | |
2017-03-20 | Removed libxml2/libxslt-dev from gitlab-ci; moved dev gems into a ↵ | Patrick J Cherry | |
development group. | |||
2017-03-20 | Moved most gems into debian deps; fixed test "skip" to "omit"; renamed test ↵ | Patrick J Cherry | |
with duped name | |||
2017-03-20 | Added haml-contrib for the textile filter; updated debian packaging a little | Patrick J Cherry | |
2017-03-20 | Refactored to move test deps into before_scripts to accommodate differing ↵ | Patrick J Cherry | |
psql versions. | |||
2017-03-20 | Change rake test task to "test" | Patrick J Cherry | |
2017-03-20 | Updated 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-20 | updated json gem to one that compiles | Patrick J Cherry | |
2017-03-20 | Added rake | Patrick J Cherry | |
2017-03-20 | Added postgres-dev, libsqlite3-dev | Patrick J Cherry | |
2017-03-20 | Added libpq-dev | Patrick J Cherry | |
2017-03-20 | Added xslt library for testing | Patrick J Cherry | |
2017-03-20 | Added xml2-dev to test environment | Patrick J Cherry | |
2017-03-20 | Revert "Strip out debian metadata" | Patrick J Cherry | |
This reverts commit 4d9ca84e57dad6746eb0882b91171ccd69298807. | |||
2017-03-20 | Added CI | Patrick J Cherry | |
2017-01-06 | Merge 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-06 | Mauve::Authentication - fix my previous commit | telyn | |
2017-01-05 | ensure Mauve::Authentication.authenticate does what we think it does | telyn | |
2015-10-07 | Added hipchat notification | Patrick J Cherry | |
2015-04-28 | Removed obsolete mercurial files. | Steve Kemp | |
Since we're using git these days it makes no sense to keep them around. | |||
2015-04-21 | Update gem versions to get a new thin and sinatra | Alex Young | |
2015-04-21 | Minor Alert extract method refactor | Alex Young | |
2015-04-20 | Add Rack::Protection exception for ajax json requests | Alex Young | |
2015-04-20 | Pull the bank holidays cache out to its own class | Alex Young | |
2015-04-20 | Add a Thread#wakeup call on #stop to speed up restarts | Alex Young | |
2015-04-20 | Get tests passing on ruby 2.0.0-p598 | Alex Young | |
2015-04-20 | Removed the Pop3 server | Alex Young | |
2015-04-16 | Added a rake test task | Alex Young | |
2015-04-16 | Add jquery version 1.4.2 | Alex Young | |
2015-04-16 | Use 1.9's Encoding to do do away with UTF8-checking in mauve/alert.rb | Alex Young | |