|
4a6ce35332
|
fix(api): correct logic for adding inventory UUID and serial number to device
!35
|
2024-07-10 14:45:46 +09:30 |
|
|
332810ffd6
|
feat: add postgreSQL database support
!35
|
2024-07-10 14:05:34 +09:30 |
|
|
f0bbd22cf4
|
refactor: remove settings model
wasnt required, so removed
!35
|
2024-07-10 12:02:06 +09:30 |
|
|
6bf681530d
|
chore: fix docs indent
!35
|
2024-07-10 03:04:04 +09:30 |
|
|
9dd2f6a341
|
docs: fix mkdocs navigation
!35
|
2024-07-10 02:13:32 +09:30 |
|
|
23c640a460
|
docs: add roadmap
!35
|
2024-07-10 02:13:12 +09:30 |
|
|
3c6092f776
|
chore: rename to Centurion ERP
!35
|
2024-07-10 01:58:19 +09:30 |
|
|
cb66b9303a
|
feat(ui): add config groups navigation icon
!35
|
2024-07-09 22:50:38 +09:30 |
|
|
2d80f02634
|
fix(ui): navigation alignment and software icon
!35
|
2024-07-09 22:34:35 +09:30 |
|
|
abe1ce6948
|
fix(ui): display organization manager name instead of ID
!35
|
2024-07-09 22:31:55 +09:30 |
|
|
fb907283b0
|
refactor(ui): increase indentation to sub-menu items
!35
|
2024-07-09 17:32:29 +09:30 |
|
|
86ed7318ec
|
fix(access): ensure name param exists before attempting to access
!35
|
2024-07-09 17:29:48 +09:30 |
|
|
a2a8e12046
|
feat(ui): add some navigation icons
!35 #21 #22 #23
|
2024-07-09 17:21:46 +09:30 |
|
|
c1a8ee65f2
|
refactor(itam): rename old inventory status icon for use with security
!35
|
2024-07-09 16:24:52 +09:30 |
|
|
6a14f78bf7
|
feat(itam): update inventory status icon
!35
|
2024-07-09 16:24:10 +09:30 |
|
|
90a01911da
|
fix(itam): dont show none/nil for device fields containing no value
!35
|
2024-07-09 15:47:27 +09:30 |
|
|
de3ed3a881
|
fix(itam): show device model name instead of ID
!35
|
2024-07-09 15:42:46 +09:30 |
|
|
656807e410
|
feat(itam): ensure device software pagination links keep interface on software tab
!35 closes #81
|
2024-07-09 14:33:22 +09:30 |
|
|
f64be2ea33
|
fix(api): Ensure if serial number from inventory is null that it's not used
!35 fixes #78
|
2024-07-09 13:21:19 +09:30 |
|
|
ef9c596ec7
|
fix(api): ensure checked uuid and serial number is used for updating
!35
|
2024-07-09 05:28:48 +09:30 |
|
|
f22e886d92
|
Merge branch '76-background-worker' into 'development'
feat: "Migrate inventory processing to background worker"
See merge request nofusscomputing/projects/django_template!39
|
2024-07-08 18:34:33 +00:00 |
|
|
a2c67541ec
|
test(inventory): add mocks?? for calling background worker
!39 #76
|
2024-07-09 03:51:21 +09:30 |
|
|
5f4231ab04
|
test(view): view permission checks
!39 #76
|
2024-07-09 02:29:35 +09:30 |
|
|
b0405c8fd0
|
test(inventory): update tests for background worker changes
!39 #76
|
2024-07-09 02:27:24 +09:30 |
|
|
b42bb3a30e
|
feat(access): enable non-organization django permission checks
!39 #76
|
2024-07-09 02:26:21 +09:30 |
|
|
27eb54cc37
|
docs(api): update swagger docs with inventory changes
!39 #76
|
2024-07-08 23:10:34 +09:30 |
|
|
a8e2c687b1
|
docs(administration): notate rabbitMQ setup
!39 #76
|
2024-07-08 23:06:51 +09:30 |
|
|
7aeba34787
|
refactor(api): migrate inventory processing to background worker
!39 #76
|
2024-07-08 22:54:34 +09:30 |
|
|
090c4a5425
|
feat(settings): Add celery task results index and view page
!39 #76
|
2024-07-08 22:52:34 +09:30 |
|
|
87a1f2aa20
|
feat(base): Add background worker
!39 #76
|
2024-07-08 22:38:06 +09:30 |
|
|
70135eaa91
|
Merge branch 'fixes-inventory' into 'development'
fix: inventory
See merge request nofusscomputing/projects/django_template!38
|
2024-07-06 06:17:54 +00:00 |
|
|
f47b97e2a0
|
refactor(itam): only perform actions on device inventory if DB matches inventory item
!38 #75
|
2024-07-06 15:45:48 +09:30 |
|
|
67f20ecb66
|
fix(itam): only remove device software when not found during inventory upload
!38 #75
|
2024-07-06 15:45:48 +09:30 |
|
|
3bceb66600
|
fix(itam): only update software version if different
!38 #75
|
2024-07-06 15:45:48 +09:30 |
|
|
fe34b8274d
|
chore: update submodules to head
!35
|
2024-07-01 04:03:05 +09:30 |
|
|
a235aa7ec3
|
ci: add submodule update job
!35
|
2024-07-01 04:02:51 +09:30 |
|
|
f69f883439
|
Merge branch '66-fix-inventory-uuid-update' into 'development'
fix: existing device without uuid not updated when uploading an inventory
Closes #66
See merge request nofusscomputing/projects/django_template!37
|
2024-06-30 15:06:02 +00:00 |
|
|
7b4ed7b135
|
feat(itam): Update Serial Number from inventory if present and Serial Number not set
!37
|
2024-07-01 00:27:46 +09:30 |
|
|
b801c9a49e
|
feat(itam): Update UUID from inventory if present and UUID not set
!37 fixes #66
|
2024-07-01 00:27:28 +09:30 |
|
|
583e1767a1
|
Merge branch '67-fix-device-software-pagination' into 'development'
fix: Device Software tab pagination does not work
Closes #67
See merge request nofusscomputing/projects/django_template!36
|
2024-06-30 14:33:19 +00:00 |
|
|
241ba47c80
|
fix(itam): correct device software pagination
!36 fixes #67
|
2024-07-01 00:01:28 +09:30 |
|
|
91663394cf
|
Merge branch 'development'
|
2024-06-30 07:13:43 +00:00 |
|
|
c2d673ca1b
|
bump: version 0.5.0 → 0.6.0
0.6.0
|
2024-06-30 07:13:40 +00:00 |
|
|
4ab4ac2984
|
Merge branch 'development' into 'master'
chore: release 0.6.0
See merge request nofusscomputing/projects/django_template!29
|
2024-06-30 07:02:29 +00:00 |
|
|
05c46df0a9
|
Merge branch '63-feat-user-api-token' into 'development'
feat: user api token
Closes #63 and #65
See merge request nofusscomputing/projects/django_template!34
|
2024-06-30 06:51:16 +00:00 |
|
|
53284d456f
|
test(token_auth): test authentication method token
!34 closes #63
|
2024-06-30 16:16:29 +09:30 |
|
|
6cfcf1580c
|
fix(user_token): conduct user check on token view access
!34 #63
|
2024-06-30 16:05:31 +09:30 |
|
|
4d3a238583
|
docs: Add user settings documentation
!34 #63
|
2024-06-30 12:35:58 +09:30 |
|
|
47d6a3beff
|
docs(api): API Token authentication
!34 #63
|
2024-06-29 16:24:18 +09:30 |
|
|
111791438a
|
feat(api): API token authentication
!34 #63
|
2024-06-29 15:09:30 +09:30 |
|