cabot/CHANGES

133 lines
3.2 KiB
Plaintext
Raw Normal View History

2017-04-28 10:28:19 +00:00
Version 0.10.5
--------------
2017-04-28 10:13:32 +00:00
* Fix bug which caused status graphs to sometimes not render
* Fix issue with complex recurring calendar - `'vDDDLists' object is not iterable`
* Fix css regression in logo/title
2017-04-21 17:43:18 +00:00
Version 0.10.4
--------------
* Fix basic auth passwords getting reset when editing checks
* Fix plugin alert tests alerting the current duty officer
- They should now always alert only the user that runs the test
2017-04-21 09:49:57 +00:00
Version 0.10.3
--------------
2017-04-16 12:50:14 +00:00
* Add plugin settings views with the ability to test alerts.
2017-04-04 14:43:38 +00:00
* Allow user filter for LDAP to be configured
- Set the AUTH_LDAP_USER_FILTER setting to change it (defaults to "(uid=%(user)s)")
* Update cabot-alert-hipchat plugin to 2.0.2
- Fixes bug when both HIPCHAT_URL and HIPCHAT_DOMAIN were set
2017-04-03 12:29:06 +00:00
Version 0.10.2
--------------
* Update cabot-alert-hipchat plugin to 2.0.1
- Supports Hipchat API v2
- If HIPCHAT_URL is set, it will use the old v1 api
- Use HIPCHAT_DOMAIN for custom hipchat v2 deployments
* Add interactive api docs (using djangorestframework 3.6) at /docs
2017-03-24 18:25:27 +00:00
Version 0.10.1
--------------
* [BUGFIX] Update cabot_alert_twilio to 1.3.1
- 1.3.0 was still broken on django 1.10
2017-03-24 13:50:10 +00:00
Version 0.10.0
--------------
2017-03-08 15:45:07 +00:00
* Add feedback notifications when updated profile
* Automatically reload plugins after migrating
* Add cabot_alert_slack as default plugin
2017-03-02 17:21:15 +00:00
* Upgrade to Django 1.10
2017-03-08 15:45:07 +00:00
* Upgrade to Celery 4
2017-03-15 16:52:00 +00:00
Version 0.9.2
-------------
2017-03-15 12:23:05 +00:00
* Add /about endpoint
* Fix rota bug when ical had no timezone
2017-03-15 12:23:05 +00:00
* Add User Profile settings link to user dropdown
2017-03-13 16:48:56 +00:00
Version 0.9.1
-------------
* Update cabot-alert-twilio to 1.3.0 to work on django 1.10
* Fix Alert preferences form breaking on django 1.8
* Add `cabot` executable instead of using python manage.py (for e.g. migrating)
2017-03-08 12:53:40 +00:00
Version 0.9.0
-------------
2017-03-08 11:16:03 +00:00
* Upgrade to Django 1.9
Version 0.8.7
-------------
* Fix Alert preferences form breaking on django 1.8
2017-03-08 12:29:31 +00:00
Version 0.8.6
-------------
2017-02-18 13:11:26 +00:00
* Add first time setup page
2017-03-08 12:06:00 +00:00
* Remove create_cabot_superuser management command (redundant with first time setup)
2017-02-18 13:11:26 +00:00
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-03-07 13:03:58 +00:00
> Note: You may have to update your settings if they contain invalid boolean values
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-03-07 13:03:58 +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.