ralphgj
4fda0b453c
cherry-pick [Fix-13815][master] Fix dependent task incorrect timeout alerts #13822
2 years ago
Zzih
c38fe93d7c
cherry-pick [Fix 13941]Fix replace time variable #13975
2 years ago
破晓
41cd1f8266
[BUG][Data Quality] Fixing the incorrect DML statements in upgrade SQL. ( #13960 )
2 years ago
xiangzihao
219bb21f4a
[E2E-Test] Try to fix flaky e2e test ( #13971 )
...
* try to fix flaky e2e test
2 years ago
ralphgj
b78e42f496
cherry-pick [Fix-13780][api] Fix the problem of process instance DAG can't show dependent task #13823
2 years ago
jackfanwan
0418b0587e
add return success judge ( #13873 )
...
Co-authored-by: fanwanlong <fanwanlong@kezaihui.com>
2 years ago
klaokai
b328b71a6d
cherry-pick [Bug] [worker] WorkerConfig output is wrong #14001
2 years ago
Assert
0f677de0b7
cherry-pick Support Apache Seatunnel Connector-V2
...
#13086
2 years ago
Jay Chung
ca10898c53
fix: Missing ddl in 3.1.x
...
related: https://github.com/apache/dolphinscheduler/pull/13901
2 years ago
zhuangchong
6212207dd7
fix unimport class in the test class
2 years ago
zhuangchong
74f154d3ae
change log to logger in the process definition service class
2 years ago
JieguangZhou
a64421e8e7
[Improve][DOC] Update resource local file system docs ( #13982 )
...
* update resource local file system docs
* Update configuration.md
* Update configuration.md
2 years ago
AliceXiaoLu
591b4c9141
cherry-pick OracleSouce edited again, ConnectionType is null #13881
2 years ago
LiJie20190102
8829bea86d
[Fix-13596][Task Instance] Throw an error message to tell the user that the file cannot be found instead of NPE during task execution ( #13878 )
...
Co-authored-by: lijie0203 <guoxiaoliang@qishudi.com>
2 years ago
ralphgj
7e134b24ef
cherry-pick [Fix-13828][api] Fix the problem of work groups have two defult records #13829
2 years ago
Kerwin
9d303a017b
Fix schedule time data primary key conflict when importing workflow definition ( #13926 )
2 years ago
Kerwin
dc40cd76bc
Fix item, workflow, and task parameters in dependent task nodes can be searched ( #13918 )
2 years ago
zhuangchong
c4efc242ff
Add release Helm Chart #13385
2 years ago
Jay Chung
897d3d3973
fix: docker auto push tag name ( #13858 )
2 years ago
Jay Chung
f13c2d7a12
doc: Add hyperlink for pydolphinscheduler doc ( #13907 )
...
* doc: Add hyperlink for pydolphinscheduler do
* remove Tianqi-Dotes for docs code owner
2 years ago
huangxinan1990
0df149c370
fix: when sudo enable is false, execute command will failed ( #13860 )
2 years ago
旺阳
298091bf3b
cherry-pick [Bug] [Cron] Parse corn expression error#13841
2 years ago
zhuangchong
daabcdaa01
[maven-release-plugin] prepare for next development iteration
2 years ago
zhuangchong
9e5b0a1cc3
[maven-release-plugin] prepare release 3.1.5
2 years ago
Jay Chung
b547024baf
fix: python gateway tenant code query
...
part of related: #13042
2 years ago
zhuangchong
51999267b7
[maven-release-plugin] prepare for next development iteration
2 years ago
zhuangchong
c759675312
[maven-release-plugin] prepare release 3.1.5
2 years ago
Kerwin
45b07a3f5d
add release 3.1.5 version ( #13839 )
2 years ago
HomminLee
c5a5ff7a74
[Fix-13657][Master]NPE caused by the execution of workflow with startNode and forbidden task ( #13668 )
...
Co-authored-by: HomminLee <lihongmin@ysstech.com>
2 years ago
ititdog
68c8d5502f
Update WorkflowExecuteRunnable.java ( #13155 )
2 years ago
jackfanwan
96601fef4c
fix when the task details are not modified, the predecessor node cannot be modified ( #13422 )
...
* fix when the task details are not modified, the predecessor node cannot be modified
* deleted useless code
Co-authored-by: fanwanlong <fanwanlong@kezaihui.com>
2 years ago
Wenjun Ruan
7b24efb715
cherry-pick Fix when update scheduler will execute workflow #13285
2 years ago
lxorc
eae10c9287
cherry-pick [Fix-11583][UI] Fix the API usage of gantt graph #13778
2 years ago
旺阳
eea397a0dd
cherry-pick [Fix][Alert] Fix when auth is false and user || pwd null can't send email excection #13761
2 years ago
zhuangchong
cdb70824c4
fix log error in the PythonGateway
2 years ago
Jrebel-i
3eeff662bc
Fix Bug [Athena Datasource] datasource other params illegal ( #13032 )
2 years ago
陈家名
ecfdebebae
cherry-pick [fix][sql] Add unique key to process_definition_log avoid TooManyResultExpection
...
#12503
2 years ago
旺阳
76a1a6dfcb
cherry-pick [Fix][Data Quality]Dataquality Spark Get Datasource Password Error When Password Has $ #13643
2 years ago
kezhenxu94
e84a80f6d4
cherry-pick Publish Docker images to docker hub when released #13631
2 years ago
Aaron Wang
6898c149a8
[BUG][UI] Flink task display right version and deploy mode ( #13628 )
2 years ago
Aaron Wang
43a3fdf90b
cherry-pick [Bug-13666] remove WORKER_GROUP in values.yaml #13718
2 years ago
旺阳
3f94c3cb32
Fix webex teams alert plugin null exception error ( #13591 )
2 years ago
Jay Chung
bf8480b247
feat: Python return datasource object and allow filter by type ( #13616 )
...
related: https://github.com/apache/dolphinscheduler-sdk-python/pull/75
2 years ago
Jay Chung
9d2140a651
feat: Python add online_schedule for workflow control schedule state ( #13551 )
...
related: apache/dolphinscheduler-sdk-python#73
2 years ago
Jay Chung
c41154642f
[fix] Remove tenant arg in workflow definition ( #13212 )
...
current tenant in workflow only work when the first time
user do not exist, when user change the tenant in workflow
but tenant exist, it will be ignore, so we try to remove it
from workflow, and in #40 we try to create both user and tenant
vis cli instead of auto create
2 years ago
fuchanghai
71a2d38a7f
[improve-#13678] add filter in method of ``` setMainJarName ``` ( #13748 )
...
Co-authored-by: fuchanghai <‘2875334588@qq.com’>
2 years ago
zhuangchong
d2b0b34cb0
[maven-release-plugin] prepare for next development iteration
2 years ago
zhuangchong
2d6393d722
[maven-release-plugin] prepare release 3.1.4
2 years ago
Kerwin
20e98691b6
Updated documentation and code to version 3.1.4 ( #13589 )
2 years ago
Wenjun Ruan
36284f9b9c
cherry-pick Fix task wake up failed will block the event processing
2 years ago