diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 7e2f4498..414c1c80 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -42,4 +42,4 @@ jobs: context: . file: ./Dockerfile push: true - tags: vesoft/nebula-graph-studio:v3.6.0 \ No newline at end of file + tags: vesoft/nebula-graph-studio:v3.7.0 \ No newline at end of file diff --git a/Dockerfile b/Dockerfile index 3cd96733..de26482e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -7,6 +7,7 @@ COPY package.json /web/ COPY .npmrc /web/ # Install any needed packages +RUN npm cache clear --force RUN npm install COPY . /web/ diff --git a/README.md b/README.md index a1fa1407..426df7d3 100644 --- a/README.md +++ b/README.md @@ -69,9 +69,9 @@ Use when you want shutdown the web app kill -9 $(lsof -t -i :7001) ``` -## Documentation -[中文](https://docs.nebula-graph.com.cn/3.3.0/nebula-studio/about-studio/st-ug-what-is-graph-studio/) -[ENGLISH](https://docs.nebula-graph.io/3.3.0/nebula-studio/about-studio/st-ug-what-is-graph-studio/) +## Documentation 3.4.0 +[中文](https://docs.nebula-graph.com.cn/3.4.0/nebula-studio/about-studio/st-ug-what-is-graph-studio/) +[ENGLISH](https://docs.nebula-graph.io/3.4.0/nebula-studio/about-studio/st-ug-what-is-graph-studio/) ## Contributing Contributions are warmly welcomed and greatly appreciated. Please see [Guide Docs](https://github.com/vesoft-inc/nebula-studio/blob/master/CONTRIBUTING.md) diff --git a/app/config/locale/en-US.json b/app/config/locale/en-US.json index f54f5657..9354b025 100644 --- a/app/config/locale/en-US.json +++ b/app/config/locale/en-US.json @@ -340,15 +340,15 @@ "contact":"Contact Us" }, "link": { - "nGQLHref": "https://docs.nebula-graph.io/3.3.0/3.ngql-guide/1.nGQL-overview/1.overview/", - "mannualHref": "https://docs.nebula-graph.io/3.3.0/nebula-studio/about-studio/st-ug-what-is-graph-studio/", - "startStudioHref": "https://docs.nebula-graph.io/3.3.0/nebula-studio/quick-start/st-ug-plan-schema/", - "versionLogHref": "https://docs.nebula-graph.io/3.3.0/20.appendix/release-notes/studio-release-note/", + "nGQLHref": "https://docs.nebula-graph.io/3.4.0/3.ngql-guide/1.nGQL-overview/1.overview/", + "mannualHref": "https://docs.nebula-graph.io/3.4.0/nebula-studio/about-studio/st-ug-what-is-graph-studio/", + "startStudioHref": "https://docs.nebula-graph.io/3.4.0/nebula-studio/quick-start/st-ug-plan-schema/", + "versionLogHref": "https://docs.nebula-graph.io/3.4.0/20.appendix/release-notes/studio-release-note/", "forumHref": "https://discuss.nebula-graph.io/", "feedback": "https://app.slack.com/client/TJB3N2BPD/CJNFUM7AR", "trial": "https://www.nebula-graph.io/visualization-tools-free-trial", "contact":"https://www.nebula-graph.io/contact", - "loginHref": "https://docs.nebula-graph.io/3.3.0/nebula-studio/deploy-connect/st-ug-connect/" + "loginHref": "https://docs.nebula-graph.io/3.4.0/nebula-studio/deploy-connect/st-ug-connect/" }, "sketch": { "dragTip": "Drag and drop to the canvas", @@ -397,10 +397,10 @@ "loadWaiting": "Data is loading, please wait... It will end in {second}s", "downloadSuccess": "Dataset `{space}` has been downloaded successfully", "spaceExist": "The graph space `{space}` already exists", - "schemaModuleLink": "https://docs.nebula-graph.io/3.3.0/nebula-studio/quick-start/st-ug-create-schema/", - "importModuleLink": "https://docs.nebula-graph.io/3.3.0/nebula-studio/quick-start/st-ug-import-data/", - "consoleModuleLink": "https://docs.nebula-graph.io/3.3.0/nebula-studio/quick-start/st-ug-console/", - "sketchModuleLink": "https://docs.nebula-graph.io/3.3.0/nebula-studio/quick-start/draft/", + "schemaModuleLink": "https://docs.nebula-graph.io/3.4.0/nebula-studio/quick-start/st-ug-create-schema/", + "importModuleLink": "https://docs.nebula-graph.io/3.4.0/nebula-studio/quick-start/st-ug-import-data/", + "consoleModuleLink": "https://docs.nebula-graph.io/3.4.0/nebula-studio/quick-start/st-ug-console/", + "sketchModuleLink": "https://docs.nebula-graph.io/3.4.0/nebula-studio/quick-start/draft/", "basketballplayerDocLink": "", "shareholdingDocLink": "https://nebula-graph.io/demo/shared-holding", "alwaysShow": "Always show the welcome page", diff --git a/app/config/locale/zh-CN.json b/app/config/locale/zh-CN.json index e4fb8fe3..9504dc53 100644 --- a/app/config/locale/zh-CN.json +++ b/app/config/locale/zh-CN.json @@ -340,15 +340,15 @@ "contact":"联系我们" }, "link": { - "nGQLHref": "https://docs.nebula-graph.com.cn/3.3.0/3.ngql-guide/1.nGQL-overview/1.overview/", - "mannualHref": "https://docs.nebula-graph.com.cn/3.3.0/nebula-studio/about-studio/st-ug-what-is-graph-studio/", - "startStudioHref": "https://docs.nebula-graph.com.cn/3.3.0/nebula-studio/quick-start/st-ug-plan-schema/", - "versionLogHref": "https://docs.nebula-graph.com.cn/3.3.0/20.appendix/release-notes/studio-release-note/", + "nGQLHref": "https://docs.nebula-graph.com.cn/3.4.0/3.ngql-guide/1.nGQL-overview/1.overview/", + "mannualHref": "https://docs.nebula-graph.com.cn/3.4.0/nebula-studio/about-studio/st-ug-what-is-graph-studio/", + "startStudioHref": "https://docs.nebula-graph.com.cn/3.4.0/nebula-studio/quick-start/st-ug-plan-schema/", + "versionLogHref": "https://docs.nebula-graph.com.cn/3.4.0/20.appendix/release-notes/studio-release-note/", "forumHref": "https://discuss.nebula-graph.com.cn/", "feedback": "https://discuss.nebula-graph.com.cn/tag/nebula-studio", "trial": "https://wj.qq.com/s2/10158890/69a8", "contact":"https://www.nebula-graph.com.cn/contact", - "loginHref": "https://docs.nebula-graph.com.cn/3.3.0/nebula-studio/deploy-connect/st-ug-connect/" + "loginHref": "https://docs.nebula-graph.com.cn/3.4.0/nebula-studio/deploy-connect/st-ug-connect/" }, "sketch": { "dragTip": "拖放到画布上", @@ -398,10 +398,10 @@ "loadWaiting": "数据加载中,请稍等...预计将在 {second}s 后结束", "downloadSuccess": "数据集 `{space}` 下载成功", "spaceExist": "图空间 `{space}` 已存在", - "schemaModuleLink": "https://docs.nebula-graph.com.cn/3.3.0/nebula-studio/quick-start/st-ug-create-schema/", - "importModuleLink": "https://docs.nebula-graph.com.cn/3.3.0/nebula-studio/quick-start/st-ug-import-data/", - "consoleModuleLink": "https://docs.nebula-graph.com.cn/3.3.0/nebula-studio/quick-start/st-ug-console/", - "sketchModuleLink": "https://docs.nebula-graph.com.cn/3.3.0/nebula-studio/quick-start/draft/", + "schemaModuleLink": "https://docs.nebula-graph.com.cn/3.4.0/nebula-studio/quick-start/st-ug-create-schema/", + "importModuleLink": "https://docs.nebula-graph.com.cn/3.4.0/nebula-studio/quick-start/st-ug-import-data/", + "consoleModuleLink": "https://docs.nebula-graph.com.cn/3.4.0/nebula-studio/quick-start/st-ug-console/", + "sketchModuleLink": "https://docs.nebula-graph.com.cn/3.4.0/nebula-studio/quick-start/draft/", "basketballplayerDocLink": "https://nebula-graph.com.cn/posts/playground-basketball-player", "shareholdingDocLink": "https://nebula-graph.com.cn/demo/shared-holding", "alwaysShow": "始终展示欢迎页", diff --git a/deployment/docker/docker-compose.yml b/deployment/docker/docker-compose.yml index 7dcdf099..4c7173ac 100644 --- a/deployment/docker/docker-compose.yml +++ b/deployment/docker/docker-compose.yml @@ -1,7 +1,7 @@ version: '3.4' services: web: - image: vesoft/nebula-graph-studio:v3.6.0 + image: vesoft/nebula-graph-studio:v3.7.0 environment: USER: root ports: diff --git a/deployment/helm/README.md b/deployment/helm/README.md index cb5fda48..a0fd16f0 100644 --- a/deployment/helm/README.md +++ b/deployment/helm/README.md @@ -48,7 +48,7 @@ $ helm uninstall my-studio |-----------|-------------|---------| | replicaCount | Replicas for Deployment | 0 | | image.nebulaStudio.name | The image name of nebula-graph-studio | vesoft/nebula-graph-studio | -| image.nebulaStudio.version | The image version nebula-graph-studio | v3.6.0 | +| image.nebulaStudio.version | The image version nebula-graph-studio | v3.7.0 | | service.type | The service type, should be one of ['NodePort', 'ClusterIP', 'LoadBalancer'] | ClusterIP | | service.port | The expose port for nebula-studio server | 7001 | | service.nodePort | The proxy port for accessing nebula-studio outside k8s cluster | 32701 | diff --git a/deployment/helm/values.yaml b/deployment/helm/values.yaml index ee64b8bc..a6a2d9f6 100644 --- a/deployment/helm/values.yaml +++ b/deployment/helm/values.yaml @@ -4,7 +4,7 @@ image: pullPolicy: IfNotPresent nebulaStudio: name: vesoft/nebula-graph-studio - version: v3.6.0 + version: v3.7.0 imagePullSecrets: [] diff --git a/package-lock.json b/package-lock.json index 8fe02d3d..231fb4f7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "nebula-graph-studio", - "version": "3.6.0", + "version": "3.7.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "nebula-graph-studio", - "version": "3.6.0", + "version": "3.7.0", "license": "Apache 2.0", "dependencies": { "@ant-design/icons": "^4.7.0", diff --git a/package.json b/package.json index af4f44c7..35e0ac38 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "nebula-graph-studio", - "version": "3.6.0", + "version": "3.7.0", "description": "nebula-graph-studio", "private": true, "scripts": { diff --git a/scripts/build.sh b/scripts/build.sh index d1237771..261bacd6 100644 --- a/scripts/build.sh +++ b/scripts/build.sh @@ -7,6 +7,7 @@ VERSION=`cat package.json | grep '"version":' | awk 'NR==1{print $2}' | awk -F'" sed -i "s/CPACK_PACKAGE_VERSION_TEMPLATE/$VERSION/g" ./scripts/deb/CMakeLists.txt sed -i "s/CPACK_PACKAGE_VERSION_TEMPLATE/$VERSION/g" ./scripts/rpm/CMakeLists.txt +npm cache clear --force npm install --unsafe-perm npm run build