-
-
Notifications
You must be signed in to change notification settings - Fork 3
Tech debt #54
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
Merged
Tech debt #54
Changes from 6 commits
Commits
Show all changes
22 commits
Select commit
Hold shift + click to select a range
be5a3f0
Add i18n support and improve validation engine
Tuntii 05bc9da
Update validation methods and test data for credit card rules
Tuntii 55b8bb9
Add unified streaming response body and async custom validation
Tuntii b8f6412
Add HTTP/3 (QUIC) support to rustapi-core
Tuntii fc01d0f
Add HATEOAS support and improve ReDoc integration
Tuntii 7f8997d
Add OpenAPI client and deployment commands
Tuntii 9324a27
Add OpenAPI param schema override and HTTP/3 docs
Tuntii bc85a5d
Refactor to use ResponseBody in response handling
Tuntii f73ee93
Refactor response body construction to use ResponseBody
Tuntii f364336
Refactor response body handling and clean up imports
Tuntii 178df3b
Refactor group matching logic and clean up imports
Tuntii 61ec555
Refactor to use ResponseBody::Full for response bodies
Tuntii afb0efb
Update timeout.rs
Tuntii 121fac8
chore: remove unused imports from response_streaming.rs
Tuntii 62c11f3
fix: correct missing closing parenthesis in circuit_breaker.rs
Tuntii 4df1a99
Update dedup.rs
Tuntii c1af640
Wrap response bodies in custom Body enum
Tuntii a563690
Refactor tests to use ResponseBody and clean up stacks
Tuntii 75b13d0
Update app.rs
Tuntii ff5f8a1
Add coverage job to CI workflow
Tuntii 2aeb8ab
Refactor trait docs and minor code improvements
Tuntii 8d9040f
Bump version to 0.1.15 and move modules to subdirs
Tuntii File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.
The PR title "Tech debt" is too vague and doesn't accurately describe the scope of changes. This PR introduces multiple significant features (HTTP/3, HATEOAS, validation v2 with i18n, deployment tools) and breaking API changes, not just technical debt cleanup.
Consider a more descriptive title like: "Add HTTP/3 support, HATEOAS, validation v2 with i18n, and deployment tooling" or split this into multiple focused PRs.