netbox/docs/plugins/development
Arthur Hanson 45c99e4477
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
..
background-tasks.md Revise plugins documentation 2022-03-08 15:44:35 -05:00
dashboard-widgets.md Improved docs for how to register dashboard widgets (#14913) 2024-01-26 14:15:28 -05:00
data-backends.md Closes #14889: Update source path for DataBackend class 2024-01-22 14:54:02 -05:00
exceptions.md Closes #9075: Introduce AbortRequest exception for cleanly interrupting object mutations 2022-06-30 15:15:07 -04:00
filtersets.md Update filtersets.md 2022-08-28 13:53:53 +03:00
forms.md Add form rendering utilities to plugins dev docs 2024-03-19 13:34:13 -04:00
graphql-api.md 9856 Replace graphene with Strawberry (#15141) 2024-03-22 12:56:30 -04:00
index.md Closes #14638: Drop support for Python 3.8 and 3.9 2024-01-03 13:33:00 -05:00
models.md 14132 Add EventRule - change webhook and add in script processing to events (#14267) 2023-11-30 16:36:33 -05:00
navigation.md Move choice sets from utilities.choices to netbox.choices 2024-03-22 08:59:52 -04:00
rest-api.md Document the use of WritableNestedSerializer 2022-03-21 15:22:45 -04:00
search.md Closes #14134: Display additional object attributes in global search results (#14154) 2023-11-09 16:21:09 -05:00
staged-changes.md Remove old feature version notices 2023-02-19 20:09:51 -05:00
tables.md Closes #14173: Enable plugins to register columns on core tables (#14265) 2023-11-16 12:16:35 -05:00
templates.md Closes #10604: Remove unused extra_tabs block from object.html generic template 2023-02-19 20:09:51 -05:00
views.md #14036: Update import paths in example plugin code 2023-12-29 09:21:06 -05:00