Commit Graph

3757 Commits

Author SHA1 Message Date
Jon
276e322eef chore(access): TeamUser model does not require audithistory
model will be depreciated soon

ref: #789 #792
2025-07-04 08:40:29 +09:30
Jon
f56ee55347 chore: Update test db fixtures
ref: #789
2025-07-04 08:40:29 +09:30
Jon
ad1f92cdb4 chore(access): Team model Unit Tests for skip
ref: #789 #791
2025-07-04 08:40:29 +09:30
Jon
7cc8192ec2 feat(config_management): Add url_kwargs to ConfigGroupSoftware model
ref: #789 #794
2025-07-04 08:40:29 +09:30
Jon
9509765ba5 feat(access): Add url_kwargs to Team model
ref: #789 #791
2025-07-04 08:40:29 +09:30
Jon
8b694aabf5 feat(access): Add url_kwargs to TeamUser model
ref: #789 #792
2025-07-04 08:40:29 +09:30
Jon
8f0d0fbe16 chore: Remove all references to field is_global
field no longer used

ref: #789 #767
2025-07-04 08:40:29 +09:30
Jon
8c406e1d59 feat(access): Update TeamUser API basename
ref: #789 #792
2025-07-04 08:40:29 +09:30
Jon
9ab4e4ec7e feat(access): Update Team API basename
ref: #789 #791
2025-07-04 08:40:29 +09:30
Jon
2e5d6d4894 fix(access): use getattr instead as attribute may exist as None
ref: #789
2025-07-04 08:40:29 +09:30
Jon
bcd66fd657 feat(itam): switch model Device to inheirt from CenturionModel
ref: #789 #799
2025-07-04 08:40:29 +09:30
Jon
8b8ee525f7 feat(itam): switch model DeviceType to inheirt from CenturionModel
ref: #789 #803
2025-07-04 08:40:29 +09:30
Jon
3e63f896a5 feat(itam): switch model DeviceModel to inheirt from CenturionModel
ref: #789 #800
2025-07-04 08:40:29 +09:30
Jon
7173d9f554 feat(core): switch model TicketCategory to inheirt from CenturionModel
ref: #789 #797
2025-07-04 08:40:29 +09:30
Jon
20b173bf1c feat(core): switch model TicktetCommentCategory to inheirt from CenturionModel
ref: #789 #798
2025-07-04 08:40:29 +09:30
Jon
ac6f580153 feat(core): switch model Manufacturer to inheirt from CenturionModel
ref: #789 #796
2025-07-04 08:40:29 +09:30
Jon
d06bf78d0a fix(assistance): make kb article field longer for model name
ref: #789
2025-07-04 08:40:29 +09:30
Jon
e75bc124c9 feat(config_management): switch model ConfigGroupHosts to inheirt from CenturionModel
ref: #789 #795
2025-07-04 08:40:29 +09:30
Jon
fc60d7f3be feat(config_management): switch model ConfigGroupSoftware to inheirt from CenturionModel
ref: #789 #795
2025-07-04 08:40:29 +09:30
Jon
cff3bc5b2c feat(config_management): switch model ConfigGroups to inheirt from CenturionModel
ref: #789 #795
2025-07-04 08:40:29 +09:30
Jon
8202a37576 feat(access): switch model TeamUsers to inheirt from CenturionModel
ref: #789 #792
2025-07-04 08:40:29 +09:30
Jon
5186b2f173 feat(access): switch model Team to inheirt from CenturionModel
ref: #789 #791
2025-07-04 08:40:29 +09:30
Jon
e9a8ad1c48 test(core): mock the user object within the model context
ref: #789 #759
2025-07-04 08:40:28 +09:30
Jon
143dd2af35 chore(access): remove old ui mixin
ref: #789 #757
2025-07-04 08:40:28 +09:30
Jon
09beeb46af test(core): creating a model is a functional not unit test
ref: #789 #759
2025-07-04 08:40:28 +09:30
Jon
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
Jon
3d9cde3b25 chore: Add support for confftest for parameterized tests to have no values
ref: #789
2025-07-04 08:40:28 +09:30
Jon
1d80cdd5c3 docs: update release notes
ref: #789
2025-07-04 08:40:28 +09:30
Jon
86da111b85 chore(project_management): Remove API v1 code
ref: #789 #343
2025-07-04 08:40:28 +09:30
Jon
38b1746f26 chore(itam): Remove API v1 code
ref: #789 #343
2025-07-04 08:40:28 +09:30
Jon
f6e3390d26 chore(core): Remove API v1 code
ref: #789 #343
2025-07-04 08:40:28 +09:30
Jon
cf8feb2637 chore(config_management): Remove API v1 code
ref: #789 #343
2025-07-04 08:40:28 +09:30
Jon
f2a2352a3c chore(base): Remove API v1 code
ref: #789 #343
2025-07-04 08:40:28 +09:30
Jon
78334da031 chore(api): Remove API v1 code
ref: #789 #343
2025-07-04 08:40:28 +09:30
Jon
398b78855d chore(access): Remove API v1 code
ref: #789 #343
2025-07-04 08:40:28 +09:30
Jon
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
Jon
a8e2536bd2 chore(base): remove tests no longer used
ref: #788 #757
2025-07-04 08:40:28 +09:30
Jon
dd9a906073 chore(base): remove methods no longer used in context processor
ref: #788 #757
2025-07-04 08:40:28 +09:30
Jon
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
Jon
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
Jon
8a390b9caf chore(core): remove old old history model
ref: #788 #759
2025-07-04 08:40:28 +09:30
Jon
3155794931 chore(core): Remove Template tags
not using django ui anymore

ref: #788 #757
2025-07-04 08:40:28 +09:30
Jon
f79a9d628b chore(api): Remove pre-meta history code from common serializer
ref: #788 #759
2025-07-04 08:40:28 +09:30
Jon
bf39631db8 chore(settings): Remove pre-meta notes code
ref: #788 #768
2025-07-04 08:40:28 +09:30
Jon
3c114abb11 chore(project_management): Remove pre-meta notes code
ref: #788 #768
2025-07-04 08:40:28 +09:30
Jon
a30ba02def chore(itim): Remove pre-meta notes code
ref: #788 #768
2025-07-04 08:40:28 +09:30
Jon
aa7de88f8d chore(itam): Remove pre-meta notes code
ref: #788 #768
2025-07-04 08:40:28 +09:30
Jon
24c960dc86 chore(devops): Remove pre-meta notes code
ref: #788 #768
2025-07-04 08:40:28 +09:30
Jon
0ded2bcebd chore(core): Remove pre-meta notes code
ref: #788 #768
2025-07-04 08:40:28 +09:30
Jon
82f0f87878 chore(config_management): Remove pre-meta notes code
ref: #788 #768
2025-07-04 08:40:28 +09:30