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: update version & doc #335

Merged
merged 1 commit into from
Nov 2, 2022
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 @@ -41,4 +41,4 @@ jobs:
context: .
file: ./Dockerfile
push: true
tags: vesoft/nebula-graph-studio:v3.4.1
tags: vesoft/nebula-graph-studio:v3.5.0
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ NebulaGraph Studio (Studio for short) is a web-based visualization tool for Nebu
| 3.0.x | v3.2.x |
| 3.1.x | v3.3.x |
| 3.0.0 ~ 3.2.0 | v3.4.x |
| 3.0.0 ~ 3.2.0 | v3.5.x |

## Development Quick Start

Expand Down Expand Up @@ -63,8 +64,8 @@ kill -9 $(lsof -t -i :7001)
```

## Documentation
[中文](https://docs.nebula-graph.com.cn/3.1.0/nebula-studio/about-studio/st-ug-what-is-graph-studio/)
[ENGLISH](https://docs.nebula-graph.io/3.1.0/nebula-studio/about-studio/st-ug-what-is-graph-studio/)
[中文](https://docs.nebula-graph.com.cn/3.5.0/nebula-studio/about-studio/st-ug-what-is-graph-studio/)
[ENGLISH](https://docs.nebula-graph.io/3.5.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)
16 changes: 8 additions & 8 deletions app/config/locale/en-US.json
Original file line number Diff line number Diff line change
Expand Up @@ -276,10 +276,10 @@
"nGql": "nGQL"
},
"link": {
"nGQLHref": "https://docs.nebula-graph.io/3.2.1/3.ngql-guide/1.nGQL-overview/1.overview/",
"mannualHref": "https://docs.nebula-graph.io/3.2.1/nebula-studio/about-studio/st-ug-what-is-graph-studio/",
"startStudioHref": "https://docs.nebula-graph.io/3.2.1/nebula-studio/quick-start/st-ug-plan-schema/",
"versionLogHref": "https://docs.nebula-graph.io/3.2.1/20.appendix/release-notes/studio-release-note/",
"nGQLHref": "https://docs.nebula-graph.io/3.5.0/3.ngql-guide/1.nGQL-overview/1.overview/",
"mannualHref": "https://docs.nebula-graph.io/3.5.0/nebula-studio/about-studio/st-ug-what-is-graph-studio/",
"startStudioHref": "https://docs.nebula-graph.io/3.5.0/nebula-studio/quick-start/st-ug-plan-schema/",
"versionLogHref": "https://docs.nebula-graph.io/3.5.0/20.appendix/release-notes/studio-release-note/",
"forumHref": "https://discuss.nebula-graph.io/"
},
"sketch": {
Expand Down Expand Up @@ -329,10 +329,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.2.1/nebula-studio/quick-start/st-ug-create-schema/",
"importModuleLink": "https://docs.nebula-graph.io/3.2.1/nebula-studio/quick-start/st-ug-import-data/",
"consoleModuleLink": "https://docs.nebula-graph.io/3.2.1/nebula-studio/quick-start/st-ug-console/",
"sketchModuleLink": "https://docs.nebula-graph.io/3.2.1/nebula-studio/quick-start/st-ug-sketch/",
"schemaModuleLink": "https://docs.nebula-graph.io/3.5.0/nebula-studio/quick-start/st-ug-create-schema/",
"importModuleLink": "https://docs.nebula-graph.io/3.5.0/nebula-studio/quick-start/st-ug-import-data/",
"consoleModuleLink": "https://docs.nebula-graph.io/3.5.0/nebula-studio/quick-start/st-ug-console/",
"sketchModuleLink": "https://docs.nebula-graph.io/3.5.0/nebula-studio/quick-start/st-ug-sketch/",
"basketballplayerDocLink": "",
"shareholdingDocLink": "https://nebula-graph.io/demo/shared-holding",
"alwaysShow": "Always show the welcome page",
Expand Down
16 changes: 8 additions & 8 deletions app/config/locale/zh-CN.json
Original file line number Diff line number Diff line change
Expand Up @@ -276,10 +276,10 @@
"nGql": "nGQL"
},
"link": {
"nGQLHref": "https://docs.nebula-graph.com.cn/3.2.1/3.ngql-guide/1.nGQL-overview/1.overview/",
"mannualHref": "https://docs.nebula-graph.com.cn/3.2.1/nebula-studio/about-studio/st-ug-what-is-graph-studio/",
"startStudioHref": "https://docs.nebula-graph.com.cn/3.2.1/nebula-studio/quick-start/st-ug-plan-schema/",
"versionLogHref": "https://docs.nebula-graph.com.cn/3.2.1/20.appendix/release-notes/studio-release-note/",
"nGQLHref": "https://docs.nebula-graph.com.cn/3.5.0/3.ngql-guide/1.nGQL-overview/1.overview/",
"mannualHref": "https://docs.nebula-graph.com.cn/3.5.0/nebula-studio/about-studio/st-ug-what-is-graph-studio/",
"startStudioHref": "https://docs.nebula-graph.com.cn/3.5.0/nebula-studio/quick-start/st-ug-plan-schema/",
"versionLogHref": "https://docs.nebula-graph.com.cn/3.5.0/20.appendix/release-notes/studio-release-note/",
"forumHref": "https://discuss.nebula-graph.com.cn/"
},
"sketch": {
Expand Down Expand Up @@ -330,10 +330,10 @@
"loadWaiting": "数据加载中,请稍等...预计将在 {second}s 后结束",
"downloadSuccess": "数据集 `{space}` 下载成功",
"spaceExist": "图空间 `{space}` 已存在",
"schemaModuleLink": "https://docs.nebula-graph.com.cn/3.2.1/nebula-studio/quick-start/st-ug-create-schema/",
"importModuleLink": "https://docs.nebula-graph.com.cn/3.2.1/nebula-studio/quick-start/st-ug-import-data/",
"consoleModuleLink": "https://docs.nebula-graph.com.cn/3.2.1/nebula-studio/quick-start/st-ug-console/",
"sketchModuleLink": "https://docs.nebula-graph.com.cn/master/nebula-studio/quick-start/draft/",
"schemaModuleLink": "https://docs.nebula-graph.com.cn/3.5.0/nebula-studio/quick-start/st-ug-create-schema/",
"importModuleLink": "https://docs.nebula-graph.com.cn/3.5.0/nebula-studio/quick-start/st-ug-import-data/",
"consoleModuleLink": "https://docs.nebula-graph.com.cn/3.5.0/nebula-studio/quick-start/st-ug-console/",
"sketchModuleLink": "https://docs.nebula-graph.com.cn/3.5.0/nebula-studio/quick-start/st-ug-sketch/",
"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 config/webpack.dev.js
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ const devConfig = {
open: true,
headers: { 'Access-Control-Allow-Origin': '*' },
historyApiFallback: true,
host: 'localhost',
host: '127.0.0.1',
allowedHosts: 'all',
hot: true,
client: {
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.4.1
image: vesoft/nebula-graph-studio:v3.5.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.4.1 |
| image.nebulaStudio.version | The image version nebula-graph-studio | v3.5.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.4.1
version: v3.5.0

imagePullSecrets: []

Expand Down
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.4.2",
"version": "3.5.0",
"description": "nebula-graph-studio",
"private": true,
"scripts": {
Expand Down