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
Auditlog: Add django-pghistory as audit log (optional for now) (#13169)
* working except data migration
* update performance unit test
* add management command to import scan
* remove old test
* restore __init__.py
* fix tests
* fix questionaire content type in testdata
* fix delete testcases
* fix tests
* fix query counts
* default to django-auditlog
* fix query counts
* update query counts and task counts
* add indices
* default to pghistory
* ruff
* migration
* fix backfill
* ruff
* optimize diff filter
* update counts
* default to django-auditlog
* use current user as actor for delete events
* run unit tests for both auditlog-types
* output more logs to verify auditlog-type
* Revert "use current user as actor for delete events"
This reverts commit 49986c7.
* Reapply "use current user as actor for delete events"
This reverts commit 4dc7312.
* Revert "output more logs to verify auditlog-type"
This reverts commit f5a0592.
* optimize flush audit log
* move helper
* add flushing of pghistory entries
* update counts
* small reorder
* fix tests
0 commit comments