nrbnlulu / strawberry-django-auth

Authentication system for django using strawberry
https://nrbnlulu.github.io/strawberry-django-auth/
MIT License
68 stars 30 forks source link

Fix channels support and bump Django from 5.0 to <5.1 #504

Closed shmoon-kr closed 7 months ago

shmoon-kr commented 8 months ago

I tested manually though there's no test code.

nrbnlulu commented 8 months ago

Thanks! If you can fix the CI it would be great :upside_down_face:

nrbnlulu commented 8 months ago

Please add a RELEASE.md file as well should look like this

Release type: patch

describe your changes
codecov[bot] commented 7 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 92.89%. Comparing base (9c760b6) to head (91292a2). Report is 9 commits behind head on main.

:exclamation: Current head 91292a2 differs from pull request most recent head 4d5f5ec. Consider uploading reports for the commit 4d5f5ec to get more accurate results

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #504 +/- ## ========================================== + Coverage 92.82% 92.89% +0.06% ========================================== Files 33 33 Lines 1478 1491 +13 ========================================== + Hits 1372 1385 +13 Misses 106 106 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

nrbnlulu commented 7 months ago

Thanks!