wjf
c835e799be
#3083 : [Improvement]Delete the getSession in the Registry interface ( #10633 )
2 years ago
wjf
75581b7543
[Improvement]Delete the getSession in the Registry interface ( #10633 )
2 years ago
zhuxt2015
80f0318612
#3082 : [Bug] [Task] SQL task no exception stack trace in task log ( #10656 )
2 years ago
zhuxt2015
7e7df1d8ff
[Bug] [Task] SQL task no exception stack trace in task log ( #10656 )
2 years ago
juzimao
f149173720
#3081 : [Fix-10641] [Common] Fix the hdfs NPE ( #10642 )
...
Fix the hdfs NPE (#10642 )
2 years ago
juzimao
e0b0f986f7
[Fix-10641] [Common] Fix the hdfs NPE ( #10642 )
...
Fix the hdfs NPE (#10642 )
2 years ago
zhuxt2015
b85560160c
#3080 : [Bug] [Api] The copied workflow create time and update time is still copied from the original workflow
2 years ago
zhuxt2015
5ebd982e92
[Bug] [Api] The copied workflow create time and update time is still copied from the original workflow
2 years ago
Wenjun Ruan
f466d16fbb
#3079 : Validate master/worker config ( #10649 )
2 years ago
Wenjun Ruan
35b25da863
Validate master/worker config ( #10649 )
2 years ago
Wenjun Ruan
55ccdb653a
#3078 : [Bug] [Master] Worker failover will cause task cannot be failover ( #10631 )
...
* fix worker failover may lose event
2 years ago
Wenjun Ruan
66624c5c86
[Bug] [Master] Worker failover will cause task cannot be failover ( #10631 )
...
* fix worker failover may lose event
2 years ago
Wenjun Ruan
5f6025593e
#3077 : Add JDK11 on unit-test ( #10364 )
2 years ago
Wenjun Ruan
cd62de968d
Add JDK11 on unit-test ( #10364 )
2 years ago
WangJPLeo
160f1ee915
#3076 : [Feature] Time function analysis extension. ( #10624 )
...
* Time function analysis extension.
* param add.
* clear useless logs and update method notes
* permission omission fix.
* extending time functions to optimize static methods
* e2e rerun.
2 years ago
WangJPLeo
b5184138fa
[Feature] Time function analysis extension. ( #10624 )
...
* Time function analysis extension.
* param add.
* clear useless logs and update method notes
* permission omission fix.
* extending time functions to optimize static methods
* e2e rerun.
2 years ago
秋天
6bbaf75ef9
#3075 : [fix-10632][ui] fix the workflow name with underline cannot be displayed correctly error. ( #10636 )
...
- add workflow name span padding-bottom css style to fix this error
This closes #10632
Co-authored-by: jiangkang <jiangkang@cmss.chinamobile.com>
2 years ago
秋天
d021da4dfb
[fix-10632][ui] fix the workflow name with underline cannot be displayed correctly error. ( #10636 )
...
- add workflow name span padding-bottom css style to fix this error
This closes #10632
Co-authored-by: jiangkang <jiangkang@cmss.chinamobile.com>
2 years ago
Jiajie Zhong
6dd5c1e611
#3074 : [ci] mergable do not handle label ( #10638 )
...
mergable some time will become crazy and adding
or deleting labels in the PR. This affects the
user experience. I try to solve it in #7099 but
it is seems not affect and we should remove the
label and comment operation and only should the
result in check result.
2 years ago
Jiajie Zhong
bbc1e052ab
[ci] mergable do not handle label ( #10638 )
...
mergable some time will become crazy and adding
or deleting labels in the PR. This affects the
user experience. I try to solve it in #7099 but
it is seems not affect and we should remove the
label and comment operation and only should the
result in check result.
2 years ago
sneh-wha
6baa3497d1
#3073 : [doc] Change subprocess dependent ( #10637 )
2 years ago
sneh-wha
1f46078ab8
[doc] Change subprocess dependent ( #10637 )
2 years ago
liudi1184
b29426c569
#3072 : [fix-10596] Workflow relationship cannot be displayed normally ( #10625 )
...
Workflow relationship cannot be displayed normally
Closes #10596
Co-authored-by: liudadi <liudi@thinkingdata.cn>
2 years ago
liudi1184
56d3db0306
[fix-10596] Workflow relationship cannot be displayed normally ( #10625 )
...
Workflow relationship cannot be displayed normally
Closes #10596
Co-authored-by: liudadi <liudi@thinkingdata.cn>
2 years ago
sneh-wha
27abd96dd2
#3071 : [doc] Modify Shell task file ( #10634 )
2 years ago
sneh-wha
a14b96b091
[doc] Modify Shell task file ( #10634 )
2 years ago
Amy0104
695134cf9b
#3070 : [Fix][UI] Fix bytesToSize function calculation error. ( #10627 )
2 years ago
Amy0104
a6fc70cdd1
[Fix][UI] Fix bytesToSize function calculation error. ( #10627 )
2 years ago
Jiajie Zhong
54badf09cd
#3069 : [doc] Correct installPath when using related path ( #10597 )
...
correct the doc and add hint to setting
ref: #10511
2 years ago
Jiajie Zhong
cd51a22940
[doc] Correct installPath when using related path ( #10597 )
...
correct the doc and add hint to setting
ref: #10511
2 years ago
pinkhello
006cf5cc16
#3068 : [Fix-10539] [Bug] [UI] Copy task a to B, change the user-defined para… ( #10611 )
...
* fixed 10539: [Bug] [ui]Copy task a to B, change the user-defined parameters of Task B, and change the parameters of task a
* fixed 10539: [Bug] [ui]Copy task a to B, change the user-defined parameters of Task B, and change the parameters of task a
* feat: reactor code
* feat: remove console.info
* fixed: reactor deepclone
* feat: code style
2 years ago
pinkhello
b8de9ee752
[Fix-10539] [Bug] [UI] Copy task a to B, change the user-defined para… ( #10611 )
...
* fixed 10539: [Bug] [ui]Copy task a to B, change the user-defined parameters of Task B, and change the parameters of task a
* fixed 10539: [Bug] [ui]Copy task a to B, change the user-defined parameters of Task B, and change the parameters of task a
* feat: reactor code
* feat: remove console.info
* fixed: reactor deepclone
* feat: code style
2 years ago
HomminLee
bfd4fffe05
#3067 : [Fix][dolphinscheduler-spi] json parse support LocalDateTime ( #10440 )
...
* JSONUtils support LocalDateTime
* remove extraneous unit tests
* remove unused classes import.
Co-authored-by: HomminLee <lihongmin@ysstech.com>
2 years ago
HomminLee
dafed572d1
[Fix][dolphinscheduler-spi] json parse support LocalDateTime ( #10440 )
...
* JSONUtils support LocalDateTime
* remove extraneous unit tests
* remove unused classes import.
Co-authored-by: HomminLee <lihongmin@ysstech.com>
2 years ago
pinkhello
7caaecd436
#3066 : [Improvement][Worker] fixed naming of rpc package ( #10614 )
2 years ago
pinkhello
719a9d4532
[Improvement][Worker] fixed naming of rpc package ( #10614 )
2 years ago
pinkhello
634f3828df
#3065 : [Improvement][Master] batch remove TaskInstaceId and workflowInstanceId ( #10620 )
2 years ago
pinkhello
628c8ab2a1
[Improvement][Master] batch remove TaskInstaceId and workflowInstanceId ( #10620 )
2 years ago
Eric Gao
4b4d3ee0c2
#3064 : [docs] Add links to metrics docs ( #10583 )
2 years ago
Eric Gao
16144a8858
[docs] Add links to metrics docs ( #10583 )
2 years ago
Stalary
9267e45c61
#3063 : [doc] Add run the task alone doc. ( #10581 )
2 years ago
Stalary
b2df357814
[doc] Add run the task alone doc. ( #10581 )
2 years ago
xiangzihao
c060774772
#3062 : [doc] Add doc about how to use healthcheck endpoints ( #10592 )
2 years ago
xiangzihao
33cc68ed4a
[doc] Add doc about how to use healthcheck endpoints ( #10592 )
2 years ago
xiangzihao
9eff7233b4
#3061 : dependent node log output optimization and fix checkstyle ( #10593 )
2 years ago
xiangzihao
397e51fa63
dependent node log output optimization and fix checkstyle ( #10593 )
2 years ago
xiangzihao
bbc964aaee
#3060 : [doc] Add docs about complement dependent mode ( #10587 )
2 years ago
xiangzihao
b21e211d2c
[doc] Add docs about complement dependent mode ( #10587 )
2 years ago
旺阳
67effe87c4
#3059 : [Fix-10400]Fix K8s deployment bitnami version error ( #10567 )
...
* Fix k8s bitnami bug
* add comments
2 years ago
旺阳
0b377f72b1
[Fix-10400]Fix K8s deployment bitnami version error ( #10567 )
...
* Fix k8s bitnami bug
* add comments
2 years ago