cabot/CHANGES

53 lines
1.2 KiB
Plaintext
Raw Normal View History

2017-03-07 10:09:48 +00:00
Version 0.8.5
-------------
2017-02-20 11:15:10 +00:00
2017-03-02 11:16:09 +00:00
* More severe alerts should trigger even if a less severe alert was recently sent
2017-03-02 11:26:48 +00:00
* Update production.env.example email settings
2017-02-20 11:15:10 +00:00
* Convert environment vars to boolean nicely
2017-02-18 09:55:59 +00:00
Version 0.8.4
-------------
2017-02-17 14:32:02 +00:00
2017-02-17 14:48:23 +00:00
* Fix setup.py packaging
2017-02-17 14:32:02 +00:00
* Use whitenoise to serve static files
2017-02-18 09:49:49 +00:00
Note: You may have to update your webserver settings for static files to work properly
2017-02-17 14:32:02 +00:00
2017-02-16 18:51:22 +00:00
Version 0.8.3
-------------
* BUG: Add missing context processor
2017-02-16 14:59:54 +00:00
Version 0.8.2
-------------
2017-02-09 15:49:56 +00:00
2017-02-16 14:54:57 +00:00
* Remove django-smtp-ssl dependency
2017-02-09 21:37:26 +00:00
* Build docker image from alpine
* Refactor docker-compose files
2017-02-13 14:01:23 +00:00
* Fix db_clean task failing on large results tables
2017-02-09 15:49:56 +00:00
* Wait for docker containers to start in docker-entrypoint.sh
2017-02-09 17:29:44 +00:00
* Update CABOT_PLUGINS_ENABLED to compatible plugin versions
2017-02-09 16:23:32 +00:00
* Automatically initialise database, assets and superuser on docker container start
2017-02-09 15:49:56 +00:00
2017-02-09 13:00:32 +00:00
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
2017-02-06 12:56:42 +00:00
Version 0.8.0
-------------
* Upgraded to Django 1.8
2017-02-06 12:45:20 +00:00
Version 0.7.0
-------------
* Upgraded to Django 1.7
Version 0.6.0
-------------
* Versioning Introduced.