Dan Braghiș

Results 70 issues of Dan Braghiș

as per https://github.com/wagtail/wagtail-bakery/issues/67 `smart_text` has been deprecated. There likely are a few other bits and bobs to tidy up (like supported versions in setup.py), add 4.0 to the test matrix...

- GitHub Actions versions - Update various linters - Moves build and publish to PyPI to own workflow, with trigger from release creation, rather than just pushing a tag -...

Fixes #141 To-Do: - [ ] query field filters - [ ] anything inheriting from `TranslatableMixin` - [ ] Tests - [ ] Documentation

status: Needs tests

When using a custom image model, with a custom rendition model one needs to add ```python graphql_fields = [ GraphQLString("id"), GraphQLString("url"), GraphQLString("width"), GraphQLString("height"), GraphQLImage("image"), GraphQLString("file"), ] ``` to the custom...

documentation

as per https://github.com/graphql-python/graphene-django/releases/tag/v2.12.0 https://github.com/graphql-python/graphene-django/releases/tag/v2.12.1 https://github.com/graphql-python/graphene-django/releases/tag/v2.13.0 This should also simplify the subscriptions logic a bit

enhancement
good first issue

including its various parameters e.g. `required`, `is_list`, `source`

documentation
help wanted
good first issue

tl;dr Persisted queries allows get quests using a hash using GET requests, thus allowing for greated cacheability and smaller requests. ### Resources * https://www.apollographql.com/docs/apollo-server/performance/apq/ * https://www.apollographql.com/blog/persisted-graphql-queries-with-apollo-client-119fd7e6bba5/ * https://blog.codecentric.de/en/2020/05/how-to-secure-a-graphql-service-using-persisted-queries/ * https://github.com/flavors/django-graphql-persist

type: Enhancement
type: Feature

References: * https://docs.wagtail.org/en/latest/releases/3.0.html#removal-of-special-purpose-field-panel-types * https://docs.wagtail.org/en/latest/releases/3.0.html#api-changes-to-panels-edithandlers * https://docs.wagtail.org/en/latest/extending/forms.html#defining-admin-form-widgets > Where possible, third-party packages that implement their own field panel types should be updated to allow using a plain FieldPanel instead, in...

This replaces #537 (and addresses #15) https://github.com/wagtail/wagtail/pull/7984 / https://github.com/wagtail/wagtail/issues/7592 To run tests locally: `tox -e python3.8-django4.0-wagtailsync-sqlite wagtail_localize.tests.test_synctree.TestConstructSyncedPageTreeListHook` To-Do: - [x] Decide what to do with multi-layered locale sync (`fr-ca` synchs...