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

chore: use router bridge from federation-rs #446

Merged
merged 5 commits into from
Feb 14, 2022
Merged

Conversation

o0Ignition0o
Copy link
Contributor

Iterating on avery's great work moving the rust parts of federation to a separate repository, we can now target the recently public federation-rs repository, which this commit achieves.

Iterating on avery's great work moving the rust parts of federation to a separate repository, we can now target the recently public federation-rs repository, which this commit achieves.
Copy link
Contributor

@garypen garypen left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good.

Copy link
Member

@abernix abernix left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, but also we can perhaps hold just a couple hours.

@@ -24,10 +24,10 @@ include_dir = "0.7.2"
lru = "0.7.2"
miette = { version = "3.3.0", features = ["fancy"] }
once_cell = "1.9.0"
router-bridge = { git = "https://github.com/apollographql/federation.git", rev = "950eb931e38746bb7cfed05382d6970a22e43cc4" }
router-bridge = { git = "https://github.com/apollographql/federation-rs.git", rev = "e72e470fa82f9edd2fc4089e6b30246d50ce5fff" }
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Let's hold just a second and land this as soon as apollographql/federation-rs#35 lands (and have this point to the resulting commit)?

Then we can mark this PR as closing #458, too.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ok, that just happened! So the commit would be 6f1a7033d03ff7310644d033508256dcf759a602 (apollographql/federation-rs@6f1a703)

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

merging if CI passes!

@o0Ignition0o o0Ignition0o merged commit 5f08ad2 into main Feb 14, 2022
@o0Ignition0o o0Ignition0o deleted the igni/federation-rs branch February 14, 2022 14:38
@Geal Geal mentioned this pull request Feb 14, 2022
@abernix abernix mentioned this pull request Feb 15, 2022
@abernix abernix added this to the v0.1.0-alpha.5 milestone Feb 18, 2022
@abernix abernix linked an issue Feb 23, 2022 that may be closed by this pull request
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.

Update to @apollo/query-planner@2.0.0-alpha.6
4 participants