This is the second July release of Dispatch. Major changes include:
Features:
- Adds a new slack command to add events directly to the incident timeline (#491)
- Adds reminder for stable incidents that have been stable for longer than a week (#488)
- Adds the ability to resolve incident tasks directly from a slack message (#489)
- Adds common tags and terms graphs to Admin UI dashboard (#346
- Adds a discoverable flag to term modal to better help with disabling auto-discovery for some terms (#346
- Adds a limited ability to mark an incident as a duplicate via the Admin UI, these incidents are excluded from incident metrics (#500)
Bug Fixes:
- Fixed the user filter in the Admin UI (#479)
- Limits the number of suggested documents in Slack (#482)
- Prevents google groups from being deleted and participants from losing access (#511)
- Unify all Admin UI Comboboxes such that search text is cleared after a selection is made (#484)
- Fixed Admin UI dashboard loading indicators after applying a filter (#485)
- Fixes the links in the Jira plugin (#498)
- Separate plugin install from instance start (you will now have to install
pip install -e .
and thendispatch plugins install
these could be combined in the future) (#497)
Improvements: