songjianet
4d7f59b797
[doc] Replace the dag screenshot of the README. ( #10798 )
2 years ago
Eric Gao
23cd3e85e2
[Improvement] [Alert Server] Add default datasource url in alert server application.yaml for consistency ( #10790 )
...
* [Improvement] [Alert Server] Add default datasource url in alert server application.yaml for consistency (#10788 )
* [Improvement] [Alert Server] Add newline at end of file (#10788 )
2 years ago
Eric Gao
2ae63c4eb5
[Bug][Script] Remove deprecated arg in remove-zk-node.sh ( #10789 )
2 years ago
旭旭同學
6d104f42d1
Fix language not matched ( #10775 )
2 years ago
xiangzihao
997244d1c4
[doc] Unify data source switching of the docs during installation ( #10688 )
2 years ago
sneh-wha
786d9418ec
[doc] Change tasks docs ( #10751 )
2 years ago
sneh-wha
6493703f50
[doc] Modified project doc. ( #10711 )
2 years ago
songjianet
50403fa43d
[Docs] Replace the dag screenshot of the README. ( #10741 )
2 years ago
sneh-wha
97a78467f7
Merging general settings to faq ( #10716 )
...
* Merging general settings to faq
* also change the zh position
Co-authored-by: Jiajie Zhong <zhongjiajie955@gmail.com>
2 years ago
sneh-wha
ac275e8aa4
[doc] Modify quick start. ( #10712 )
2 years ago
sneh-wha
74b977f36d
[doc] Modified alert doc files ( #10714 )
2 years ago
Devosend
4209c018ff
fix bug where project overview page display no data ( #10720 )
2 years ago
zhuxt2015
bb19830cb3
fix ( #10678 )
2 years ago
sneh-wha
38bce4f2d3
[doc] Change tasks doc ( #10639 )
2 years ago
sneh-wha
5991db1b44
[doc] Change datasource doc ( #10660 )
2 years ago
Stalary
9112266ed2
[doc] Add doc for pre-sql and post-sql ( #10685 )
2 years ago
caishunfeng
3abca5fea0
[Improvement] heartbeat info improvement ( #10699 )
...
* heartbeat info improvement
* import order
2 years ago
Devosend
20970ad4ae
[Fix][UI] Fix bug where the home page displays no data. ( #10697 )
2 years ago
caishunfeng
6c01a09b12
[doc] Update metadata and design doc ( #10600 )
2 years ago
Lyle Shaw
c3425715a0
[Fix-10652] fix docker-compose.yml ( #10653 )
...
* [Fix-10652] fix docker-compose.yml
* [Fix-10652] fix docker-stack.yml
* [Fix-10652] fix python api port in k8s config
* Update deploy/kubernetes/dolphinscheduler/templates/deployment-dolphinscheduler-api.yaml
Co-authored-by: Jiajie Zhong <zhongjiajie955@gmail.com>
* [Fix-10652] fix { { to {{
* [Fix-10652] del space between {{ and -
Co-authored-by: Jiajie Zhong <zhongjiajie955@gmail.com>
2 years ago
songjianet
4e282782f0
[doc] Replace the dag screenshot of the README. ( #10662 )
2 years ago
sneh-wha
7ae28de1f1
[doc] Modified parameter doc files. ( #10659 )
2 years ago
zhuxt2015
cb14726bdd
[Bug] [Task] SQL task no exception stack trace in task log ( #10656 )
2 years ago
juzimao
10c295eae5
[Fix-10641] [Common] Fix the hdfs NPE ( #10642 )
...
Fix the hdfs NPE (#10642 )
2 years ago
zhuxt2015
aec0ea27f2
[Bug] [Api] The copied workflow create time and update time is still copied from the original workflow
2 years ago
Wenjun Ruan
1e0939d4a2
Add JDK11 on unit-test ( #10364 )
2 years ago
秋天
5f143f6c3a
[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
devosend
7ddaa2f47d
[maven-release-plugin] prepare for next development iteration
2 years ago
devosend
0a1b9bdd52
[maven-release-plugin] prepare release 3.0.0-beta-2
2 years ago
xiangzihao
1e89cbbcec
fix standalone start error ( #10577 )
...
(cherry picked from commit 7a292cfccf
)
2 years ago
旺阳
67bc8a160c
[Fix-10400]Fix K8s deployment bitnami version error ( #10567 )
...
* Fix k8s bitnami bug
* add comments
(cherry picked from commit 0b377f72b1
)
2 years ago
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