1
0
mirror of https://github.com/netbox-community/netbox.git synced 2024-05-10 07:54:54 +00:00
Commit Graph

11971 Commits

Author SHA1 Message Date
1f865af559 Closes : Add support for Python 3.12 2024-01-05 13:08:37 -05:00
fb7d483dbe : Check for Python 3.10 or later 2024-01-04 09:47:55 -05:00
7bedf48a97 Closes : Drop support for Python 3.8 and 3.9 2024-01-03 13:33:00 -05:00
cd7d038fc0 Closes : Remove backward compatibility for old permissions mapping under ActionsMixin 2024-01-03 12:01:10 -05:00
a5fa30e851 Closes : Remove backward compatibility for importing extras.plugins 2024-01-03 12:00:44 -05:00
f09658b9c3 Closes : Remove backward compatibility for process_webhook() 2024-01-03 12:00:20 -05:00
2d19c5068f : Annotate WebhooksMixin renaming under breaking changes 2024-01-03 10:57:29 -05:00
7c4b939b59 Revise v3.7 release notes 2023-12-29 09:36:29 -05:00
c1ff74894c : Update import paths in example plugin code 2023-12-29 09:21:06 -05:00
33af942571 Closes : Add action object column to EventRuleTable 2023-12-28 15:56:22 -05:00
224484ebb6 Closes : Add termination object filters for cables ()
* Add termination object filters for cables

* Add tests for new filters
2023-12-28 15:39:14 -05:00
d9c1ba8972 Add translations to changelog 2023-12-28 14:58:19 -05:00
d930c4e36e Apply filterset & test changes for & 2023-12-28 14:43:08 -05:00
d5c1cb0ef6 Merge branch 'develop' into feature 2023-12-28 14:20:04 -05:00
0c0672550a Merge pull request from netbox-community/develop
Release v3.6.9
v3.6.9
2023-12-28 14:13:25 -05:00
199685d98b Release v3.6.9 2023-12-28 13:58:34 -05:00
3ef2db81e8 Closes : Add filter tests for all q and description filters 2023-12-28 13:53:16 -05:00
3bacee16bd Closes : Ensure description filters are available on all relevant models 2023-12-28 13:53:16 -05:00
45c646dcec Fixes - Fix validation error when primary IP is moved ()
* 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
fedcbaf4c8 Fixes : Permit setting device type U height to 0 during bulk edit 2023-12-28 10:06:25 -05:00
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
11bc460551 Update release notes 2023-12-27 17:22:04 -05:00
1f2f0860fe Merge branch 'develop' into feature 2023-12-27 16:34:38 -05:00
46b933a5aa Merge pull request from netbox-community/develop
Release v3.6.8
v3.6.8
2023-12-27 16:12:13 -05:00
07da3f6d33 Release v3.6.8 2023-12-27 16:00:16 -05:00
4eadc8cfe4 Closes : Increase min/max validation values for custom fields 2023-12-27 15:41:26 -05:00
0613e8e95c Fixes : Fix display of current configuration parameters 2023-12-27 15:32:11 -05:00
113c60a44a Fixes : Ignore empty choices when populating dynamic choice fields from initial data 2023-12-27 14:32:40 -05:00
8a237561ef Closes : Match against description field when searching for devices 2023-12-27 13:49:39 -05:00
cc0fc03ec3 Changelog for , , , , , , 2023-12-27 13:45:06 -05:00
b955751349 Fixes : Ensure reservations tab is always displayed under rack view 2023-12-27 13:42:26 -05:00
d6c8d1581c Closes : List parent prefixes under IP range view 2023-12-27 12:53:30 -05:00
e6642b5f5b Fixes : Detach group/site validation error from group field 2023-12-27 12:51:51 -05:00
a67236fc3c Fixes : Record data source sync failure when run via syncdatasource command 2023-12-27 12:51:03 -05:00
634681a72e Fixes : Fix filtering by null for multiselect custom fields 2023-12-27 12:49:31 -05:00
031b7540b3 Fixes : Update docs to correctly reflect inventory item uniqueness requirements 2023-12-26 13:35:03 -05:00
43909ee33f Fixes : Permit zero-length cables 2023-12-26 09:27:58 -05:00
99467e8f66 Fixes : Support custom validation for many-to-many fields ()
* WIP

* Enforce custom validators during bulk edit

* Add bulk edit M2M validation test

* Clean up tests

* Add custom validation test for bulk import

* Misc cleanup
2023-12-22 10:01:05 -05:00
00807d1e52 Fixes : Fix changing event rule action type from webhook to script ()
* Fixes : Fix changing event rule action type from webhook to script

* Remove action_parameters from form; set on instance under save()
2023-12-22 09:54:08 -05:00
0d08205ab1 Fixes : Device/VM change record should accurately reflect when primary/OOB IP is deleted 2023-12-22 08:47:51 -05:00
c289dda649 Changelog for , , , , 2023-12-21 16:36:24 -05:00
169207058f Update search to add note 2023-12-21 16:27:43 -05:00
e5c565cbf4 Closes : Remove redundant check for to_objectchange() 2023-12-21 16:26:20 -05:00
f0b9008529 Fixes : Fix display of the tags column under VDC table 2023-12-21 16:00:44 -05:00
8dfec7e2b2 Closes - Add available_at_site filter ()
* Closes  - Add available_at_site filter

* Add tests

* Fix tests
2023-12-21 15:40:57 -05:00
c1cf037eaf Print NetBox version in upgrade.sh () 2023-12-21 15:13:40 -05:00
3f4a65cc5c added ! to safe characters 2023-12-21 15:10:38 -05:00
58f925c261 Closes : Include additional display attributes for search indexers 2023-12-21 14:36:42 -05:00
326b54b7e0 Closes : Add user language preference 2023-12-21 14:27:52 -05:00
3905ddf163 Add initial message maps for es, fr, pt, and ru 2023-12-21 13:31:16 -05:00