Commit Graph

524 Commits

Author SHA1 Message Date
Jon
403b5226cb test(itam): remove test cases for os version model.parent_object as it's not required
ref: #605 #622
2025-02-18 04:13:36 +09:30
Jon
fcdb2fe057 feat(itam): History Model migrations for Software Version
ref: #605 #625
2025-02-18 04:13:36 +09:30
Jon
e04e3e4572 feat(itam): save_history method added to Software Version
ref: #605 #625
2025-02-18 04:13:36 +09:30
Jon
4c14e6db3f feat(itam): History Model for Software Version added
ref: #605 #625
2025-02-18 04:13:36 +09:30
Jon
e254ec6e78 feat(itam): History Model migrations for Software Category
ref: #605 #624
2025-02-18 04:13:36 +09:30
Jon
f815df41c4 feat(itam): save_history method added to Software Category
ref: #605 #624
2025-02-18 04:13:36 +09:30
Jon
13425c432b feat(itam): History Model for Software Category added
ref: #605 #624
2025-02-18 04:13:36 +09:30
Jon
d273c35baa feat(itam): History Model migrations for Software
ref: #605 #623
2025-02-18 04:13:36 +09:30
Jon
c587ae7102 feat(itam): save_history method added to Software
ref: #605 #623
2025-02-18 04:13:36 +09:30
Jon
cafaf3178a feat(itam): History Model for Software added
ref: #605 #623
2025-02-18 04:13:36 +09:30
Jon
947a9c88fd feat(itam): History Model migrations for Operating System Version
ref: #605 #622
2025-02-18 04:13:36 +09:30
Jon
ec06c417e1 feat(itam): save_history method added to Operating System Version
ref: #605 #622
2025-02-18 04:13:36 +09:30
Jon
f954b2507c feat(itam): History Model for Operating System Version added
ref: #605 #622
2025-02-18 04:13:36 +09:30
Jon
1173029981 feat(itam): History Model migrations for Device Type
ref: #605 #620
2025-02-18 04:13:36 +09:30
Jon
fa0a81e835 feat(itam): save_history method added to Device Type
ref: #605 #620
2025-02-18 04:13:36 +09:30
Jon
e8e3939de7 feat(itam): History Model for Device Type added
ref: #605 #620
2025-02-18 04:13:36 +09:30
Jon
2d7e621251 feat(itam): History Model migrations for Device Operating System
ref: #605 #618
2025-02-18 04:13:36 +09:30
Jon
9132a8f62c feat(itam): save_history method added to Device Operating System
ref: #605 #618
2025-02-18 04:13:36 +09:30
Jon
cda3730943 feat(itam): History Model for Device Operating System added
ref: #605 #618
2025-02-18 04:13:36 +09:30
Jon
70db017ac2 feat(itam): History Model migrations for Operating System
ref: #605 #621
2025-02-18 04:13:36 +09:30
Jon
8055bd79dd feat(itam): save_history method added to Operating System
ref: #605 #621
2025-02-18 04:13:35 +09:30
Jon
a73f5feccc feat(itam): History Model migrations for Operating System
ref: #605 #621
2025-02-18 04:13:35 +09:30
Jon
08a3042866 feat(itam): History Model migrations for Device Software
ref: #605 #619
2025-02-18 04:13:35 +09:30
Jon
86116f4563 feat(itam): History Model for Device Software added
ref: #605 #619
2025-02-18 04:13:35 +09:30
Jon
92fd22ae5c feat(itam): save_history method added to Device
ref: #605 #616
2025-02-18 04:13:35 +09:30
Jon
6ccb63c921 feat(itam): History Model migrations for Device Model
ref: #605 #617
2025-02-18 04:13:35 +09:30
Jon
4e5d2378d8 feat(itam): save_history method added to Device Model
ref: #605 #617
2025-02-18 04:13:35 +09:30
Jon
290a7de736 feat(itam): History Model for Device Model added
ref: #605 #617
2025-02-18 04:13:35 +09:30
Jon
4dd19ba22f fix(tests): Correct Permission Import due to removing from access.models
ref: #605 #601
2025-02-18 04:13:35 +09:30
Jon
6852aa4748 feat(itam): Add device history model
ref: #605 #616
2025-02-18 04:13:34 +09:30
Jon
9b8f644261 chore(itam): device operating system+software get_url attribute "obj" renamed to match others "item"
ref: #601 #605
2025-02-18 04:13:34 +09:30
Jon
8f15b8bf20 chore(itam): device operating system get_url attribute "obj" renamed to match others "item"
ref: #601 #605
2025-02-18 04:13:34 +09:30
Jon
7cd4cb965b refactor(core): move get_url to common serializer
reduces duplicated code

ref: #602 #605
2025-02-18 04:13:33 +09:30
Jon
25373fc5b6 test: Disable Old History Model test suites
ref: #601 #602 #605
2025-02-18 04:13:33 +09:30
Jon
1963bf0817 feat(api): Device Software Viewset requires its own function to obtain the model view serializer
ref: #578 #477
2025-02-18 04:12:59 +09:30
Jon
05d4c4a94d refactor: Squash migrations so there is less of them for model notes
ref: #525 #389
2025-02-09 20:40:25 +09:30
Jon
80db9022b7 feat(itam): Add notes tab to Software Version details page
ref: #525 #541
2025-02-09 19:44:42 +09:30
Jon
288abb5373 feat(itam): Add notes tab to Operating System details page
ref: #525 #531
2025-02-09 19:44:17 +09:30
Jon
6e296a3713 test(itam): Software Version Note Model Checks
ref: #525 closes #541
2025-02-09 19:31:57 +09:30
Jon
58b73b9b29 test(itam): Software Note Model Checks
ref: #525 closes #532
2025-02-09 19:31:43 +09:30
Jon
cd65d8e93d test(itam): Software Category Note Model Checks
ref: #525 closes #540
2025-02-09 19:31:17 +09:30
Jon
f26b0706ae test(itam): Operating System Version Note Model Checks
ref: #525 closes #539
2025-02-09 19:30:31 +09:30
Jon
1a0839a2c8 test(itam): Operating System Note Model Checks
ref: #525 closes #531
2025-02-09 19:30:14 +09:30
Jon
cc0f92e132 test(itam): Device Type Note Model Checks
ref: #525 closes #538
2025-02-09 19:29:40 +09:30
Jon
b14262fcad test(itam): Device Note Model Checks
ref: #525 closes #524
2025-02-09 19:28:59 +09:30
Jon
1474f47087 test(itam): Device Model Note Model Checks
ref: #525 closes #523
2025-02-09 19:28:46 +09:30
Jon
29fc7e7e07 test(itam): Serializer Checks for Software Version Notes
ref: #525 #541
2025-02-09 17:55:02 +09:30
Jon
780ab35b26 test(itam): Serializer Checks for Software Notes
ref: #525 #532
2025-02-09 17:54:41 +09:30
Jon
b072ce9fbc test(itam): Serializer Checks for Software Category Notes
ref: #525 #540
2025-02-09 17:54:24 +09:30
Jon
fa757f2edf test(itam): Serializer Checks for Operating System Version Notes
ref: #525 #539
2025-02-09 17:53:43 +09:30