Arthur
28c48b3d6c
9856 compatability fixes
2024-01-09 14:23:10 -08:00
Moritz Geist
ced44832f7
Remove dangling logging message used during development
2024-01-09 14:22:36 +01:00
Moritz Geist
6af3aad362
Fixes #14722 , Fixes #13922 : Update the CableRender
...
This commit updates the cable rendering logic to fix
both issue #14722 and #13922 . Before, objects, terminations
and cables where drawn in the svg without context of each
other.
Now the following changes are applied:
- Hosts and Terminations are where possible sorted alphabetically
- Terminations and Cables are visually connected, and if necessary not in a vertical line
- Terminations and Hosts are visually aligning
- Cable Tooltips contain more information
2024-01-09 13:51:09 +01:00
Jeremy Stretch
e1e198ec4f
Fixes #14706 : Relax one-to-one mapping of tunnel termination to IP address
2024-01-08 12:32:02 -05:00
Jeremy Stretch
5223486fd8
Fixes #14709 : Correct typo in TYPE_VIRTUALMACHINE
2024-01-08 12:31:31 -05:00
Jeremy Stretch
ea5d33f358
Fixes #14663 : Fix terminating to a VM interface when creating a new tunnel
2024-01-08 12:31:31 -05:00
Arthur Hanson
58227293f3
14637 update to Django 5 ( #14675 )
...
* 14637 update to Django 5
* 14637 fix tests
* 14637 remove extra assignment
* Syntax tweak
---------
Co-authored-by: Jeremy Stretch <jstretch@netboxlabs.com>
2024-01-05 13:30:04 -05:00
Jeremy Stretch
8e20581da7
PEP8 cleanup
2024-01-05 13:08:37 -05:00
Jeremy Stretch
1f865af559
Closes #14672 : Add support for Python 3.12
2024-01-05 13:08:37 -05:00
Jeremy Stretch
fb7d483dbe
#14638 : Check for Python 3.10 or later
2024-01-04 09:47:55 -05:00
Arthur
7a222a6501
9856 update imports
2024-01-03 17:20:13 -08:00
Arthur
de2d9edbd4
9856 update strawberry version
2024-01-03 15:35:59 -08:00
Arthur
dbe4097a78
Merge branch 'feature' into 9856-strawberry-2
2024-01-03 15:33:08 -08:00
Jeremy Stretch
7bedf48a97
Closes #14638 : Drop support for Python 3.8 and 3.9
2024-01-03 13:33:00 -05:00
Arthur
34d9b78d19
9856 merge feature
2024-01-03 10:18:29 -08:00
Jeremy Stretch
cd7d038fc0
Closes #14657 : Remove backward compatibility for old permissions mapping under ActionsMixin
2024-01-03 12:01:10 -05:00
Jeremy Stretch
a5fa30e851
Closes #14092 : Remove backward compatibility for importing extras.plugins
2024-01-03 12:00:44 -05:00
Jeremy Stretch
f09658b9c3
Closes #14658 : Remove backward compatibility for process_webhook()
2024-01-03 12:00:20 -05:00
Jeremy Stretch
c78a792ccc
#14132 : Annotate WebhooksMixin renaming under breaking changes
2024-01-03 10:59:32 -05:00
Jeremy Stretch
2d19c5068f
#14132 : Annotate WebhooksMixin renaming under breaking changes
2024-01-03 10:57:29 -05:00
Abraham Vegh
109daca203
Add missing word
2024-01-02 09:01:39 -05:00
Jeremy Stretch
982ef3045d
PRVB
2023-12-29 10:06:51 -05:00
Jeremy Stretch
7b90481fc9
Merge pull request #14636 from netbox-community/develop
...
Release v3.7.0
2023-12-29 10:02:38 -05:00
Jeremy Stretch
d99e6510e1
Release v3.7.0
2023-12-29 09:43:09 -05:00
Jeremy Stretch
7c4b939b59
Revise v3.7 release notes
2023-12-29 09:36:29 -05:00
Jeremy Stretch
c1ff74894c
#14036 : Update import paths in example plugin code
2023-12-29 09:21:06 -05:00
Jeremy Stretch
33af942571
Closes #14624 : Add action object column to EventRuleTable
2023-12-28 15:56:22 -05:00
Jeremy Stretch
224484ebb6
Closes #14434 : Add termination object filters for cables ( #14617 )
...
* Add termination object filters for cables
* Add tests for new filters
2023-12-28 15:39:14 -05:00
Jeremy Stretch
d9c1ba8972
Add translations to changelog
2023-12-28 14:58:19 -05:00
Jeremy Stretch
d930c4e36e
Apply filterset & test changes for #14631 & #14629
2023-12-28 14:43:08 -05:00
Jeremy Stretch
d5c1cb0ef6
Merge branch 'develop' into feature
2023-12-28 14:20:04 -05:00
Jeremy Stretch
0c0672550a
Merge pull request #14633 from netbox-community/develop
...
Release v3.6.9
2023-12-28 14:13:25 -05:00
Jeremy Stretch
199685d98b
Release v3.6.9
2023-12-28 13:58:34 -05:00
Jeremy Stretch
3ef2db81e8
Closes #14629 : Add filter tests for all q and description filters
2023-12-28 13:53:16 -05:00
Jeremy Stretch
3bacee16bd
Closes #14631 : Ensure description filters are available on all relevant models
2023-12-28 13:53:16 -05:00
Daniel Sheppard
45c646dcec
Fixes #14482 - Fix validation error when primary IP is moved ( #14514 )
...
* Fix validation when primary IP is moved.
* Fix views test
* Work on excluding assigned_objects
* Modify clean() on model and form to properly catch error
* Fix test failure
* Fix test to check for PK
* Remove model_form check
2023-12-28 13:28:05 -05:00
Jeremy Stretch
fedcbaf4c8
Fixes #14620 : Permit setting device type U height to 0 during bulk edit
2023-12-28 10:06:25 -05:00
MengYX
359c0cf3a0
Fix typo in filtersets.py
...
fix typo which causing exception `Cannot resolve keyword 'description_icontains' into field`
2023-12-28 08:47:43 -05:00
Jeremy Stretch
11bc460551
Update release notes
2023-12-27 17:22:04 -05:00
Jeremy Stretch
1f2f0860fe
Merge branch 'develop' into feature
2023-12-27 16:34:38 -05:00
Jeremy Stretch
46b933a5aa
Merge pull request #14616 from netbox-community/develop
...
Release v3.6.8
2023-12-27 16:12:13 -05:00
Jeremy Stretch
07da3f6d33
Release v3.6.8
2023-12-27 16:00:16 -05:00
Jeremy Stretch
4eadc8cfe4
Closes #14240 : Increase min/max validation values for custom fields
2023-12-27 15:41:26 -05:00
Jeremy Stretch
0613e8e95c
Fixes #14613 : Fix display of current configuration parameters
2023-12-27 15:32:11 -05:00
Jeremy Stretch
113c60a44a
Fixes #13909 : Ignore empty choices when populating dynamic choice fields from initial data
2023-12-27 14:32:40 -05:00
Jeremy Stretch
8a237561ef
Closes #14596 : Match against description field when searching for devices
2023-12-27 13:49:39 -05:00
Jeremy Stretch
cc0fc03ec3
Changelog for #11039 , #11816 , #12731 , #13606 , #13649 , #13812 , #14532
2023-12-27 13:45:06 -05:00
Jeremy Stretch
b955751349
Fixes #14517 : Ensure reservations tab is always displayed under rack view
2023-12-27 13:42:26 -05:00
Jeremy Stretch
d6c8d1581c
Closes #11039 : List parent prefixes under IP range view
2023-12-27 12:53:30 -05:00
Jeremy Stretch
e6642b5f5b
Fixes #11816 : Detach group/site validation error from group field
2023-12-27 12:51:51 -05:00