Commit Graph

12366 Commits

Author SHA1 Message Date
Jeremy Stretch
d3632ed426 Closes #15401: Rename PostgreSQL tables & indexes for L2VPN models (#15405)
* Closes #15401: Rename PostgreSQL tables & indexes for L2VPN models

* Account for alternate index name
2024-03-12 11:20:23 -04:00
Jeremy Stretch
f3af6b12a9 Add NetBox Enterprise deployment type 2024-03-12 10:57:14 -04:00
Jeremy Stretch
f58313fe97 Closes #14459: Update coverage report 2024-03-12 10:51:29 -04:00
Markku Leiniö
656ce82049 Closes #14206: Add FC SFP types 2024-03-12 09:03:42 -04:00
Jeremy Stretch
458a80244a Clean up exemption logic 2024-03-11 15:54:35 -04:00
Jeremy Stretch
8c40f937b7 Extend logic for validating filter class 2024-03-11 15:35:40 -04:00
Jeremy Stretch
d3bf6c838d Validate filter class for foreign key fields 2024-03-11 14:39:34 -04:00
Jeremy Stretch
69f370fddc Add missing filters for reverse many-to-many relationships 2024-03-11 14:39:34 -04:00
Jeremy Stretch
a547155241 Test for missing ManyToManyField filters 2024-03-11 14:39:34 -04:00
Jeremy Stretch
135cf9a885 Inspect many-to-many fields 2024-03-11 14:39:34 -04:00
Jeremy Stretch
4f863af698 Fix remaining tests 2024-03-11 14:39:34 -04:00
Jeremy Stretch
813ec0c7f3 Add missing filters 2024-03-11 14:39:34 -04:00
Jeremy Stretch
411862a55e Add tests for missing FilterSet filters 2024-03-11 14:39:34 -04:00
Jeremy Stretch
28dbb0872a Closes #15383: Standardize filtering logic for the parents of recursively-nested models 2024-03-11 13:27:57 -04:00
Arthur
91d5c52bae 9856 temp fix tests 2024-03-11 09:17:58 -07:00
Arthur
919e52f40e 9856 fix docs 2024-03-11 08:57:41 -07:00
Arthur
bcbc942d27 9856 fix docs 2024-03-11 08:50:56 -07:00
Jeremy Stretch
768e0245d6 #15357: Rename CustomField object_type to related_object_type 2024-03-11 11:49:04 -04:00
Arthur
cad48d1a40 9856 fix requirements 2024-03-11 08:39:01 -07:00
Arthur
84b77a94b1 9856 fix requirements 2024-03-11 08:38:06 -07:00
Arthur
e26052f9bc 9856 fix plugin schema 2024-03-11 08:33:32 -07:00
Daniel Sheppard
19c17568a4 Fixes: #13722 - Correct range expansion code when a numeric set is used (#15301)
* Fixes: #13722 - Correct range expansion code when a numeric set is used

* Correct to my own suggestion

* Clean up logic

* Simplify range detection

---------

Co-authored-by: Jeremy Stretch <jstretch@netboxlabs.com>
2024-03-11 10:50:10 -04:00
Leo Chen
225a4bbf71 Fixes: #14832 Extend GraphQL FHRPGroupType with IPAddressesMixin 2024-03-11 10:32:31 -04:00
Arthur
3707f4910b 9856 cleanup graphene 2024-03-11 07:31:38 -07:00
Jeremy Stretch
68149ecec6 Closes #15357: Rename CustomField.object_type to related_object_type (#15366) 2024-03-09 06:16:17 -05:00
Jeremy Stretch
46e3ca9414 Changelog for #15220, #15232, #15241, #15243, #15316 2024-03-08 17:05:10 -05:00
Jeremy Stretch
ffcdd4c42e Fixes #15336: Correct label for recurring scheduled jobs 2024-03-08 17:03:18 -05:00
Jeremy Stretch
f3c7da2cfb Closes #15291: Add tunnel termination buttons to VM interfaces table 2024-03-08 16:58:04 -05:00
Jeremy Stretch
6372d3be41 Closes #15297: Linkify platform column in device & virtual machine tables 2024-03-08 16:48:39 -05:00
Arthur
e92f2a52b9 9856 fix test imagefield 2024-03-07 12:59:56 -08:00
Arthur
bf872b1c71 9856 fix tests / remove debug code 2024-03-07 12:48:57 -08:00
Arthur
fc28b2711c 9856 fix virtualization FK 2024-03-07 11:55:35 -08:00
Arthur
c4e592a112 9856 fix dcim FK 2024-03-07 11:40:50 -08:00
Arthur
417e99eeb7 9856 fix partial dcim FK 2024-03-07 10:48:50 -08:00
Arthur
3d7509f780 9856 fix ipam FK 2024-03-07 10:11:28 -08:00
Arthur
38877702b0 9856 fix wireless FK 2024-03-07 09:58:26 -08:00
Arthur
a3d5ba1eb9 9856 fix vpn FK 2024-03-07 09:53:11 -08:00
Arthur
5013e0b111 9856 fix virtualization FK 2024-03-07 09:42:52 -08:00
Arthur
394a019fcf 9856 fix tenancy FK 2024-03-07 09:07:31 -08:00
Arthur
2093208cc7 9856 fix extas FK 2024-03-07 08:58:56 -08:00
Arthur Hanson
f98cdf7b7c 10587 script pagination (#15343)
* 10587 temp commit

* 10587 temp commit

* 10587 fix migrations

* 10587 pagination

* 10587 pagination

* 10587 pagination

* 10587 review changes
2024-03-07 11:41:34 -05:00
Arthur
001b6bf741 9856 temp checkin 2024-03-07 07:39:15 -08:00
Arthur
7443de5c84 9856 core test sans DjangoModelType 2024-03-06 15:48:02 -08:00
Arthur
a265350b46 9856 circuits test sans DjangoModelType 2024-03-06 15:44:40 -08:00
Arthur
be1103394a 9856 test fixes 2024-03-06 15:25:06 -08:00
Arthur
4ec554643c 9856 test fixes 2024-03-06 15:00:48 -08:00
Arthur
9eab9bfe9f 9856 test fixes 2024-03-06 14:34:51 -08:00
Arthur
c6177dfb92 9856 test fix vpn 2024-03-06 14:00:53 -08:00
Jeremy Stretch
7148c47795 Changelog for #12795, #15277, #15292 2024-03-06 16:47:38 -05:00
Arthur
534d8bb66f 9856 test fixes 2024-03-06 13:43:40 -08:00