This is the first release of October!
This release migrates configuration settings for plugins from the .env file to the Web UI. It also includes a long list of other improvements and bug fixes. List of merged changes can be found below:
Enhancements:
- Improves help documentation for Slack app user id (#1727) by @mvilanova
- Improves incident review direct message sent on incident close (#1698) by @mvilanova
- Updates example configuration .env file (#1697) by @mvilanova
- Replaces incident cost type select with combobox (#1679) by @mvilanova
- Supports windows file path & env vars for CLI serve command (#1638) by @axellaurelut
- Adds Python 3.9 to setup.py (#1629) by @anukaal
- Moves plugin configuration from .env file to Web UI (#1619) by @kevgliss
Bug Fixes:
- Adds resolved liaison and scribe roles to incident resources (#1726) by @mvilanova
- Moves paging the commander to the incident creation flow (#1718) by @mvilanova
- Adds missing config kwarg to workflow modal handler and action functions (#1717, #1663) by @mvilanova, @kevgliss
- Adds missing service_id param to opsgenie plugin code (#1716) by @mvilanova
- Fixes issue when switching orgs with spaces in their names (#1711) by @mvilanova
- Saves app theme in localStorage (#1708) by @jtorvald
- Fixes commander resolution on incident creation (#1702) by @mvilanova
- Fixes database revision (#1696) by @mvilanova
- Combines date and time pickers in details tab (#1695) by @kevgliss
- Fixes issue with missing values during migration (#1689) by @kevgliss
- Fixing missing config parameter in Slack menu (#1686) by @kevgliss
- Ensure search expression is not null (#1685) by @kevgliss
- Do not send tactical report reminder on incident update if status has not changed (#1684) by @mvilanova
- Fixes workflow tests (#1678) by @kevgliss
- Respects commander when passed during incident creation (#1677) by @kevgliss
- Fixes issue with relying on decorator to provide slack config (#1676) by @kevgliss
- Fixes several issues with monitor (#1675, #1667, #1666, #1665) by @kevgliss
- Re-adds plugin combobox (#1662) by @kevgliss
- Adjusts incident task lookback (#1661) by @kevgliss
- Fixes issue with decorator stackoverflows (#1660) by @kevgliss
- Fixes issues with Jira configuration and plugin (#1658, #1657) by @kevgliss
- Fixes organization admin and manager permissions (#1648) by @mvilanova
- Allows all roles except member to see restricted incidents (#1645) by @mvilanova
- Fixes incident date filtering (#1644) by @mvilanova
- Fixes incident type plugin metadata UI (#1643) by @kevgliss
- Fixes issue with forecast filter (#1642) by @kevgliss
- Fixes template creation within incident types (#1640) by @kevgliss
- Fixes table name for incident_role_incident_priority in db migration (#1639) by @mnuck-fp
- Fixes build errors induced by move to slim base image (#1628) by @mnuck-fp
- Fixes incident tag creation (#1618) by @kevgliss
- Fixes an issue with service id confusion and tagging incident creation (#1617) by @kevgliss
Documentation:
- Updates description for incident visibility (#1656) by @mvilanova