songjianet
849c5a6c86
#2898 : [Fix][UI] Add seatunnel icon ( #10178 )
3 years ago
songjianet
0ef02e8093
[Fix][UI] Add seatunnel icon ( #10178 )
3 years ago
HeChuan
4c6c861f46
#2897 : [Fix-10057][api] api parameter name misspelling ( #10063 )
...
correct parameter name from processDefiniteCode to processDefineCode
3 years ago
HeChuan
2251876021
[Fix-10057][api] api parameter name misspelling ( #10063 )
...
correct parameter name from processDefiniteCode to processDefineCode
3 years ago
ChunFu Wu
6764144fdd
#2896 : [Feature][CI] Schedule Dead Link Checker ( #10000 )
3 years ago
ChunFu Wu
cd1dcf1eba
[Feature][CI] Schedule Dead Link Checker ( #10000 )
3 years ago
youzipi
a835eef83a
#2895 : [refactor][perf] cache compiled regex pattern ( #10099 )
3 years ago
youzipi
5161df04d7
[refactor][perf] cache compiled regex pattern ( #10099 )
3 years ago
JieguangZhou
53c7d01afa
#2894 : [Feature][MLops] Support MLflow Models to deploy model service (MLflow models serve and Docker) ( #10150 )
...
* Add backend of MLflow Moldes component
* Add front end of MLflow Moldes component
* [DOC] update mlflow document
* revert unnecessary
* fix doc image url
* Update docs/docs/en/guide/task/mlflow.md
Discard the lr abbreviation
Co-authored-by: Jiajie Zhong <zhongjiajie955@gmail.com>
Co-authored-by: Jiajie Zhong <zhongjiajie955@gmail.com>
3 years ago
JieguangZhou
e11373b963
[Feature][MLops] Support MLflow Models to deploy model service (MLflow models serve and Docker) ( #10150 )
...
* Add backend of MLflow Moldes component
* Add front end of MLflow Moldes component
* [DOC] update mlflow document
* revert unnecessary
* fix doc image url
* Update docs/docs/en/guide/task/mlflow.md
Discard the lr abbreviation
Co-authored-by: Jiajie Zhong <zhongjiajie955@gmail.com>
Co-authored-by: Jiajie Zhong <zhongjiajie955@gmail.com>
3 years ago
songjianet
226a4cd8af
#2893 : [Fix][UI] Fix the problem that the failure strategy field in the time management form is multilingual. ( #10169 )
3 years ago
songjianet
dc61370f30
[Fix][UI] Fix the problem that the failure strategy field in the time management form is multilingual. ( #10169 )
3 years ago
labbomb
eb9f4b3d20
#2892 : [Fix]Change the HTTP or HTTPS regular expression ( #10166 )
3 years ago
labbomb
13a83e50f2
[Fix]Change the HTTP or HTTPS regular expression ( #10166 )
3 years ago
Mr.An
840746d562
#2891 : [doc] Update website docs link ( #10161 )
3 years ago
Mr.An
e2fac21399
[doc] Update website docs link ( #10161 )
3 years ago
Mr.An
2a680b4981
#2890 : [doc] Update editorial workflow content and images ( #10130 )
3 years ago
Mr.An
7d5af7e7ec
[doc] Update editorial workflow content and images ( #10130 )
3 years ago
songjianet
813bfc5b70
#2889 : [Fix][UI] Limit task group resource capacity to only positive integers. ( #10158 )
3 years ago
songjianet
c07339b07d
[Fix][UI] Limit task group resource capacity to only positive integers. ( #10158 )
3 years ago
Amy0104
ff6b8b8156
#2888 : [Fix][UI] Add the task status of pending. ( #10129 )
3 years ago
Amy0104
3dd007ca59
[Fix][UI] Add the task status of pending. ( #10129 )
3 years ago
Jiajie Zhong
fbcf897253
#2887 : [python] Change distribute name avoid confusion with main pkg ( #10134 )
...
rename them and add `python` suffix in the end
close : #9121
3 years ago
Jiajie Zhong
bf4b8ff0d9
[python] Change distribute name avoid confusion with main pkg ( #10134 )
...
rename them and add `python` suffix in the end
close : #9121
3 years ago
xiangzihao
8c49f9548e
#2886 : add_alert_server_cluster_test ( #10125 )
3 years ago
xiangzihao
8fab224e0d
add_alert_server_cluster_test ( #10125 )
3 years ago
Jiajie Zhong
4f332b3a94
#2885 : [doc] Remove flink call docs ( #10122 )
...
Flink call docs is only teld users
how to use flink task in dolphinscheduler
and it should be including in task/flink
3 years ago
Jiajie Zhong
94c515555e
[doc] Remove flink call docs ( #10122 )
...
Flink call docs is only teld users
how to use flink task in dolphinscheduler
and it should be including in task/flink
3 years ago
Jiajie Zhong
e6dc5ede3a
#2884 : [doc] change document structure ( #10124 )
...
This patch change the structure and make it more sense
* Remove dev doc in tab Docs, and for now you could only see it in
history-version page
* Move PyDolphinScheduler from tab DOCS to sidebar and combine with open
API
* Move installation after Functions
* Move data quality after HOW-TOS
3 years ago
Jiajie Zhong
2eff5ee10c
[doc] change document structure ( #10124 )
...
This patch change the structure and make it more sense
* Remove dev doc in tab Docs, and for now you could only see it in
history-version page
* Move PyDolphinScheduler from tab DOCS to sidebar and combine with open
API
* Move installation after Functions
* Move data quality after HOW-TOS
3 years ago
Mr.An
6ff2722c7a
#2883 : [doc] Show all the functions of the home page through screenshots ( #10118 )
3 years ago
Mr.An
73f13a9c9c
[doc] Show all the functions of the home page through screenshots ( #10118 )
3 years ago
QuakeWang
f41ab812ce
#2882 : [Bug][doc] Fix the open-api docs request error ( #10100 )
3 years ago
QuakeWang
243ee8ba70
[Bug][doc] Fix the open-api docs request error ( #10100 )
3 years ago
旺阳
c0544858df
#2881 : Fix unit test and remove unused import ( #10113 )
3 years ago
旺阳
fa2f20577a
Fix unit test and remove unused import ( #10113 )
3 years ago
旺阳
95ace5c514
#2880 : Fix alert server curator health check not work ( #10111 )
3 years ago
旺阳
844ae42ee4
Fix alert server curator health check not work ( #10111 )
3 years ago
JieguangZhou
2d58df3ebb
#2879 : [Feature][Task Plugin] Add mlflow task plugin for MLops scenario. ( #10036 )
...
* [Feature][Task Plugin] Add mlflow task plugin (#9725 )
* [Feature][Task Plugin] Add mlflow task plugin UI (#9725 )
* [Feature][Task Plugin] fix license header (#9725 )
* [Feature][Task Plugin] fix license header (#9725 )
* [Feature][Task Plugin] revert unnecessary
* [Feature][Task Plugin] add auto ml to mlflow task plugin
* [DOC] add mlflow document
* [DOC] fix mlflow docs imgs
* [DOC] fix dead link localhost:5000
* [DOC] fix dead link localhost:5000
* [DOC] remove dead link localhost:5000
* Update docs/docs/en/guide/task/mlflow.md
* Update docs/docs/zh/guide/task/mlflow.md
* [DOC] format ui code
* [DOC] remove dead link localhost:5000
* [Feature][Task Plugin] revert unnecessary
* fix some nits
* Move the personal repository to the public repository.
* Run the command directly instead of saving the file
* fix paramsMap initialize
* revert unnecessary
Co-authored-by: Jiajie Zhong <zhongjiajie955@gmail.com>
3 years ago
JieguangZhou
9ab3bebc90
[Feature][Task Plugin] Add mlflow task plugin for MLops scenario. ( #10036 )
...
* [Feature][Task Plugin] Add mlflow task plugin (#9725 )
* [Feature][Task Plugin] Add mlflow task plugin UI (#9725 )
* [Feature][Task Plugin] fix license header (#9725 )
* [Feature][Task Plugin] fix license header (#9725 )
* [Feature][Task Plugin] revert unnecessary
* [Feature][Task Plugin] add auto ml to mlflow task plugin
* [DOC] add mlflow document
* [DOC] fix mlflow docs imgs
* [DOC] fix dead link localhost:5000
* [DOC] fix dead link localhost:5000
* [DOC] remove dead link localhost:5000
* Update docs/docs/en/guide/task/mlflow.md
* Update docs/docs/zh/guide/task/mlflow.md
* [DOC] format ui code
* [DOC] remove dead link localhost:5000
* [Feature][Task Plugin] revert unnecessary
* fix some nits
* Move the personal repository to the public repository.
* Run the command directly instead of saving the file
* fix paramsMap initialize
* revert unnecessary
Co-authored-by: Jiajie Zhong <zhongjiajie955@gmail.com>
3 years ago
songjianet
1c4452996e
#2878 : [Build][UI] Solve vite config throws terser warning. ( #10105 )
3 years ago
songjianet
bc71c3b0a0
[Build][UI] Solve vite config throws terser warning. ( #10105 )
3 years ago
BaoLiang
f376c2c29c
#2877 : [BUG][TaskGroup] Task group does not take effect ( #10093 )
...
* fix 10092: Task group does not take effect
* fix 10092: Task group does not take effect
* fix 10092: Task group does not take effect
3 years ago
BaoLiang
ee2b855ced
[BUG][TaskGroup] Task group does not take effect ( #10093 )
...
* fix 10092: Task group does not take effect
* fix 10092: Task group does not take effect
* fix 10092: Task group does not take effect
3 years ago
Jiajie Zhong
222f3c474b
#2876 : [fix] Enhance name pre checker in resource center ( #10094 )
...
* [fix] Enhance name pre checker in resource center
Add file name and directory checker to avoid directory traversal
* add some missing change and change docs
* change var name in directoryTraversal
* Fix ci
3 years ago
Jiajie Zhong
63f835715f
[fix] Enhance name pre checker in resource center ( #10094 )
...
* [fix] Enhance name pre checker in resource center
Add file name and directory checker to avoid directory traversal
* add some missing change and change docs
* change var name in directoryTraversal
* Fix ci
3 years ago
rockfang
a19a293c4d
#2875 : [Fix][UI] fulfill missing fields in DataQuality ( #10098 )
3 years ago
rockfang
7a4a21d0b1
[Fix][UI] fulfill missing fields in DataQuality ( #10098 )
3 years ago
He Zhao
f191ad9dee
#2874 : [Feature][plugin] Add k8s task in task plugin ( #9425 )
...
* [Feature][plugin] Add k8s task in task plugin
* [Feature][plugin] fix dos and code problems
* [Feature][plugin] refactor some code based on sonar
* [Feature][UI] front-end for k8s task plugin
* [Feature][plugin] delete some front files
* [Feature][plugin] update document
* Update docs/docs/zh/guide/task/k8s.md
* Update docs/docs/en/guide/task/k8s.md
* Update docs/docs/en/guide/task/k8s.md
* Update docs/docs/en/guide/task/k8s.md
* [Feature][UI] front-end change from review comments
* [Feature][UI] replace get namespace list api
* [Feature][plugin] change file name
* Add kubernetes to zh task list
Co-authored-by: hezhao2 <hezhao2@cisco.com>
Co-authored-by: William Tong <weitong@cisco.com>
Co-authored-by: Jiajie Zhong <zhongjiajie955@gmail.com>
3 years ago
He Zhao
5bb1eb04fc
[Feature][plugin] Add k8s task in task plugin ( #9425 )
...
* [Feature][plugin] Add k8s task in task plugin
* [Feature][plugin] fix dos and code problems
* [Feature][plugin] refactor some code based on sonar
* [Feature][UI] front-end for k8s task plugin
* [Feature][plugin] delete some front files
* [Feature][plugin] update document
* Update docs/docs/zh/guide/task/k8s.md
* Update docs/docs/en/guide/task/k8s.md
* Update docs/docs/en/guide/task/k8s.md
* Update docs/docs/en/guide/task/k8s.md
* [Feature][UI] front-end change from review comments
* [Feature][UI] replace get namespace list api
* [Feature][plugin] change file name
* Add kubernetes to zh task list
Co-authored-by: hezhao2 <hezhao2@cisco.com>
Co-authored-by: William Tong <weitong@cisco.com>
Co-authored-by: Jiajie Zhong <zhongjiajie955@gmail.com>
3 years ago