687 Commits

Author SHA1 Message Date
Frank Hamand
fa5f806437 Merge pull request #466 from arachnys/add-slack-plugin
Add cabot_alert_slack as default plugin
0.10.0b6
2017-03-21 15:38:05 +00:00
Frank Hamand
9d60f6b796 In examples don't overwrite settings that match the default 2017-03-21 15:32:30 +00:00
Frank Hamand
81b15fcae3 Add cabot_alert_slack as default plugin 2017-03-21 15:22:34 +00:00
Frank Hamand
6f2e196bdb Merge pull request #452 from arachnys/django-1.10
Upgrade to Django 1.10
2017-03-21 11:58:28 +00:00
Frank Hamand
ca04780179 Update README.md 2017-03-21 11:24:39 +00:00
Frank Hamand
47e98eb86f Update README.md 2017-03-21 11:23:52 +00:00
Frank Hamand
2bb94485ef Update requirements with pipenv
The ldap requirements were out of date - django-auth-ldap
switched to pyldap
0.10.0b5
2017-03-16 10:33:31 +00:00
Frank Hamand
0329cdf08e Ignore Pipfile.lock for now
Use pipenv run pip freeze instead as Pipfile.lock is pretty buggy
at the moment
2017-03-16 10:33:31 +00:00
Frank Hamand
75ce4b6133 Update dev requirements 2017-03-16 10:33:31 +00:00
Frank Hamand
135079fa9a Update requirements and use Pipfile to manage explicit pinning
Currently our requirements are out of date and we don't know what is
pinned for an explicit reason. Using pipfile we can keep them pinned
but update easily
2017-03-16 10:33:31 +00:00
Frank Hamand
a6e6ed35d3 Silence noisy celery logs in tests 2017-03-16 10:33:30 +00:00
Frank Hamand
2a170d5405 Update ampq
New version of celery requires updated ampq
2017-03-16 10:33:30 +00:00
Frank Hamand
b1bca09088 Upgrade to Django 1.10 2017-03-16 10:33:30 +00:00
Frank Hamand
ed32dea05f Update to celery 4 2017-03-16 10:33:29 +00:00
Frank Hamand
0d9bbefeef Fix issue with django-compressor on django 1.10
See: https://github.com/django-compressor/django-compressor/issues/706
2017-03-16 10:32:11 +00:00
Frank Hamand
dc660c2817 0.9.2 0.9.2 2017-03-15 16:52:00 +00:00
Frank Hamand
0b8bb77a5c Merge pull request #463 from arachnys/add-about-page
Add package version and very simple about page
2017-03-15 16:50:49 +00:00
Frank Hamand
97d8a90cad Add package version and very simple about page 2017-03-15 16:03:33 +00:00
Frank Hamand
d3cf6c83b5 Merge pull request #464 from arachnys/fix-non-tzaware-ical
Fix non-timezone aware ical responses breaking recurring events
2017-03-15 16:02:45 +00:00
Frank Hamand
4655409966 Fix non-timezone aware ical responses breaking recurring events 2017-03-15 13:39:50 +00:00
Frank Hamand
224f022472 Update CHANGES 2017-03-15 12:26:49 +00:00
Frank Hamand
245e871b87 Add profile settings link and fix bug with profile settings
There seems to be a django bug when using RequestContext. Switch to
using render method instead
2017-03-15 12:23:52 +00:00
Frank Hamand
a38de047d0 Update cabot-alert-twilio to 1.3.0 to work on django 1.10 2017-03-15 12:23:52 +00:00
Frank Hamand
e1a0e1141a Fix alert preferences form on django 1.8 2017-03-15 12:23:52 +00:00
Frank Hamand
ba40dbcc6f Add requires.io shield to readme 2017-03-15 12:23:20 +00:00
Frank Hamand
d39c9e8003 0.9.1 0.9.1 2017-03-13 16:58:57 +00:00
Frank Hamand
0dcff5aa86 Add cabot entrypoint
This is to make migrations/etc easier when installing through pip
2017-03-13 16:58:57 +00:00
Frank Hamand
fdbe3b2292 Fix alert preferences form on django 1.8
(cherry picked from commit 97f41b30a6f22a09bb9e97ce909c4e5c1aa1b617)
2017-03-13 16:48:39 +00:00
Frank Hamand
65280336ac Remove docs badge from readme
It needs to be manually updated and doesn't seem to have a purpose.

It says "latest" at the moment but the docs haven't been updated in years
2017-03-09 10:46:48 +00:00
Frank Hamand
352ce92cbc Add requires.io shield to readme 2017-03-09 10:44:16 +00:00
Frank Hamand
e6fb674479 0.9.0 0.9.0 2017-03-08 12:53:40 +00:00
Frank Hamand
319ff6ac62 Merge pull request #450 from arachnys/django-1.9
Upgrade to Django 1.9
2017-03-08 12:53:17 +00:00
Frank Hamand
78973f3dcd Set template debug to true when testing with coverage 2017-03-08 12:44:36 +00:00
Frank Hamand
5d20784e3c Fix migration test 2017-03-08 12:44:36 +00:00
Frank Hamand
766675425e Update CHANGES 2017-03-08 12:44:36 +00:00
Frank Hamand
1d263b1173 Fix django polymorphic on django 1.9 2017-03-08 12:43:43 +00:00
Frank Hamand
cea9176f2e Fix broken requirements 2017-03-08 12:43:43 +00:00
Frank Hamand
a12c872244 Upgrade to Django 1.9 2017-03-08 12:43:42 +00:00
Frank Hamand
e8742c2fe1 0.8.6 0.8.6 2017-03-08 12:29:31 +00:00
Frank Hamand
451c77976f Merge pull request #451 from arachnys/remove-superuser-management-command
Remove create superuser management command
2017-03-08 12:11:36 +00:00
Frank Hamand
2632969aa5 Update CHANGES 2017-03-08 12:06:00 +00:00
Frank Hamand
c741b9765b Remove create superuser management command
As we now have the first time setup page this isn't necessary anymore
2017-03-08 11:52:59 +00:00
Frank Hamand
3c288baf1e Merge pull request #446 from arachnys/initial-setup
Add first-time-setup page to create superuser on first launch
2017-03-08 11:50:11 +00:00
Frank Hamand
ee9fbc661d Merge pull request #443 from arachnys/use-freezegun
Use freezegun for testing alert acknowledgements
2017-03-08 11:19:22 +00:00
Frank Hamand
a17073bdd2 Merge pull request #449 from arachnys/test-migration
Test migrating from previous tag
2017-03-08 11:18:04 +00:00
Frank Hamand
29bb302085 Test migrating from previous tag 2017-03-08 11:03:55 +00:00
Frank Hamand
c969d99e7f Use freezegun for testing alert acknowledgements 2017-03-08 10:52:48 +00:00
Frank Hamand
38e3a5d8fa Update CHANGES 2017-03-08 10:52:31 +00:00
Frank Hamand
00f39f9903 Add tests for initial signup 2017-03-08 10:52:05 +00:00
Frank Hamand
4d27de5137 Add first-time setup when there are no users in database 2017-03-08 10:52:04 +00:00