Added
- Add a preference to change the incidents table layout to compact or standard
(#1399) - Add CLI command to close incidents
(#1450) - Add option to
create_fake_incident
to generate incidents from json files
(#1451)
Changed
- Use DRF's DEFAULT_PERMISSION_CLASSES setting for API endpoints' permission
checking (#1476) - Request is now passed to incident update actions to allow for sending
messages (#1497)