Wenjun Ruan
35b25da863
Validate master/worker config ( #10649 )
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
cd62de968d
Add JDK11 on unit-test ( #10364 )
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
秋天
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
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
1f46078ab8
[doc] Change subprocess dependent ( #10637 )
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
a14b96b091
[doc] Modify Shell task file ( #10634 )
2 years ago
Amy0104
a6fc70cdd1
[Fix][UI] Fix bytesToSize function calculation error. ( #10627 )
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
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
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
719a9d4532
[Improvement][Worker] fixed naming of rpc package ( #10614 )
2 years ago
pinkhello
628c8ab2a1
[Improvement][Master] batch remove TaskInstaceId and workflowInstanceId ( #10620 )
2 years ago
Eric Gao
16144a8858
[docs] Add links to metrics docs ( #10583 )
2 years ago
Stalary
b2df357814
[doc] Add run the task alone doc. ( #10581 )
2 years ago
xiangzihao
33cc68ed4a
[doc] Add doc about how to use healthcheck endpoints ( #10592 )
2 years ago
xiangzihao
397e51fa63
dependent node log output optimization and fix checkstyle ( #10593 )
2 years ago
xiangzihao
b21e211d2c
[doc] Add docs about complement dependent mode ( #10587 )
2 years ago
旺阳
0b377f72b1
[Fix-10400]Fix K8s deployment bitnami version error ( #10567 )
...
* Fix k8s bitnami bug
* add comments
2 years ago
Jiajie Zhong
15a86071d1
[feat] ui build no inherit from maven proxy ( #10590 )
...
Users may set in for maven setting.xml. but
frontend-maven-plugin will inherit proxy setting
from it. And pnpm not support both `--proxy` and
`--https-proxy` and will fail ui build. This patch
make pnpm run without inherits maven proxy.
ref: https://github.com/eirslett/frontend-maven-plugin#proxy-settings
and 9f39dbad09/frontend-maven-plugin/src/main/java/com/github/eirslett/maven/plugins/frontend/mojo/PnpmMojo.java (L28)
2 years ago
xiangzihao
1111371c9a
add datasource health check to the healthcheck endpoint ( #10588 )
2 years ago
陈家名
7970573365
[python] Support using full-name definitions for resources ( #10551 )
2 years ago
xiangzihao
393cb648f9
fix dependent task re-run params error ( #10580 )
2 years ago
xiangzihao
7a292cfccf
fix standalone start error ( #10577 )
2 years ago
xiangzihao
0f38217b12
fix_10514 ( #10568 )
2 years ago
飞侠美如画
08e2c245a8
Update SparkRuntimeEnvironment.java ( #10549 )
...
Add spark support for hive
2 years ago
xiangzihao
773ebc9e52
fix 10513 ( #10564 )
2 years ago
houshitao
1b1a567fec
[doc] Correct the complement add docs ( #10521 )
2 years ago
Wenjun Ruan
db595b3eff
Optimize master log, use MDC to inject workflow instance id and task instance id in log ( #10516 )
...
* Optimize master log, add workflow instance id and task instance id in log
* Use MDC to set the workflow info in log4j
* Add workflowInstanceId and taskInstanceId in MDC
2 years ago
旺阳
388b214aca
[fix] Change K8s postgresql password key name ( #10545 )
2 years ago
juzimao
b2879c0e05
[Fix] fix the HttpUtilsTest' test case , it is always time out. ( #10294 )
2 years ago
JieguangZhou
3918140e7e
[fix][doc] Add DVC task plugin doc link ( #10529 )
2 years ago
WangJPLeo
bc4ceda4cf
TaskGroup remove query func permission check. ( #10557 )
2 years ago
Eric Gao
0aba68f335
[Improvement][Metrics] Update some metrics names in grafana-demo dashboards ( #10432 ) ( #10552 )
2 years ago
xuhhui
198e00db58
fix: Current node settings number of failed retries may not be negative ( #10530 )
2 years ago
wjf
9345c16f3f
[Improve]Remove the code logger.isDebugEnabled() #5918 ( #10542 )
2 years ago
WangJPLeo
20348578a2
[Feature] [Permission]Data permission module added and Query class api remove verification. ( #10504 )
...
* Data permission module added
* ut fix.
* queueController ut fix.
* queue service ut fix.
* e2e rerun
2 years ago
旺阳
559f387e66
[Fix-10274]Close InitialLDAPContext In LDAP ( #10532 )
...
* add finally close ctx in ldap log
* fix code style
2 years ago
WangJPLeo
f46faa02c3
[Fix-10452] Serial wait for policy recovery ( #10453 )
...
* Serial wait for policy recovery
* processInstance state check null
* add sendresult(Host host, Command command) method and replace the original.
2 years ago
xiangzihao
6396fa9965
add codeowner ( #10537 )
2 years ago
Kerwin
cefcb6d556
[Fix-10522] [API] Fix get executable time null pointer exception ( #10523 )
2 years ago
caishunfeng
bf077cb38f
change import method access to protected ( #10536 )
2 years ago
caishunfeng
d7cf09afd5
Revert "[Improvement][Api] Interface and entity optimization to improve code scalability. ( #10483 )" ( #10534 )
...
This reverts commit f1a9c0d8e9
.
2 years ago
Desperado2
4a3dfae006
[FIX] Could not find or load main class org.apache.zookeeper.ZooKeeperMain ( #10535 )
...
* Update remove-zk-node.sh
* Update remove-zk-node.sh
* Update remove-zk-node.sh
* Update remove-zk-node.sh
2 years ago
Eric Gao
cc06eaaf54
[Improvement][Metrics] Apply micrometer naming convention to metrics ( #10477 )
...
* Apply micrometer naming convention to worker metrics
* Apply micrometer naming convention all current metrics
* Fix remaining metrics names, update English docs and add Chinese docs
* Fix metrics names in grafana-demo dashboards
2 years ago
Wenjun Ruan
b100f6c489
Remove the schedule thread in LowerWeightHostManager ( #10310 )
2 years ago
JieguangZhou
36e20cdfc8
[Feature][Task Plugin] Add DVC task plugin for MLops scenario ( #10372 ) ( #10407 )
2 years ago
Wenjun Ruan
117f78ec4b
[Fix-10413] Fix Master startup failure the server still hang ( #10500 )
...
* Fix Master startup failure the server still hang
2 years ago