Commit Graph

7796 Commits

Author SHA1 Message Date
Jay Chung
2124a95081
chore: roadmap should not label stale (#14103) 2023-05-15 17:45:22 +08:00
Aaron Wang
1e3ae7b942
[improv][Resource Center] Implement getResourceFileName in StorageOperator (#14097) 2023-05-15 14:02:30 +08:00
Kerwin
8944fdc622
Added 3.1.6 release document (#14100) 2023-05-15 11:25:45 +08:00
JieguangZhou
a3b2cc0275
[CI] Try fix api test error (#14094)
* try fix api test error

* add workergroupapitest to ci and fix log output

* fix log output

* skip remote shell UT

---------

Co-authored-by: SbloodyS <460888207@qq.com>
2023-05-12 21:39:00 +08:00
openopen2
fc97118bdc
[Doc] Fix upgrade-schema.sh cannot load driver class (#14072)
* fix upgrade-schema.sh cannot load driver class

When initializing and creating related tables for the first time, the support of related jdbc drivers is required. This article omits placing jdbc drivers in the tools directory.

* Update datasource-setting.md

update english doc
2023-05-10 13:44:23 +08:00
Drake Youngkun Min
801216bd35
RECOVER_TOLERANCE_FAULT_PROCESS CommandType needs the start parameters (#13958) 2023-05-10 13:02:21 +08:00
He Zhao
f1e78627fc
[feature][plugin] Add snowflake datasource in datasource plugin (#13729)
---------

Co-authored-by: weitong <weitong@cisco.com>
2023-05-06 19:30:50 +08:00
Rick Cheng
3eb4c0ed1d
[Improvement-14054][Worker] Kill multiple yarn apps at the same time (#14055)
* [Improvement-14054][Worker] Kill multiple yarn apps at the same time

* Update dolphinscheduler-task-plugin/dolphinscheduler-task-api/src/main/java/org/apache/dolphinscheduler/plugin/task/api/am/YarnApplicationManager.java

Co-authored-by: Aaron Wang <wangweirao16@gmail.com>
2023-05-06 19:13:12 +08:00
imp2002
920e9b80fb
[Fix-13928][UI] Fix repeat CustomParams input box (#14029) 2023-05-06 17:21:56 +08:00
eye-gu
cfbf675737
[Fix-14049][dao] fix init sql and use on conflict do update in pg (#14051) 2023-05-06 17:11:43 +08:00
Rick Cheng
84edea7593
[Improvement-14052][Log] Remove the useless filter in getAppIdsFromLogFile (#14053) 2023-05-06 17:00:53 +08:00
liyou
f269ccbd4a
[Fix-13989] Fix resource center path validation (#14021) 2023-05-06 16:59:29 +08:00
aiwenmo
76f33bea2b
[doc] Change DinkyTask picture to english (#14061) 2023-05-05 22:37:01 +08:00
Stalary
e932f780b6
FIX: default value (#14059) 2023-05-05 21:57:48 +08:00
liyou
71bbd00ef1
alarm instance add sort (#14058) 2023-05-05 20:53:11 +08:00
Stalary
d2f83ee8cf
[Feature] Support run all level dependent when complement (#11778)
* ADD: support all level dependent
* MOD: delete log
* MOD: format
* FIX: ut
* ADD: ut
* format
2023-05-05 14:52:27 +08:00
Bingchang Chen
77e58ce245
[Feature] Add SSO login by Casdoor (#8706) 2023-05-05 14:43:06 +08:00
Wenjun Ruan
0a02522420
Fix registry table field (#14043) 2023-05-04 22:51:23 +08:00
Aaron Wang
3bad68a942
[Bug-13929][K8S Task] Set command contains single quote is invalid (#13930)
* [Fix-13929][K8S Task] Set command contains single quote is invalid

* fix UT
2023-05-01 11:45:03 +08:00
Eric Gao
4545093c1b
[Improvement][API Test] Add API tests for worker group related APIs (#13936)
* Add worker group api test

* Add more cases

* Remove useless comments

* Remove useless code and add missing license header

* Remove debug logging

* Restore changes for testing
2023-04-26 12:03:42 +08:00
Wenjun Ruan
cf91544b99
Refactor logic task (#13948) 2023-04-26 10:01:51 +08:00
liyou
b451d64696
resource file manager page,repeat onMounted optimize (#14011) 2023-04-25 17:28:58 +08:00
Jay Chung
8c43e71adf
doc: Change readme and standalone docker quick start (#14002) 2023-04-25 09:35:49 +08:00
Jeremy
db6c061c8b
[Feature][plugin] Add databend datasource in datasource plugin (#13866)
Co-authored-by: Jay Chung <zhongjiajie955@gmail.com>
2023-04-24 21:28:14 +08:00
klaokai
f6e0f2e471
[Bug] [worker] WorkerConfig output is wrong (#14000) (#14001) 2023-04-24 19:04:34 +08:00
破晓
fba47b337e
[BUG][Data Quality] Fixing the incorrect DML statements in upgrade SQL. (#13960) 2023-04-24 12:08:10 +08:00
Aaron Wang
73b505f639
[Bug][API] update processInstance bug (#13991) 2023-04-24 11:44:45 +08:00
Aaron Wang
731123cebc
[Bug][Worker] get worker status bug (#13992)
* get worker status bug

* modify configuration name
2023-04-24 09:51:47 +08:00
JieguangZhou
5c1edd2912
[Improvement][DOC] Update resource S3 configuration docs (#13985)
* update resoure s3 docs
2023-04-21 17:00:14 +08:00
fuchanghai
d617620b00
[improve-#13956] taskId is null (#13980)
Co-authored-by: fuchanghai <‘2875334588@qq.com’>
2023-04-21 15:49:43 +08:00
Aaron Wang
c2711f501f
[Fix-13977][SQL] 3.2.0_schema mysql ddl sql error (#13979) 2023-04-21 15:14:44 +08:00
fuchanghai
ec29220977
[improve-#13966] mask datax log (#13969)
Co-authored-by: fuchanghai <‘2875334588@qq.com’>
2023-04-21 14:51:37 +08:00
Zzih
34f5b009e1
[Fix 13941]Fix replace time variable (#13975)
* fix replace time variable

Co-authored-by: <ziheng.zhan@longbridge.sg>
2023-04-21 14:37:52 +08:00
xiangzihao
26c5f3cac4
[E2E-Test] Try to fix flaky e2e test (#13971)
* try to fix flaky e2e test
2023-04-20 15:34:52 +08:00
zhaifengbing
3305d6d127
[Improvement-13804] Optimal HDFS configuration acquisition (#13804) (#13811)
defaultFS key from FS_DEFAULT_FS to HDFS_DEFAULT_FS
2023-04-20 14:24:22 +08:00
David
53bcf11dcf
[Improvement] delete star chart (#13953)
the star chart can't show normally
2023-04-19 18:50:40 +08:00
eye-gu
1c836bf011
[Fix-13950][master] fix the key of master node failover (#13952)
Co-authored-by: eye <eye.gu@aloudata.com>
2023-04-19 17:52:38 +08:00
eye-gu
0a5b32e8b6
[Improvement-13785][docker] upgrade zk and pg image version to support arm architecture (#13789)
Co-authored-by: eye <eye.gu@aloudata.com>
2023-04-19 16:37:01 +08:00
ralphgj
f78ef9ec08
[Fix-13815][master] Fix dependent task incorrect timeout alerts (#13822) 2023-04-19 16:14:13 +08:00
AliceXiaoLu
dcf0109db3
【Bug】 OracleSouce edited again, ConnectionType is null (#13881) 2023-04-19 15:57:29 +08:00
ralphgj
7835ddfdb7
[Fix-13780][api] Fix the problem of process instance DAG can't show dependent task (#13823) 2023-04-19 15:40:51 +08:00
kingbabingge
81aa105ff6
[Fix-13820][alert] Fix bodyParams is empty get error log (#13821)
initialize an empty objectNode to save contentField.
2023-04-19 15:35:13 +08:00
jackfanwan
dc4cd976c1
add return success judge (#13873)
Co-authored-by: fanwanlong <fanwanlong@kezaihui.com>
2023-04-19 10:23:20 +08:00
Aaron Wang
45586f71d5
[BUG][Resource Center] Task can not select main JAR (#13536) 2023-04-18 18:38:16 +08:00
Kerwin
79cb707b57
[Improvement-13932][API] Tenant parameters and Worker group parameters are put together in the task startup parameters (#13935)
* [Improvement][API] Tenant parameters and Worker group parameters are put together in the task startup parameters
2023-04-18 14:56:38 +08:00
zzm
35bb533a50
[Improvement][Task Plugin] Integrate zeppelin password authentication with DS zeppelin task plugin (#13861)
---------

Co-authored-by: Eric Gao <ericgao.apache@gmail.com>
2023-04-18 12:18:51 +08:00
He Zhao
c0126b7f30
[Feature][plugin] Support Kyuubi datasource (#13642)
---------

Co-authored-by: weitong <weitong@cisco.com>
Co-authored-by: Rick Cheng <38122586+rickchengx@users.noreply.github.com>
2023-04-18 11:12:39 +08:00
Aaron Wang
119f08d2ba
[Bug-13882][Worker] Upgrade kubernetes-client version to 6.0.0 (#13891) 2023-04-17 12:04:36 +08:00
Aaron Wang
4bf097ee40
[Improvement-13824][Resource Center] User can only visit resources under tenant defaultPath (#13848)
* [Improvement-13824][Resource Center] User can only visit resources under tenant defaultPath

* remove semicolon

* set null in some specific scenario

* remove useless console.log
2023-04-17 11:56:42 +08:00
Kerwin
51afbfe159
Fix schedule time data primary key conflict when importing workflow definition (#13926) 2023-04-13 17:01:10 +08:00