cabot/CHANGES
Frank Hamand fdbe3b2292 Fix alert preferences form on django 1.8
(cherry picked from commit 97f41b30a6f22a09bb9e97ce909c4e5c1aa1b617)
2017-03-13 16:48:39 +00:00

72 lines
1.5 KiB
Plaintext

0.9-dev
-------
* Fix Alert preferences form breaking on django 1.8
Version 0.9.0
-------------
* Upgrade to Django 1.9
Version 0.8.6
-------------
* Add first time setup page
* Remove create_cabot_superuser management command (redundant with first time setup)
Version 0.8.5
-------------
* More severe alerts should trigger even if a less severe alert was recently sent
* Update production.env.example email settings
* Convert environment vars to boolean nicely
> Note: You may have to update your settings if they contain invalid boolean values
Version 0.8.4
-------------
* Fix setup.py packaging
* Use whitenoise to serve static files
> Note: You may have to update your webserver settings for static files to work properly
Version 0.8.3
-------------
* BUG: Add missing context processor
Version 0.8.2
-------------
* Remove django-smtp-ssl dependency
* Build docker image from alpine
* Refactor docker-compose files
* Fix db_clean task failing on large results tables
* Wait for docker containers to start in docker-entrypoint.sh
* Update CABOT_PLUGINS_ENABLED to compatible plugin versions
* Automatically initialise database, assets and superuser on docker container start
Version 0.8.1
-------------
* Fix all workers running celery beat
* Update django-compressor to run on django 1.8
* Fix typo in url testcase
* Update wsgi.py to work with django 1.8
Version 0.8.0
-------------
* Upgraded to Django 1.8
Version 0.7.0
-------------
* Upgraded to Django 1.7
Version 0.6.0
-------------
* Versioning Introduced.