Commit Graph

6668 Commits

Author SHA1 Message Date
devosend
d68dcda2bb [chore] pre-release change pom.xml 2022-06-28 08:24:21 +08:00
devosend
331f68e5b8 [chore] pre-release change 2022-06-27 15:24:08 +08:00
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)
2022-06-27 11:22:06 +08:00
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)
2022-06-27 11:21:45 +08:00
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)
2022-06-24 15:26:50 +08:00
旺阳
3ba911d5d7 [fix] Change K8s postgresql password key name (#10545)
(cherry picked from commit 388b214aca)
2022-06-24 15:24:36 +08:00
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)
2022-06-24 15:22:56 +08:00
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
2022-06-22 10:13:55 +08:00
Kerwin
2c4473ee43
cherry pick #10523 (#10524) 2022-06-22 09:09:20 +08:00
guodong
8edaa6a7de [Fix-10305][common] AWS config Constant definitions are repeated (#10311)
(cherry picked from commit 70dbcb2155)
2022-06-20 11:39:59 +08:00
Devosend
ac5179be73 fix rename form not init bug in file manange (#10471)
(cherry picked from commit d1cae6025b)
2022-06-18 21:52:25 +08:00
陈家名
6edb3412a9 [fix][python] Correct variable type of SQL type (#10464)
(cherry picked from commit f512e3c31f)
2022-06-18 21:51:25 +08:00
Amy0104
788e334329 [Fix][UI] Add loading before file modification data is returned. (#10450)
(cherry picked from commit d516369e80)
2022-06-18 21:50:01 +08:00
阿福Chris
4d608a7d8f [DolphinScheduler] Fix wrong class name in doc (#10438)
(cherry picked from commit 8205444e0a)
2022-06-18 21:49:17 +08:00
旺阳
55e39eedfa [Fix-10425]Recovery LDAP Config (#10429)
* recovery ladp code

* add ldap config in doc

(cherry picked from commit 0efcd5c631)
2022-06-18 21:47:28 +08:00
陈家名
476f2395dc [fix][Python] Support same task name in project defferent process definition (#10428)
close: #10431
(cherry picked from commit b86dc53ad1)
2022-06-18 21:47:11 +08:00
旺阳
ba2f2ba64d [fix-10386]LDAP user create with status enable (#10426)
* LDAP user create with status enable

* currect unit test

(cherry picked from commit 50846760e5)
2022-06-18 21:46:42 +08:00
Mr.An
deb1c594e5 Update chart.yaml dependencies version (#10420)
(cherry picked from commit a7e20798cb)
2022-06-18 21:46:07 +08:00
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)
2022-06-18 21:45:33 +08:00
liubo1990
248a85daab [Doc] Add how to set the alarm mailbox in faq (#10401)
(cherry picked from commit b8d5e78994)
2022-06-18 21:43:45 +08:00
Eric Gao
ed02db213e [Bug][Tools] Add datasource url for mysql profile in tools application.yaml (#10399)
(cherry picked from commit 42d4aba347)
2022-06-18 21:42:44 +08:00
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)
2022-06-18 21:41:03 +08:00
songjianet
478463fe6a [Docs] Upgrade license. (#10365)
(cherry picked from commit 36bba3fcdf)
2022-06-18 21:38:26 +08:00
PJ Fanning
7a240fb807 Upgrade log4j in E2E (#10359)
(cherry picked from commit f90f0f8490)
2022-06-18 21:37:07 +08:00
PJ Fanning
67f6c003f7 issue-10356: upgrade logback to fix cve (#10357)
(cherry picked from commit d044e0479d)
2022-06-18 21:35:00 +08:00
PJ Fanning
ab7a843201 issues-10354: upgrade commons-io to fix CVE (#10355)
(cherry picked from commit b6350280e6)
2022-06-18 21:34:03 +08:00
Wenjun Ruan
3259efc673 Add dolphinscheduler-task-all in api module (#10350)
(cherry picked from commit b02243c2f5)
2022-06-17 14:43:37 +08:00
songjianet
a59e6f30a8 [Build][UI] Upgrade dependencies. (#10346)
* [Build][UI] Upgrade dependencies.

* [Build][UI] Upgrade dependencies.

* [Build][UI] Upgrade dependencies.

(cherry picked from commit 6134e0a628)
2022-06-17 14:35:29 +08:00
xiangzihao
4dc0fbd84e fix bug_10343 (#10344)
(cherry picked from commit d1c47c99ad)
2022-06-17 14:35:02 +08:00
guodong
3181e1a7ee [Fix-10318][ui] Fix EMR Task UI custom parameters Is not correct (#10334)
* Modify useCustomParams isSimple: true

(cherry picked from commit 96496f7255)
2022-06-17 11:28:55 +08:00
songjianet
cbefb59bf8 [Fix][UI] Fixed the issue that the status statistics on the project overview page were inconsistent. (#10328)
(cherry picked from commit e8ad62bcd0)
2022-06-17 11:28:09 +08:00
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)
2022-06-16 21:59:22 +08:00
songjianet
30589121c4 [Style][UI] Format code. (#10314)
(cherry picked from commit 8584aad490)
2022-06-16 21:58:51 +08:00
QuakeWang
79b7e83051 [doc] Add how to use resource in shell task (#10308)
(cherry picked from commit 6828c9e015)
2022-06-16 21:49:54 +08:00
songjianet
4593351cf3 [Fix][UI] Display the result page when the DB page has no data. (#10298)
(cherry picked from commit 2e6d3f5190)
2022-06-16 19:49:56 +08:00
songjianet
32c8b7c9f2 [Style][UI] Split multilingual modules. (#10256)
(cherry picked from commit 4c1ef0a89a)
2022-06-16 19:47:35 +08:00
xiangzihao
271ef65c38 [doc] Fix api standard error (#10292)
* fix api standard error
* add patch method

(cherry picked from commit 12a09f6d5d)
2022-06-16 19:34:32 +08:00
Wenjun Ruan
4007382193 Fix database initialize late in standalone. (#10296)
(cherry picked from commit 3a9e67325e)
2022-06-16 18:18:53 +08:00
Amy0104
3687eb7a9a [Fix][UI] Add mapping_columns filed for the data_quality ruleInputParamter. (#10286)
(cherry picked from commit e7fbfa3a26)
2022-06-16 18:15:43 +08:00
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)
2022-06-16 18:15:00 +08:00
songjianet
1e9f62453e [Fix][UI] Fix status statistics card height is inconsistent. (#10268)
(cherry picked from commit 1ac534be67)
2022-06-16 18:10:12 +08:00
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)
2022-06-16 18:09:44 +08:00
chuxing
7ac7f41562 [doc] Add switch task demo (#10247)
Co-authored-by: QuakeWang <45645138+QuakeWang@users.noreply.github.com>
(cherry picked from commit 7e39e0d48d)
2022-06-16 17:21:06 +08:00
Mr.An
f35e0f1d5e [doc] Update the development environment to build the software version (#10246)
(cherry picked from commit 8d26d4fe72)
2022-06-16 17:05:43 +08:00
QuakeWang
1a79c2a200 [doc] Upgrade screenshot to latest version in dev document (#10242)
* fix issue-9898
* delete no use pictures

(cherry picked from commit 58b1e1da1e)
2022-06-16 17:04:18 +08:00
旺阳
3de7b65f9a [doc] Delete SPRING_DATASOURCE_DRIVER_CLASS_NAME in doc (#10228)
(cherry picked from commit 87d9ec1dee)
2022-06-16 17:02:16 +08:00
QuakeWang
8ac6fa6dbc [doc] Refactor context parameter docment (#10227)
(cherry picked from commit cd36401a6a)
2022-06-16 17:01:28 +08:00
Jiajie Zhong
57ade38939 [maven-release-plugin] prepare release 3.0.0-beta-1 2022-05-26 20:26:32 +08:00
Jiajie Zhong
47e1611538 [chore] pre-release change 2022-05-26 15:20:06 +08:00
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)
2022-05-26 14:56:06 +08:00