Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@

**Bug Fixes and Minor Changes**

- Fix issue with default connections when Neptune Notebook instance is restarted
(<https://github.com/aws/graph-explorer/pull/508>)
- Fix expanding a node on old versions of Gremlin
(<https://github.com/aws/graph-explorer/pull/503>)
- Provide better error messages when expanding a node fails
Expand Down
3 changes: 3 additions & 0 deletions process-environment.sh
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,9 @@ fi

# Update the default connection file with the configuration values
if [ -n "$PUBLIC_OR_PROXY_ENDPOINT" ]; then
# Overwrite existing file with an empty string
echo "" > ./packages/graph-explorer/defaultConnection.json

echo -e "{\n\"GRAPH_EXP_PUBLIC_OR_PROXY_ENDPOINT\":\"${PUBLIC_OR_PROXY_ENDPOINT}\"," >> ./packages/graph-explorer/defaultConnection.json

if [ -n "$SERVICE_TYPE" ]; then
Expand Down