13a13f3943
Fixes #5446 : Fix validation for plugin version and required settings
2020-12-11 16:05:50 -05:00
43d7d5570e
Merge branch 'develop' into develop-2.10
2020-12-10 10:26:15 -05:00
27e27788cd
Closes #5424 : Allow passing Python code to nbshell using --command
2020-12-08 16:14:52 -05:00
ba00d57d37
Closes #4711 : Rename Webhook.obj_type to content_types
2020-12-02 14:49:07 -05:00
cc271aefe1
Closes #5400 : Store custom field defaults as JSON values
2020-12-01 16:05:23 -05:00
915cf3e715
Merge branch 'develop' into develop-2.10
2020-12-01 11:42:55 -05:00
f55e966c8f
Closes #4865 : Replace all Count() annotations with subqueries ( #5385 )
...
* Convert circuits to use subqueries
* Convert dcim to use subqueries
* Convert extras to use subqueries
* Convert ipam to use subqueries
* Convert secrets to use subqueries
* Convert virtualization to use subqueries
* Update global search view to use subqueries where appropriate
* Remove extraneous order_by() calls
2020-11-25 15:49:18 -05:00
4e25c70f96
Merge branch 'develop' into develop-2.10
2020-11-24 16:50:21 -05:00
b68c79be6b
Fixes #5376 : Correct invalid custom field filter logic values
2020-11-24 10:28:34 -05:00
b3d674e170
Remove extraneous imports
2020-11-24 10:13:03 -05:00
6cae4d7ee4
Fix CustomFieldSerializer content_types queryset
2020-11-23 18:55:17 -05:00
98f2d2501b
Add REST API test for custom fields
2020-11-23 16:01:51 -05:00
a05fe69043
Add REST API endpoint for custom fields
2020-11-23 15:54:42 -05:00
6fb080ff4c
Rename CustomFieldFilterSet
2020-11-23 14:47:54 -05:00
181f5c991b
Fixes #5309 : Avoid extraneous database queries when manipulating objects
2020-11-20 15:40:09 -05:00
1d922ee813
Migrate all ObjectView subclasses to use get_extra_context()
2020-11-19 15:59:11 -05:00
2f1ca902f7
Fall back to base template if object template doesn't exist
2020-11-19 13:31:59 -05:00
d5d87e0fdd
Update templates to use "object" context var
2020-11-19 13:22:33 -05:00
3e7cf416f1
Update ObjectChangeLogView to use "object" context var
2020-11-19 11:49:37 -05:00
e2d2ff8586
Standardize on "object" for ObjectView template context
2020-11-19 11:29:18 -05:00
f3f3993963
Enforce custom field validation on the model
2020-11-12 14:23:08 -05:00
4a8a1ce45c
Check for extraneous custom field data on clean()
2020-11-12 12:18:31 -05:00
b3c770216e
Relocate and group generic views
2020-11-11 16:07:38 -05:00
3d6baeaab0
Move selection field validation from admin form to model
2020-11-11 15:24:39 -05:00
db0c61dea4
Consolidate middleware under NetBox core
2020-11-10 16:59:37 -05:00
3d6bf1e0f8
Clean up CustomField regex validation
2020-11-10 10:21:18 -05:00
0567f0d190
Merge branch 'develop' into develop-2.10
2020-11-09 20:58:59 -05:00
dc7da4f0f6
Fixes #5316 : Dry running scripts should not trigger webhooks
2020-11-09 16:22:45 -05:00
ab33b3aa84
Fixes #5328 : Fix CreatedUpdatedFilterTest when running in non-UTC timezone
2020-11-09 16:04:09 -05:00
c3f2cc7648
Correct buttons() method in dummy plugin template content
2020-11-09 14:31:53 -05:00
7cf4095983
Fixed a UI Bug where there is no whitespace after grouped custom links.
...
See #5325 for details
2020-11-09 07:56:26 +01:00
0d27abc6fc
fixes #5314 - Fix config context rendering when multiple tags are assgined to an object
2020-11-06 16:47:07 -05:00
6542a326c1
Clean up stray Font Awesome icons
2020-11-06 15:06:45 -05:00
72dace29b7
Replace Glyphicons with Material Design
2020-11-06 14:49:14 -05:00
9a9babfc35
Remove extraneous prefetch_related() calls from object list views
2020-10-30 16:54:41 -04:00
fcb5e6ae1c
Merge branch 'develop' into develop-2.10
2020-10-30 10:38:05 -04:00
ca932ecadc
Merge pull request #5286 from netbox-community/5285-plugins-api-app_name
...
Fixes #5285 : Include plugin API endpoints in root view without needing app_name set
2020-10-30 09:10:12 -04:00
28c17f33ab
move get_queryset() to common mixin
2020-10-30 02:56:43 -04:00
db87a69488
convert region fields to f-string
2020-10-30 02:56:26 -04:00
b871d2a8c4
Fixes #5285 : Include plugin API endpoints in root view without needing app_name set
2020-10-29 12:30:10 -04:00
047f03a58c
clean up imports
2020-10-25 19:00:56 -04:00
26ff33c41a
pep8
2020-10-25 17:56:42 -04:00
9e84e3b83b
added tests
2020-10-25 16:49:18 -04:00
82f5d0070e
account for null value annotations
2020-10-23 10:56:02 -04:00
22d2289ed2
add support for regions and vms
2020-10-23 01:18:04 -04:00
3ba18633de
initial work on config context performance improvements
2020-10-20 01:07:22 -04:00
8781cf1c57
Closes #609 : Add min/max value and regex validation for custom fields
2020-10-15 15:06:01 -04:00
143f3cc27c
#4711 : Rename CustomField.obj_type to content_types
2020-10-14 15:26:46 -04:00
c0c5f52ed9
Reorganize REST API components under netbox app
2020-10-13 15:57:21 -04:00
97ac6851d0
Merge branch 'develop' into develop-2.10
2020-10-12 09:51:54 -04:00