devosend
d68dcda2bb
[chore] pre-release change pom.xml
2 years ago
devosend
331f68e5b8
[chore] pre-release change
2 years ago
Jiajie Zhong
443f0d74b8
[doc] Correct installPath when using related path ( #10597 )
...
correct the doc and add hint to setting
ref: #10511
(cherry picked from commit cd51a22940
)
2 years ago
HomminLee
8aa572606b
[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>
(cherry picked from commit dafed572d1
)
2 years ago
Jiajie Zhong
c27fa1ab0d
[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)
(cherry picked from commit 15a86071d1
)
2 years ago
旺阳
3ba911d5d7
[fix] Change K8s postgresql password key name ( #10545 )
...
(cherry picked from commit 388b214aca
)
2 years ago
Desperado2
ca566900b8
[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
(cherry picked from commit 4a3dfae006
)
2 years ago
Wenjun Ruan
742944c60d
[Fix] [Worker] Fix worker will hang if fails to start ( #10501 )
...
* [Fix] [Worker] Fix worker will hang if fails to start (#10342 )
* Fix worker will hang if fails to start
* Add .run to ignore
Signed-off-by: ruanwenjun <wenjun@apache.org>
* Add import Epoll
* Add cpu_quota in h2 to fix UT
* Remove cpu_quota,memory_max in TaskDefiniitionMapper
2 years ago
Kerwin
2c4473ee43
cherry pick #10523 ( #10524 )
2 years ago
guodong
8edaa6a7de
[Fix-10305][common] AWS config Constant definitions are repeated ( #10311 )
...
(cherry picked from commit 70dbcb2155
)
2 years ago
Devosend
ac5179be73
fix rename form not init bug in file manange ( #10471 )
...
(cherry picked from commit d1cae6025b
)
2 years ago
陈家名
6edb3412a9
[fix][python] Correct variable type of SQL type ( #10464 )
...
(cherry picked from commit f512e3c31f
)
2 years ago
Amy0104
788e334329
[Fix][UI] Add loading before file modification data is returned. ( #10450 )
...
(cherry picked from commit d516369e80
)
2 years ago
阿福Chris
4d608a7d8f
[DolphinScheduler] Fix wrong class name in doc ( #10438 )
...
(cherry picked from commit 8205444e0a
)
2 years ago
旺阳
55e39eedfa
[Fix-10425]Recovery LDAP Config ( #10429 )
...
* recovery ladp code
* add ldap config in doc
(cherry picked from commit 0efcd5c631
)
2 years ago
陈家名
476f2395dc
[fix][Python] Support same task name in project defferent process definition ( #10428 )
...
close : #10431
(cherry picked from commit b86dc53ad1
)
2 years ago
旺阳
ba2f2ba64d
[fix-10386]LDAP user create with status enable ( #10426 )
...
* LDAP user create with status enable
* currect unit test
(cherry picked from commit 50846760e5
)
2 years ago
Mr.An
deb1c594e5
Update chart.yaml dependencies version ( #10420 )
...
(cherry picked from commit a7e20798cb
)
2 years ago
xiangzihao
df0735273b
[Fix-10412] [Standalone] Failed to start standalone server according to the official document ( #10414 )
...
* fix bug_10412
* fix bug_10412
(cherry picked from commit f4dad689d4
)
2 years ago
liubo1990
248a85daab
[Doc] Add how to set the alarm mailbox in faq ( #10401 )
...
(cherry picked from commit b8d5e78994
)
2 years ago
Eric Gao
ed02db213e
[Bug][Tools] Add datasource url for mysql profile in tools application.yaml ( #10399 )
...
(cherry picked from commit 42d4aba347
)
2 years ago
Hwting
f7b18fd59d
[fix][deploy]fix run on kubernetes bug ( #10379 )
...
* [fix][kubernetes]fix run on kubernetes bug
Fix the problem that the "REGISTRY_ZOOKEEPER_CONNECT_STRING" variable zookeeper port number is "nil"
* [fix][kubernetes]fix run on kubernetes bug
Fix the problem that the "REGISTRY_ZOOKEEPER_CONNECT_STRING" variable zookeeper port number is "nil"
(cherry picked from commit 5803d5c07c
)
2 years ago
songjianet
478463fe6a
[Docs] Upgrade license. ( #10365 )
...
(cherry picked from commit 36bba3fcdf
)
2 years ago
PJ Fanning
7a240fb807
Upgrade log4j in E2E ( #10359 )
...
(cherry picked from commit f90f0f8490
)
2 years ago
PJ Fanning
67f6c003f7
issue-10356: upgrade logback to fix cve ( #10357 )
...
(cherry picked from commit d044e0479d
)
2 years ago
PJ Fanning
ab7a843201
issues-10354: upgrade commons-io to fix CVE ( #10355 )
...
(cherry picked from commit b6350280e6
)
2 years ago
Wenjun Ruan
3259efc673
Add dolphinscheduler-task-all in api module ( #10350 )
...
(cherry picked from commit b02243c2f5
)
2 years ago
songjianet
a59e6f30a8
[Build][UI] Upgrade dependencies. ( #10346 )
...
* [Build][UI] Upgrade dependencies.
* [Build][UI] Upgrade dependencies.
* [Build][UI] Upgrade dependencies.
(cherry picked from commit 6134e0a628
)
2 years ago
xiangzihao
4dc0fbd84e
fix bug_10343 ( #10344 )
...
(cherry picked from commit d1c47c99ad
)
2 years ago
guodong
3181e1a7ee
[Fix-10318][ui] Fix EMR Task UI custom parameters Is not correct ( #10334 )
...
* Modify useCustomParams isSimple: true
(cherry picked from commit 96496f7255
)
2 years ago
songjianet
cbefb59bf8
[Fix][UI] Fixed the issue that the status statistics on the project overview page were inconsistent. ( #10328 )
...
(cherry picked from commit e8ad62bcd0
)
2 years ago
aiwenmo
d95aa71383
[Fix-10317] [ui] Fix the tips of startTimeout in the jupyter form ( #10319 )
...
Co-authored-by: wenmo <32723967+wenmo@users.noreply.github.com>
(cherry picked from commit 3f2a21293d
)
2 years ago
songjianet
30589121c4
[Style][UI] Format code. ( #10314 )
...
(cherry picked from commit 8584aad490
)
2 years ago
QuakeWang
79b7e83051
[doc] Add how to use resource in shell task ( #10308 )
...
(cherry picked from commit 6828c9e015
)
2 years ago
songjianet
4593351cf3
[Fix][UI] Display the result page when the DB page has no data. ( #10298 )
...
(cherry picked from commit 2e6d3f5190
)
2 years ago
songjianet
32c8b7c9f2
[Style][UI] Split multilingual modules. ( #10256 )
...
(cherry picked from commit 4c1ef0a89a
)
2 years ago
xiangzihao
271ef65c38
[doc] Fix api standard error ( #10292 )
...
* fix api standard error
* add patch method
(cherry picked from commit 12a09f6d5d
)
2 years ago
Wenjun Ruan
4007382193
Fix database initialize late in standalone. ( #10296 )
...
(cherry picked from commit 3a9e67325e
)
2 years ago
Amy0104
3687eb7a9a
[Fix][UI] Add mapping_columns filed for the data_quality ruleInputParamter. ( #10286 )
...
(cherry picked from commit e7fbfa3a26
)
2 years ago
juzimao
093cd4627a
[Fix] Fix the line.separator problem for alert-plugin' test case #10277 ( #10278 )
...
* [Fix] Fix the line.separator problem for alert-plugin' test case
* [Fix] Fix the line.separator problem for alert-plugin' test case
(cherry picked from commit 62bd9d2c4c
)
2 years ago
songjianet
1e9f62453e
[Fix][UI] Fix status statistics card height is inconsistent. ( #10268 )
...
(cherry picked from commit 1ac534be67
)
2 years ago
Yiming Guo
1afa870abd
[docs] Added local file configuration guide for resource center ( #10264 )
...
* Added Local File Resource Configuration Guide to the document.
* Removed contents with windows features in the documents and improved expression.
* Specify `the user who deploy dolphinscheduler have read and write permissions` in en and zh docs.
Co-authored-by: xiangzihao <460888207@qq.com>
(cherry picked from commit 2294160cdb
)
2 years ago
chuxing
7ac7f41562
[doc] Add switch task demo ( #10247 )
...
Co-authored-by: QuakeWang <45645138+QuakeWang@users.noreply.github.com>
(cherry picked from commit 7e39e0d48d
)
2 years ago
Mr.An
f35e0f1d5e
[doc] Update the development environment to build the software version ( #10246 )
...
(cherry picked from commit 8d26d4fe72
)
2 years ago
QuakeWang
1a79c2a200
[doc] Upgrade screenshot to latest version in dev document ( #10242 )
...
* fix issue-9898
* delete no use pictures
(cherry picked from commit 58b1e1da1e
)
2 years ago
旺阳
3de7b65f9a
[doc] Delete SPRING_DATASOURCE_DRIVER_CLASS_NAME in doc ( #10228 )
...
(cherry picked from commit 87d9ec1dee
)
2 years ago
QuakeWang
8ac6fa6dbc
[doc] Refactor context parameter docment ( #10227 )
...
(cherry picked from commit cd36401a6a
)
2 years ago
Jiajie Zhong
57ade38939
[maven-release-plugin] prepare release 3.0.0-beta-1
2 years ago
Jiajie Zhong
47e1611538
[chore] pre-release change
2 years ago
Jiajie Zhong
6539573a53
[doc] Correct all setup documents ( #10074 )
...
* Correct the login page URL
* change version and database configuration
* change setup and upgrade
(cherry picked from commit e3579dd13d
)
2 years ago