Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-01-24 | Merge branch 'master' into develop | telyn | |
2018-01-24 | Merge master from Bytemark's internal gitlab | telyn | |
2018-01-24 | Merge branch 'master' of github.com:BytemarkHosting/mauvealert into develop | telyn | |
2017-09-12 | Merge branch '22-alerts-can-be-accessed-without-prior-authentication' into ↵ | Patrick J Cherry | |
'develop' AJAX auth and navbar change Closes #22 and #18 See merge request !3 | |||
2017-09-12 | Update changelog | Phil Manavopoulos | |
2017-09-12 | Update changelog | Phil Manavopoulos | |
2017-09-12 | Events tab to link to list instead of calendar, calendar takes too long to load | Phil Manavopoulos | |
2017-09-12 | Fix AJAX authentication | Phil Manavopoulos | |
2017-09-12 | Correctly make AJAX request in test | Phil Manavopoulos | |
2017-09-12 | Add test to assert that AJAX calls are also authenticated | Phil Manavopoulos | |
2017-08-01 | Merge branch '27-package-and-publish-in-gitlab-ci-retire-maker2-job' into ↵ | James Carter | |
'develop' Added CI Closes #27 See merge request !2 | |||
2017-08-01 | Removed misleading comment | Patrick J Cherry | |
2017-08-01 | Updated changelog | Patrick J Cherry | |
2017-08-01 | Fix typo in control | Patrick J Cherry | |
2017-08-01 | Removed more cruft. Updated debian/rules to use the Makefile. Updated bundle | Patrick J Cherry | |
2017-08-01 | Removed lots of cruft, and merged the example.conf with etc/mauveserver.conf | Patrick J Cherry | |
2017-08-01 | Update mauveserver.conf to use new document root of /srv/mauvealert | Patrick J Cherry | |
Also update various configuration items to be more normal. | |||
2017-07-31 | Updated gitlab-ci to use templates in the modern style | Patrick J Cherry | |
2017-07-31 | Updated gitignore | Patrick J Cherry | |
2017-07-31 | Added in shlibs substitution variable | Patrick J Cherry | |
2017-07-31 | Removed init script, added systemd service, removed common package etc | Patrick J Cherry | |
Also * added bundler boilerplate to bin/mauveserver * fixed jquery symlinks in server postinst and links files * updated gitignore | |||
2017-06-22 | Change the pg user to "root" for stretch. | Patrick J Cherry | |
2017-06-22 | Add stretch jobs | Patrick J Cherry | |
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. |