8000 Rover command for multiple subgraph publish by samaanghani · Pull Request #2473 · apollographql/rover · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Rover command for multiple subgraph publish #2473

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

Open
wants to merge 8 commits into
base: main
Choose a base branch
from

Conversation

samaanghani
Copy link

Adding new command to accept JSON manifest to publish multiple subgraphs at the same time.

[Testing]
Validated that this works through manual testing, added unit testing. Updated platform API with additional field subgraphsUpdated that is required.

[Release]

  • This feature will require an update of CLI docs
  • Will require release notes and be included in 8000 next rover release.

[TODO]
A follow up PR will address additional refactoring, and add to e2e testing suite.

Will follow up with tooling team to get this started and follow their release process.

@samaanghani samaanghani self-assigned this Apr 3, 2025
@samaanghani samaanghani requested a review from a team as a code owner April 3, 2025 01:06
@apollo-cla
Copy link

@samaanghani: Thank you for submitting a pull request! Before we can merge it, you'll need to sign the Apollo Contributor License Agreement here: https://contribute.apollographql.com/

@svc-apollo-docs
Copy link
Collaborator
svc-apollo-docs commented Apr 3, 2025

✅ Docs preview ready

The preview is ready to be viewed. View the preview

File Changes

0 new, 2 changed, 0 removed
* (developer-tools)/rover/ci-cd.mdx
* (developer-tools)/rover/getting-started.mdx

Build ID: 5bd099cfa4ac06c17cb200fe

URL: https://www.apollographql.com/docs/deploy-preview/5bd099cfa4ac06c17cb200fe

@samaanghani samaanghani force-pushed the samaan-multi-subgraph-publish branch from b5a3fe0 to d711f72 Compare April 3, 2025 01:12
@samaanghani samaanghani force-pushed the samaan-multi-subgraph-publish branch from d711f72 to 4c5cb40 Compare April 3, 2025 01:13
@samaanghani samaanghani changed the title Rover command for mutliple subgraph publish Rover command for multiple subgraph publish Apr 3, 2025
Comment on lines 80 to +81
use serde_json::json;
use super::*;
Copy link
Contributor

Choose a reason for hiding this comment

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

This change is causing a lint failure.

Suggested change
use serde_json::json;
use super::*;
use super::*;
use serde_json::json;

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.

4 participants
0