Arthur
4811c54d7e
14132 fix test
2023-11-30 08:32:51 -08:00
Jeremy Stretch
cdea1130eb
Merge branch 'feature' into 14132-event-refactor-2
2023-11-29 20:38:02 -05:00
Jeremy Stretch
b83fcc6077
Merge branch 'develop' into feature
2023-11-29 20:25:44 -05:00
Jeremy Stretch
9d09916f6e
PRVB
2023-11-29 19:32:45 -05:00
Arthur
e1c7a03f3a
14132 fix csv import
2023-11-29 16:32:03 -08:00
Jeremy Stretch
28080e9b14
Merge pull request #14386 from netbox-community/develop
...
Release v3.6.6
2023-11-29 19:30:47 -05:00
Arthur
593b8697cf
14132 fix csv import
2023-11-29 16:19:50 -08:00
Jeremy Stretch
04fd45581d
Release v3.6.6
2023-11-29 19:16:30 -05:00
Arthur
68d380af54
14132 update paramaters
2023-11-29 16:04:14 -08:00
Arthur
5d2ada315b
14132 update paramaters
2023-11-29 15:52:05 -08:00
Arthur
a16d722fcb
14132 nested serializer
2023-11-29 15:18:30 -08:00
Arthur
1085458e66
14132 add script_full_name
2023-11-29 15:00:02 -08:00
Jeremy Stretch
0a8eb7fcbe
Update changelog
2023-11-29 17:25:10 -05:00
Jeremy Stretch
ac3fc25dfd
Fixes #14239 : Fix CustomFieldChoiceSet search filter
2023-11-29 17:20:18 -05:00
Jeremy Stretch
82591ad8a1
Fixes #14056 : Record a pre-change snapshot when bulk editing objects via CSV
2023-11-29 17:19:35 -05:00
Jeremy Stretch
6dddb6c9d2
Fixes #14199 : Fix jobs count for reports with a custom name
2023-11-29 17:19:02 -05:00
Abhimanyu Saharan
290aae592d
Raises validation error if file path and root are not unique ( #14232 )
...
* raises validation error if file path and root are not unique #14187
* review changes #14187
2023-11-29 16:25:16 -05:00
Abhimanyu Saharan
ff021a8e4e
Adds region hierarchy in templates ( #14213 )
...
* initial work to render hierarchical region #13735
* adds site display #13735
* cleanup #13735
* adds display region tag #13735
* refactored region hierarchy #13735
* refactored region hierarchy #13735
* renamed display_region to nested_tree #13735
* Make render_tree suitable for generic use
* Remove errant item from __all__
---------
Co-authored-by: Jeremy Stretch <jstretch@netboxlabs.com>
2023-11-29 16:20:59 -05:00
Arthur
3c78047e52
14132 nested serializer
2023-11-29 13:15:15 -08:00
Vincent Simonin
3a3d43911c
Fixed password was not hashed on REST API update ( #14340 )
...
* Fixed password was not hashed on REST API update
* When we updated a user password with a REST API call the password was
stored in clear in plain text in the database.
* Following code review
* Move test on UserTest class
* Call `super().update()` in overriding `update` method
* Return directly the result of `super().update()`
2023-11-29 15:59:54 -05:00
Josef Johansson
c43c63a817
14346 fix missing function call convert
...
In PR #13958 (commit 8224644
) _get_report was modified to do the call on the variable without changing the call later on.
This commit fixes that and removes the call on the variable.
Signed-off-by: Josef Johansson <josef@oderland.se>
2023-11-29 15:58:14 -05:00
Arthur
a8b4578170
14132 nested serializer
2023-11-29 12:55:17 -08:00
Arthur
c26e7c770d
14132 nested serializer
2023-11-29 12:54:14 -08:00
Jeremy Stretch
792b353f64
Fixes #14363 : Fix bulk editing of interfaces assigned to VM with no cluster
2023-11-29 15:23:35 -05:00
Jeremy Stretch
01ba4ce129
Fixes #14242 : Enable export templates for contact assignments
2023-11-29 15:22:41 -05:00
Arthur
6d28cac99f
14132 nested serializer
2023-11-29 12:05:42 -08:00
Arthur
57d454f8b4
14132 test_views
2023-11-29 09:33:50 -08:00
Arthur
7b0d683b50
14132 test_views
2023-11-29 09:18:02 -08:00
Arthur
12b4c484a1
14132 fix bulk import
2023-11-29 09:04:28 -08:00
Jeremy Stretch
2252c8ba01
Clean up API tests
2023-11-29 10:01:35 -05:00
Jeremy Stretch
bce43eabc9
Add action_object to EventRule serializer
2023-11-29 09:52:22 -05:00
Jeremy Stretch
afc1e789d2
Clean up filterset tests
2023-11-29 08:55:12 -05:00
Arthur
f880b8f924
14132 test_filtersets
2023-11-28 17:40:13 -08:00
Arthur
7b409b97a5
14132 merge test_webhooks
2023-11-28 14:27:37 -08:00
Jeremy Stretch
fc7d6e1387
Fixes #14325 : Ensure expanded numeric arrays are ordered ( #14370 )
...
* Fixes #14325 : Ensure expanded numeric arrays are ordered
* Remove redundant casting to
2023-11-28 17:04:10 -05:00
Jeremy Stretch
080da68b6a
Fixes #14349 : Fix custom validation support for DataSource
2023-11-28 17:02:52 -05:00
Jeremy Stretch
7d413ea3c2
Fixes #14343 : Set order_by accessor for asn_asdot column ( #14369 )
2023-11-28 17:02:07 -05:00
Arthur Hanson
40763b58bd
14299 change webhook timestamp to isoformat ( #14331 )
...
* 14299 change timestamp to isoformat
* Omit redundant str() casting
---------
Co-authored-by: Jeremy Stretch <jstretch@netboxlabs.com>
2023-11-28 17:01:03 -05:00
Arthur
3e4821e5be
14132 fix api tests
2023-11-28 13:30:42 -08:00
Arthur
6549dce758
14132 fix api tests
2023-11-28 13:19:11 -08:00
Jeremy Stretch
d2fea4edc4
Closes #14311 : Move L2VPN models from ipam
to vpn
( #14358 )
...
* Move L2VPN and L2VPNTermination models from ipam to vpn
* Move L2VPN resources from ipam to vpn
* Extend migration to update content types
* Misc cleanup
2023-11-28 13:45:00 -05:00
Arthur
92d9e86ecc
14132 filterset test
2023-11-28 10:17:56 -08:00
Jeremy Stretch
8e7146cd06
v3.7 documentation updates
2023-11-28 13:11:30 -05:00
Jeremy Stretch
e4989300de
Draft v3.7 release notes
2023-11-28 13:11:00 -05:00
Arthur
4c331f5b52
14132 review change
2023-11-28 09:40:59 -08:00
Jeremy Stretch
cd8eb7b92c
Merge branch 'feature' into 14132-event-refactor-2
2023-11-28 08:51:59 -05:00
Jeremy Stretch
0824fddf29
Clean up docs
2023-11-28 08:42:35 -05:00
Jeremy Stretch
f68b8126dd
Rename clear_webhooks signal to clear_events
2023-11-28 08:42:11 -05:00
Jeremy Stretch
43eef0effe
Rename webhooks key for model_features registry key to event_rules
2023-11-28 08:39:51 -05:00
Jeremy Stretch
267b5a1b3a
Rename WebhooksMixin to EventRulesMixin
2023-11-28 08:16:28 -05:00