|
460eff1f71
|
feat(itam): render group software config within device rendered config
!22 #43
|
2024-06-08 07:18:16 +09:30 |
|
|
95a08b2d2c
|
refactor: adjust template block names
renamed so they make sense
!20
|
2024-06-07 20:01:56 +09:30 |
|
|
dd0c13a65f
|
fix(itam): ensure device type saves history
!18
|
2024-06-06 01:43:20 +09:30 |
|
|
4da47e9a70
|
test(itam): view permission check for software
!18 #48 #15
|
2024-06-05 23:46:58 +09:30 |
|
|
cbe865d5ce
|
test(itam): view permission check for operating system
!18 #48 #15
|
2024-06-05 23:46:48 +09:30 |
|
|
063ffaed43
|
test(itam): view permission check for device model
!18 #48 #15
|
2024-06-05 23:46:36 +09:30 |
|
|
7e3f0e0541
|
test(itam): view permission check for device
!18 #48 #15
|
2024-06-05 23:46:28 +09:30 |
|
|
2c1bbbfc15
|
fix(config_management): set config dict keys to be valid ansible variables
!18 fixes #47
|
2024-06-05 19:05:32 +09:30 |
|
|
18e84db63c
|
fix(itam): correct config group link for device
!18
|
2024-06-05 18:44:54 +09:30 |
|
|
d1b6c96d72
|
test: add history entry creation tests for most models
!17 #15 #46
|
2024-06-03 15:24:11 +09:30 |
|
|
df27a7dfd3
|
feat(itam): add delete button to config group within ui
!17 #42
|
2024-06-03 07:49:50 +09:30 |
|
|
5cb155e01f
|
feat(itam): Config groups rendered configuration now part of devices rendered configuration
!17 #42
|
2024-06-03 06:27:16 +09:30 |
|
|
fff51e38d2
|
feat(config_management): Ability to add a host to a config group
!17 #42
|
2024-06-03 06:25:30 +09:30 |
|
|
e257c11488
|
refactor(api): migrate devices and software to viewsets
!16
|
2024-06-02 03:57:38 +09:30 |
|
|
2dba8997e9
|
test(api): remove tests for os and manufacturer as they are not used in api
!16 #15
|
2024-06-02 02:08:48 +09:30 |
|
|
397ec56028
|
test(api): check model permissions for software
!16 #15
|
2024-06-02 02:02:24 +09:30 |
|
|
59b5fea639
|
test(api): check model permissions for devices
!16 #15
|
2024-06-02 01:04:06 +09:30 |
|
|
9893e5f952
|
fix(settings): Add correct permissions for software category delete
!13
|
2024-05-29 07:16:30 +09:30 |
|
|
e35a2300e2
|
fix(settings): Add correct permissions for software category add
!13
|
2024-05-29 07:16:18 +09:30 |
|
|
0aa78a4c51
|
fix(settings): Add correct permissions for software category view/update
!13
|
2024-05-29 07:16:00 +09:30 |
|
|
84d895c214
|
fix(settings): Add correct permissions for device type delete
!13
|
2024-05-29 07:02:04 +09:30 |
|
|
cba28108e0
|
fix(settings): Add correct permissions for device type add
!13
|
2024-05-29 07:01:48 +09:30 |
|
|
18339547ba
|
fix(settings): Add correct permissions for device type view/update
!13
|
2024-05-29 07:00:57 +09:30 |
|
|
97d38275a4
|
test(device_model): unit testing device model permissions
!13 #15
|
2024-05-29 06:46:58 +09:30 |
|
|
d2e9e1070e
|
fix(settings): Add correct permissions for device model delete
!13
|
2024-05-29 06:46:26 +09:30 |
|
|
6880c5e90b
|
fix(settings): Add correct permissions for device model add
!13
|
2024-05-29 06:46:06 +09:30 |
|
|
608a38384d
|
fix(settings): Add correct permissions for device model view/update
!13
|
2024-05-29 06:45:10 +09:30 |
|
|
7f7f719731
|
feat(access): during organization permission check, check to ensure user is logged on
!13
|
2024-05-29 06:22:24 +09:30 |
|
|
bc18a1b2bb
|
test(operating_system): unit testing operating system permissions
!13 #15
|
2024-05-29 05:07:20 +09:30 |
|
|
6b37c952f8
|
fix(itam): Add correct permissions for operating system delete
!13
|
2024-05-29 05:06:41 +09:30 |
|
|
d81d1ba32a
|
fix(itam): Add correct permissions for operating system add
!13
|
2024-05-29 05:06:28 +09:30 |
|
|
01c6cd4bdf
|
fix(itam): Add correct permissions for operating system view/update
!13
|
2024-05-29 05:06:10 +09:30 |
|
|
729a36ae40
|
test(software): unit testing software permissions
!13 #15
|
2024-05-29 04:52:26 +09:30 |
|
|
8805823405
|
fix(itam): Add correct permissions for software delete
!13
|
2024-05-29 04:50:41 +09:30 |
|
|
7dd2634fac
|
fix(itam): Add correct permissions for software add
!13
|
2024-05-29 04:50:26 +09:30 |
|
|
b1cfb9fa59
|
fix(itam): for non-admin user use correct order by fields for software view/update
!13
|
2024-05-29 04:50:10 +09:30 |
|
|
550e6f4080
|
fix(itam): Add correct permissions for software view/update
!13
|
2024-05-29 04:49:23 +09:30 |
|
|
94116fa173
|
fix(itam): ensure permission_required parameter for view is a list
!13
|
2024-05-29 04:48:12 +09:30 |
|
|
6dd6a33707
|
test(device): unit testing device permissions
!13 #15
|
2024-05-29 04:09:46 +09:30 |
|
|
6cb69c627f
|
fix(access): during permission check use post request params for an add action
!13
|
2024-05-29 03:24:32 +09:30 |
|
|
9d6bd6db83
|
fix(itam): ensure only user with change permission can change a device
!13
|
2024-05-29 01:21:36 +09:30 |
|
|
353117aa74
|
feat(itam): device uuid must be unique
!13
|
2024-05-28 16:05:19 +09:30 |
|
|
c4fe218592
|
feat(itam): device serial number must be unique
!13
|
2024-05-28 16:05:07 +09:30 |
|
|
ece6b9e354
|
feat(setting): Enable super admin to set ALL device types as global
sets is_global=true and creates device types in global organization
!12 closes #31
|
2024-05-27 14:29:43 +09:30 |
|
|
abbda7b400
|
feat(setting): Enable super admin to set ALL device models as global
sets is_global=true and creates device models in global organization
!12 closes #29
|
2024-05-27 14:20:10 +09:30 |
|
|
935e119e64
|
feat(setting): Enable super admin to set ALL software categories as global
sets is_global=true and creates software categories in global organization
!12 closes #30
|
2024-05-27 13:59:40 +09:30 |
|
|
668e871e4f
|
refactor(itam): relocation item delete from list to inside device
!11 #23
|
2024-05-25 19:30:01 +09:30 |
|
|
af809183c8
|
chore: set if device has no type, return '-' for listview
!11
|
2024-05-25 18:38:11 +09:30 |
|
|
e66e9b8dca
|
feat(itam): Populate initial organization value from user default organization for software category creation
!11 #28
|
2024-05-25 18:25:59 +09:30 |
|
|
4c002bc259
|
feat(itam): Populate initial organization value from user default organization for device type creation
!11 #28
|
2024-05-25 18:25:43 +09:30 |
|