Commit Graph

3244 Commits

Author SHA1 Message Date
Jon
2fcbb1ead7 feat(itam): Add publisher to software
!10 #12
2024-05-23 22:21:10 +09:30
Jon
53baeb59c9 feat(itam): Add publisher to operating system
!10 #12
2024-05-23 22:20:40 +09:30
Jon
99a559fe6d feat(itam): Add device model
!10 closes #12
2024-05-23 21:42:03 +09:30
Jon
ef463b845d feat(core): Add manufacturers
!10 #12
2024-05-23 20:31:53 +09:30
Jon
a6a0da72b2 refactor(organizations): set org field to null if not set
!10
2024-05-23 20:29:48 +09:30
Jon
bf0fa3f41d feat(settings): add dummy model for permissions
!10
2024-05-23 19:46:32 +09:30
Jon
66e8b29014 refactor(itam): move software categories to settings app
!10
2024-05-23 19:26:09 +09:30
Jon
c83b883673 refactor(itam): move device types to settings app
!10
2024-05-23 19:16:55 +09:30
Jon
ac233e432f feat(settings): new module for whole of application settings/globals
!10
2024-05-23 19:14:07 +09:30
Jon
88f1007a74 Merge branch 'feat-2024-05-21' into 'development'
feat: 2024 05 21-23

Closes #5

See merge request nofusscomputing/projects/django_template!9
2024-05-23 06:20:13 +00:00
Jon
9e1a024a12 test: adjust test layout and update contributing
!9 #15
2024-05-23 15:45:30 +09:30
Jon
724c52b777 feat(access): Save changes to history for organization and teams
!9 closes #5
2024-05-23 14:07:36 +09:30
Jon
f7444892d0 docs(core): Add history docs
!9 #5
2024-05-23 13:10:58 +09:30
Jon
ae4ef9d14d test(core): placeholder tests for history component
!9 #5
2024-05-23 13:10:21 +09:30
Jon
b5470f2cef feat(software): Save changes to history
!9 #5
2024-05-23 12:43:30 +09:30
Jon
e16a4212cc feat(operating_system): Save changes to history
!9 #5
2024-05-23 12:43:25 +09:30
Jon
6cbcd4aa56 feat(device): Save changes to history
!9 #5
2024-05-23 12:43:19 +09:30
Jon
9b2abecac3 feat(core): history model for saving model history
!9 #5
2024-05-23 12:43:04 +09:30
Jon
41621c6a64 chore(notes): ensure blank note cant be saved
!9
2024-05-22 13:56:31 +09:30
Jon
2689c35db3 fix(device): Read Only field set as required=false
!9
2024-05-22 13:55:19 +09:30
Jon
dd063feae9 chore: add description/notes issue link to models
!9 #13
2024-05-21 05:46:16 +09:30
Jon
cf5a5f5e49 chore(ui): add history icon
!9 #5
2024-05-21 03:42:56 +09:30
Jon
5bf2e03c9f Merge branch 'feat-2024-05-19' into 'development'
feat: 2024 05 19/20

Closes #7 and #2

See merge request nofusscomputing/projects/django_template!8
2024-05-20 16:29:07 +00:00
Jon
5dadc3fe98 docs(core): Add details about model notes
!8 #7
2024-05-21 01:53:29 +09:30
Jon
7ae7ffaef4 fix: correct typo in notes templates
!8 #7
2024-05-21 01:46:04 +09:30
Jon
4562e921e9 test(core): place holder tests for notes model
!8 closes #7
2024-05-21 01:37:53 +09:30
Jon
4df25575e8 chore(core): remove serial_number field from notes model
!8 #7
2024-05-21 01:36:40 +09:30
Jon
dec2942996 feat(itam): Ability to add notes to software
!8 #7
2024-05-21 01:22:15 +09:30
Jon
4d5f229fc7 feat(itam): Ability to add notes to operating systems
!8 #7
2024-05-21 01:22:02 +09:30
Jon
725e6b8c92 feat(itam): Ability to add notes on devices
!8 #7
2024-05-21 01:21:22 +09:30
Jon
8e0df948d5 feat(core): notes model added to core
!8 #7
2024-05-21 01:20:43 +09:30
Jon
cad2bfe7da chore(ui): add issue link for manufacturer and model
!8 #12
2024-05-20 20:47:26 +09:30
Jon
fb041f77eb feat(device): Record inventory date and show as part of details
inventory date is added when an inventory is processed

!8 #2
2024-05-20 20:46:44 +09:30
Jon
6b5acc0d57 docs: add inventory details
!8 #2
2024-05-20 18:14:42 +09:30
Jon
6ac8e025b0 test(api): add placeholder tests for inventory
!8 #2
2024-05-20 17:28:49 +09:30
Jon
e93ce07d88 feat(ui): Show inventory details if they exist
!8 closes #2
2024-05-20 16:48:00 +09:30
Jon
c52fd0802e feat(api): API accept computer inventory
!8 closes #2
2024-05-20 16:42:51 +09:30
Jon
bdf40d952e chore: add link for playbook
!8 #11
2024-05-20 10:07:35 +09:30
Jon
7afaa951d3 chore: add link for kb
!8 #10
2024-05-20 09:41:52 +09:30
Jon
e8ab3a0aa5 chore: add skeleton for information app
!8
2024-05-19 08:15:48 +09:30
Jon
191244ed40 refactor(template): content_title can be rendered in base
!8
2024-05-19 07:18:12 +09:30
Jon
5273b58afb fix(ui): Ensure navigation menu entry highlighted for sub items
!8
2024-05-19 06:08:49 +09:30
Jon
2c81007c0a ci(docker): always build on dev branch
!8
2024-05-19 06:07:54 +09:30
9ff8a7721a bump: version 0.1.0 → 0.2.0 0.2.0 2024-05-18 18:26:41 +00:00
Jon
d7c0d304e3 Merge branch 'feat-2024-05-18' into 'development'
feat: 2024 05 18

See merge request nofusscomputing/projects/django_template!6
2024-05-18 18:18:42 +00:00
Jon
fa97286dc8 docs: start to document features
!6
2024-05-19 03:39:03 +09:30
Jon
812250e941 chore: add link to device external system link
!6 #6
2024-05-19 02:14:31 +09:30
Jon
a0b5a08f0d feat(itam): Add Operating System to ITAM models
!6
2024-05-19 01:07:11 +09:30
Jon
377c78d6b8 feat(api): force content type to be JSON for req/resp
!1
2024-05-18 14:36:00 +09:30
Jon
ce18edaa39 ci: correct junit collection to use wildcard name
!6
2024-05-18 14:35:50 +09:30