Jeremy Stretch
5f9a43ba5f
Merge branch 'master' into develop
2024-05-06 12:55:19 -04:00
Jeremy Stretch
ecb54b639c
Release v3.7.8
2024-05-06 12:54:53 -04:00
transifex-integration[bot]
afc8cff47a
Translate django.po in ja
...
100% translated source file: 'django.po'
on 'ja'.
2024-05-06 12:54:53 -04:00
Jeremy Stretch
9094cbcec0
Fixes #15960 : Use internal ManyToManyColumn to ensure proper export behavior
2024-05-06 12:54:53 -04:00
Jeremy Stretch
258df27906
Fixes #15961 : Fix secret toggle button by avoiding duplicate event handler
2024-05-06 12:54:53 -04:00
Daniel Sheppard
a9fe8ba05e
Fixes : #15948 - Fixes cable fanin/fanout when both are required ( #15953 )
...
* Preliminary fix for #15948
* Tweaking of line height
2024-05-06 12:54:53 -04:00
Arthur
8f3f6a4456
12127 enable cable add button
2024-05-06 12:54:53 -04:00
Jeremy Stretch
54197fa165
Changelog for #15877 , #15917 , #15925
2024-05-06 12:54:53 -04:00
Nancy Yang
7a35327921
Fixes #15917 : slim-select-pagination-bug-fix : fixed several bugs related to slim select ( #15918 )
...
* slim-select-pagination-bug-fix : fixed several bugs related to slim
select search box gui element
1. If user enters a search text in the filter text box, the user will
not be able to scroll to the next page. That is the user will only be
able to see the first page of returned item with a none empty search
string.
2. User will not be able to select an item returned from search query
if user clicks reload after a dynami search. When the user is able
to load a second page, the user will be able to select an item from
the third+ page if previous bug is fixed.
* Recompile static assets
---------
Co-authored-by: Jeremy Stretch <jstretch@netboxlabs.com>
2024-05-06 12:54:53 -04:00
Jeremy Stretch
15f089dfb5
Fixes #15877 : Consider VC membership when assigning LAG interfaces via bulk edit
2024-05-06 12:54:53 -04:00
Jeremy Stretch
f3d20023b8
Fixes #15925 : Fix rendering of cable traces to circuit terminations
2024-05-06 12:54:53 -04:00
Jeremy Stretch
172003c26e
PRVB
2024-05-06 12:54:53 -04:00
Jeremy Stretch
f319d830eb
Release v3.7.8
2024-05-06 12:43:46 -04:00
transifex-integration[bot]
69ebf3986d
Translate django.po in ja
...
100% translated source file: 'django.po'
on 'ja'.
2024-05-06 12:34:29 -04:00
Jeremy Stretch
8f8a3453b9
Fixes #15960 : Use internal ManyToManyColumn to ensure proper export behavior
2024-05-06 10:32:29 -04:00
Jeremy Stretch
a377625a24
Fixes #15961 : Fix secret toggle button by avoiding duplicate event handler
2024-05-06 10:31:29 -04:00
Daniel Sheppard
99264550ab
Fixes : #15948 - Fixes cable fanin/fanout when both are required ( #15953 )
...
* Preliminary fix for #15948
* Tweaking of line height
2024-05-06 09:48:14 -04:00
Arthur
06833df26b
12127 enable cable add button
2024-05-06 08:37:22 -04:00
Jeremy Stretch
0b16416b3a
Changelog for #15877 , #15917 , #15925
2024-05-03 17:34:45 -04:00
Nancy Yang
b3432cba0e
Fixes #15917 : slim-select-pagination-bug-fix : fixed several bugs related to slim select ( #15918 )
...
* slim-select-pagination-bug-fix : fixed several bugs related to slim
select search box gui element
1. If user enters a search text in the filter text box, the user will
not be able to scroll to the next page. That is the user will only be
able to see the first page of returned item with a none empty search
string.
2. User will not be able to select an item returned from search query
if user clicks reload after a dynami search. When the user is able
to load a second page, the user will be able to select an item from
the third+ page if previous bug is fixed.
* Recompile static assets
---------
Co-authored-by: Jeremy Stretch <jstretch@netboxlabs.com>
2024-05-03 13:22:29 -04:00
Jeremy Stretch
f2412884a6
Fixes #15877 : Consider VC membership when assigning LAG interfaces via bulk edit
2024-05-03 10:55:41 -04:00
Jeremy Stretch
68dbdeef76
Fixes #15925 : Fix rendering of cable traces to circuit terminations
2024-05-03 10:54:34 -04:00
Jeremy Stretch
125a7c5adb
PRVB
2024-05-01 15:28:36 -04:00
Jeremy Stretch
38cd7bf864
Merge pull request #15911 from netbox-community/develop
...
Release v3.7.7
2024-05-01 15:24:12 -04:00
Jeremy Stretch
43b0841d8e
Release v3.7.7
2024-05-01 15:08:08 -04:00
Jeremy Stretch
913fc0015e
Changelog for #11460 , #15891 , #15894 , #15896 , #15899 ; add warning for #15811
2024-05-01 14:52:15 -04:00
Daniel Sheppard
9d460f056c
Fixes #11460 - Fix unterminated cable exception when editing cable ( #15813 )
...
* Fix cable edit form with single unterminated cable
* Minor tweaks
* Instead of skipping HTMX, override the template & move form template to an "htmx" template
* Use HTMXSelect widget for A/B type selection
* Infer A/B termination types from POST data
* Fix saving cable which results in resetting of the termination type fields
* Condense view logic
---------
Co-authored-by: Jeremy Stretch <jstretch@netboxlabs.com>
2024-05-01 14:24:50 -04:00
Jeremy Stretch
9d49811292
Fixes #15891 : Ensure deterministic ordering for scripts & reports
2024-05-01 10:46:25 -04:00
Mattias Loverot
fad86c3ad3
Added caching on /api/schema/ endpoint ( closes #15894 )
2024-05-01 08:48:46 -04:00
Jeremy Stretch
532c15455b
Fixes #15896 : Retain proper formatting for JSON custom field default values
2024-04-30 16:24:26 -04:00
Jeremy Stretch
feeab4da1d
Fixes #15899 : Correct the view name for the tags column on L2VPNTerminationTable
2024-04-30 15:11:54 -04:00
Jeremy Stretch
ca3b688c8b
Changelog for #14852 , #15428 , #15524 , #15548 , #15812 , #15845 , #15872
2024-04-29 17:55:14 -04:00
Jeremy Stretch
c4e3450058
Closes #15811 : Note potential incompatibilities for remote auth headers containing underscores
2024-04-29 16:46:56 -04:00
Arthur
0a7dceff27
14852 delete event-rule when delete script
2024-04-29 15:02:39 -04:00
Julio Oliveira at Encora
0502c9561e
Feature #15428 - Show all devices with configuration template attached ( #15822 )
...
* Added devices instances column for config templates.
* Added devices instances column for config templates.
* Add counts for VMs, roles, and platforms
---------
Co-authored-by: Jeremy Stretch <jstretch@netboxlabs.com>
2024-04-29 14:15:44 -04:00
Jeremy Stretch
eed3c0366c
Fixes #15548 : Ignore many-to-many mappings when checking dependencies of an object being deleted
2024-04-29 13:37:38 -04:00
Arthur Hanson
f3e489e14d
15524 round iprange utilization ( #15734 )
2024-04-29 13:19:57 -04:00
JCWasmx86
7158d61202
Fixes #15812 : Add Date(Time)Var for scripts to allow much easier date… ( #15821 )
...
* Fixes #15812 : Add Date(Time)Var for scripts to allow much easier date input
* Extend tests for invalid data
---------
Co-authored-by: Jeremy Stretch <jstretch@netboxlabs.com>
2024-04-29 12:46:39 -04:00
Arthur Hanson
a1460de69d
15872 don't escape BANNER_MAINTENANCE ( #15885 )
...
* 15872 don't escape BANNER_MAINTENANCE
* 15872 don't escape BANNER_MAINTENANCE
2024-04-29 12:34:29 -04:00
Mattias Loverot
252b04b4ff
Added assigned_object_type in prefetch for api view IPAddressViewSet - fixes #15845
2024-04-29 10:50:08 -04:00
Daniel Sheppard
de7a374829
Update changelog for #14750
2024-04-22 21:57:40 -05:00
Daniel Sheppard
8486d4428b
Merge pull request #14750 from Moehritz/13922-svg-uneven
...
Fixes #14241 , Fixes #13922 : Update the CableRender
2024-04-22 21:53:34 -05:00
Daniel Sheppard
f9cba1a1b9
Correct wording for #13874
2024-04-22 21:51:54 -05:00
Daniel Sheppard
24cd3dfdd8
Update changelog for #13874
2024-04-22 21:51:08 -05:00
Daniel Sheppard
a11ec0810f
Merge pull request #13874 from pv2b/choices-css-rewrite
...
Refactor row coloring logic and simplify mark planned/connected toggle implementation
2024-04-22 21:45:15 -05:00
Jeremy Stretch
e920cafd4c
Update source translations
2024-04-22 15:50:38 -04:00
Jeremy Stretch
bdf4c48bd0
PRVB
2024-04-22 12:23:31 -04:00
Jeremy Stretch
3950317828
Merge pull request #15805 from netbox-community/develop
...
Release v3.7.6
2024-04-22 12:18:27 -04:00
Jeremy Stretch
837772522e
Release v3.7.6
2024-04-22 11:46:03 -04:00
Arthur Hanson
0602fea022
15803 localize help_text ( #15804 )
2024-04-22 11:42:20 -04:00