Skip to content

Release 0.5.0

Choose a tag to compare

@jon-nfc jon-nfc released this 08 Aug 01:03
· 5011 commits to development since this release

0.5.0 (2024-06-17)

Bug Fixes

  • itam: 78216116 - remove requirement that user needs change device to add notes [ !27 #52 ]
  • core: 54c34a95 - dont attempt to access parent_object if 'None' during history save [ !27 ]
  • config_management: 3b3ee9fc - Add missing parent item getter to model [ !27 ]
  • core: 0a1aba7c - overridden save within SaveHistory to use default attributes [ !27 ]
  • access: eb8dca98 - overridden save to use default attributes [ !27 ]
  • core: 7239f572 - on object delete remove history entries [ !25 #54 ]
  • api: 505f4cfd - ensure proper permission checking [ !24 #55 ]
  • dc4968ee - dont throw an exception during settings load for an item django already checks [ !23 ]
  • core: 8d6826f7 - Add overrides for delete so delete history saved for items with parent model [ !22 #53 ]
  • config_management: 23c43ed8 - correct delete success url [ !22 #43 ]
  • base: 07e93243 - remove social auth from nav menu [ !21 ]
  • access: 579e44f8 - add a team user permissions to use team organization [ !21 #51 ]

Code Refactor

  • access: 991ddc3d - relocate permission check to own function [ !28 #39 ]
  • itam: e517c5fd - move device os tab to details tab [ !27 #22 ]
  • itam: 4a104095 - add device change form and adjust view to be non-form [ !21 ]
  • itam: 904234c5 - migrate device vie to use manual entered fields in two columns [ !21 #13 #22 ]
  • access: 4016d4c2 - migrate team users view to use forms [ !21 ]
  • access: f36662ca - migrate teams view to use forms [ !21 ]
  • access: 3e340a47 - migrate organization view to use form [ !21 ]
  • base: 3fb27063 - cleanup form and prettyfy [ !23 #24 ]
  • config_management: ae81ee88 - relocate groups views to own directory [ !22 ]
  • 3b743a84 - login to use base template [ !20 ]
  • 95a08b2d - adjust template block names [ !20 ]

Continious Integration

Documentaton / Guides

Features

  • access: 84866185 - add notes field to organization [ !28 #39 #13 ]
  • access: 14acea31 - add organization manger [ !28 #39 ]
  • config_management: 8af59754 - Use breadcrumbs for child group name display [ !21 ]
  • config_management: ac707157 - ability to add host to global group [ !21 ]
  • itam: 8ccdf9a8 - add a status of "bad" for devices [ !21 ]
  • itam: 1200a879 - paginate device software tab [ !21 ]
  • itam: e8cb685d - status of device visible on device index page [ !21 ]
  • core: 8b47d956 - add skeleton http browser [ !26 #58 ]
  • core: c570fb11 - Add a notes field to manufacturer/ publisher [ !21 #13 ]
  • itam: ea1727f2 - Add a notes field to software category [ !21 #13 ]
  • itam: 36d7e545 - Add a notes field to device types [ !21 #13 ]
  • itam: a02fda84 - Add a notes field to device models [ !21 #13 ]
  • itam: b5bc76b0 - Add a notes field to software [ !21 #13 ]
  • itam: 36c13e18 - Add a notes field to operating system [ !21 #13 ]
  • itam: 6969b611 - Add a notes field to devices [ !21 #13 ]
  • access: 85bf1b99 - Add a notes field to teams [ !21 #13 ]
  • base: ca8e0c07 - Add a notes field to TenancyObjetcs class [ !21 #13 ]
  • settings: da93425c - add docs icon to application settings page [ !21 ]
  • itam: 8a9899cf - add docs icon to software page [ !21 ]
  • itam: 38db558b - add docs icon to operating system page [ !21 ]
  • itam: 67b204e4 - add docs icon to devices page [ !21 ]
  • config_management: 456fed80 - add docs icon to config groups page [ !21 ]
  • base: 87282ce4 - add dynamic docs icon [ !21 ]
  • models: fe0696fe - add property parent_object to models that have a parent [ !22 ]
  • config_management: 1069211d - add config group software to group history [ !22 #43 ]
  • itam: 460eff1f - render group software config within device rendered config [ !22 #43 ]
  • config_management: 0c382a73 - assign software action to config group [ !22 #43 ]
  • 8b887575 - add configuration value 'SESSION_COOKIE_AGE' [ !20 ]
  • d0e8e9a6 - remove development SECRET_KEY and enforce checking for user configured one [ !20 ]
  • base: d8d75c7d - build CSRF trusted origins from configuration [ !20 ]
  • base: b38984fc - Enforceable SSO ONLY [ !20 #1 ]
  • base: 3040d4af - configurable SSO [ !20 #1 ]