-
Notifications
You must be signed in to change notification settings - Fork 1
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
Heimdallr v2 #41
Heimdallr v2 #41
Conversation
Hey @styvane , First of all: Good Job! :) Is a nice service, better structured and documented as the v1 in any case! There is a conflict on the "regex-syntax" version can we just use the latest (i think 7.5) or is there a dependency issue to 6.29 ? |
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.
Nice!
Axum seems to lean on nest-js architecture, no ?
I like the way you documented everything 👍 what about unit tests? |
Thank you for the feedback, Axum does not have a way to automatically generate OpenAPI documentation at the time of this writing see tokio-rs/axum#50 . Maybe we can utoipa for that. There is a dependency in the chain that depends on |
Thank you for looking into it, and you're right about testing. Regarding the API testing, we are currently not injecting a client into the handler; we can do that by having something like a For the API tests, look into the tests/api module. I will unit-test the features that do not rely on the test client. |
This PR is an alternate implementation for the
Heimdallr
service.It addresses the following issues while keeping existing features.