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

Add a flag to graphman to list all deployments #4347

Merged
merged 1 commit into from
Feb 24, 2023

Conversation

incrypto32
Copy link
Member

Fixes #3407

@incrypto32 incrypto32 requested a review from lutter February 7, 2023 15:59
@incrypto32 incrypto32 changed the title Add a flag to graphman to list all deployments, Fixes #3407 Add a flag to graphman to list all deployments Feb 7, 2023
Copy link
Collaborator

@lutter lutter left a comment

Choose a reason for hiding this comment

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

Looks great! Just change how the error is returned using bail! and we can merge this

node/src/bin/manager.rs Outdated Show resolved Hide resolved
node/src/manager/deployment.rs Outdated Show resolved Hide resolved
@incrypto32
Copy link
Member Author

@lutter Im not sure why the integration tests fail, let me know if i can mark this PR ready for review.

Copy link
Collaborator

@lutter lutter left a comment

Choose a reason for hiding this comment

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

This looks great, and is ready to be merged (pending some unrelated fixes to our CI)

Before merging, can you squash all the commits into one and use this commit message:

node: Add a flag to graphman to list all deployments 

Fixes https://github.com/graphprotocol/graph-node/issues/3407

@incrypto32 incrypto32 force-pushed the incrypto32/graphman-list-all branch from 1dd4613 to 0bff87f Compare February 15, 2023 02:17
@lutter
Copy link
Collaborator

lutter commented Feb 17, 2023

The integration tests are fixed now; just rebase your changes on top of the latest master, and all checks should pass

@incrypto32 incrypto32 force-pushed the incrypto32/graphman-list-all branch from 0bff87f to e5d11d0 Compare February 18, 2023 04:16
@incrypto32 incrypto32 marked this pull request as ready for review February 18, 2023 04:21
@incrypto32 incrypto32 force-pushed the incrypto32/graphman-list-all branch from e5d11d0 to 43e54e0 Compare February 18, 2023 04:43
@incrypto32
Copy link
Member Author

@lutter looks like all tests passed!

@incrypto32 incrypto32 requested a review from lutter February 20, 2023 12:27
@lutter
Copy link
Collaborator

lutter commented Feb 24, 2023

Sorry, totally forgot about this. Yes, this is good to be merged now; you'll need to rebase and resolve the merge conflict before doing that. Please follow the steps explained here on how to merge the PR

@incrypto32 incrypto32 force-pushed the incrypto32/graphman-list-all branch from 43e54e0 to f2ac0bf Compare February 24, 2023 19:18
@incrypto32 incrypto32 merged commit 860becc into master Feb 24, 2023
@incrypto32 incrypto32 deleted the incrypto32/graphman-list-all branch February 24, 2023 20:06
@incrypto32 incrypto32 self-assigned this Jul 20, 2023
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.

graphman: provide an official way to list all deployments
2 participants