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
There is now a commented line in argus.site.urls.urlpatterns that if
uncommented will allow logging into the API with username/password. This
allows the use of the DRF HTML api to change records. This partially works
with django-debug-toolbar and should ease some debugging sessions.
Changed
Optimized PUT/PATCH of incidents in API v2. Mainly by no longer replacing Incident.search_text on every Incident save, thereby avoiding looking up
all events for that incident. The old behavior was fine when there was only
a handful of events per incident but we can no longer assume that.