Skip to content

Commit 522be75

Browse files
authored
Merge pull request #32 from nebula-contrib/0.4.13
0.4.13 nebulagraph gephi updated
2 parents 09a25c3 + 226dfe8 commit 522be75

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ LABEL org.opencontainers.image.title="NebulaGraph" \
3131
com.docker.extension.detailed-description="NebulaGraph is a popular Open-Source, distributed Cloud Native Graph Database for trillion edges graph data volume." \
3232
com.docker.extension.publisher-url="https://github.com/vesoft-inc/nebula" \
3333
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"}]' \
34-
com.docker.extension.changelog="Add NebulaGraph Gephi! Now we could perform Graph Algo in Browser and Graph with Gephi-Lite" \
34+
com.docker.extension.changelog="Add NebulaGraph Gephi updated to v0.1, with console optimized!" \
3535
com.docker.desktop.extension.icon="https://user-images.githubusercontent.com/1651790/213339618-107d0e59-1b8b-4c89-bbae-5529aa4e2666.svg" \
3636
com.docker.extension.categories="database"
3737

docker-compose.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -353,7 +353,7 @@ services:
353353
nebulagraph_gephi:
354354
labels:
355355
- "com.vesoft.scope=utils"
356-
image: weygu/nebulagraph-gephi-exchange:0.1.0
356+
image: weygu/nebulagraph-gephi-exchange:v1
357357
environment:
358358
USER: root
359359
ports:

ui/src/App.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ export function App() {
101101
<Box sx={{ alignItems: 'left', flexDirection: 'column', height: 20, fontSize: 10, justifyContent: 'center'}}>
102102
<Typography variant="body2" color={(theme) => theme.palette.text.primary} sx={{ my: 2, mr: 6 }}>
103103
<span style={{marginRight: 10}}></span>
104-
NebulaGraph for Docker Desktop Extension 0.4.12, NebulaGraph: v3.6.0, NebulaGraph Studio: v3.7.0
104+
NebulaGraph for Docker Desktop Extension 0.4.13, NebulaGraph: v3.6.0, NebulaGraph Studio: v3.7.0
105105
</Typography>
106106
</Box>
107107

0 commit comments

Comments
 (0)