Renato Almeida de Oliveira
7526f3c29c
Fixes : #18579 Add contact filters to services ( #18818 )
...
* Add Contact filter to Services
* Add ContactModelFilterForm to ProviderAccountFilterForm
* Add Contact filter support for Aggregate
* Add Contact filter support for Prefix
* Add Contact filter to IPRange
* Add Contact filter to IPAddress
* Add Contact filter to L2VPN
* Add Contact filter to TunnelGroup
* Add Contact filter to Tunnel
* Add ContactModelFilterSet to ProviderAccountFilterSet
* Fixes classes inheritance order
Setup NetBoxModelFilterSetForm as the last inherited class
Co-authored-by: Jason Novinger <jnovinger@gmail.com>
---------
Co-authored-by: Jason Novinger <jnovinger@gmail.com>
2025-03-06 09:41:41 -06:00
bctiemann
a0d48246fe
Merge pull request #18823 from netbox-community/release-v4.2.5
...
Release v4.2.5
2025-03-06 10:10:13 -05:00
Andrey Tikhonov
2e0edda745
Merge branch 'develop' into fix/generic_prefetch_4.2
2025-03-06 16:05:25 +01:00
Andrey Tikhonov
dc5bf79d64
Merge branch 'develop' into fix/generic_prefetch_4.2
2025-03-06 16:02:32 +01:00
Andrey Tikhonov
e21c8757a4
cleanup unused imports and extra line
2025-03-06 16:01:59 +01:00
Jeremy Stretch
6068e44831
Tweak issue ordering
2025-03-06 09:50:32 -05:00
Brian Tiemann
dab561a4b5
Merge remote-tracking branch 'origin/release-v4.2.5' into release-v4.2.5
2025-03-06 09:28:08 -05:00
Brian Tiemann
383953a278
Bump Django and add missing PRs
2025-03-06 09:27:44 -05:00
Jeremy Stretch
e0ee2adfdc
Update translations
2025-03-06 09:00:09 -05:00
github-actions
2a1fe4eb63
Update source translation strings
2025-03-06 05:02:11 +00:00
Brian Tiemann
aad6c188de
Add translation files
2025-03-05 18:52:34 -05:00
bctiemann
0ddd45309b
Override get_queryset on generic ObjectListView and NetBoxModelViewSet to reapply model-level ordering ( #18805 )
2025-03-05 15:52:00 -08:00
Brian Tiemann
7027b08772
Fix strawberry-graphql==0.262.0
2025-03-05 18:46:30 -05:00
Brian Tiemann
bebef8d469
NetBox v4.2.5
2025-03-05 18:43:41 -05:00
Marcus Weiner
edd8afeb4c
Allow primary key for nested models in OpenAPI request schemas ( #18451 )
2025-03-05 11:46:12 -08:00
Renato Almeida de Oliveira Zaroubin
0fe829c0e8
Add commit test in job execution
2025-03-05 09:34:18 -05:00
Renato Almeida de Oliveira Zaroubin
d0e5da6ea4
fix typo in VirtualCircuitFilterForm
2025-03-05 09:28:00 -05:00
github-actions
eaaad31138
Update source translation strings
2025-03-05 05:02:11 +00:00
Daniel Sheppard
a9279f51f4
Fixes : #15016 - Catch AssertionError from cable trace and throw ValidationError ( #16384 )
2025-03-04 10:57:27 -08:00
Renato Almeida de Oliveira Zaroubin
add5dd973b
Add vlangroup into LocationTable, LocationListView queryset and related_models in LocationView
2025-03-04 18:34:23 +00:00
Jeremy Stretch
eb1fb127e3
Closes #18627 : Proxy routing ( #18681 )
...
* Introduce proxy routing
* Misc cleanup
* Document PROXY_ROUTERS parameter
2025-03-04 08:24:54 -05:00
github-actions
2dfde676e9
Update source translation strings
2025-03-04 05:02:19 +00:00
bctiemann
612343f72e
Merge pull request #18748 from netbox-community/18352-add-poweroutlet-status
...
Closes #18352 : Adds PowerOutlet.status field
2025-03-03 20:07:39 -05:00
Jason Novinger
f4e26ca673
Adds PowerOutlet.status to detail view
...
Also fixes color display in list table and detail template
2025-03-03 12:22:34 -06:00
bctiemann
993a326e62
Merge pull request #18789 from jamestiotio/18774-tag-description
...
Closes #18774 : Set title attribute of each tag to its description
2025-03-03 11:35:33 -05:00
Jason Novinger
0e764bca83
Fixes #18768 : allow removing secondary MACAddress from interface
2025-03-03 09:35:00 -05:00
Jeremy Stretch
c6490da5c5
Closes #18287 : Enable periodic synchronization for data sources ( #18747 )
...
* Add sync_interval to DataSource
* Enqueue a SyncDataSourceJob when needed after saving a DataSource
* Fix logic for clearing pending jobs on interval change
* Fix lingering background tasks after modifying DataSource
2025-03-03 09:29:40 -05:00
atownson
8a38f095cc
Closes #17944 : Allow filtering of ObjectVar and MultiObjectVar script inputs ( #18725 )
...
* Add the advanced object selector to the ObjectVar and MultiObjectVar script inputs
* Fix formatting issue
2025-03-03 09:20:04 -05:00
James Raphael Tiovalen
bbba884b2c
Closes #18774 : Set title attribute of each tag to its description
2025-03-02 18:40:40 +08:00
github-actions
127656cf87
Update source translation strings
2025-03-01 05:02:06 +00:00
Jeremy Stretch
8a4eea0cd0
Fixes #15924 : Fix API interface patch tagged all mode ( #18759 )
...
* Fixes : #15924 - Prevent API payload from allowing tagged_vlans while interface mode is set to taged-all
* Prevent cleanup of tagged_vlans when no tagged_vlans set on interface
* Fix test errors
* Remove accidental debug statements
* Update validation to model clean method instead of serializer
* Remove clearing of tagged vlans from `save()`
* Make changes to validation to account for M2M not being available under model in addition to not being able to check incoming vlans under same model.
* Optimize untagged vlan check
* Re-ordering statements in validators
* Forgot to call super().clean()
* Adjust logic for form and serializer. Add tests
* Fix test failure
* Fix ruff errors
* Fix test by removing now invalid test
* Update serializer, form and tests
* Optimize API test for vlan fields
* Optimize API serializer logic
---------
Co-authored-by: Daniel Sheppard <dans@dansheps.com>
2025-02-28 11:01:48 -05:00
Jason Novinger
e11791af59
Fixes #18758 : Enable sorting by Account count on prodiver list ( #18763 )
2025-02-28 07:28:09 -08:00
Jason Novinger
7b98e5a10f
Adds initial PowerOutletForm tests
2025-02-27 15:02:14 -06:00
Jeremy Stretch
1c6af84ffc
Closes #17424 : Add custom visibility toggle to ViewTab
2025-02-27 10:41:10 -05:00
Jason Novinger
d168b11d92
Extend filterset/model tests to cover PowerOutlet.status
2025-02-26 17:09:56 -06:00
Jason Novinger
28d6f66f31
Updates PowetOutler docs to include new status field
2025-02-26 16:51:07 -06:00
Jason Novinger
6c9c546267
Updates PowerOutletIndex to display status field in results
...
This seemed inline with status fields on other model search indexes
2025-02-26 16:44:54 -06:00
Jason Novinger
bc50280cb1
Adds PowerOutlet.status field to PowerOutlet model tables
2025-02-26 16:44:03 -06:00
Jason Novinger
eee2d400e6
Adds status field to PowerOutletSerializer
2025-02-26 16:42:44 -06:00
Jason Novinger
d610d613c6
For #18352 , adds PowerOutlet.status field to forms and filtersets
2025-02-26 16:38:11 -06:00
Jason Novinger
6d0f8aa656
For #18352 , adds choices, model field, migration
...
Adds:
- dcim.choices.PowerOutletStatusChoices
- dcim.models.device_components.PowerOutlet.status field with `choices`
set to PowerOutletStatusChoices
- adds migration for PowerOutlet.status field
- updates breaking view tests
2025-02-26 16:36:09 -06:00
Jeremy Stretch
c930163263
Fixes #18141 : Fix quick-add support for plugin models
2025-02-26 14:25:38 -05:00
Daniel Sheppard
a77937c461
Fixes : #15924 - Prevent API payload from allowing tagged_vlans while interface mode is set to tagged-all ( #17211 )
2025-02-26 09:28:02 -08:00
github-actions
54bddde9c4
Update source translation strings
2025-02-26 05:02:07 +00:00
Marcus Weiner
fada68c1a0
Fix definition of vid_ranges
in VLANGroup
so it shows up in the OpenAPI schema ( #18237 )
2025-02-25 16:34:15 -08:00
Renato Almeida de Oliveira
8b2ad9ce48
Fixes : #17796 Custom Field Choices -> Create & Add Another causes IndexError ( #18631 )
2025-02-25 14:44:10 -08:00
bctiemann
611de153bc
Merge pull request #18704 from alehaa/18095-inherit-contacts
...
Fixes 18095: inherit contacts
2025-02-25 16:08:32 -05:00
Brian Tiemann
ab7ae188ed
Handle null table in TableConfigForm
2025-02-25 12:59:26 -05:00
Alexander Haase
642c3ca0ca
Optimize contact lookup query
2025-02-25 18:36:16 +01:00
bctiemann
341125cd54
Merge pull request #18650 from tobiasge/18635-fix-version-identifier
...
Close #18635 : Show only the semantic version
2025-02-25 12:19:26 -05:00