aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2018-01-29remove all mention of Localetelyn
2018-01-24rip out the require 'locale'telyn
2017-09-12Merge 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-12Update changelogPhil Manavopoulos
2017-09-12Update changelogPhil Manavopoulos
2017-09-12Events tab to link to list instead of calendar, calendar takes too long to loadPhil Manavopoulos
2017-09-12Fix AJAX authenticationPhil Manavopoulos
2017-09-12Correctly make AJAX request in testPhil Manavopoulos
2017-09-12Add test to assert that AJAX calls are also authenticatedPhil Manavopoulos
2017-08-01Merge 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-01Removed misleading commentPatrick J Cherry
2017-08-01Updated changelogPatrick J Cherry
2017-08-01Fix typo in controlPatrick J Cherry
2017-08-01Removed more cruft. Updated debian/rules to use the Makefile. Updated bundlePatrick J Cherry
2017-08-01Removed lots of cruft, and merged the example.conf with etc/mauveserver.confPatrick J Cherry
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