Skip to content

[1.22.0] - 2024-08-3

Compare
Choose a tag to compare
@hmpf hmpf released this 30 Aug 12:51
· 85 commits to master since this release

Changed

  • Refactored ticket creation code so the actual changing of the incident
    happens only in one place. Also moved the actual autocreation magic to
    utility functions (sans error-handling since that is response-type
    dependent). Made bulk changes of tickets actually create the ChangeEvents so
    that it behaves like other bulk actions and make it possible to get notified
    of changed ticket urls.
  • Replace the setting STATICFILES_STORAGE with STORAGES to prepare for
    running on newer Djangos. See NOTES for details.

Fixed

  • Hopefully there will be fewer spurious test-failures thanks to explicitly
    creating the user connected to a sourcesystem. UniqueError, you won't be
    missed.
  • Fixed broken link to dataporten authentication docs in README
    (#broken-dataporten-link)
  • Renamed 'docker-compose' to 'Docker Compose' in README
    (#update-readme-command-naming)