|
80c1915598
|
feat(core): add TicketCommentCategory to history/notes migration
ref: #807 closes #798
|
2025-07-04 08:40:31 +09:30 |
|
|
32d296885d
|
test(core): Add TicketCommentCategory Unit model test suite
ref: #807 #798
|
2025-07-04 08:40:31 +09:30 |
|
|
7480b371aa
|
feat(core): add model tag to ticket comment category
ref: #807 #798
|
2025-07-04 08:40:31 +09:30 |
|
|
2d3e496e32
|
feat(core): Migrations for TicketCategory
ref: #807 closes #797
|
2025-07-04 08:40:31 +09:30 |
|
|
5817ff723b
|
feat(core): add TicketCategory to history/notes migration
ref: #807 closes #797
|
2025-07-04 08:40:31 +09:30 |
|
|
abdcea07a6
|
test(core): Add TicketCategory Unit model test suite
ref: #807 #797
|
2025-07-04 08:40:31 +09:30 |
|
|
f234b338ee
|
feat(core): add model tag to ticket category
ref: #807 #797
|
2025-07-04 08:40:31 +09:30 |
|
|
f2de2dc4ab
|
feat(core): add Manufacturer to history/notes migration
ref: #807 closes #796
|
2025-07-04 08:40:31 +09:30 |
|
|
5bc7daf202
|
test(core): Add Manufacturer Unit model test suite
ref: #807 #796
|
2025-07-04 08:40:31 +09:30 |
|
|
ebbb7e8e6e
|
feat(core): add model tag to manufacturer
ref: #807 #796
|
2025-07-04 08:40:31 +09:30 |
|
|
48e20a366d
|
feat(config_management): add ConfigGroups to history/notes migration
ref: #807 closes #795
|
2025-07-04 08:40:31 +09:30 |
|
|
0c147768ba
|
feat(config_management): add ConfigGroupSoftware to history/notes migration
ref: #807 closes #794
|
2025-07-04 08:40:31 +09:30 |
|
|
6025750637
|
feat(config_management): add ConfigGroupHosts to history/notes migration
ref: #807 closes #793
|
2025-07-04 08:40:31 +09:30 |
|
|
b9701757e0
|
feat(access): add tenant to history/notes migration
ref: #807 closes #790 #785 #786
|
2025-07-04 08:40:31 +09:30 |
|
|
1e0539f2d6
|
fix(access): add property organization to Tenant model
required so that perms work
ref: #805 #790
|
2025-07-04 08:40:31 +09:30 |
|
|
f7c581333a
|
chore: Add pytest marks to tests
ref: #805
|
2025-07-04 08:40:31 +09:30 |
|
|
dbdfe4e6c0
|
refactor(core): Move CenturionModel logic to Mixin
ref: #805 #767
|
2025-07-04 08:40:31 +09:30 |
|
|
7ad1851cc0
|
refactor(core): rename mixin -> mixins
ref: #805 #767
|
2025-07-04 08:40:31 +09:30 |
|
|
aa9a6e09db
|
feat(itam): Update url basename
ref: #804 #799
|
2025-07-04 08:40:30 +09:30 |
|
|
d1f003820a
|
feat(core): Update url basename
ref: #804 #798
|
2025-07-04 08:40:30 +09:30 |
|
|
7a614c80f7
|
feat(core): Update url basename
ref: #804 #796
|
2025-07-04 08:40:30 +09:30 |
|
|
b5cac23f9d
|
feat(core): Update url basename
ref: #804 #797
|
2025-07-04 08:40:30 +09:30 |
|
|
48ea6c4491
|
chore(core): disable ticket tests for ticket models that are being depreciated
ref: #804 #564
|
2025-07-04 08:40:30 +09:30 |
|
|
7326598f6c
|
fix(core): notes meta model must add model_kwargs fixture
ref: #804 #768
|
2025-07-04 08:40:30 +09:30 |
|
|
35b72a048e
|
fix(core): clean_fields for created_by field belongs in model that contains field
ref: #804 #768
|
2025-07-04 08:40:30 +09:30 |
|
|
7b55d37117
|
fix(core): audit meta model must add model_kwargs fixture
ref: #804
|
2025-07-04 08:40:30 +09:30 |
|
|
41fde61184
|
chore(core): mock further attributes
ref: #804
|
2025-07-04 08:40:30 +09:30 |
|
|
a3b9815891
|
chore(core): disable pre CenturionModel inheritance tests
ref: #804 #796 #797 #798
|
2025-07-04 08:40:29 +09:30 |
|
|
8c4e5d5c1d
|
test(config_management): Completed ConfigGroup Model Tests
ref: #804 #795
|
2025-07-04 08:40:29 +09:30 |
|
|
274347ebc1
|
fix(core): When obtaining model fields ensure it exists first
ref: #789 #767
|
2025-07-04 08:40:29 +09:30 |
|
|
8f0d0fbe16
|
chore: Remove all references to field is_global
field no longer used
ref: #789 #767
|
2025-07-04 08:40:29 +09:30 |
|
|
7173d9f554
|
feat(core): switch model TicketCategory to inheirt from CenturionModel
ref: #789 #797
|
2025-07-04 08:40:29 +09:30 |
|
|
20b173bf1c
|
feat(core): switch model TicktetCommentCategory to inheirt from CenturionModel
ref: #789 #798
|
2025-07-04 08:40:29 +09:30 |
|
|
ac6f580153
|
feat(core): switch model Manufacturer to inheirt from CenturionModel
ref: #789 #796
|
2025-07-04 08:40:29 +09:30 |
|
|
e9a8ad1c48
|
test(core): mock the user object within the model context
ref: #789 #759
|
2025-07-04 08:40:28 +09:30 |
|
|
09beeb46af
|
test(core): creating a model is a functional not unit test
ref: #789 #759
|
2025-07-04 08:40:28 +09:30 |
|
|
883c0961f6
|
chore: as part of api func tests, dont delete api perms user as part of fixture cleanup
ref: #789
|
2025-07-04 08:40:28 +09:30 |
|
|
f6e3390d26
|
chore(core): Remove API v1 code
ref: #789 #343
|
2025-07-04 08:40:28 +09:30 |
|
|
7691ad5b0b
|
feat(core): If user context not supplied, dont create audithistory for model
this allows tests and direct creation via code if required.
ref: #789 #759
|
2025-07-04 08:40:28 +09:30 |
|
|
82bfacbab3
|
chore: disable api field notess and history tests
tests being re-written
ref: #788 #759 #768
|
2025-07-04 08:40:28 +09:30 |
|
|
728db3f740
|
chore: Add premeta notes and history models to init so they can be migrated
ref: #788 #759 #768
|
2025-07-04 08:40:28 +09:30 |
|
|
8a390b9caf
|
chore(core): remove old old history model
ref: #788 #759
|
2025-07-04 08:40:28 +09:30 |
|
|
3155794931
|
chore(core): Remove Template tags
not using django ui anymore
ref: #788 #757
|
2025-07-04 08:40:28 +09:30 |
|
|
0ded2bcebd
|
chore(core): Remove pre-meta notes code
ref: #788 #768
|
2025-07-04 08:40:28 +09:30 |
|
|
cc483e2cb5
|
chore(core): disable ticket linked item kb article functional test
ref: #788 #735
|
2025-07-04 08:40:28 +09:30 |
|
|
25d510f086
|
chore(core): Remove no longer used Django UI
ref: #788 #757
|
2025-07-04 08:40:28 +09:30 |
|
|
b1530b3c19
|
chore(base): Dont reload model, reset the parts that change in tests
creates issues with mocking
ref: #788
|
2025-07-04 08:40:28 +09:30 |
|
|
c64add9ce7
|
chore(core): disable old delete so it's no longer used by models yet to inherit from CenturionModel
ref: #788 #759
|
2025-07-04 08:40:28 +09:30 |
|
|
3915678675
|
feat(core): Ensure that model has user context
ref: #788 #759
|
2025-07-04 08:40:27 +09:30 |
|
|
f42e255f37
|
chore(core): disable old delete so it's no longer used by models yet to inherit from CenturionModel
ref: #788 #759
|
2025-07-04 08:40:27 +09:30 |
|