Commit Graph

913 Commits

Author SHA1 Message Date
Jon
f53531fbbd docs(development): Audit History API Docs added
ref: #776 #759
2025-07-04 08:40:25 +09:30
Jon
11e12ec70f chore: code review fixes
ref: #775
2025-07-04 08:40:25 +09:30
Jon
416b6f5a75 test(core): Dynamic Unit Test Suites for Meta Models AuditHistory
ref: #775 #759 #767
2025-07-04 08:40:25 +09:30
Jon
adc1c8fba7 test(core): Unit Test Centurion Model method __str__
ref: #767
2025-07-04 08:40:25 +09:30
Jon
ade35d0e2d test(core): Unit Test Centurion Model method get_url_kwargs
ref: #775 #759 #767
2025-07-04 08:40:25 +09:30
Jon
212af84d28 test(core): Unite Tesxt Centurion Model method get_url attr _is_submodel set
ref: #775 #759 #767
2025-07-04 08:40:25 +09:30
Jon
7ed75fc3e9 test(core): Unite Tesxt Centurion Model method get_url attr model_name set
ref: #775 #767
2025-07-04 08:40:25 +09:30
Jon
17f4295763 feat(core): Add to Centurion Model an attribute to set the models tag
ref: #773 #767 #576
2025-07-04 08:40:25 +09:30
Jon
7a2e77cba6 feat(core): Add AuditHistory Serializer
ref: #773 #759
2025-07-04 08:40:25 +09:30
Jon
187ad724a2 feat(core): Add AuditHistory ViewSet
ref: #773 #759
2025-07-04 08:40:25 +09:30
Jon
37ff9d38cb fix(core): Conduct kwargs check fr ticket comment serializer during init
ref: #773
2025-07-04 08:40:25 +09:30
Jon
279ea1991d feat(core): Models url kwarg helper
ref: #773 #767
2025-07-04 08:40:25 +09:30
Jon
6b899e477d feat(core): Support setting custom model name for url basename
ref: #773 #767
2025-07-04 08:40:25 +09:30
Jon
851d6e8b2f chore: correct test so it works
ref: #773 #759
2025-07-04 08:40:25 +09:30
Jon
114b2e1ae3 test(core): Ensure model that has audit enableed has audit model
ref: #773 #515
2025-07-04 08:40:25 +09:30
Jon
2b6a15cf8f test(core): Add Functional model Test Suite for CenturionAuditModel
ref: #773 #515
2025-07-04 08:40:25 +09:30
Jon
660da485cd test(core): Add Base Centurion model Functional Test Suite
ref: #773 #767
2025-07-04 08:40:25 +09:30
Jon
06e8e277c1 feat(core): Disable models audit history on model delete
can't create an audit entry without a model, why? it was deleted

