Commit Graph

1038 Commits

Author SHA1 Message Date
Jon
9df5a5898e refactor(core): Switch to inherit from Centurion model for model TicketCommentBase
ref: #870 #865
2025-07-13 23:06:35 +09:30
Jon
ceabd56e1b refactor(core): Update URL route name for Role TicketBase
ref: #870 #861
2025-07-13 23:05:54 +09:30
Jon
61a1792e4c refactor(core): Switch to inherit from Centurion model for model TicketBase
ref: #870 #861
2025-07-13 23:03:49 +09:30
Jon
3baed3f8f5 refactor(core): Add fn get_organization to centurion mixin
Fn is required for perms to work correctly

ref: #870
2025-07-13 22:30:15 +09:30
Jon
2f7865bb83 feat(access): Add Audit and notes tables for model Role
ref: #862 #844
2025-07-12 18:27:03 +09:30
Jon
38f3a3bf05 fix(core): Include model so content type is created
ref: #860
2025-07-09 10:54:59 +09:30
Jon
97f99abe2c chore: ensure api post items for tests is the correct type
ref: #856
2025-07-07 18:51:59 +09:30
Jon
5b6f9bec00 chore(tests): cater for manytomany for api fields
ref: #855
2025-07-07 00:16:11 +09:30
Jon
45abdc2e00 feat: When attempting to create and objetc must be unique and alrready exists, dont return error return existing object
ref: #855
2025-07-06 22:20:54 +09:30
Jon
c54de5c627 feat(access): History + Notes model migrations for Company Model
ref: #855 #801
2025-07-06 20:23:48 +09:30
Jon
1fe669e932 feat(settings): Add model ExternalLink to migrate for history and notes
ref: #833 closes #835
2025-07-04 08:40:35 +09:30
Jon
cec4b39f5a feat(settings): Add model AppSettings to migrate for history and notes
ref: #833 closes #834
2025-07-04 08:40:35 +09:30
Jon
3667ed76d3 feat(project_management): Add model ProjectType to migrate for history and notes
ref: #833 closes #832
2025-07-04 08:40:35 +09:30
Jon
3e6570045c feat(project_management): Add model ProjectState to migrate for history and notes
ref: #833 closes #831
2025-07-04 08:40:35 +09:30
Jon
1af06bbaa6 feat(project_management): Add model ProjectMilestone to migrate for history and notes
ref: #833 closes #830
2025-07-04 08:40:35 +09:30
Jon
936c6b4cd6 chore: fix accessing var that dont exist
ref: #824
2025-07-04 08:40:34 +09:30
Jon
3cbe4201d0 chore: fix accessing var that dont exist
ref: #824
2025-07-04 08:40:34 +09:30
Jon
253ee3822a feat(project_management): Add model Project to migrate for history and notes
ref: #824 closes #829
2025-07-04 08:40:34 +09:30
Jon
bf7fa83e39 refactor(project_management): Update URL route name for Project model
ref: #824 #829
2025-07-04 08:40:34 +09:30
Jon
a9cde74013 feat(itim): Add model Service to migrate for history and notes
ref: #824 closes #828
2025-07-04 08:40:34 +09:30
Jon
b83a087081 feat(itim): Add model Port to migrate for history and notes
ref: #824 closes #827
2025-07-04 08:40:34 +09:30
Jon
6163b4ad2d refactor(itim): Update URL route name for ClusterType model
ref: #824 closes #826 #580
2025-07-04 08:40:34 +09:30
Jon
44489b308b feat(itim): Add model Cluster to migrate for history and notes
ref: #824 closes #825
2025-07-04 08:40:34 +09:30
Jon
067aa8714f revert(core): return settings_value template tag
ref: #824
2025-07-04 08:40:34 +09:30
Jon
8c61c4e8a6 feat(itam): Add model SoftwareVersion to migrate for history and notes
ref: #823 closes #822
2025-07-04 08:40:34 +09:30
Jon
cb0d095eb7 feat(itam): Add model SoftwareCategory to migrate for history and notes
ref: #823 closes #821
2025-07-04 08:40:33 +09:30
Jon
d6da2cf0fb feat(itam): Add model Software to migrate for history and notes
ref: #823 #820
2025-07-04 08:40:33 +09:30
Jon
8ca2513952 feat(itam): Add model OperatingSystemVersion to migrate for history and notes
ref: #823 closes #819
2025-07-04 08:40:33 +09:30
Jon
175ab02a7d feat(itam): Add model OperatingSystem to migrate for history and notes
ref:#817 closes #818
2025-07-04 08:40:33 +09:30
Jon
306d4b5b7a feat(itam): Add DeviceType for history and notes data migration
ref:#817 #803
2025-07-04 08:40:33 +09:30
Jon
69e6177700 feat(itam): Add DeviceModel for history and notes data migration
ref:#817 #800
2025-07-04 08:40:33 +09:30
Jon
5e12ea7a57 feat(itam): Add DEvice for history and notes data migration
ref:#817 #799
2025-07-04 08:40:33 +09:30
Jon
4f5a4c4124 chore: dont set model id for an instance during testing
ref: #813
2025-07-04 08:40:32 +09:30
Jon
a241ba61b0 chore(core): correct test for get_url_kwargs for meta abstract model
ref: #813
2025-07-04 08:40:32 +09:30
Jon
da865fd5a8 refactor(tests): make all parameterized_ vars properties
ref: #813
2025-07-04 08:40:32 +09:30
Jon
446ea7c910 chore(core): correct test for get_url_kwargs for meta abstract model
ref: #813 #793
2025-07-04 08:40:32 +09:30
Jon
d4de500593 chore(config_management): Mark get_url methods as xfail for abstract models
ref: #813 #793
2025-07-04 08:40:32 +09:30
Jon
9a737ac1c4 chore: correct inheritance order
ref: #813
2025-07-04 08:40:32 +09:30
Jon
b764ebf6e1 test(core): Ensure model mehod get_url_kwargs returns a dict for all Centurion Models
ref: #813 closes #809 #810 #811
2025-07-04 08:40:32 +09:30
Jon
6193fe0418 feat(devops): Add migration to signal
ref: #813 #811
2025-07-04 08:40:32 +09:30
Jon
18a4158f3e feat(devops): Add migration to signal
ref: #813 #810
2025-07-04 08:40:32 +09:30
Jon
8f0a5386af feat(devops): Add migration to signal
ref: #807 #515 #809
2025-07-04 08:40:32 +09:30
Jon
2cb334f25f feat(devops): Add migration to signal
ref: #807 #515 #810
2025-07-04 08:40:32 +09:30
Jon
bff14dc21a refactor(core): adjust CenturionSubModel to not be it's own inheritable class
it's not required as the inheritance does not match the actual class'.

ref: #807 #767
2025-07-04 08:40:32 +09:30
Jon
2da0fe4e3c feat(devops): Add Checkin to migrate model history/notes
ref: #807 #808
2025-07-04 08:40:32 +09:30
Jon
dff529ba5e test(devops): correct GitGroup Unit model test suite
ref: #807 closes #781
2025-07-04 08:40:31 +09:30
Jon
80c1915598 feat(core): add TicketCommentCategory to history/notes migration
ref: #807 closes #798
2025-07-04 08:40:31 +09:30
Jon
32d296885d test(core): Add TicketCommentCategory Unit model test suite
ref: #807 #798
2025-07-04 08:40:31 +09:30
Jon
7480b371aa feat(core): add model tag to ticket comment category
ref: #807 #798
2025-07-04 08:40:31 +09:30
Jon
2d3e496e32 feat(core): Migrations for TicketCategory
ref: #807 closes #797
2025-07-04 08:40:31 +09:30