小可耐
e5a208f363
[Bug][force-success] force success add end time ( #15144 )
...
Co-authored-by: Rick Cheng <rickchengx@gmail.com>
9 months ago
Jay Chung
d8e820c4b9
fix: ddl without drop exists ( #14128 )
...
Co-authored-by: Rick Cheng <rickchengx@gmail.com>
9 months ago
dada Sun
4d6af516b9
[Bug][Task Api] fix 'MACPATTERN' in ProcessUtils and cover all cases on MacOS in ProcessUtilsTest ( #15480 ) ( #15529 )
...
Co-authored-by: Rick Cheng <rickchengx@gmail.com>
9 months ago
caishunfeng
ef9ed3db55
fix switch js ( #15487 )
...
Co-authored-by: Rick Cheng <rickchengx@gmail.com>
Co-authored-by: Eric Gao <ericgao.apache@gmail.com>
9 months ago
Jay Chung
8efaa9fa1f
fix: data quality can not use ( #15551 )
...
* fix: data quality can not use
fix : #15468 , #15249 , #14858
---------
Co-authored-by: Rick Cheng <rickchengx@gmail.com>
Co-authored-by: Eric Gao <ericgao.apache@gmail.com>
9 months ago
Wenjun Ruan
4d15932ede
Fix createFile with permission will not work ( #15556 )
9 months ago
John Huang
1b42d45fcd
[Doc][Docker] fix typo on start with docker ( #15534 )
...
Co-authored-by: xiangzihao <460888207@qq.com>
Co-authored-by: Eric Gao <ericgao.apache@gmail.com>
9 months ago
Wenjun Ruan
89742332a8
Fix TaskGroupQueue will never be wakeup due to wakeup failed at one time ( #15528 )
9 months ago
John Huang
2f66a667ba
refactor comments & function name for confuse ( #15546 )
...
Co-authored-by: fuchanghai <changhaifu@apache.org>
9 months ago
Wenjun Ruan
25810a81dc
Exit JVM when OOM ( #15538 )
9 months ago
Gallardot
3640a28348
[Improvement][HTTP] support custom rendering of http body ( #15531 )
...
Signed-off-by: Gallardot <gallardot@apache.org>
Co-authored-by: Eric Gao <ericgao.apache@gmail.com>
9 months ago
Wenjun Ruan
86ef9666c4
Fix exception occur in RpcServer side, it will not be sent to RpcClient ( #15536 )
9 months ago
clovelll
edbf5cd3af
front: When you edit a task in the task definition list, the front task list is displayed ( #12819 )
...
Co-authored-by: Rick Cheng <rickchengx@gmail.com>
9 months ago
BaiJv
e20e066076
[Fix] [Bug] Change default version of Workflow/TaskDefinition to `1` ( #15498 )
9 months ago
Wenjun Ruan
419cb49311
Change download url in backend.yml ( #15526 )
9 months ago
sleo
431414729f
【Master】【Bug】Fix a bug, When the worker service offline, workerNodeInfo cache in master cannot delete the offline worker ( #15459 )
...
* remove work from workerNodeInfo when work server down
* modify log msg
Co-authored-by: xiangzihao <zihaoxiang@apache.org>
* add unit test
* add unit test
* modify the code style
* add license header
---------
Co-authored-by: xiangzihao <zihaoxiang@apache.org>
Co-authored-by: Rick Cheng <rickchengx@gmail.com>
9 months ago
tangjiaolong
feb302335b
修复工作流导入时update_time时间一样,导致分页查询存在乱序问题 ( #14810 )
...
Co-authored-by: David Zollo <dailidong66@gmail.com>
Co-authored-by: Rick Cheng <rickchengx@gmail.com>
9 months ago
zhihuasu
d80a29c48c
[BUG] #15013 Fix retryInterval in RetryPolicy will never be used in RetryUtils ( #15014 )
...
* Update RetryUtils.java
assigned
* UT
* Update RetryUtilsTest.java
---------
Co-authored-by: xiangzihao <460888207@qq.com>
Co-authored-by: Rick Cheng <rickchengx@gmail.com>
9 months ago
John Huang
8abb5e55b7
[Doc][K8S] Add DS K8S Operator into k8s deployment character ( #15516 )
...
Co-authored-by: Rick Cheng <rickchengx@gmail.com>
9 months ago
sunsongyang
95ae0036f6
[improvement][api] Fix typo for controllers ( #15438 )
...
Co-authored-by: fuchanghai <changhaifu@apache.org>
Co-authored-by: Rick Cheng <rickchengx@gmail.com>
9 months ago
Wenjun Ruan
5a7deb28f7
Throw IllegalArgumentException if parse time placeholder error ( #15514 )
...
(cherry picked from commit 5fa31e036d77698f3732a42664bfac3e7edcb8e4)
9 months ago
Wenjun Ruan
308e4fb4a6
Directly Throw exception when taskInstancy log path is empty which log need to be queried ( #15511 )
10 months ago
John Huang
e00121b44b
Add guideline link into DolphinScheduler mail list ( #15447 )
...
Co-authored-by: Jay Chung <zhongjiajie955@gmail.com>
Co-authored-by: fuchanghai <changhaifu@apache.org>
10 months ago
Wenjun Ruan
dcf69cad20
Fix PostgresqlDatabaseContainerProvider get Image is incorrect ( #15434 )
10 months ago
Wenjun Ruan
0dc373df2a
Set TaskGroupQueue updateTime when force start ( #15510 )
10 months ago
silenceland
16c97ef44d
[DS-15489][style]rename the vo object suffix ( #15504 )
...
- the naming suffix of the objects under the package dolphinscheduler-api/src/main/java/org/apache/dolphinscheduler/api/vo is not unified, such as AlertPluginInstanceVO and ScheduleVO, etc.
- this issue solve it, and uniformly modified to the VO suffix
Co-authored-by: fuchanghai <changhaifu@apache.org>
10 months ago
Wenjun Ruan
64e1e67581
Use DefaultUncaughtExceptionHandler to log the uncached exception ( #15496 )
...
Co-authored-by: fuchanghai <changhaifu@apache.org>
10 months ago
Wenjun Ruan
44c356db4d
TaskGroupPriority only compare When TaskGroup is same ( #15486 )
10 months ago
sunsongyang
e1fcd4e485
[Bug][Api] Fix NPE when deleting a workflow instance ( #15485 ) ( #15488 )
10 months ago
Gallardot
c7a11ce6ed
[Improvement][K8S]Optimize MDC for K8S tasks ( #15390 )
...
Signed-off-by: Gallardot <gallardot@apache.org>
Co-authored-by: fuchanghai <changhaifu@apache.org>
10 months ago
Rick Cheng
e4de06b5af
[Doc-15500][Task] Update cli opts of spark and flink ( #15501 )
10 months ago
Wenjun Ruan
603dfa2e4b
Fix notify failover WorkflowInstance will cause NPE ( #15499 )
10 months ago
aiwenmo
ace0860d3d
[Feature-15475][DinkyTask] DinkyTask supports Dinky-1.0.0 and common sql ( #15479 )
10 months ago
Wenjun Ruan
0b873e6870
[HotFix] Fix createTaskInstanceWorkingDirectory failed if the old path exist ( #15377 )
10 months ago
AliceXiaoLu
cb5317f7ca
[bug] Exception when using host in ipv6 format ( #14040 )
...
* DB2 edit again, no username.
* [bug] db2's jdbcUrl should be like this "jdbc:db2://localhost:50000/sample:currentSchema=DB2INST1;characterEncoding=UTF-8;".should be ":"
* Update Db2DataSourceProcessor.java
* Update Db2DataSourceProcessorTest.java
* 【Bug】OracleSource edit again, ConnectionType is null
* when user inputs ipv6,checkhost will return "!IPV4_PATTERN.matcher(host).matches()";
I think we should use isInetAddress to check the host is isValid
* Update AbstractDataSourceProcessor.java
* Update DatabendDataSourceProcessorTest.java
last week other modified this
* Update MySQLDataSourceProcessorTest.java
* Update DataSourceUtilsTest.java
* Update MySQLDataSourceProcessorTest.java
* Update KyuubiDataSourceProcessorTest.java
* Update AbstractDataSourceProcessor.java
if host is ipv6 or ipv4 will OK; if not check other
* Update AbstractDataSourceProcessor.java
* Update AbstractDataSourceProcessor.java
* Update DataSourceUtilsTest.java
增加ipv6数据源验证
* [Bug] [dolphinscheduler-api] queryDataSource'password should be hidden.
---------
Co-authored-by: xiangzihao <460888207@qq.com>
Co-authored-by: Rick Cheng <rickchengx@gmail.com>
10 months ago
Wenjun Ruan
7b9c9e0eb2
Enable set ServerLoadProtection fot Master/Worker ( #15439 )
10 months ago
Gallardot
a405abec9e
[Bug][Master]serial_wait strategy workflow unable to wake up ( #15270 )
...
* fix: serial_wait strategy workflow unable to wake up
Signed-off-by: Gallardot <gallardot@apache.org>
* fix: serial_wait strategy workflow unable to wake up
Signed-off-by: Gallardot <gallardot@apache.org>
---------
Signed-off-by: Gallardot <gallardot@apache.org>
Co-authored-by: fuchanghai <changhaifu@apache.org>
10 months ago
lizhenglei
3c7a77c90e
[Improvement][E2E] add e2e javatask case ( #15469 )
...
* add java task
* fix
* support jdk
* fix java
* fix java_home
* add ut
* recover
---------
Co-authored-by: 80597928 <673421862@qq.com>
Co-authored-by: xiangzihao <460888207@qq.com>
10 months ago
lizhenglei
bd48c99178
[BUG][Task] fix java task classpath ( #15470 )
...
* fix javatask bug
* cover
---------
Co-authored-by: 80597928 <673421862@qq.com>
Co-authored-by: fuchanghai <changhaifu@apache.org>
10 months ago
liyou
0f7081be10
[Feature] timed scheduler Improvement ( #15449 ) ( #15450 )
10 months ago
lgcareer
309c8c97a9
[Enhancement][API]Enhance mysql connection properties ( #15433 )
10 months ago
Wenjun Ruan
6c1e001edf
Add config for defaultTenantEnabled ( #15391 )
10 months ago
旺阳
e5a512803e
[Bug] [Audit log] Fix Audit log UI query error ( #15427 )
10 months ago
lizhenglei
4c31e19e11
[Improvement][E2E]e2e improve add workflow httpTask e2e case ( #15420 )
...
* e2e case
* Create local.yml
* local
* fix
* fix
* fix blank
---------
Co-authored-by: 80597928 <673421862@qq.com>
Co-authored-by: xiangzihao <460888207@qq.com>
10 months ago
dalong
3f21a7a577
doc write wrong,should be MinIO it's not MinION ( #15395 )
...
Co-authored-by: 86157 <mapengfei@lnxjit.commapengfei@lnxjit.com>
10 months ago
Gallardot
4fe59a7ae8
[Doc]remove temporary markdown comments ( #15385 )
...
Signed-off-by: Gallardot <gallardot@apache.org>
10 months ago
Gallardot
575b89e2f9
[Bug][Registry] Optimizing waiting strategy ( #15223 )
...
* [Improvement][Registry] Optimizing waiting strategy
Signed-off-by: Gallardot <gallardot@apache.org>
10 months ago
liyou
fd74cf16cb
adjust the sequence of alarm group and add validate ( #15382 ) ( #15384 )
10 months ago
Wenjun Ruan
bf2cdc5300
Use Druid to split sql ( #15367 )
10 months ago
liyou
c3ffb1330d
optimize add select filter ( #15378 ) ( #15379 )
10 months ago