Skip to content
Open
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
3 changes: 3 additions & 0 deletions .dlc.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@
},
{
"pattern": "^https://opencollective.com"
},
{
"pattern": "^https://twitter.com/ASFSeaTunnel"
}
],
"timeout": "10s",
Expand Down
1 change: 1 addition & 0 deletions .licenserc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,5 +42,6 @@ header:
- '**/com/typesafe/config/**'
- 'seatunnel-main-repository/**'
- 'seatunnel-web-dist/release-docs/**'
- 'seatunnel-ui/pnpm-lock.yaml'

comment: on-failure
2 changes: 1 addition & 1 deletion README_CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ SeaTunnel是下一代超高性能、分布式、海量数据集成工具。它

## 如何开始

注意:一些细节请参考 docs/QuickStart.md
注意:一些细节请参考 docs/[README_CN.md](README_CN.md)QuickStart.md

### 1 准备Apache SeaTunnel环境

Expand Down
3 changes: 2 additions & 1 deletion seatunnel-ui/.eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ module.exports = {
'vue/component-definition-name-casing': 'off',
'vue/require-valid-default-prop': 'off',
'no-console': 'error',
'vue/no-setup-props-destructure': 'off'
'vue/no-setup-props-destructure': 'off',
'vue/one-component-per-file': 'off'
}
}
79 changes: 42 additions & 37 deletions seatunnel-ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,49 +9,54 @@
"prettier": "prettier --write \"src/**/*.{vue,ts,tsx}\""
},
"dependencies": {
"@antv/layout": "0.1.31",
"@antv/x6": "1.30.1",
"@antv/x6-vue-shape": "1.5.3",
"@vueuse/core": "^9.13.0",
"autoprefixer": "^10.4.13",
"axios": "^1.3.4",
"date-fns": "^2.29.3",
"date-fns-tz": "^2.0.0",
"echarts": "^5.4.1",
"@antv/layout": "0.3.25",
"@antv/x6": "2.18.1",
"@antv/x6-plugin-history": "^2.2.4",
"@antv/x6-plugin-keyboard": "^2.2.3",
"@antv/x6-plugin-minimap": "^2.0.7",
"@antv/x6-plugin-scroller": "^2.0.10",
"@antv/x6-plugin-selection": "^2.2.2",
"@antv/x6-vue-shape": "2.1.2",
"@vueuse/core": "^10.9.0",
"autoprefixer": "^10.4.19",
"axios": "^1.6.8",
"date-fns": "^3.6.0",
"date-fns-tz": "^3.1.3",
"echarts": "^5.5.0",
"lodash": "^4.17.21",
"monaco-editor": "^0.36.1",
"naive-ui": "2.34.3",
"monaco-editor": "^0.48.0",
"naive-ui": "2.38.2",
"nprogress": "^0.2.0",
"pinia": "^2.0.32",
"pinia-plugin-persistedstate": "^3.1.0",
"postcss": "^8.4.21",
"screenfull": "6.0.1",
"tailwindcss": "^3.2.7",
"vue": "^3.2.47",
"vue-i18n": "^9.2.2",
"vue-router": "^4.1.6"
"pinia": "^2.1.7",
"pinia-plugin-persistedstate": "^3.2.1",
"postcss": "^8.4.38",
"screenfull": "6.0.2",
"tailwindcss": "^3.4.3",
"vue": "^3.4.27",
"vue-i18n": "^9.13.1",
"vue-router": "^4.3.2"
},
"devDependencies": {
"@types/lodash": "^4.14.191",
"@types/node": "^18.14.6",
"@types/nprogress": "^0.2.0",
"@typescript-eslint/eslint-plugin": "^5.54.0",
"@typescript-eslint/parser": "^5.54.0",
"@types/lodash": "^4.17.1",
"@types/node": "^20.12.10",
"@types/nprogress": "^0.2.3",
"@typescript-eslint/eslint-plugin": "^7.8.0",
"@typescript-eslint/parser": "^7.8.0",
"@vicons/antd": "^0.12.0",
"@vitejs/plugin-vue": "^4.0.0",
"@vitejs/plugin-vue-jsx": "^3.0.0",
"@vitejs/plugin-vue": "^5.0.4",
"@vitejs/plugin-vue-jsx": "^3.1.0",
"dart-sass": "^1.25.0",
"eslint": "^8.35.0",
"eslint-config-prettier": "^8.6.0",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-vue": "^9.9.0",
"prettier": "^2.8.4",
"sass": "^1.58.3",
"sass-loader": "^13.2.0",
"typescript": "^4.9.5",
"typescript-plugin-css-modules": "^4.2.2",
"vite": "^4.1.4",
"eslint": "^9.2.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-vue": "^9.25.0",
"prettier": "^3.2.5",
"sass": "^1.77.0",
"sass-loader": "^14.2.1",
"typescript": "^5.4.5",
"typescript-plugin-css-modules": "^5.1.0",
"vite": "^5.2.11",
"vite-plugin-compression": "^0.5.1",
"vue-tsc": "^1.2.0"
"vue-tsc": "^2.0.16"
}
}
Loading