Releases: DanSheps/netbox-lifecycle
Releases · DanSheps/netbox-lifecycle
v1.1.6
Changes
- Fixes: #99 - Add missing FilterSets to the API ViewSets @DanSheps (#102)
- Closes: #100 - Add
device_status
to SupportContractAssignment filterset @DanSheps (#101) - Fixes: #97 - Fix issue with Bulk Assignment when editing device with multiple contracts @DanSheps (#98)
- Closes: #94 - Add end date to bulk edit for contract assignments @DanSheps (#96)
- Fixes: #93 - Add LicenseAssignmentFilterSet to API view. @DanSheps (#95)
- Close #79 - Filtering on date fields within Hardware Lifecycle view @copacomilan (#80)
- Move contract date to contract attach and add contract renewal @uck9 (#54)
- Update for 4.3
v1.1.5
Changes
- Closes: #72 - Add search index for SupportContract model @natecohen (#73)
- Closes: #67 - Linkify Vendor and SKU on SupportContract Info detailed view @natecohen (#75)
- Closes: #66 - Add "Add Assignment" button to Support Contract detail view @natecohen (#74)
- Closes: #64 - Linkify Device name on SupportContractAssignment table @natecohen (#71)
- Closes: #65 - Linkify SKU and Manufacturer on SupportSKU table @natecohen (#70)
- Version bump @DanSheps (#69)
- Fix Contracts not showing up in navigation @natecohen (#59)
v1.1.4
v1.1.3
Changes
- Convert to pyproject.toml @DanSheps (#41)
- Fix hardware lifecycle missing migration @DanSheps (#39)
- Add tests @DanSheps (#38)
- Fix vendor change logging and specific views @DanSheps (#37)
- Fix hardware bulk edit @DanSheps (#36)
- Fix bulk edit for contract and license assignment. Add detail views for M2M relationships. @DanSheps (#35)
- Correct validation logic @DanSheps (#34)
- Correct problems with filtersets @DanSheps (#33)
- Add missing description & comment fields for tables @DanSheps (#32)
- Add missing PrimaryModel migration @DanSheps (#31)
- Add GraphQL @DanSheps (#30)
- Add bulk views @DanSheps (#29)
- Swap to PrimaryModel to add description and comments. @DanSheps (#28)
- Fix hardware lifecycle filterset filtering @DanSheps (#27)
- Fix issue with serializers with brief fields and nested serializers @DanSheps (#26)
- Fix up failing to save tags on models. @uck9 (#25)