Skip to content
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

mod: pre update to next version 3.7.0 #454

Merged
merged 2 commits into from
Feb 10, 2023
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: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,4 +42,4 @@ jobs:
context: .
file: ./Dockerfile
push: true
tags: vesoft/nebula-graph-studio:v3.6.0
tags: vesoft/nebula-graph-studio:v3.7.0
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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/

Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
18 changes: 9 additions & 9 deletions app/config/locale/en-US.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down Expand Up @@ -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",
Expand Down
18 changes: 9 additions & 9 deletions app/config/locale/zh-CN.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": "拖放到画布上",
Expand Down Expand Up @@ -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": "始终展示欢迎页",
Expand Down
2 changes: 1 addition & 1 deletion deployment/docker/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -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:
Expand Down
2 changes: 1 addition & 1 deletion deployment/helm/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 |
Expand Down
2 changes: 1 addition & 1 deletion deployment/helm/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ image:
pullPolicy: IfNotPresent
nebulaStudio:
name: vesoft/nebula-graph-studio
version: v3.6.0
version: v3.7.0

imagePullSecrets: []

Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nebula-graph-studio",
"version": "3.6.0",
"version": "3.7.0",
"description": "nebula-graph-studio",
"private": true,
"scripts": {
Expand Down
1 change: 1 addition & 0 deletions scripts/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down