Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove strawberry-django-plus, update strawberry. #403

Merged
merged 2 commits into from
Jul 10, 2023
Merged

Conversation

nrbnlulu
Copy link
Owner

@nrbnlulu nrbnlulu commented Jul 9, 2023

resolves #402
resolves #398

@gqlauthbot
Copy link

Release type: minor

This release updates to the latest version of strawberry
and removes dependencies with strawberry-django-plus.

  • The directive IsVerified is migrated to the new field
    extensions API and extends the django base permission
    extension.

  • The Channels middleware will inject the user in request.user
    or request.scope["UserOrError"]

@codecov
Copy link

codecov bot commented Jul 9, 2023

Codecov Report

Merging #403 (a2bae13) into main (64a27a5) will increase coverage by 0.04%.
The diff coverage is 100.00%.

@@            Coverage Diff             @@
##             main     #403      +/-   ##
==========================================
+ Coverage   92.46%   92.51%   +0.04%     
==========================================
  Files          33       33              
  Lines        1474     1482       +8     
==========================================
+ Hits         1363     1371       +8     
  Misses        111      111              
Impacted Files Coverage Δ
gqlauth/core/directives.py 100.00% <100.00%> (ø)
gqlauth/core/middlewares.py 89.24% <100.00%> (+0.23%) ⬆️
gqlauth/core/mixins.py 100.00% <100.00%> (ø)
gqlauth/core/utils.py 91.48% <100.00%> (+0.28%) ⬆️
gqlauth/user/queries.py 100.00% <100.00%> (ø)
gqlauth/user/resolvers.py 87.90% <100.00%> (ø)

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@nrbnlulu nrbnlulu merged commit 2e6561a into main Jul 10, 2023
14 checks passed
@nrbnlulu nrbnlulu deleted the update_strawberry branch July 10, 2023 04:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Remove strawberry_django_plus dependency Support for 0.180.0+ strawberry-graphql
2 participants