You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.