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

feat: completing the rewrite #145

Merged
merged 6 commits into from
Nov 25, 2024
Merged

feat: completing the rewrite #145

merged 6 commits into from
Nov 25, 2024

Conversation

sminez
Copy link
Collaborator

@sminez sminez commented Nov 22, 2024

It's taken us a while but we now have a functional server that passes the integration test suite used for the original one 🎉

I've had to copy the test suite and proto files up to crates/ratings_new in order to be able to run the test suite correctly with the server inside of a Docker container. Not as clean as I'd originally hoped but it means we can verify the current state of things in this PR and then if we're happy we can update the rewrite branch to only have the new version of the codebase in the next one. After that we can raise the PR for merging to main 💪

The main change here (other than some more trait impls for proto <-> server types) is the Auth Tower Layer (most of the diff is the lockfile and duplication of the test suite). Hopefully it all makes sense (other than the generics for the trait impl its not actually complicated at all) but let me know if you want me to take you through everything.

@matthew-hagemann matthew-hagemann merged commit 792a7f2 into rewrite Nov 25, 2024
2 checks passed
@matthew-hagemann matthew-hagemann deleted the rewrite-wiring-up branch November 25, 2024 14:59
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.

3 participants