Arthur Hanson
cc979e110f
15553 change graphql sub-queries from functions to types ( #15557 )
...
* 15553 change graphql list to types
* 15553 review changes
2024-03-29 14:54:31 -04:00
Arthur Hanson
b75d4b3c9b
15552 graphql docs ( #15578 )
...
* 15552 update query
* 15552 update query
* 15552 update query
* Update docs/integrations/graphql-api.md
Co-authored-by: Jeremy Stretch <jstretch@netboxlabs.com>
---------
Co-authored-by: Jeremy Stretch <jstretch@netboxlabs.com>
2024-03-29 14:50:11 -04:00
Arthur Hanson
37e4daca32
15574 Backport strawberry-graphql-django library ( #15577 )
...
* 15574 backport strawberry-django
* Restore strawberry-graphql version
---------
Co-authored-by: Jeremy Stretch <jstretch@netboxlabs.com>
2024-03-29 13:23:33 -04:00
Jeremy Stretch
d85b056a14
Upgrade DRF to v3.15
2024-03-29 13:13:41 -04:00
Jeremy Stretch
ca47fac51c
Update dependencies
2024-03-29 09:20:29 -04:00
Jeremy Stretch
a2c5b61a7c
Fixes #15536 : Fix clipping of dropdown menus inside responsive tables
2024-03-28 16:40:34 -04:00
Daniel W. Anner
2460aeb64c
Adding JSON schema changes to implement and within the generated schema template per issue #15555
2024-03-28 16:34:56 -04:00
teapot
eae3bb0521
Fixes #15567 : Correct typo in help text
...
Fixes #15567 : Correct typo in help text
2024-03-28 16:32:25 -04:00
Jeremy Stretch
0849553ada
Fixes #15570 : Remove omission of M2M relations when generating writable serializers for OpenAPI schema
2024-03-28 16:17:12 -04:00
Arthur Hanson
afca8ac009
15154 Add uWSGI as option to gunicorn ( #15550 )
...
* 15154 uwsgi docs
* 15154 uwsgi contrib files
* 15154 review comments - merge nginx conf
* Restructure gunicorn/uWSGI installation docs
---------
Co-authored-by: Jeremy Stretch <jstretch@netboxlabs.com>
2024-03-28 15:24:08 -04:00
Jeremy Stretch
3d44f97d95
Limit auto-assignment to bug reports & feature requests
2024-03-28 14:14:34 -04:00
Jeremy Stretch
6dc7b332b5
Closes #14736 : Enable HTMX navigation globally ( #15158 )
...
* Enable HTMX boosting
* Refactor HTMX properties for tables
* Fix dashboard object list widget
* Disable scrolling to page content
* Fix initialization of TomSelect dropdowns after HTMX loading
* Replace formaction properties with hx-post
* Fix quick search field on object list view
* Reinitialize copy-to-clipboard buttons upon HTMX load
* Disable scrolling effect for intra-page navigation
* Introduce user preference for toggling HTMX navigation
* Enable HTMX navigation only when selected by user
* Pass htmx_navigation context
* Fix display of confirmation form when deleting an object
* Disable HTMX boosting for rack elevation SVG downloads
* Fix dyanmic form rendering
* Introduce htmx_boost template tag; enable HTMX for user menu
* Use out-of-band sap to update footer stamp
* Fix display of toasts after form submission
* Fix user preference selection
* Misc cleanup
* Rename render_partial() to htmx_partial()
* Add docstring to htmx_boost template tag
* Disable HTMX for user preferences form to force a full page refresh on changes
2024-03-28 11:51:38 -04:00
Jeremy Stretch
b1c61ec67a
Add Jeff; remove duplicate entries from rotation (not supported)
2024-03-28 11:48:15 -04:00
Jeremy Stretch
c0f048ce1c
Clean up the Markdown reference guide
2024-03-26 16:26:47 -04:00
Jeremy Stretch
fef9af38b7
Closes #15236 : Clean up unused static resources ( #15539 )
...
* Remove unused images
* Remove unused stylesheets
2024-03-26 15:27:25 -04:00
Arthur Hanson
6d023a5426
14799 Fix sync of scripts from data source ( #15303 )
...
* 14799 fix script creation from data-source
* 14799 dont cache module_scripts
* 14799 fix sync_classes call
2024-03-26 08:36:36 -04:00
Jeremy Stretch
76c53831b9
Closes #15490 : CustomValidator support for accessing related object attribute via dotted path
2024-03-25 11:57:58 -04:00
Jeremy Stretch
ef0c9506c2
Apply "needs triage" label to new issues by default
2024-03-25 10:39:17 -04:00
Jeremy Stretch
9545ef1ab8
Add auto-assign-issue GitHub action
2024-03-25 09:57:13 -04:00
Jeremy Stretch
81fa373cf4
Clean up GitHub actions
2024-03-25 09:55:21 -04:00
Arthur
55ad8aa93e
Merge branch '9856-strawberry-2' into feature
2024-03-22 12:16:16 -07:00
Jeremy Stretch
14c9729aff
Closes #15465 : Clean up settings.py
2024-03-22 15:15:37 -04:00
Arthur
8c1cdcd70c
9856 move static files
2024-03-22 12:10:53 -07:00
Arthur Hanson
d166f577e1
9856 Replace graphene with Strawberry ( #15141 )
...
* 9856 base strawberry integration
* 9856 user and group
* 9856 user and circuits base
* 9856 extras and mixins
* 9856 fk
* 9856 update strawberry version
* 9856 update imports
* 9856 compatability fixes
* 9856 compatability fixes
* 9856 update strawberry types
* 9856 update strawberry types
* 9856 core schema
* 9856 dcim schema
* 9856 extras schema
* 9856 ipam and tenant schema
* 9856 virtualization, vpn, wireless schema
* 9856 fix old decorator
* 9856 cleanup
* 9856 cleanup
* 9856 fixes to circuits type specifiers
* 9856 fixes to circuits type specifiers
* 9856 update types
* 9856 GFK working
* 9856 GFK working
* 9856 _name
* 9856 misc fixes
* 9856 type updates
* 9856 _name to types
* 9856 update types
* 9856 update types
* 9856 update types
* 9856 update types
* 9856 update types
* 9856 update types
* 9856 update types
* 9856 update types
* 9856 update types
* 9856 GraphQLView
* 9856 GraphQLView
* 9856 fix OrganizationalObjectType
* 9856 single item query for schema
* 9856 circuits graphql tests working
* 9856 test fixes
* 9856 test fixes
* 9856 test fixes
* 9856 test fix vpn
* 9856 test fixes
* 9856 test fixes
* 9856 test fixes
* 9856 circuits test sans DjangoModelType
* 9856 core test sans DjangoModelType
* 9856 temp checkin
* 9856 fix extas FK
* 9856 fix tenancy FK
* 9856 fix virtualization FK
* 9856 fix vpn FK
* 9856 fix wireless FK
* 9856 fix ipam FK
* 9856 fix partial dcim FK
* 9856 fix dcim FK
* 9856 fix virtualization FK
* 9856 fix tests / remove debug code
* 9856 fix test imagefield
* 9856 cleanup graphene
* 9856 fix plugin schema
* 9856 fix requirements
* 9856 fix requirements
* 9856 fix docs
* 9856 fix docs
* 9856 temp fix tests
* 9856 first filterset
* 9856 first filterset
* 9856 fix tests
* 9856 fix tests
* 9856 working auto filter generation
* 9856 filter types
* 9856 filter types
* 9856 filter types
* 9856 fix graphiql test
* 9856 fix counter fields and merge feature
* 9856 temp fix tests
* 9856 fix tests
* 9856 fix tenancy, ipam filter definitions
* 9856 cleanup
* 9856 cleanup
* 9856 cleanup
* 9856 review changes
* 9856 review changes
* 9856 review changes
* 9856 fix base-requirements
* 9856 add wrapper to graphiql
* 9856 remove old graphiql debug toolbar
* 9856 review changes
* 9856 update strawberry
* 9856 remove superfluous check
---------
Co-authored-by: Jeremy Stretch <jstretch@netboxlabs.com>
2024-03-22 12:56:30 -04:00
Arthur
6722d411e0
9856 remove superfluous check
2024-03-22 08:05:27 -07:00
Arthur
fd1db46651
9856 update strawberry
2024-03-22 07:51:32 -07:00
Arthur
9d06fb32d5
9856 review changes
2024-03-22 07:48:56 -07:00
Arthur
1a9fb07a7f
Merge branch 'feature' into 9856-strawberry-2
2024-03-22 07:29:45 -07:00
Arthur
d140416591
14799 dont cache report member names
2024-03-22 10:27:33 -04:00
Jeremy Stretch
869b874051
Fix import statement
2024-03-22 09:32:57 -04:00
Jeremy Stretch
1ec46d95a2
Move utilities.utils.get_related_models() to utilities.relations
2024-03-22 08:59:52 -04:00
Jeremy Stretch
31498c0888
Remove utilities.utils.dynamic_import()
2024-03-22 08:59:52 -04:00
Jeremy Stretch
9ecd40ffdd
Move local_now() to utilities.datetime
2024-03-22 08:59:52 -04:00
Jeremy Stretch
7d87ab0894
Move object_type_identifier() & object_type_name() to utilities.object_types
2024-03-22 08:59:52 -04:00
Jeremy Stretch
6687d2b0a8
Rename content_type_identifier() and content_type_name()
2024-03-22 08:59:52 -04:00
Jeremy Stretch
d636da5f32
Move count_related() & dict_to_filter_params() to utilities.query
2024-03-22 08:59:52 -04:00
Jeremy Stretch
0a916b66f7
Move prepare_cloned_fields() to utilities.querydict
2024-03-22 08:59:52 -04:00
Jeremy Stretch
ff36a6c70a
Move dict_to_querydict() and normalize_querydict() to utilities.querydict
2024-03-22 08:59:52 -04:00
Jeremy Stretch
d0009c7dbe
Move array_to_range(), array_to_string(), deepmerge(), drange(), flatten_dict(), and shallow_compare_dict() to utilities.data
2024-03-22 08:59:52 -04:00
Jeremy Stretch
2d7aae6a19
Move utilities.utils.render_jinja2() to utilities.jinja2
2024-03-22 08:59:52 -04:00
Jeremy Stretch
acccd60057
Move extras.jinja2.ConfigTemplateLoader to utilities.jinja2.DataFileLoader
2024-03-22 08:59:52 -04:00
Jeremy Stretch
d02b931d9e
Remove obsolete function utilities.utils.csv_format()
2024-03-22 08:59:52 -04:00
Jeremy Stretch
ee9b89e54d
Move clean_html() & foreground_color() to utilities.html
2024-03-22 08:59:52 -04:00
Jeremy Stretch
2e3e6d83a6
Move serialize_object() & deserialize_object() to utilities.serialization
2024-03-22 08:59:52 -04:00
Jeremy Stretch
18da9bc5bb
Move to_grams() & to_meters() from utilities.utils to utilities.conversion
2024-03-22 08:59:52 -04:00
Jeremy Stretch
b78fe53829
Move NetBoxFakeRequest and copy_safe_request() from utilities.utils to utilities.request
2024-03-22 08:59:52 -04:00
Jeremy Stretch
59dfc72449
Move utilities.utils.get_viewname() to utilities.views
2024-03-22 08:59:52 -04:00
Jeremy Stretch
a39116d0cb
Move utilities.utils.highlight_string() to utilities.html.highlight()
2024-03-22 08:59:52 -04:00
Jeremy Stretch
85e0cfd743
Move title() from utilities.utils to utilities.string
2024-03-22 08:59:52 -04:00
Jeremy Stretch
ed8b7541ad
Rename resolve_permission_ct() to resolve_permission_type()
2024-03-22 08:59:52 -04:00