陈家名
399f62cba2
[bug][k8s] Change the config file keys in K8s to be the same as those in common.properties ( #11812 )
2 years ago
陈家名
7a85b930d7
[k8s] Delete unnecessary configurations. ( #11808 )
2 years ago
caishunfeng
a5a941e079
fix upgrade for 310 ( #12137 )
2 years ago
Yann Ann
3e899bee06
[fix#12000]Cannot remove the WorkerGroup from the master service ( #12050 )
...
* [Bug] [Master] Cannot remove the WorkerGroup from the master service. #12000
* remove unnecessary locks
* Update dolphinscheduler-master/src/main/java/org/apache/dolphinscheduler/server/master/registry/ServerNodeManager.java
Co-authored-by: caishunfeng <caishunfeng2021@gmail.com>
Co-authored-by: caishunfeng <caishunfeng2021@gmail.com>
2 years ago
Eric Gao
42d8308940
[Doc][Improvement] Add instructions for process execution type and data complement ( #12121 )
...
* Add instructions for process execution type and data complement
* Fix and polish the docs
2 years ago
Jiajie Zhong
b0b29ed8e1
[fix][python] Task switch branch not show in webui ( #12120 )
...
when create task switch in python api, switch branch not show correctly,
due to we add some unnecessary attribute to switch task, this patch we
add `_task_ignore_attr` in class `Task` to ignore those unnecessary
attribute from `_task_default_attr`
(cherry picked from commit a86f4e2693
)
2 years ago
Jiajie Zhong
71c51c3c3d
[Fix] Also auto formatter workflow instance if location is null ( #12080 )
...
* [fix] Also auto formatter workflow instance if location is null
In #11535(096fae77
) and #11681(4dca488c
), we already formatter
workflow definition, but I find out we forget formatter workflow
instance with definition's location is null, this patch also
formatter workflow instance.
* remove console log
(cherry picked from commit 2531c222de
)
2 years ago
JieguangZhou
f871a4a41f
fix python home conflict ( #12112 )
...
(cherry picked from commit 6eb1eb722a
)
2 years ago
Amy0104
c47e088b73
[Fix][UI] Fix workflow name overlaps bug ( #11862 ) ( #12125 )
...
Co-authored-by: Devosend <devosend@gmail.com>
2 years ago
jackfanwan
1e59250055
[BUG]Delete Setting ID ( #12096 )
...
* Delete Setting ID
* modify id
Co-authored-by: jackfanwan <fanwanlong@kezaihui.com>
2 years ago
Wenjun Ruan
1a63f8672a
Fix insert command error due to the id is not null ( #12092 ) ( #12098 )
...
(cherry picked from commit fba5a8eaa0
)
2 years ago
Eric Gao
e7b12bf205
[Cherry-Pick][3.1.0-prepare] Cherry-Pick OssOperator for Resource Center to 3.1.0 ( #12094 )
...
* Cherry OssOperator for Resource Center to 3.1.0
* Fix doc dead link
2 years ago
Eric Gao
0d16d7b323
[Cherry-Pick][3.1.0-Prepare] Cherry pick docs format fix for 3.1.0 ( #12095 )
...
* Cherry pick docs format fix for 3.1.0
* Fix doc dead link
* Fix sphinx dead link
2 years ago
JieguangZhou
a2b3659fe9
[improve] Optimize MLFlow task plugin for easy of use ( #12071 )
...
optimize code
(cherry picked from commit cf522e2f
)
2 years ago
limaiwang
f0fda2a9aa
add(dependent node's add unprivileged project list): dependent node's add unprivileged project list ( #12073 )
2 years ago
jackfanwan
280b7c8545
[Improvement] Add Set cluster name ( #12074 )
2 years ago
jackfanwan
cda3110409
[improvement]Add Set cluster name ( #12058 )
...
* Add Set cluster name
* add unit test
Co-authored-by: fanwanlong <fanwanlong@kezaihui.com>
2 years ago
Wenjun Ruan
c286c5567a
Script cannot contains ''' in params ( #12068 )
...
(cherry picked from commit f40a831453b3577249e011bad1fbe4c69fc6e9bc)
2 years ago
Wenjun Ruan
f4babb773e
Fix update TaskDefinition error ( #12064 )
...
(cherry picked from commit 96c12f95925bde5a137be2eb6241c0d60d4106f0)
2 years ago
rickchengx
806ad1d98c
[Improvement-11291][sql] Improvement the log output while executing multiple sql statements ( #11292 )
2 years ago
songjianet
23d77f8a2a
[Feat][UI] Update package. ( #12046 )
...
* [Feat][UI] Update package.
* [Feat][UI] Update package.
2 years ago
juzimao
34950d3c09
and task instance date range search ( #11963 )
2 years ago
caishunfeng
780a509f67
fix workflow keep running when task fail ( #11930 )
2 years ago
Wenjun Ruan
1513363eed
Fix cannot save processDefinition ( #11931 )
2 years ago
caishunfeng
704043f229
fix import error
2 years ago
Stalary
d7f40b19b5
[Bug](dependent) Dependent downstream trigger error when schedule cycle not day. ( #11734 )
...
* FIX: dependent
* FIX: version
* MOD: for review
2 years ago
kezhenxu94
775ef98b64
Add validations of possible malicious keys ( #11966 )
2 years ago
Wenjun Ruan
6f7ba2c634
Add debug logs for properties read from `common.properties` ( #11910 )
2 years ago
Stalary
714e258be6
[Bug][Dependent]: Id also clone due to duplicate when use dependent mode. ( #11929 )
2 years ago
juzimao
8c6658e3f9
Optimize date range condition ( #11911 )
2 years ago
Daniel Y
2a437607ae
[Improvement-11834] Upgrade docker base image to support python3.9 ( #11835 )
...
* use openjdk:8-jre-slim-bullseye instead of buster to support python3.9
* use openjdk:8-jre-slim-bullseye instead of buster across all components
2 years ago
Wenjun Ruan
7ab4412b5e
Fix listing processDefinition the schedulerReleaseState will never be null ( #11888 )
2 years ago
W.XING
9ad6a049c5
Add chunjun in dolphinscheduler-task-all/pom.xml ( #11375 )
2 years ago
ouyangyewei
7b58737e22
Add default constructor ( #11858 )
2 years ago
LiuBodong
0f3b42925f
[Fix][Monitor]Monitor UI not show DisakAvailable and MemoryUsage correctly ( #11870 )
2 years ago
kezhenxu94
89b4192d3d
Remove htrace dependencies ( #11881 )
...
* Remove htrace dependencies
* Update pom.xml
2 years ago
Kengo Seki
216ceea641
[Improve] Upgrade Hadoop to 3.2.4 ( #11832 )
2 years ago
Yann Ann
c11ec05d61
[Improvement-#11768][Monitor] Support monitor h2 database in monitor page ( #11813 )
2 years ago
kezhenxu94
fcc75ef1c6
Bump up dependencies to fix cves ( #11765 )
2 years ago
Wenjun Ruan
1aba077fb8
Remove `not use web service` comment in alert server ( #11819 )
2 years ago
Kengo Seki
52b79b017e
[Improvement] Replace commons-lang 2 function invocations with commons-lang3 ( #11810 )
...
* [Improvement] Replace commons-lang 2 function invocations with commons-lang3
2 years ago
Jiajie Zhong
ed33066178
[python] Fix permission error when create related objects ( #11783 )
...
after we add permission to our codebase in dev branch, will got error
when create objects from pydolphinscheduler, because users with user_id
equal to `Integer.MAX_VALUE` is ordinary users which can not have access
to create unless we grant permission to the role manually. this patch
change dummyUser to admin user's user_id == 1 to fix it
2 years ago
fuchanghai
f1de1707d5
Update dolphinscheduler_ddl.sql fix alert t_ds_user add time_zone is not correct ( #11795 )
2 years ago
caishunfeng
113dc4b5c5
[Feature-10273][Datasource] Add dataSource for AWS Athena ( #11157 ) ( #12039 )
...
Co-authored-by: ZhaoGuodong <guodongym@163.com>
2 years ago
JieguangZhou
dde6f63c31
[Feature][PyDolphinScheduler] Support DVC task in pyds #11922 ( #11941 )
...
* add dvc task in pyds
* add BaseDVC class
(cherry picked from commit bbc228e93f
)
2 years ago
JieguangZhou
cb063732d7
[feat][python] Support MLflow task in python api ( #11962 )
...
(cherry picked from commit ad683c3c42
)
2 years ago
JieguangZhou
f66dedc9da
[feat][python] Support OpenMLDB task in python api ( #11944 )
...
Using the whole word zookeeper instead of short cut zk
Co-authored-by: Jiajie Zhong <zhongjiajie955@gmail.com>
(cherry picked from commit e50a32d9cc
)
2 years ago
JieguangZhou
1ac2e4a8f3
[feat][python] Add sagemaker yaml example ( #11925 )
...
(cherry picked from commit e05f14ba23
)
2 years ago
JieguangZhou
6f3b4c1624
[feat][python] Support Pytorch task in python api ( #11975 )
...
Co-authored-by: Jiajie Zhong <zhongjiajie955@gmail.com>
(cherry picked from commit 5202e5cfc6
)
2 years ago
JieguangZhou
e462918ac9
[Feat][python] Add parameter environment to task ( #11763 ) ( #11989 )
...
(cherry picked from commit 8988492c43
)
2 years ago