Skip to content

Commit

Permalink
Merge pull request #32 from nebula-contrib/0.4.13
Browse files Browse the repository at this point in the history
0.4.13 nebulagraph gephi updated
  • Loading branch information
wey-gu authored Sep 2, 2023
2 parents 09a25c3 + 226dfe8 commit 522be75
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ LABEL org.opencontainers.image.title="NebulaGraph" \
com.docker.extension.detailed-description="NebulaGraph is a popular Open-Source, distributed Cloud Native Graph Database for trillion edges graph data volume." \
com.docker.extension.publisher-url="https://github.com/vesoft-inc/nebula" \
com.docker.extension.additional-urls='[{"title":"WebSite","url":"https://www.nebula-graph.io/"}, {"title":"GitHub","url":"https://github.com/vesoft-inc/nebula"}, {"title":"Slack","url":"http://community-chat.nebula-graph.io/"}, {"title":"Docker Extension Feedback","url":"https://github.com/nebula-contrib/nebulagraph-docker-ext/issues/new/choose"}]' \
com.docker.extension.changelog="Add NebulaGraph Gephi! Now we could perform Graph Algo in Browser and Graph with Gephi-Lite" \
com.docker.extension.changelog="Add NebulaGraph Gephi updated to v0.1, with console optimized!" \
com.docker.desktop.extension.icon="https://user-images.githubusercontent.com/1651790/213339618-107d0e59-1b8b-4c89-bbae-5529aa4e2666.svg" \
com.docker.extension.categories="database"

Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -353,7 +353,7 @@ services:
nebulagraph_gephi:
labels:
- "com.vesoft.scope=utils"
image: weygu/nebulagraph-gephi-exchange:0.1.0
image: weygu/nebulagraph-gephi-exchange:v1
environment:
USER: root
ports:
Expand Down
2 changes: 1 addition & 1 deletion ui/src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ export function App() {
<Box sx={{ alignItems: 'left', flexDirection: 'column', height: 20, fontSize: 10, justifyContent: 'center'}}>
<Typography variant="body2" color={(theme) => theme.palette.text.primary} sx={{ my: 2, mr: 6 }}>
<span style={{marginRight: 10}}></span>
NebulaGraph for Docker Desktop Extension 0.4.12, NebulaGraph: v3.6.0, NebulaGraph Studio: v3.7.0
NebulaGraph for Docker Desktop Extension 0.4.13, NebulaGraph: v3.6.0, NebulaGraph Studio: v3.7.0
</Typography>
</Box>

Expand Down

0 comments on commit 522be75

Please sign in to comment.