mirror of
https://github.com/status-im/cabot.git
synced 2025-02-23 18:08:06 +00:00
By default, Django doesn't render field value for PasswordInput widgets, which means the password field will get overwritten by an empty string every time a check is edited. To fix this, we check whether the input is empty and don't modify the password if it is.
124 lines
2.9 KiB
Plaintext
124 lines
2.9 KiB
Plaintext
master
|
|
------
|
|
|
|
* Fix basic auth passwords getting reset when editing checks
|
|
|
|
Version 0.10.3
|
|
--------------
|
|
|
|
* Add plugin settings views with the ability to test alerts.
|
|
* 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
|
|
|
|
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
|
|
|
|
Version 0.10.1
|
|
--------------
|
|
|
|
* [BUGFIX] Update cabot_alert_twilio to 1.3.1
|
|
- 1.3.0 was still broken on django 1.10
|
|
|
|
Version 0.10.0
|
|
--------------
|
|
|
|
* Add feedback notifications when updated profile
|
|
* Automatically reload plugins after migrating
|
|
* Add cabot_alert_slack as default plugin
|
|
* Upgrade to Django 1.10
|
|
* Upgrade to Celery 4
|
|
|
|
Version 0.9.2
|
|
-------------
|
|
|
|
* Add /about endpoint
|
|
* Fix rota bug when ical had no timezone
|
|
* Add User Profile settings link to user dropdown
|
|
|
|
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)
|
|
|
|
Version 0.9.0
|
|
-------------
|
|
|
|
* Upgrade to Django 1.9
|
|
|
|
Version 0.8.7
|
|
-------------
|
|
|
|
* Fix Alert preferences form breaking on django 1.8
|
|
|
|
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.
|