-
Notifications
You must be signed in to change notification settings - Fork 1
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
[FIX] Enable graph setup to run on stack restart #57
Conversation
previously we expected an empty array here, but really we only care that any array is returned. Because this signifies that the graph is ready to talk to us
From the second time we'll run this check it will have to be with username and password auth
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.
Thanks @surchs!
I think the main change needed is the addition of an if
block to skip the GraphDB server setup steps when there are databases already in GraphDB.
Co-authored-by: Alyssa Dai <[email protected]>
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.
I think this looks good to me. Thanks @surchs ! 🧑🍳
🚀 PR was released in |
LOCAL_GRAPH_DATA
does not get uploaded to graph on stack restart #54Changes proposed in this pull request:
wait
statement in the setup script so that itChecklist
This section is for the PR reviewer
[ENH]
,[FIX]
,[REF]
,[TST]
,[CI]
,[MNT]
,[INF]
,[MODEL]
,[DOC]
) (see our Contributing Guidelines for more info)Closes #XXXX
For new features:
For bug fixes: