You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As noted in #134, we'll need to bring PRs over from the apollo-server repository that, if approved and merged, would need to land here in this federation repository since the code will no longer exist in the apollo-server repository.
I will help usher these over using some git-foo, but there might be some asks of contributors to re-open their PRs on this repository. I will try to make that as painless as possible and take on the additional burden myself as necessary to make sure the contributions are not lost. Of course, we will still need to review those PRs and determine if they're aligned with the project roadmap and direction, but I hope that conversation can continue - mainly - on this new home for federation-related concerns.
Affected PRs
This is the list from #134, and this copy should become the source for tracking the progress. I am including the details about how I acquired this list originally here for completeness.
I queried all PRs (on the apollo-server repository) affected by the move executed in #134 using a query against the GitHub API (hidden in the expando here for brevity reasons; expand at your own curiosity).
The GraphQL query and the `jq` filter to run on its results
Please note there are two pages to this list, but only 100 can be fetched at a time. Use the connections cursor to get the next page.
Running that query yields the following candidates for review. Again, some of these are worth addressing in the near term and some of them might not be aligned with our current roadmap and could wait until later (or might need to be re-applied in Rust as the query planner itself is now written in Rust).
Affected, but not important to address directly (dependency updates only)
These are just dependency updates. Since we have Dependabot on this repository now, these should get re-opened by a similar process over here in federation-land. (Worth noting, however, that both of these needed special handling. On the plus side, it's great they can be handled outside of the scope of the Apollo Server repository where we needed to wait until Apollo Server 3.0 to bump them!)
Therefore, I've marked these as done (e.g., [x]), intentionally.
Follows up: #134
As noted in #134, we'll need to bring PRs over from the
apollo-server
repository that, if approved and merged, would need to land here in thisfederation
repository since the code will no longer exist in theapollo-server
repository.I will help usher these over using some
git
-foo, but there might be some asks of contributors to re-open their PRs on this repository. I will try to make that as painless as possible and take on the additional burden myself as necessary to make sure the contributions are not lost. Of course, we will still need to review those PRs and determine if they're aligned with the project roadmap and direction, but I hope that conversation can continue - mainly - on this new home for federation-related concerns.Affected PRs
This is the list from #134, and this copy should become the source for tracking the progress. I am including the details about how I acquired this list originally here for completeness.
I queried all PRs (on the
apollo-server
repository) affected by the move executed in #134 using a query against the GitHub API (hidden in the expando here for brevity reasons; expand at your own curiosity).The GraphQL query and the `jq` filter to run on its results
Query
jq
filter on the results (both pages of them, separately)Running that query yields the following candidates for review. Again, some of these are worth addressing in the near term and some of them might not be aligned with our current roadmap and could wait until later (or might need to be re-applied in Rust as the query planner itself is now written in Rust).
Needs further action (not closed yet)
Keep checking in on (closed on AS, make sure they get re-opened here.)
Already re-landed
willSendRequest
's parameter typeNot re-landing / resolved otherwise
Make communicating with Apollo's commercial products into ordinary plugins: @glasser is responsible for getting gateway-js: adjust for Apollo Server de-'engine' renames #148 merged
[BREAKING] Expand didEncounterErrors API
feat(apollo-gateway): opentracing
Validate against using keys that haven't been declared
Allow custom fetch instance to be passed into remote gateway datasource
CLOSED
[Cradle] Convert federation spec tests into BDD test suiteThis was affected, but Import JavaScript
@apollo/federation
and@apollo/gateway
from theapollo-server
repository. #134 was actually based on its branch, so it can be closed now as "merged" (albeit in a funny, round-about merge-y way).Affected, but not important to address directly (dependency updates only)
These are just dependency updates. Since we have Dependabot on this repository now, these should get re-opened by a similar process over here in
federation
-land. (Worth noting, however, that both of these needed special handling. On the plus side, it's great they can be handled outside of the scope of the Apollo Server repository where we needed to wait until Apollo Server 3.0 to bump them!)Therefore, I've marked these as done (e.g.,
[x]
), intentionally.Assignees: @abernix
The text was updated successfully, but these errors were encountered: