Wenjun Ruan
252b3d2df5
#4028 : Support alert server HA ( #13865 )
...
* Support alert server cluster
* Remove WORKER_ALERT_LISTEN_HOST in statefulset-dolphinscheduler-worker.yaml
2 years ago
Wenjun Ruan
41a8ba9aab
Support alert server HA ( #13865 )
...
* Support alert server cluster
* Remove WORKER_ALERT_LISTEN_HOST in statefulset-dolphinscheduler-worker.yaml
2 years ago
Aaron Wang
3e9a6ada0f
#4027 : [Improvement-13751][Worker] Support real-time pod log collection ( #13752 )
...
* Support real-time pod log collection
* datax task test have to mock ShellCommandExecutor with whole dependencies
* replace \n with EMPTY_STRING
* modify error log msg
* Update dolphinscheduler-task-plugin/dolphinscheduler-task-api/src/main/java/org/apache/dolphinscheduler/plugin/task/api/AbstractCommandExecutor.java
Co-authored-by: caishunfeng <caishunfeng2021@gmail.com>
* throw exception in pod log collection thread
---------
Co-authored-by: caishunfeng <caishunfeng2021@gmail.com>
2 years ago
Aaron Wang
d6fcf60534
[Improvement-13751][Worker] Support real-time pod log collection ( #13752 )
...
* Support real-time pod log collection
* datax task test have to mock ShellCommandExecutor with whole dependencies
* replace \n with EMPTY_STRING
* modify error log msg
* Update dolphinscheduler-task-plugin/dolphinscheduler-task-api/src/main/java/org/apache/dolphinscheduler/plugin/task/api/AbstractCommandExecutor.java
Co-authored-by: caishunfeng <caishunfeng2021@gmail.com>
* throw exception in pod log collection thread
---------
Co-authored-by: caishunfeng <caishunfeng2021@gmail.com>
2 years ago
Wenjun Ruan
310a4436fa
#4026 : Remove the extra default tenant in workflow save page ( #13867 )
2 years ago
Wenjun Ruan
64833952fc
Remove the extra default tenant in workflow save page ( #13867 )
2 years ago
Wenjun Ruan
aaac49862e
#4025 : Fix trim might cause NPE in PropertyUtils ( #13853 )
2 years ago
Wenjun Ruan
69fc217ab2
Fix trim might cause NPE in PropertyUtils ( #13853 )
2 years ago
Jay Chung
36191fcd2d
#4024 : fix: docker auto push tag name ( #13858 )
2 years ago
Jay Chung
e61b8a3dce
fix: docker auto push tag name ( #13858 )
2 years ago
Jay Chung
2f359caff5
#4023 : doc: Announce link error ( #13855 )
2 years ago
Jay Chung
22786351b2
doc: Announce link error ( #13855 )
2 years ago
Jay Chung
906f99eff1
#4022 : doc: Release version 305 ( #13854 )
2 years ago
Jay Chung
406fef1988
doc: Release version 305 ( #13854 )
2 years ago
SYSU-Coder
034785512c
#4021 : [Improvement]Update spelling mistake for the name of WorkflowSubmitStatue ( #13850 )
...
* Correct the spelling of an enum
2 years ago
SYSU-Coder
aec1366732
[Improvement]Update spelling mistake for the name of WorkflowSubmitStatue ( #13850 )
...
* Correct the spelling of an enum
2 years ago
Kerwin
00c28ad248
#4020 : Improve svn commit section in release docs ( #13843 )
2 years ago
Kerwin
490ead614e
Improve svn commit section in release docs ( #13843 )
2 years ago
Wenjun Ruan
5d23ea6cc1
#4019 : Use DATAX_PYTHON to specify a datax python version ( #13849 )
...
(cherry picked from commit 752452ecbd2f8094b819eae219f3eec0f6a6427b)
2 years ago
Wenjun Ruan
a1861bc2df
Use DATAX_PYTHON to specify a datax python version ( #13849 )
...
(cherry picked from commit 752452ecbd2f8094b819eae219f3eec0f6a6427b)
2 years ago
Wenjun Ruan
f7db7eb3cb
#4018 : Use common response for sync request ( #13847 )
2 years ago
Wenjun Ruan
9b269b3c53
Use common response for sync request ( #13847 )
2 years ago
ralphgj
9128023de3
#4017 : [Fix-13828][api] Fix the problem of work groups have two defult records ( #13829 )
2 years ago
ralphgj
8f3a23dae5
[Fix-13828][api] Fix the problem of work groups have two defult records ( #13829 )
2 years ago
JieguangZhou
95e86ddb4c
#4016 : [FEATURE][Task Plugin]Add remote-shell task plugin ( #13801 )
2 years ago
JieguangZhou
273a5e78eb
[FEATURE][Task Plugin]Add remote-shell task plugin ( #13801 )
2 years ago
AliceXiaoLu
132b738e9e
#4015 : fix: DB2 username can not be save ( #13764 )
...
db2's jdbcUrl should be like this "jdbc:db2://localhost:50000/sample:currentSchema=DB2INST1;characterEncoding=UTF-8;".should be ":"
2 years ago
AliceXiaoLu
ad7ce2db56
fix: DB2 username can not be save ( #13764 )
...
db2's jdbcUrl should be like this "jdbc:db2://localhost:50000/sample:currentSchema=DB2INST1;characterEncoding=UTF-8;".should be ":"
2 years ago
Jay Chung
f286c4fb10
#4014 : fix: Alarm instance port verification ( #13827 )
...
close : #13532
2 years ago
Jay Chung
6a33d2bec0
fix: Alarm instance port verification ( #13827 )
...
close : #13532
2 years ago
Jrebel-i
95d621bf65
#4013 : Fix Bug [Athena Datasource] datasource other params illegal ( #13032 )
2 years ago
Jrebel-i
3630b00c9f
Fix Bug [Athena Datasource] datasource other params illegal ( #13032 )
2 years ago
ititdog
69cca7946a
#4012 : Update WorkflowExecuteRunnable.java ( #13155 )
2 years ago
ititdog
d64004abea
Update WorkflowExecuteRunnable.java ( #13155 )
2 years ago
Wenjun Ruan
4e4fe32983
#4011 : Use bootstrap user as the default tenant ( #13825 )
2 years ago
Wenjun Ruan
9df89cf0cf
Use bootstrap user as the default tenant ( #13825 )
2 years ago
Rick Cheng
7fe263ed2e
#4010 : [Improvement-13653][Remote Logging] Support api-server to get task log from remote target ( #13654 )
2 years ago
Rick Cheng
85605bbef9
[Improvement-13653][Remote Logging] Support api-server to get task log from remote target ( #13654 )
2 years ago
HomminLee
4b307bfa72
#4009 : [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
HomminLee
fba59981d4
[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
caishunfeng
430bde0d6c
#4008 : [improvement] support self-dependent ( #13818 )
2 years ago
caishunfeng
9d9ae9ad54
[improvement] support self-dependent ( #13818 )
2 years ago
Wenjun Ruan
34628f7ce9
#4007 : Refactor remote command ( #13809 )
...
* Refactor remote command
* Rename Command to Message
2 years ago
Wenjun Ruan
68660ec96b
Refactor remote command ( #13809 )
...
* Refactor remote command
* Rename Command to Message
2 years ago
Wenjun Ruan
9abeaa2688
#4006 : Add jdbc registry module ( #13812 )
...
* Add jdbc registry module
* Update dolphinscheduler-registry/dolphinscheduler-registry-plugins/dolphinscheduler-registry-jdbc/README.md
Co-authored-by: kezhenxu94 <kezhenxu94@apache.org>
---------
Co-authored-by: kezhenxu94 <kezhenxu94@apache.org>
2 years ago
Wenjun Ruan
e074d7a8bf
Add jdbc registry module ( #13812 )
...
* Add jdbc registry module
* Update dolphinscheduler-registry/dolphinscheduler-registry-plugins/dolphinscheduler-registry-jdbc/README.md
Co-authored-by: kezhenxu94 <kezhenxu94@apache.org>
---------
Co-authored-by: kezhenxu94 <kezhenxu94@apache.org>
2 years ago
calvin
1763905734
#4005 : improve the select component on the page of workflow relation ( #13805 )
2 years ago
calvin
1e8d09e955
improve the select component on the page of workflow relation ( #13805 )
2 years ago
lxorc
1eb9b1215c
#4004 : [Fix-11583][UI] Fix the API usage of gantt graph ( #13778 )
2 years ago
lxorc
4e2c22061a
[Fix-11583][UI] Fix the API usage of gantt graph ( #13778 )
2 years ago