Hanne Moa
Hanne Moa
It is possible to *alter* the ticket url of tickets in bulk, it is not possible to *autocreate* a ticket from multiple incidents in bulk. It *is* possible to autocreate...
Newer django and postgres has support for calculated columns. We could add a calculated column that combines the values of status + ackedness (open+unacked, open+acked, closed+unacked, closed+acked). The real challenge...
Instead of having a modal button for adding and editing tickets I would like to have a UX, at least for the details-page, where you click on the field (maybe...
`python manage.py check` will show Django warnings and halt if any of them are of level "ERROR" or "CRITICAL" (settable with the `--fail-level` flag). This will prevent running tests when...
It should be easier to control argus from the command line, for automation. Ideas: * add json output as an option to anything that returns anything * create_knox_token * otherwise...
It should be doable with the dev docker compose setup, and the management commands `create_source`.. we should probably add a flag to create_source to add a starter token, and a...
The actual css that we write ourselves (like themes in DaisyUI 5) ought to look consistent. So rarely we don't need it in pre-commit, but we must document how to...
Freshly home from the first (best?) conference of the year, FOSDEM 2025, we have been inspired by the following talk: [Beyond the README: Crafting a Better Developer Experience for Open...
Set username to something obviously generated (deleted-PK?) and nuke all other info in the row, plus remove social auths. - [ ] Needs function/method for the scrambling, reused everywhere. (#1521)...
Set username to something obviously generated (deleted-PK?) and nuke all other info in the row, plus remove social auths. Needs to be logged properly (whodunnit to whom (pk), when). Perfect...