-
Notifications
You must be signed in to change notification settings - Fork 992
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
Conversation
There was a problem hiding this 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
@lutter Im not sure why the integration tests fail, let me know if i can mark this PR ready for review. |
There was a problem hiding this 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
1dd4613
to
0bff87f
Compare
The integration tests are fixed now; just rebase your changes on top of the latest master, and all checks should pass |
0bff87f
to
e5d11d0
Compare
e5d11d0
to
43e54e0
Compare
@lutter looks like all tests passed! |
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 |
43e54e0
to
f2ac0bf
Compare
Fixes #3407