-
Notifications
You must be signed in to change notification settings - Fork 276
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
refactor: migrate to axum #4718
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Finally!
But Torii tests are failing. Thanks to @AlexStroke, the reports are quite informative.
Tests are fixed + added extra test for different wrong body errors, the problem was mainly because pytests didn't set proper headers. |
@AlexStroke please take a look at torii pytests |
20e867b
to
4169e77
Compare
0dfa6d1
to
8f909ae
Compare
Ignore first commit, it's extracted in separate PR and here only to make unit tests work |
dfa26fe
to
728921f
Compare
Signed-off-by: Shanin Roman <[email protected]>
Signed-off-by: Shanin Roman <[email protected]>
Signed-off-by: Shanin Roman <[email protected]>
Signed-off-by: Shanin Roman <[email protected]>
Signed-off-by: Shanin Roman <[email protected]>
Description
Migrate from
warp
toaxum
.With current implementation i tried to preserve the same behavior as before.
I would suggest further improvements in the separate PRs.
Linked issue
Closes #3776
Benefits
Bring more simplicity to torii.