ref: #773 #759
2025-07-04 08:40:25 +09:30
Jon
df4ffa5e93 fix(core): Enable CenturionAudit model to get model history for item being deleted
ref: #773 #759
2025-07-04 08:40:24 +09:30
Jon
8e0906eb73 test(core): Model Unit Tests for AuditHistory get_model_history method
ref: #773 #759
2025-07-04 08:40:24 +09:30
Jon
685de22ad2 chore: add pytest marks to tests
ref: #772
2025-07-04 08:40:24 +09:30
Jon
62ec58d9d8 test(core): reset vals so as not to fuck other tests over
ref: #772 #759
2025-07-04 08:40:24 +09:30
Jon
ee79dafd6b test(core): Correct test for method get_audit_values for CenturionAbstractModel
ref: #772 #759
2025-07-04 08:40:24 +09:30
Jon
d31b70a2a0 chore(core): update Current ModelHistory query to exclude new AuditHistory model
ref: #772 #759
2025-07-04 08:40:24 +09:30
Jon
76daab8e1f chore: adjust test so params are under a property
ref: #772
2025-07-04 08:40:24 +09:30
Jon
82e617afbe fix(core): When creating the AuditHistory entry for a model, use the user from context
ref: #772 #759
2025-07-04 08:40:24 +09:30
Jon
197cf4eb73 fix(core): When collecting AuditHistory cater for models being created
ref: #772 #767
2025-07-04 08:40:24 +09:30
Jon
f5a2168958 feat(core): Process a models history within AuditHistory
ref: #772 #759
2025-07-04 08:40:24 +09:30
Jon
35a46c90d3 feat(core): Enable AuditHistory signal to start when apps are ready
ref: #772 #759
2025-07-04 08:40:24 +09:30
Jon
bc1f12c47f feat(core): Add model instance to history object during history creation
ref: #772 #759
2025-07-04 08:40:24 +09:30
Jon
7a1e9e10a3 feat(core): Update Meta AuditModel db_name to be suffixed _audithistory
ref: #772 #759
2025-07-04 08:40:24 +09:30
Jon
9425793190 fix(core): Correct attribute names for referencing a Centurion Model from an AuditModel
ref: #772 #759
2025-07-04 08:40:24 +09:30
Jon
d3347082d1 test(core): Add field model_notes as an excluded field for AuditModels
ref: #772 #759
2025-07-04 08:40:24 +09:30
Jon
12ec0f34f9 feat(core): remove unnessecary method clean_fields from audit model
ref: #772 #759
2025-07-04 08:40:24 +09:30
Jon
5e169eb7f8 chore(core): Add temp objects to CenturionAbstractModel to support depreciated features
these will be removed when #767 is complete

ref: #772 #767
2025-07-04 08:40:24 +09:30
Jon
105d89ee61 fix(core): Correct before lookup for current models audit history
ref: #772 #759 #767
2025-07-04 08:40:24 +09:30
Jon
64e53f6980 feat(core): remove un-needed field model_notes from audit models
ref: #772 #759
2025-07-04 08:40:24 +09:30
Jon
db41c73300 test(core): Remaining Unit Model Test Cases for CenturionAuditMeta Model
ref: #772 #759
2025-07-04 08:40:24 +09:30
Jon
b5147e2448 refactor(core): Loading of meta models should not be hidden behind program start ags
Meta Models must always exist

ref: #772 #759
2025-07-04 08:40:24 +09:30
Jon
0a35a32136 test(core): Initial Unit Model Test Cases for CenturionAuditMeta Model
ref: #772 #759
2025-07-04 08:40:24 +09:30
Jon
8b62014d88 test(core): Unit Model Test Cases for CenturionSubAbstract model
ref: #772 #767
2025-07-04 08:40:24 +09:30
Jon
16bbb3328b test(core): Initial Unit Model Test Cases for CenturionAudit Model
ref: #772 #759
2025-07-04 08:40:24 +09:30
Jon
d0ce759635 test(core): Unit test cases for Centurion get_url relative + non-relative
ref: #772 #767
2025-07-04 08:40:24 +09:30
Jon
6f0ef8ab31 test(access): Unit Model Tests for TenancyAbstractModel
ref: #770 #767 #445
2025-07-04 08:40:24 +09:30
Jon
28117bb2bb chore(core): remove methods not required
ref: #770 #767
2025-07-04 08:40:24 +09:30
Jon
4d93ba7339 refactor(core): To obtain audit_values loop through model fields
ref: #770 #767
2025-07-04 08:40:24 +09:30
Jon
d098a09e83 fix(core): When deleting a model check if sub-model within delete method
ref: #770 #767
2025-07-04 08:40:24 +09:30
Jon
5aae562caf feat(core): Run meta models create on Core module ready
ref: #770 #759
2025-07-04 08:40:24 +09:30
Jon
49e66df006 feat(core): New model core.CenturionAudit
ref: #770 #759
2025-07-04 08:40:24 +09:30
Jon
504ded9047 feat(core): cause sub-audit models to chuck a wobbler if clean_fields not re-implementated
ref: #770 #759
2025-07-04 08:40:24 +09:30