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
Wenjun Ruan
1ea2e848cd
[Feature][Registry] Support etcd as registry ( #10981 ) ( #11997 )
...
(cherry picked from commit 2eb8b9f7f0
)
Co-authored-by: wjf <jffwang@qq.com>
2 years ago
Wenjun Ruan
8eadf5e5aa
Fix insertOrUpdate plugin may failed due to concurrent operation ( #11471 ) ( #11996 )
...
(cherry picked from commit 864a90820d
)
2 years ago
JieguangZhou
5e42f52bdf
[3.1.0-prepare][cherry-pick][DSIP-11][python] create workflows from YAML configuration ( #11988 )
...
* [DSIP-11][python] create workflows from YAML configuration (#11611 )
(cherry picked from commit 38ee91fb1e
)
* fix pydolphin yaml doc link (#11817 )
(cherry picked from commit c41fa5a8b1
)
2 years ago
caishunfeng
c4953e8660
Example Change the regular expression of the data source password ( #11459 ) ( #11990 )
...
Co-authored-by: jackfanwan <61672564+jackfanwan@users.noreply.github.com>
2 years ago
caishunfeng
951f707b61
[fix][doc] Update the registry related configuration in values.yaml ( #11444 ) ( #11981 )
...
Co-authored-by: rickchengx <38122586+rickchengx@users.noreply.github.com>
2 years ago
caishunfeng
cd8f32d876
[Bug][Workflow Definition] fix ordinary users can not create depend task ( #11961 ) ( #11977 )
2 years ago
caishunfeng
f034a09d25
[Bug-11650][worker] #11650 fix SQL type task, stop task cause NPE ( #11668 ) ( #11958 )
...
Co-authored-by: 冯剑 <35831367+fengjian1129@users.noreply.github.com>
2 years ago
caishunfeng
0647b3e10c
[Cherry-pick][Improvement] [Doc] Put default task parameters in a new file #11776 ( #11957 )
...
Co-authored-by: Eric Gao <ericgao.apache@gmail.com>
2 years ago
caishunfeng
27b69e608a
[Bug] [Master] WorkflowExecuteRunnable will face a infinite loop #11838 ( #11864 ) ( #11950 )
...
* [Bug] [Master] WorkflowExecuteRunnable will face a infinite loop #11838
Co-authored-by: Yann Ann <2993643785@qq.com>
2 years ago
caishunfeng
0f6cc4fe33
[Fix][db] fix init&upgrade mysql-meta-schema bugs ( #11887 ) ( #11935 )
...
Co-authored-by: wendongdi <49931055+wendongdi@users.noreply.github.com>
2 years ago
caishunfeng
8d1c2d3eeb
cherry-pick [Bug] Fix procedure task param pass #11919 ( #11926 )
2 years ago
阿福Chris
c76301ab51
[Fix-11217] [Doc] add postgresql config in doc: datasource-setting ( #11326 )
...
* add postgresql config for datasoruce-setting
* Update docs/docs/en/guide/howto/datasource-setting.md
Co-authored-by: Eric Gao <ericgao.apache@gmail.com>
2 years ago
fuchanghai
f8b9aad239
[feature-#11689] change replaceAll to replace in method of tryExecuteSqlResolveColumnNames ( #11696 )
2 years ago
fuchanghai
554562bfa9
[fix-#11691] Add lz4-java in clickhouse datasource. ( #11697 )
2 years ago
Amy0104
d0d481d10f
[Fix][UI] Add the task name entry when the workflow instance detail page goes to the task instance page. ( #11761 )
2 years ago
caishunfeng
f8d46a26c1
[Feature-11530] add state history for process instance ( #11757 )
...
* [Feature] add state history for process instance (#97 )
* add state history for process instance
* upsertProcessInstance
* remove unuse method
* fix UT
Co-authored-by: caishunfeng <534328519@qq.com>
2 years ago
kezhenxu94
31ba49ac02
Update doc according to recent update of Spring / Swagger ( #11755 )
2 years ago
kezhenxu94
277f137358
Add Kubernetes configmap reload to all components ( #11730 )
2 years ago
Tq
b3cc8a55b9
[feature][API]feature: add task type list and enable user to add task type to fav ( #11727 )
...
* feature: add task type list and enable user to add task type to fav
* make DependentExecute.java variable protected
* add standalone server fileSet
2 years ago
caishunfeng
f95cdd350a
reduce task dependencies ( #11731 )
2 years ago
juzimao
d0f5e7edf3
optimize the process instance query, change the date time range ( #11719 )
2 years ago
Wenjun Ruan
67e7f88d8b
Refactor heart beat task, use json to serialize/deserialize ( #11702 )
...
* Refactor heart beat task, use json to serialize/deserialize
2 years ago
Wenjun Ruan
03e1e6fe45
[Bug] [Worker] Optimize the getAppId method to avoid worker OOM when kill task ( #11701 )
...
* Fix kill job may cause worker oom
2 years ago
Evans Sun
5fabce783a
[DOC] improve zk digest doc ( #11703 )
2 years ago
Eric Gao
4a37345436
[Feature][Task Plugin] Support hive cli task plugin ( #11651 )
...
* Add hive cli task plugin
* Add docs for hive-cli task plugin
* Fix hive-cli task related front-end nits and checkstyle
* Fix exception handling logic
2 years ago
xiangzihao
71eeab3d98
[CI] Fix cluster test abnormal ( #11688 )
...
* fix cluster test abnormal
2 years ago