Commit Graph

12488 Commits

Author SHA1 Message Date
Arthur
b8937428e5 9856 cleanup 2024-03-13 14:50:41 -07:00
Arthur
c0fdaf8455 9856 cleanup 2024-03-13 14:21:02 -07:00
Arthur
cd13d66228 9856 fix tenancy, ipam filter definitions 2024-03-13 13:37:17 -07:00
Arthur
4f9650396d 9856 fix tests 2024-03-13 13:13:20 -07:00
Jeremy Stretch
4ae438677b Closes #15413: Enable caching of object attributes in search index 2024-03-13 16:13:06 -04:00
Arthur
d0c5fe185d 9856 temp fix tests 2024-03-13 11:51:37 -07:00
Jeremy Stretch
b0b0ecd7f7 Closes #14366: Enable custom links on ConfigContexts and ConfigTemplates 2024-03-13 14:44:41 -04:00
Arthur
5860049b6f 9856 fix counter fields and merge feature 2024-03-13 11:37:13 -07:00
Arthur
71d5ebb5ec Merge branch 'feature' into 9856-strawberry-2 2024-03-13 11:20:33 -07:00
Arthur
c82a18fa84 9856 fix graphiql test 2024-03-13 11:19:54 -07:00
Arthur
95c1cc7a4b 9856 filter types 2024-03-13 10:48:46 -07:00
Arthur
12aeecd65d 9856 filter types 2024-03-13 10:39:08 -07:00
Arthur
92660e3c04 9856 filter types 2024-03-13 10:07:28 -07:00
Arthur
3a669fd222 9856 working auto filter generation 2024-03-12 16:35:17 -07:00
Arthur
19112be57a 9856 fix tests 2024-03-12 10:52:20 -07:00
Arthur
4e54efd42b 9856 fix tests 2024-03-12 10:39:00 -07:00
Arthur
3ec7c7f4de 9856 merge feature 2024-03-12 10:12:09 -07:00
Jeremy Stretch
e772c65124 Merge pull request #15369 from netbox-community/15237-audit-filtersets
Closes #15237: Add tests for missing filters
2024-03-12 13:09:14 -04:00
Arthur
9320977ec5 9856 first filterset 2024-03-12 10:01:34 -07:00
Arthur
411079f063 9856 first filterset 2024-03-12 09:35:53 -07:00
Jeremy Stretch
689b8fa938 Ensure all filter labels are translated 2024-03-12 12:14:13 -04:00
Jeremy Stretch
bc49f301d2 Declare FilterSet fields as a tuple 2024-03-12 12:08:11 -04:00
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