Hanne Moa
Hanne Moa
From comment on argus_ticket_rt: > Note: One idea I saw regarding logging of exceptions: log from the exception itself. > > ``` > import logging > > class MyError(Exception): >...
The MediumClass.send() static method takes an event and notification profile and `**kwargs`. It runs in a new process *per event*. The procedure is currently: 1. Incident is received. 2. NotificationProfiles...
From mail, how to not automatically create users on login (when using OAuth2/OIDC): > By using your own settings.py-file (as we recommend anyway) you can override SOCIAL_AUTH_PIPELINE to not automatically...
The database-independent stuff should be a real quick win to add tests for.
Idea: If we mark incidents that have been changed in bulk, it would be trivially easy to reselect the same set later, for doing other things.
When testing a new frontend-feature I noticed that log-lines in the bacǩend are printed twice. 2023-02-07 08:04:27,696 argus.notificationprofile.media INFO Notification: no listeners for "'Acknowledge': AP_DISCONNECTED AP07 at Sikt Oslo, [email protected]...
Missing: a list of the finished plugins we already know of.
We could possibly reuse the email template for the content (or improve that one while we're at it.) We'd need a solution to #307 and #305 and when that is...
Companion issue for https://github.com/Uninett/Argus-frontend/issues/448: "Idea: On the incidents-page, allow adding columns from tags". A model with OneToOneField to an argus_auth.User with fields for user preferences. We could also put a...