calvin
4c2e57cfb3
[Feature][UI] Support to view and manage all timing settings of a project. ( #14178 )
1 year ago
Rick Cheng
5c4ba4105d
[Feature-14138][Metrics] Add metrics for api server ( #14177 )
1 year ago
Rick Cheng
0ab2447d58
[Improvement-14080][script] cleanup dist directory at the beginning of check-LICENSE.sh ( #14081 )
1 year ago
Aaron Wang
708086c8fe
fix: PULL_REQUEST_TEMPLATE.md dead link ( #14163 )
1 year ago
Aaron Wang
5e87b2d58a
[Bug][Worker] generate kill command with unknown user: default ( #14145 )
1 year ago
Rick Cheng
428f1559a3
[Improv-14083][Resource Center] Handle deleteSource in OSS / S3 / GCS ( #14084 )
1 year ago
秋天
9979ea3467
[fix-11321][ui] fix create workflow contains chunjun node failed ( #11979 )
1 year ago
Alex Ting
606b56403e
[Fix-13381][plugin] fix error while parsing hive load sql ( #13378 )
...
* [fix][task plugin][task sql] fix parsing error while using variables sometimes parsing exception happened if task sql contains a variable followed by \" or \' .
for example:
input sql: load inpath '/tmp/test_table/dt=${dt}'
into table test_table partition(dt=${dt})
after replace: preparing : load inpath '/tmp/test_table/dt=?
into table test_table partition(dt=?)
1 year ago
Wenjun Ruan
05df0269f6
Fix task exception might not exist in task instance log ( #14085 )
1 year ago
Kerwin
8315279620
[Feature-#14148][Task] Added status check interval and dependent failure policy parameters for dependent task nodes ( #14150 )
...
* Added a dependent task failure policy in the dependent task node
1 year ago
Jay Chung
56b0f91f6e
fix: Save task seatunnel error ( #14129 )
1 year ago
calvin
03ff78fdcb
[Improvement-14112][UI] Add a quick link to visit workflow instances of the current workflow. ( #14134 )
1 year ago
Kerwin
c6512edc3a
revert [fix-#13956] [Master]taskId is null cause NPE #13980 ( #14142 )
1 year ago
Kerwin
503d54aff9
Fix dependent task nodes in workflow instances cannot display data ( #14141 )
1 year ago
Kerwin
8583de878b
fix error TS2339: Property '' does not exist on type CreateComponentPublicInstance ( #14144 )
1 year ago
fuchanghai
67f50e3904
[fix-#13940] add status of ``` stop``` in class of TaskExecutionStatus ( #14016 )
1 year ago
Rick Cheng
db2da822de
Add supported operations of workflow definition ( #14122 )
1 year ago
calvin
f0881b65a1
fix syntax errors ( #14124 )
1 year ago
Aaron Wang
74ed7856bc
[Bug-14105][Task] Replace default tenant when downloading resource ( #14106 )
1 year ago
calvin
f384d71da0
[Improvement-14111][UI] Add a tooltip for the copy button of workflow definition. ( #14116 )
1 year ago
Aaron Wang
c3809fbecf
[Improvement-13868][K8S Task] Support the custom labels for k8s task ( #14067 )
...
* [Improvement-13868] Support the custom labels for k8s task
* fix front-end type mismatched
1 year ago
Jay Chung
2124a95081
chore: roadmap should not label stale ( #14103 )
1 year ago
Aaron Wang
1e3ae7b942
[improv][Resource Center] Implement getResourceFileName in StorageOperator ( #14097 )
1 year ago
Kerwin
8944fdc622
Added 3.1.6 release document ( #14100 )
1 year ago
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>
1 year ago
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
2 years ago
Drake Youngkun Min
801216bd35
RECOVER_TOLERANCE_FAULT_PROCESS CommandType needs the start parameters ( #13958 )
2 years ago
He Zhao
f1e78627fc
[feature][plugin] Add snowflake datasource in datasource plugin ( #13729 )
...
---------
Co-authored-by: weitong <weitong@cisco.com>
2 years ago
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>
2 years ago
imp2002
920e9b80fb
[Fix-13928][UI] Fix repeat CustomParams input box ( #14029 )
2 years ago
eye-gu
cfbf675737
[Fix-14049][dao] fix init sql and use on conflict do update in pg ( #14051 )
2 years ago
Rick Cheng
84edea7593
[Improvement-14052][Log] Remove the useless filter in getAppIdsFromLogFile ( #14053 )
2 years ago
liyou
f269ccbd4a
[Fix-13989] Fix resource center path validation ( #14021 )
2 years ago
aiwenmo
76f33bea2b
[doc] Change DinkyTask picture to english ( #14061 )
2 years ago
Stalary
e932f780b6
FIX: default value ( #14059 )
2 years ago
liyou
71bbd00ef1
alarm instance add sort ( #14058 )
2 years ago
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
2 years ago
Bingchang Chen
77e58ce245
[Feature] Add SSO login by Casdoor ( #8706 )
2 years ago
Wenjun Ruan
0a02522420
Fix registry table field ( #14043 )
2 years ago
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
2 years ago
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
2 years ago
Wenjun Ruan
cf91544b99
Refactor logic task ( #13948 )
2 years ago
liyou
b451d64696
resource file manager page,repeat onMounted optimize ( #14011 )
2 years ago
Jay Chung
8c43e71adf
doc: Change readme and standalone docker quick start ( #14002 )
2 years ago
Jeremy
db6c061c8b
[Feature][plugin] Add databend datasource in datasource plugin ( #13866 )
...
Co-authored-by: Jay Chung <zhongjiajie955@gmail.com>
2 years ago
klaokai
f6e0f2e471
[Bug] [worker] WorkerConfig output is wrong ( #14000 ) ( #14001 )
2 years ago
破晓
fba47b337e
[BUG][Data Quality] Fixing the incorrect DML statements in upgrade SQL. ( #13960 )
2 years ago
Aaron Wang
73b505f639
[Bug][API] update processInstance bug ( #13991 )
2 years ago
Aaron Wang
731123cebc
[Bug][Worker] get worker status bug ( #13992 )
...
* get worker status bug
* modify configuration name
2 years ago
JieguangZhou
5c1edd2912
[Improvement][DOC] Update resource S3 configuration docs ( #13985 )
...
* update resoure s3 docs
2 years ago