Costas Drongos
197a90dbf8
fixes: 17079 add more device airflow choices
2024-10-07 08:32:02 -04:00
Jeremy Stretch
24a7ef18fd
Update changelog
2024-10-07 08:03:14 -04:00
github-actions
bee3ebaee5
Update source translation strings
2024-10-04 05:02:12 +00:00
Jeremy Stretch
97dba2a275
Closes #17669 : Enable filtering VLANs by assigned interface ( #17674 )
...
* Closes #17669 : Enable filtering VLANs by assigned interface
* Add tests
2024-10-03 13:56:26 -04:00
bctiemann
4c727eedeb
Fixes : #17663 - Only remove extraneous attributes from extra if changing to a BooleanFilter ( #17670 )
...
* Only remove extraneous attributes from extra if changing to a BooleanField
* Add tests for MultipleChoiceField icontains and negation
* Use enum in test consistently
* Reorganize tests
* Add __empty test to base filter lookup tests
* Fix test name
* Change var name for clarity
2024-10-03 13:50:07 -04:00
Arthur Hanson
eac7f8172e
17671 fix RackType search
2024-10-03 13:30:03 -04:00
Alexander Haase
20b518a3b5
Rename Microsoft Azure AD to Entra ID
...
Occurrences of the old term have been replaced by the new term. However,
the documentation still needs some work to reflect the new Entra ID
screenshots and terminology.
2024-10-03 13:25:48 -04:00
Jeremy Stretch
8e21bd133b
Change attr_type from list to str for MultipleChoiceFilter ( #17638 )
2024-10-03 13:24:00 -04:00
Daniel Sheppard
4bdfa82358
Closes : #11671 - Add position display to cable trace
2024-10-03 13:20:44 -04:00
Jeremy Stretch
ddbd7b9850
Merge pull request #17658 from netbox-community/develop
...
Release v4.1.3
2024-10-02 10:10:06 -04:00
Jeremy Stretch
7e968a9771
Release v4.1.3
2024-10-02 14:41:09 +01:00
Jeremy Stretch
fc6c805e4f
Remove old logos
2024-10-02 14:16:39 +01:00
github-actions
e67112f3a4
Update source translation strings
2024-10-02 05:01:57 +00:00
Arthur Hanson
1301ba37e4
Add support for socks connection to Git backend ( #17640 )
...
* Add support for socks connection to Git backend
* cleanup socks detection
* add documentation for installing python_socks
* dont need lower()
* cleanup
* refactor Socks to utilities
* fix imports
* fix missing comma
* Update docs/features/synchronized-data.md
Co-authored-by: Jeremy Stretch <jstretch@netboxlabs.com>
* review feedback
* Update docs/features/synchronized-data.md
Co-authored-by: Jeremy Stretch <jstretch@netboxlabs.com>
* review changes
---------
Co-authored-by: Jeremy Stretch <jstretch@netboxlabs.com>
2024-10-01 12:11:44 -04:00
github-actions
6f7527d1d4
Update source translation strings
2024-10-01 05:02:14 +00:00
Jeremy Stretch
1b6bf757a2
Changelog for #17558
2024-09-30 14:59:39 -04:00
Arthur Hanson
a7d89273b4
17558 raise validation error if removing used choice from ChoiceSet ( #17591 )
...
* 17558 raise validation error if removing choice from choiceset that is currently used
* 17558 raise validation error if removing choice from choiceset that is currently used
* 17558 raise validation error if removing choice from choiceset that is currently used
* 17558 add tests
* 17558 add tests
* Tightened up choice evaluation logic a bit; cleaned up test
---------
Co-authored-by: Jeremy Stretch <jstretch@netboxlabs.com>
2024-09-30 13:17:01 -04:00
DM3740
0b822f55b3
Fixes : #17612 : Update ASN types in asn.md ( #17625 )
...
* Update asn.md
There are no 64-bit AS Numbers - 16- and 32-bit only :
https://www.iana.org/assignments/as-numbers/as-numbers.xhtml
* Update docs/models/ipam/asn.md
Co-authored-by: bluikko <14869000+bluikko@users.noreply.github.com>
---------
Co-authored-by: bluikko <14869000+bluikko@users.noreply.github.com>
2024-09-27 16:20:49 -04:00
github-actions
2e5167676a
Update source translation strings
2024-09-27 05:01:59 +00:00
Jeremy Stretch
0e0253eb67
Merge pull request #17626 from netbox-community/develop
...
Release v4.1.2
2024-09-26 16:31:22 -04:00
Jeremy Stretch
7839fdd785
Release v4.1.2
2024-09-26 16:13:57 -04:00
transifex-integration[bot]
7c2a8ac69f
Updates for project NetBox ( #17624 )
...
* Translate django.po in fr
100% translated source file: 'django.po'
on 'fr'.
* Translate django.po in it
100% translated source file: 'django.po'
on 'it'.
* Translate django.po in ru
100% translated source file: 'django.po'
on 'ru'.
* Translate django.po in de
100% translated source file: 'django.po'
on 'de'.
* Translate django.po in uk
100% translated source file: 'django.po'
on 'uk'.
* Translate django.po in nl
100% translated source file: 'django.po'
on 'nl'.
* Translate django.po in ja
100% translated source file: 'django.po'
on 'ja'.
* Translate django.po in pl
100% translated source file: 'django.po'
on 'pl'.
* Translate django.po in tr
100% translated source file: 'django.po'
on 'tr'.
* Translate django.po in cs
100% translated source file: 'django.po'
on 'cs'.
* Translate django.po in zh
100% translated source file: 'django.po'
on 'zh'.
* Translate django.po in da
100% translated source file: 'django.po'
on 'da'.
* Translate django.po in pt
100% translated source file: 'django.po'
on 'pt'.
* Translate django.po in es
100% translated source file: 'django.po'
on 'es'.
---------
Co-authored-by: transifex-integration[bot] <43880903+transifex-integration[bot]@users.noreply.github.com>
2024-09-26 16:08:01 -04:00
Costas Drogos
6d822a26c1
Fixes : #17611 : Fix a ValidationError message
2024-09-26 16:04:17 -04:00
bctiemann
0daef18c74
Fixes : #17360 - Ensure model is defined when rendering bulk_edit_button ( #17535 )
...
* Ensure model is defined when rendering bulk_edit_button
* Move model check to inner conditional
* Set model in context
* Return child_model instead of model for use in bulk_edit_button
2024-09-26 15:36:42 -04:00
bctiemann
84f3e894ea
Fixes : #17497 - Handle invalid accessor fields in bulk import forms ( #17594 )
...
* Add handling for FieldError to CSVModelChoiceField.to_python to handle invalid accessor field
* manufacturer & default_platform should be CSVModelChoiceFields
* Fix string translation
---------
Co-authored-by: Jeremy Stretch <jstretch@netboxlabs.com>
2024-09-26 15:31:07 -04:00
Arthur Hanson
d188fa316f
17419 fix MPTT issue with migrations for nested module bays ( #17553 )
...
* 17419 rebuild module bay tree on upgrade
* 17419 rebuild module bay tree on upgrade
* 17419 use get_model
2024-09-26 15:24:32 -04:00
Brian Tiemann
713e0eb1bb
Change manufacturer to a CSVModelChoiceField in DeviceTypeImportForm
2024-09-26 15:17:28 -04:00
Jeremy Stretch
f3609b4820
Fixes #17511 : Restore consistent font support for non-Latin characters
2024-09-26 14:59:10 -04:00
Arthur Hanson
a3fd666f2a
17604 fix cluster disk space display
2024-09-26 14:58:00 -04:00
Alexander Haase
faabaf6912
Add interface type SFP (100 Base-FX)
2024-09-26 14:55:08 -04:00
Alexander Haase
425b9ad747
Add return URL to available IPs table link
...
As with other buttons to create objects, the 'x IPs available' button
in tables now returns to this URL after the IP address has been created.
2024-09-26 14:51:11 -04:00
Jeremy Stretch
ae5426be91
Fixes #17601 : Record change to terminating object when disconnecting a cable
2024-09-25 10:20:31 -04:00
github-actions
5e494c68f3
Update source translation strings
2024-09-25 05:02:13 +00:00
Jeremy Stretch
1b132541fe
Update changelog
2024-09-24 17:14:02 -04:00
bctiemann
1729c0d8d1
Fixes : #17126 - Respect the weight unit of the DeviceType when displaying the Device detail ( #17579 )
...
* Respect the weight unit of the DeviceType when displaying the Device details
* Reuse the same weight formatting construct as in rack.html, and add placeholder in rack if empty
2024-09-24 16:53:39 -04:00
Arthur Hanson
075574f686
17569 Add help text to VLAN Group that is not saved on the interface ( #17578 )
...
* 17569 Add help text to VLAN Group that is not saved on the interface
* 17569 review changes
2024-09-24 16:49:41 -04:00
iamk3
e21f228614
create 802.15.4 interface type
2024-09-24 10:18:19 -04:00
Arthur Hanson
8737c2a2ca
17537 add name field to ASN Range Search
2024-09-24 10:05:04 -04:00
bctiemann
612173fd6e
Closes : #16837 - Fix type__empty filter in character-based filters ( #17574 )
...
* Fix type__empty filter in character-based filters
* Add tests
2024-09-24 10:02:49 -04:00
Arthur Hanson
b21e8277aa
17501 fix showing last run of script execution in list view ( #17581 )
...
* 17501 fix showing last run of script job execution in list view
* 17501 fix showing last run of script job execution in list view
2024-09-24 09:45:38 -04:00
Arthur Hanson
5043eab61e
17555 fix interface filter on device for hide-disconnected
2024-09-24 09:31:52 -04:00
Jeremy Stretch
6f648b74fa
Update changelog
2024-09-24 09:23:14 -04:00
Jeremy Stretch
f37e2e55a3
Closes #17577 : Reference ModelState when determining whether an object is being created
2024-09-24 09:14:07 -04:00
atownson
b08641a443
Satisfy prettier check
2024-09-23 14:59:16 -05:00
atownson
e18cc9366f
Update TS styling
2024-09-23 13:42:37 -05:00
atownson
0741da6366
Added null check for the button group
2024-09-23 13:26:47 -05:00
atownson
72f569fc67
Fix TS import
2024-09-23 13:16:05 -05:00
atownson
bd3b1f0152
Added TypeScript to handle conditionally floating the object list forms
2024-09-23 13:06:46 -05:00
atownson
e238bb91b9
Added style classes to represent left and right justified floating button groups
2024-09-23 13:04:44 -05:00
atownson
647a4eb5de
#16009 Removed floating div background and moved filter form buttons outside of card
2024-09-20 11:02:59 -05:00