Added
- Added support for testing on Python 3.11 and Django 4.0, 4.1
- Plugin system for ticket system integrations, documented in the new "Ticket
system settings" sections. - Add a production-oriented Dockerfile and use Github to build and store images
- New API endpoint to create a new ticket in an external ticket system
- Add docs about notification plugins
- Added the possibility to filter notifications by event-type
- Added a management command that will create incidents if a source token is
close to expiring - Added an endpoint to set
ticket_url
of incidents in bulk - Added an endpoint to create events for incidents in bulk
Fixed
- Changed when the Media-table is synced with settings
MEDIA_PLUGINS
to avoid
dev/prod-settings leaking into the tests
Changed
- Flatten the json structure for posting acknowledgements.
- Improve Sonar Cloud settings, like just testing for Python 3