Commit Graph

2402 Commits

Author SHA1 Message Date
Jon
79199e27c7 chore(core): Remove old history permissions from available permissions
ref: #605 #601
2025-02-21 02:31:00 +09:30
Jon
3058f7212a chore(core): Squash history commits
to reduce amount of migrations

ref: #605 closes #601
2025-02-21 02:30:48 +09:30
Jon
57d41d12a3 chore(core): Remove old history tests
ref: #605 #601 closes #46
2025-02-20 22:37:54 +09:30
Jon
fe997ee2f8 feat(core): Enable App settings History to save without specifying an organization
APP settings do not form part of an organization

ref: #605 closes #642
2025-02-20 22:37:17 +09:30
Jon
cecad1c368 fix(settings): App settings serializer fielad name does not exist
ref: #605 #642
2025-02-20 22:34:51 +09:30
Jon
df2120ab85 test(settings): History Entry checks for App Settings History
ref: #605 #642
2025-02-20 22:34:26 +09:30
Jon
63400c9ab6 test(settings): API Field Checks for App Settings History
ref: #605 #642
2025-02-20 22:34:02 +09:30
Jon
4ea29dedb9 feat(settings): save_history method added to App Settings
ref: #605 #642
2025-02-20 22:33:06 +09:30
Jon
701608b3ed feat(settings): History Model for App Settings Version added
ref: #605 #642
2025-02-20 22:32:46 +09:30
Jon
c1873e8c6d test: Model History not to save history on self
ref: #605 #602
2025-02-20 06:44:30 +09:30
Jon
94737e7ae7 test(core): Correct lookup for model history test setup
ref: #605 #602
2025-02-20 06:28:50 +09:30
Jon
13d697e7de feat(core): Migration for history data to new history tables
ref: #605 closes #602
2025-02-20 06:07:36 +09:30
Jon
37aa9ff968 test(access): remove test cases for Team prarent_object
not required for model

ref: #605 #608
2025-02-20 05:41:00 +09:30
Jon
1663e98a1a fix(access): dont use organization property within organization model
ref: #605 #607
2025-02-20 05:40:01 +09:30
Jon
f765fe1fa0 test(access): History Entry checks for Team model
ref: #605 closes #608
2025-02-19 23:39:42 +09:30
Jon
1561b3a2e6 test(access): API Field Checks for Team History
ref: #605 #608
2025-02-19 23:39:28 +09:30
Jon
4174bacea1 feat(access): save_history method added to Team
ref: #605 #608
2025-02-19 23:39:00 +09:30
Jon
553f4d8579 feat(access): History Model for Team added
ref: #605 #608
2025-02-19 23:38:44 +09:30
Jon
72314ea2a4 test(access): History Entry checks for Organization model
ref: #605 closes #607
2025-02-19 23:38:17 +09:30
Jon
2c2ed724c3 test(access): API Field Checks for Organization History
ref: #605 #607
2025-02-19 23:37:28 +09:30
Jon
0275c7a211 feat(access): save_history method added to Organization
ref: #605 #607
2025-02-19 23:36:36 +09:30
Jon
b2f1fba86a feat(access): History Model for Organization added
ref: #605 #607
2025-02-19 23:36:22 +09:30
Jon
cabb8d8c4e refactor(core): Update access imports to new path
ref: #641 closes #640
2025-02-19 22:34:55 +09:30
Jon
ef1f764b4b refactor(core): Update access imports to new path
ref: #640 #641
2025-02-19 22:20:41 +09:30
Jon
19ccc5af9b refactor: Update migrations imports to new path
ref: #640 #641
2025-02-19 22:17:49 +09:30
Jon
90dd1a3ded refactor(config_management): Update access imports to new path
ref: #640 #641
2025-02-19 22:02:34 +09:30
Jon
bc8af15d8b refactor(api): Update access imports to neew path
ref: #640 #641
2025-02-19 22:02:27 +09:30
Jon
3884253a2b refactor(settings): Update access imports to new path
ref: #640 #641
2025-02-19 21:55:05 +09:30
Jon
a9698eada1 refactor(project_management): Update access imports to new path
ref: #640 #641
2025-02-19 21:49:46 +09:30
Jon
e91ba06256 refactor(itim): Update access imports to new path
ref: #640 #641
2025-02-19 21:41:49 +09:30
Jon
c506925f6e refactor(itam): Update access imports to new path
ref: #640 #641
2025-02-19 21:30:37 +09:30
Jon
b007e05386 refactor(core): Update access imports to new path
ref: #640 #641
2025-02-19 21:11:01 +09:30
Jon
cadcb8b5d2 refactor(config_management): Update access imports to new path
ref: #640 #641
2025-02-19 20:55:30 +09:30
Jon
cc6d577978 refactor(assistance): Update access imports to new path
ref: #640 #641
2025-02-19 20:50:40 +09:30
Jon
7f2eaaca6a refactor(base): Update access imports to new path
ref: #640 #641
2025-02-19 20:42:44 +09:30
Jon
9b0d09e001 refactor(api): Update access imports to neew path
ref: #640 #641
2025-02-19 20:39:42 +09:30
Jon
77226f75fc refactor(access): Update access imports to neew path
ref: #640 #641
2025-02-19 20:34:28 +09:30
Jon
aeff3f610c refactor(access): Move models to their own file
ref: #640 #641
2025-02-19 20:33:41 +09:30
Jon
635159f364 test: Fix History API checks for kb
ref: #605 #602
2025-02-18 04:13:40 +09:30
Jon
c0e8769781 test: Fix History API checks for project milestone
ref: #605 #602
2025-02-18 04:13:40 +09:30
Jon
04491fbc34 test: Fix History Entry checks for models
ref: #605 #602
2025-02-18 04:13:39 +09:30
Jon
89e6bc362c fix(project_management): Project milestone is not a child model
ref: #605 #631
2025-02-18 04:13:39 +09:30
Jon
79511d0270 test(config_management): History Entry checks for Config_group_hosts model
ref: #605 closes #637
2025-02-18 04:13:39 +09:30
Jon
69bb6f149f test(settings): History Entry checks for External Link model
ref: #605 closes #635
2025-02-18 04:13:39 +09:30
Jon
381ceb723d test(project_management): History Entry checks for Project Type model
ref: #605 closes #634
2025-02-18 04:13:39 +09:30
Jon
67e010e001 test(project_management): History Entry checks for Project State model
ref: #605 closes #632
2025-02-18 04:13:39 +09:30
Jon
1a1317b584 test(project_management): History Entry checks for Project Milestone model
ref: #605 closes #631
2025-02-18 04:13:39 +09:30
Jon
2a3051c2ae test(project_management): History Entry checks for Project model
ref: #605 closes #630
2025-02-18 04:13:39 +09:30
Jon
dcc86a824a test(itim): History Entry checks for Service model
ref: #605 closes #629
2025-02-18 04:13:39 +09:30
Jon
44a6d1da2d test(itim): History Entry checks for Cluster Type model
ref: #605 closes #627
2025-02-18 04:13:39 +09:30