zhuangchong
6212207dd7
fix unimport class in the test class
2023-04-23 15:14:34 +08:00
zhuangchong
74f154d3ae
change log to logger in the process definition service class
2023-04-21 17:22:18 +08:00
JieguangZhou
a64421e8e7
[Improve][DOC] Update resource local file system docs ( #13982 )
...
* update resource local file system docs
* Update configuration.md
* Update configuration.md
2023-04-21 16:15:42 +08:00
AliceXiaoLu
591b4c9141
cherry-pick OracleSouce edited again, ConnectionType is null #13881
2023-04-21 13:29:51 +08:00
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>
2023-04-19 16:22:16 +08:00
ralphgj
7e134b24ef
cherry-pick [Fix-13828][api] Fix the problem of work groups have two defult records #13829
2023-04-13 17:08:36 +08:00
Kerwin
9d303a017b
Fix schedule time data primary key conflict when importing workflow definition ( #13926 )
2023-04-13 17:03:41 +08:00
Kerwin
dc40cd76bc
Fix item, workflow, and task parameters in dependent task nodes can be searched ( #13918 )
2023-04-13 09:06:52 +08:00
zhuangchong
c4efc242ff
Add release Helm Chart #13385
2023-04-13 09:06:52 +08:00
Jay Chung
897d3d3973
fix: docker auto push tag name ( #13858 )
2023-04-13 09:06:52 +08:00
Jay Chung
f13c2d7a12
doc: Add hyperlink for pydolphinscheduler doc ( #13907 )
...
* doc: Add hyperlink for pydolphinscheduler do
* remove Tianqi-Dotes for docs code owner
2023-04-11 14:49:42 +08:00
huangxinan1990
0df149c370
fix: when sudo enable is false, execute command will failed ( #13860 )
2023-04-10 10:23:27 +08:00
旺阳
298091bf3b
cherry-pick [Bug] [Cron] Parse corn expression error#13841
2023-04-10 10:21:20 +08:00
zhuangchong
daabcdaa01
[maven-release-plugin] prepare for next development iteration
2023-04-03 18:18:31 +08:00
zhuangchong
9e5b0a1cc3
[maven-release-plugin] prepare release 3.1.5
2023-04-03 18:18:30 +08:00
Jay Chung
b547024baf
fix: python gateway tenant code query
...
part of related: #13042
2023-04-03 17:40:29 +08:00
zhuangchong
51999267b7
[maven-release-plugin] prepare for next development iteration
2023-03-31 15:23:14 +08:00
zhuangchong
c759675312
[maven-release-plugin] prepare release 3.1.5
2023-03-31 15:23:13 +08:00
Kerwin
45b07a3f5d
add release 3.1.5 version ( #13839 )
2023-03-31 12:16:06 +08:00
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>
2023-03-31 10:44:59 +08:00
ititdog
68c8d5502f
Update WorkflowExecuteRunnable.java ( #13155 )
2023-03-31 10:43:39 +08:00
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>
2023-03-31 10:41:20 +08:00
Wenjun Ruan
7b24efb715
cherry-pick Fix when update scheduler will execute workflow #13285
2023-03-31 10:37:32 +08:00
lxorc
eae10c9287
cherry-pick [Fix-11583][UI] Fix the API usage of gantt graph #13778
2023-03-31 10:34:54 +08:00
旺阳
eea397a0dd
cherry-pick [Fix][Alert] Fix when auth is false and user || pwd null can't send email excection #13761
2023-03-31 10:30:02 +08:00
zhuangchong
cdb70824c4
fix log error in the PythonGateway
2023-03-30 17:45:54 +08:00
Jrebel-i
3eeff662bc
Fix Bug [Athena Datasource] datasource other params illegal ( #13032 )
2023-03-30 16:18:40 +08:00
陈家名
ecfdebebae
cherry-pick [fix][sql] Add unique key to process_definition_log avoid TooManyResultExpection
...
#12503
2023-03-30 16:08:38 +08:00
旺阳
76a1a6dfcb
cherry-pick [Fix][Data Quality]Dataquality Spark Get Datasource Password Error When Password Has $ #13643
2023-03-30 15:50:36 +08:00
kezhenxu94
e84a80f6d4
cherry-pick Publish Docker images to docker hub when released #13631
2023-03-30 15:45:00 +08:00
Aaron Wang
6898c149a8
[BUG][UI] Flink task display right version and deploy mode ( #13628 )
2023-03-30 15:34:58 +08:00
Aaron Wang
43a3fdf90b
cherry-pick [Bug-13666] remove WORKER_GROUP in values.yaml #13718
2023-03-30 15:31:56 +08:00
旺阳
3f94c3cb32
Fix webex teams alert plugin null exception error ( #13591 )
2023-03-30 15:28:00 +08:00
Jay Chung
bf8480b247
feat: Python return datasource object and allow filter by type ( #13616 )
...
related: https://github.com/apache/dolphinscheduler-sdk-python/pull/75
2023-03-23 20:29:12 +08:00
Jay Chung
9d2140a651
feat: Python add online_schedule for workflow control schedule state ( #13551 )
...
related: apache/dolphinscheduler-sdk-python#73
2023-03-23 20:28:45 +08:00
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
2023-03-23 20:26:47 +08:00
fuchanghai
71a2d38a7f
[improve-#13678] add filter in method of ``` setMainJarName ``` ( #13748 )
...
Co-authored-by: fuchanghai <‘2875334588@qq.com’>
2023-03-16 17:26:07 +08:00
zhuangchong
d2b0b34cb0
[maven-release-plugin] prepare for next development iteration
2023-02-21 15:32:46 +08:00
zhuangchong
2d6393d722
[maven-release-plugin] prepare release 3.1.4
2023-02-21 15:32:44 +08:00
Kerwin
20e98691b6
Updated documentation and code to version 3.1.4 ( #13589 )
2023-02-21 14:53:13 +08:00
Wenjun Ruan
36284f9b9c
cherry-pick Fix task wake up failed will block the event processing
2023-02-21 12:56:09 +08:00
Wenjun Ruan
3fedc8c8b8
cherry-pick Fix task instance will generate multiple times when retry interval is 0/s
2023-02-21 12:30:55 +08:00
fuchanghai
bfb36b8eb6
[fix-13492]add single quotes ( #13534 )
...
* [fix-13492]add single quotes
* [improve-#13201] fix test error
---------
Co-authored-by: fuchanghai <‘2875334588@qq.com’>
2023-02-21 12:25:17 +08:00
Stalary
da937b42bd
FIX: qrtz table use uppercase ( #13494 )
...
* FIX: use uppercase
2023-02-21 12:23:48 +08:00
Wenjun Ruan
ece9e77edb
Fix serial wait will go into block when there is no task need to submit ( #13486 )
2023-02-21 12:22:44 +08:00
Aaron Wang
899402ac6a
[Fix-13418][UI] Remove move-task-definition code ( #13441 )
...
* remove move task definition
* remove unused DragOutlined
2023-02-21 11:46:43 +08:00
v-wx-v
84d33a1b0f
[fix][data quality] fix when running data quality task with Error "No main class set in JAR" ( #13360 )
2023-02-21 11:40:54 +08:00
v-wx-v
4013b0679d
[improvement][install.sh] fix the install Error "Command not found rmr" & su… ( #13163 )
...
* [BUG][install.sh] fix the install Error "Command not found rmr" & support ZooKeeper (3.4.6+)
* [BUG][install.sh] fix the install Error "Command not found rmr" & support ZooKeeper (3.4.6+)
* [BUG][install.sh] fix the install Error "Command not found rmr" & support ZooKeeper (3.4.6+)
* [docs] add documentation for building with different ZK versions
* support both 3.4 and 3.8
* [docs] add documentation for building with different ZK versions
* support both 3.4 and 3.8
* [improvement][install.sh] fix the install Error "Command not found rmr" & support ZooKeeper (3.4.6+)
* update known-dependencies.txt
* [improvement][install.sh] fix the install Error "Command not found rmr"
* support ZooKeeper (3.4.6+) by activating zk-3.4 profile
* make zk-3.8 as default option in pom.xml
* update defalut ZK version in docs
* update known-dependencies.txt
Co-authored-by: wangxx <wangxx@kcwl.com>
2023-02-21 11:35:53 +08:00
Donald Yang
1d04aefb74
[Fix-13287][doc]Fix Chinese workflow-definition.md duplication description in execution-type ( #13361 )
2023-02-21 11:24:35 +08:00
caishunfeng
05f3417ea4
fix k8s task run fail ( #13348 )
2023-02-21 11:23:23 +08:00