Mario
8aea42c50b
v4.5.1 ( #721 )
2026-03-29 10:51:01 +02:00
Mario
89c56c8d1c
v4.5.0
2026-01-07 11:08:58 +01:00
Mario
5981a21830
bump version ( #682 )
2025-10-15 17:34:20 +02:00
mattieserver
79a234fcc9
v4.3.0 ( #642 )
2025-05-28 16:19:42 +02:00
mattieserver
3fbeb97810
bump version ( #619 )
2025-03-19 22:26:39 +01:00
mattieserver
cf8641939a
basic support for v4.2 ( #592 )
...
* basic support for v4.2
* bump versions
* update readme with versions
* upgrade version for v4.1.X
2025-01-10 15:41:44 +01:00
mattieserver
f4b1e34826
fix name of devices ( #567 )
...
* fix name of devices
* upgrade version
2024-09-11 17:00:15 +02:00
mattieserver
f8c6e9e193
bump version ( #558 )
2024-08-26 12:21:00 +02:00
mattieserver
2600209724
4.0 release ( #513 )
2024-06-24 20:10:05 +02:00
mattieserver
ed8a717bc5
seconnd beta ( #511 )
2024-06-21 19:21:20 +02:00
2895294903
477 prepare for netbox 4.0 ( #495 )
...
* Change extras.plugins to netbox.plugins (#487 )
* Remove ButtonColorChoices (#491 )
* remove is_htmx
* fieldset update
* Additions to 477 prepare for netbox 4.0 (#504 )
* Re-add overriding of default_renderer
Signed-off-by: Iain Buclaw <ibuclaw@gdcproject.org >
* Restore i18n of field names
Signed-off-by: Iain Buclaw <ibuclaw@gdcproject.org >
* Remove unnecessary FieldSets
Signed-off-by: Iain Buclaw <ibuclaw@gdcproject.org >
* Remove trailing whitespaces in forms.py
Signed-off-by: Iain Buclaw <ibuclaw@gdcproject.org >
* Fix error in resizeCanvas
Signed-off-by: Iain Buclaw <ibuclaw@gdcproject.org >
* Remove btn-sm class from buttons
Signed-off-by: Iain Buclaw <ibuclaw@gdcproject.org >
* Use htmx_partial instead of request.htmx
Signed-off-by: Iain Buclaw <ibuclaw@gdcproject.org >
---------
Signed-off-by: Iain Buclaw <ibuclaw@gdcproject.org >
* fix choises
* fix color switcher (use new attribute)
* fix htmx filter
* 4.0.0-beta.1 release
---------
Signed-off-by: Iain Buclaw <ibuclaw@gdcproject.org >
Co-authored-by: Mario <github@franzbonenkamp.de >
Co-authored-by: Iain Buclaw <ibuclaw@gdcproject.org >
2024-06-05 13:23:34 +02:00
mattieserver
8368ffa2fd
prepare 3.9.1 ( #480 )
2024-04-19 15:55:04 +02:00
mattieserver
74c295837c
bump version ( #449 )
2024-01-13 21:59:37 +01:00
mattieserver
50c90a4328
438 beta release for netbox v370 ( #439 )
...
* 3.9.0
* 3.9-beta1
2024-01-02 12:22:46 +01:00
mattieserver
d9571b30b5
bump version ( #410 )
2023-10-23 19:17:22 +02:00
mattieserver
becfaaa054
bump version ( #397 )
2023-10-13 13:08:18 +02:00
mattieserver
78b8a5ae97
v3.7.0 ( #371 )
2023-08-31 13:48:01 +02:00
mattieserver
dfbe26318f
bump version ( #359 )
2023-07-28 10:55:55 +02:00
mattieserver
d14d9c1414
3.6.1 ( #348 )
2023-07-11 15:26:01 +02:00
mattieserver
e5e5a8a0ef
release 3.6.0 ( #343 )
...
* bump version
* bump version
2023-07-10 13:30:45 +02:00
mattieserver
daf35c097d
bump version ( #334 )
2023-06-22 09:19:26 +02:00
mattieserver
0a86d2bbea
prepare release 3.6.0-beta.1 ( #319 )
2023-05-30 16:55:58 +02:00
mattieserver
4dd962f002
Prepare release v3.5.0 ( #288 )
...
* bump version
* bump version
2023-04-30 20:13:20 +02:00
mattieserver
8edea468e9
bump version ( #283 )
2023-04-28 16:07:36 +02:00
Victor Gorchilov
3671bbbc78
Fixes #276 : Delete RoleImages when their DeviceRole is deleted ( #279 )
...
* [fix] get only valid role images
* [up] add post delete signals for device roles
* [fix] move signal registration in `apps.py`
* [fix] register signals in plugin config & filter valid role images
* [fix] undo role image filter as it is wrong and unnecessary
* [up] revert formatting with black
2023-04-20 20:55:58 +02:00
mattieserver
0004f0a6d3
bump version ( #269 )
2023-03-23 10:08:34 +01:00
Mario and Mattijs Vanhaverbeke
5d20a7ad15
Closes #252,#78,#177,#265: Move options from config file to GUI ( #262 )
...
* Added some individual options
* Added general options
* Added show_single_cable_logical_conns and draw_default_layout
* Added ignore_cable_type to IndividualOptions
* Corrected permission, tiny improvements
* Add preselected_device_roles to IndividualOptions
* Add preselected_tags
* Updated documentation
* Update README.md
* Corrected queryset for preselected_tags
* Update README.md
* move supported_termination_types to inside the function to prevent migration issues
* removed general options
* added new migration script
---------
Co-authored-by: Mattijs Vanhaverbeke <mattijs.vanhaverbeke@ebo-enterprises.com >
2023-03-23 09:57:51 +01:00
mattieserver
6fafbeb7c3
bump version ( #246 )
2023-01-09 13:37:06 +01:00
mattieserver
2e34f7435a
Release v3.2.0 ( #234 )
...
* bump version
* bump version
2023-01-05 13:12:32 +01:00
dfb0b532b9
Closes #151 : Implement interface end to end connection view ( #188 )
...
* Added end to end interface connections, made showing cables and wireless optional
* Fixed 'Hide Unconnected' and other bugs
* rename var + extra check
* Add filter selection image for readme
* Added guidance on using the selection options
* Renaming to selection_options
* Renamed filter_selection to selection_options
* Update README.md
* Bug fix
* fix parameter order
* differentiate line type for interface connections
* allow both cables and logical connections
* Change logical connection line type
Co-authored-by: Mario <github@franzbonenkamp.de >
* Hide redundant connections, configurable options
* updated readme + removed visjs setting from settings
* Update README.md
Co-authored-by: Mario <github@franzbonenkamp.de >
* updated readme for 'Show Logical Connections'
Co-authored-by: tagrusendorf <tagrusendorf@dev-netbox.tag.kbproductions.ca >
Co-authored-by: mattieserver <3049868+mattieserver@users.noreply.github.com >
Co-authored-by: Mario <github@franzbonenkamp.de >
Co-authored-by: Mattijs Vanhaverbeke <mattijs.vanhaverbeke@ebo-enterprises.com >
2022-12-27 14:49:34 +01:00
mattieserver
41d6afc336
bump version ( #222 )
2022-12-18 18:50:58 +01:00
mattieserver
f187e75fff
bump version ( #200 )
2022-12-09 13:52:44 +01:00
Victor Gorchilov
52c2611e9d
Feature: Add customisable icons in topology ( #193 )
...
* [up] add config for custom images, better js
* [up] use bundler to bundle js
* [fix] remove domcontentloaded since defer is used
* [fix] formatting with black
* [fix] images drf api
* [up] add support for custom icons on additional roles: power panel, power feed, circuit
* [up] optimize topology generation by using `_id` when trying to access pk of related object
* [fix] kebab case instead of slugification
* [fix] use empty queryset in api views & change coord save logic
2022-12-09 13:40:39 +01:00
Mattijs Vanhaverbeke
9ce13cd1d2
bump version
2022-09-16 16:14:42 +02:00
Mattijs Vanhaverbeke
3d3ddaa7c4
bump version
2022-09-08 12:29:29 +02:00
mattieserver
4ea2097429
bump version
2022-09-02 15:13:22 +02:00
Mattijs Vanhaverbeke
b2e2a4c781
bump version
2022-09-01 18:48:22 +02:00
mattieserver
318b8495b7
Netbox v3.3 Support ( #145 )
...
* init
* added circuit (or at least part of)
* refactor circuits + fix js
* small changes
* small changes
* added power + rework settings
* small changes
2022-09-01 18:44:03 +02:00
mattieserver
5e1d5d2937
added always_save_coordinates ( #144 )
2022-08-24 14:07:26 +02:00
Andrea Dainese and Mattijs Vanhaverbeke
0b6df3bd28
disable physics if not saving coords ( #139 )
...
* initial commit
* keeps x/y when not saving coords
Co-authored-by: Mattijs Vanhaverbeke <mattijs.vanhaverbeke@ebo-enterprises.com >
2022-08-05 17:53:15 +02:00
Mattijs Vanhaverbeke
ce39c98396
bump version
2022-08-03 12:07:58 +02:00
Mattijs Vanhaverbeke
f323278f00
bump version
2022-06-30 22:22:47 +02:00
Mattijs Vanhaverbeke
b9d3cc3c4e
bump version
2022-06-30 22:06:33 +02:00
pycolas
83b662eac3
End to end connections ( #113 )
...
* Add hide-device-role feature
* Add hide-device-role feature
* Remove end^Cevices not in queryset
* clean up
* Fix destination.device.id test
* Query optimization
* multiple updates
2022-06-30 19:13:04 +02:00
Mattijs Vanhaverbeke
398deb5382
bump version
2022-05-10 09:28:21 +02:00
mattieserver
6be028b9dc
fix typo ( #100 )
2022-04-15 19:42:32 +02:00
Mattijs Vanhaverbeke
8997c38263
bump version
2022-04-11 13:12:04 +02:00
Mattijs Vanhaverbeke
d927e40867
bump version
2022-03-25 13:16:00 +01:00
mattieserver
e68a8a1af0
added tenants ( #94 )
2022-03-25 10:12:36 +01:00
mattieserver
b792128415
Fix dark mode ( #90 )
...
* fixed dark mode
2022-03-10 11:46:00 +01:00