django-auditlog/auditlog
Youngkwang Yang 8003b069c9
Extend CI and local test coverage to MySQL and SQLite (#744)
* Add test runner and improve test with multi databases

* Enhance cross-database compatibility and testing

- Fix TRUNCATE command support detection for different databases
- Add conditional PostgreSQL-specific model registration
- Improve database-specific test skipping logic
- Remove SQLite from TRUNCATE supported vendors list

* Add docker compose for testing

* Improve CI/CD with multi-database support

- Add separate test workflows for SQLite, PostgreSQL, and MySQL

* Add `mysqlclient` deps

* fix minor

- Add mysqlclient deps
- upload coverage step

* Fix coverage upload name conflicts in CI workflow

- Add database type to coverage upload names (SQLite/PostgreSQL/MySQL)
2025-08-17 16:50:23 +02:00
..
management Extend CI and local test coverage to MySQL and SQLite (#744) 2025-08-17 16:50:23 +02:00
migrations add actor email (#641) 2025-01-30 18:33:51 +03:30
templates/auditlog Add audit log history view to Django Admin (#743) 2025-08-05 13:02:43 +02:00
templatetags Add audit log history view to Django Admin (#743) 2025-08-05 13:02:43 +02:00
__init__.py Drop support for Python 3.7 (#546) 2023-07-13 23:56:08 +02:00
admin.py Add date_hierarchy on timestamp to admin view (#687) 2024-11-19 12:04:17 +01:00
apps.py feat: give users the option to run the json migration asyncly (#495) 2023-08-13 11:38:21 +02:00
cid.py fix: don't set the correlation_id if the AUDITLOG_CID_GETTER is None (#565) 2023-09-20 13:23:45 +03:00
conf.py Add support for custom masking functions (#725) 2025-06-09 16:59:59 +03:30
context.py improve actor_email assigment; the previous was not intuitive enough to understand (#720) 2025-04-30 11:14:34 +02:00
diff.py added fixes for updates and deletes if AUDITLOG_STORE_JSON_CHANGES is True (#732) 2025-07-03 21:56:37 +02:00
filters.py Added support for Correlation ID 2022-12-23 15:09:32 +01:00
middleware.py Added remote port (#671) 2024-10-07 15:52:34 +02:00
mixins.py Add audit log history view to Django Admin (#743) 2025-08-05 13:02:43 +02:00
models.py added fixes for changes_display_dict when AUDITLOG_STORE_JSON_CHANGES is True (#738) 2025-07-22 23:19:40 +02:00
receivers.py added fixes for updates and deletes if AUDITLOG_STORE_JSON_CHANGES is True (#732) 2025-07-03 21:56:37 +02:00
registry.py Add support for custom masking functions (#725) 2025-06-09 16:59:59 +03:30
render.py Add audit log history view to Django Admin (#743) 2025-08-05 13:02:43 +02:00
signals.py feat: include LogEntry instance in post_log signal (#605) 2024-02-08 21:55:46 +01:00