Skip to content

Tags: CESNET/netbox-custom-objects-tab

Tags

v2.4.1

Toggle v2.4.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #16 from CESNET/15-journalchangelog-tab-not-active…

…-when-shown

Highlight active Journal/Changelog tab on CO detail pages (#15)

v2.4.0

Toggle v2.4.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #13 from CESNET/12-feature-support-polymorphic-obj…

…ect-multiobject-fields-from-netbox-custom-objects-v050

Add polymorphic Object/MultiObject field support + release 2.4.0

v2.3.0

Toggle v2.3.0's commit message
Release v2.3.0 — Add-button on Typed tabs (closes #9)

The 2.3.0 release adds an Add <Type> button to every Typed tab on a NetBox
object detail page (Device, Site, Rack, etc.), pre-filling the
back-reference field and round-tripping the return URL. Multi-FK types
get a Bootstrap split-dropdown.

Also includes pre-existing-bug fixes uncovered during testing:
- Typed-tab URL registration (deferral revert, was broken since 2.1.0)
- Typed-tab badge over-counting on multi-FK types (since 2.0.0)
- Permission gating for Add and Bulk Edit/Delete buttons

Known issue: deleting a row immediately after creating it via the Add
button hits an upstream netbox_custom_objects ValueError on the first
attempt; refresh the list, or use Bulk Delete. Fix needs to land
upstream. Documented in README and CHANGELOG.

Full notes: see CHANGELOG.md [2.3.0] section.

v2.2.0

Toggle v2.2.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #11 from CESNET/feature/netbox-4.6-support

Add NetBox 4.6.x support (widen compat to 4.5.0 – 4.6.99)

v2.1.1

Toggle v2.1.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #7 from CESNET/fix/defer-db-queries-to-first-request

Fix DB queries during app initialization (#4)

v2.1.0

Toggle v2.1.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #5 from CESNET/feature/custom-object-self-tabs

Add CO→CO tab support (Custom Object tabs on Custom Object pages)

v2.0.2

Toggle v2.0.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #2 from CESNET/fix/table-user-kwarg-and-single-ver…

…sion

Fix typed tab crash on NetBox 4.5.4-Docker + single-source version

v2.0.1

Toggle v2.0.1's commit message
Release 2.0.1

v2.0.1b1

Toggle v2.0.1b1's commit message
Handle missing database during startup and bump to 2.0.1b1

Wrap DB queries in register_typed_tabs() with try/except for
OperationalError/ProgrammingError so Docker builds (collectstatic)
don't crash when no database is available.

v2.0.0b1

Toggle v2.0.0b1's commit message
Set version to 2.0.0b1 for beta release