WangJPLeo
749a82a78d
[API] Do not specify rollback for ensure in case of any exception or error. ( #10793 )
...
(cherry picked from commit b7fbf6c4ad
)
2 years ago
pinkhello
dca87a4b0c
[Fixed-10833] [Bug] [Quartz] timezone display doesn't match the next_fire_time in ds 3.0.0-beta1 version ( #10865 )
...
* closed [10619] [Improvement][Master] batch remove TaskInstaceId and workflowInstanceId
* fixed # 10833 timezone display error
* checkstyle
(cherry picked from commit 030fb89d6e
)
2 years ago
Mr.An
d2ea5316ad
[Fix-11003]Task group queue is not updated to final state ( #11004 )
...
* fix after the task group is forced to start the task. Task group status has not changed
(cherry picked from commit d7df899909
)
2 years ago
qinchaofeng
cfa08b3337
[Doc]Chinese translation updated ( #11146 )
...
* Update python.md Chinese translations
* Update zeppelin.md Chinese translations
(cherry picked from commit c28774e5dd
)
2 years ago
Amy0104
9df9a37331
[Improvement][UI] Improve monaco-editor component in ts. ( #11274 )
...
(cherry picked from commit adfec41986
)
2 years ago
Devosend
5e366ff6f1
[Fix][UI] fix bug where log modal display object ( #11271 )
...
(cherry picked from commit 9ba9a0ff82
)
2 years ago
Jiajie Zhong
c31087bd95
fix: Upgrade database DDL to avoid log path too long error
2 years ago
Devosend
2c469224dd
fix bug where confirm disable error ( #11251 )
...
(cherry picked from commit 78e9122573
)
2 years ago
Wenjun Ruan
072672a127
Fix recovery from failed task will dead loop ( #11239 )
...
(cherry picked from commit 04f3aa9713
)
2 years ago
阿福Chris
7dc8aab821
[doc] Fix installation typo ( #11220 )
...
Co-authored-by: xiangzihao <460888207@qq.com>
(cherry picked from commit 01fc6c8a3a
)
2 years ago
JinYong Li
68a73b04a2
[Fix-11007] [Master] fix forced_success bug ( #11088 )
...
* fix forced_success bug
* add comments
* add transactional
* refactor code
Co-authored-by: JinyLeeChina <jiny.li@foxmail.com>
(cherry picked from commit e5cca0e79b
)
2 years ago
xuhhui
d550f9917e
fix error ( #11206 )
...
(cherry picked from commit bfff3a7c5d
)
2 years ago
Devosend
7821d3ce7e
fix nodeSize is not a function bug ( #11200 )
...
(cherry picked from commit 91a944f967
)
2 years ago
Jiajie Zhong
9281f2b650
[ci] Make cluster test work on release branch ( #11199 )
...
When I try to release the 3.0.0 on branch `3.0.0-prepare`,
I find out cluster-test error due to version change of
tarball, I think we should make cluster test work on both
dev and prepare release branch, so I add this patch
(cherry picked from commit 93a73b1292
)
2 years ago
Jiajie Zhong
ab73121401
[python] Add directly install without clone source code ( #11179 )
...
Co-authored-by: kezhenxu94 <kezhenxu94@apache.org>
(cherry picked from commit 9e692f919a
)
2 years ago
Tq
59f3bce232
add Feishu alert doc and configure email alert doc to the docsdev.js ( #11173 )
...
add Feishu alert doc and configure email alert doc to the docsdev.js
(cherry picked from commit 9859b5da1f
)
2 years ago
caishunfeng
a8b1b61bd2
[Bug-11071] fix local params ( #11184 )
...
* fix local params
* add CI case
(cherry picked from commit 818648df7d
)
2 years ago
pinkhello
f7ed6ef850
[Fix] Parameter values disappear when editing Zeppelin task ( #11115 )
...
(cherry picked from commit 2e81f30298
)
2 years ago
Jiajie Zhong
dd34a1da67
[fix] data quality dml error
2 years ago
Jiajie Zhong
3915c4f40a
[fix] Make DDL work in version 3.0
...
* Add missing database ddl
* Because postgres supported `if not exist` and `if exists` syntax
so we can use bare SQL directly instead of store process
2 years ago
Sheldon
91da5be260
[fix] 300 error cherry-pick and other bug
2 years ago
Sheldon
1f55cc89c1
[Fix-10665] [S3] Fix s3 download method ( #10675 )
...
when overwrite param is true and dest file is exist, throw exception
make dirs for ancestor directories of the source file path if it is not exists
To describe the error more clearly, change "the file isn`t exists" to specific error message
Co-authored-by: sheldonliu <sheldonliu>
(cherry picked from commit efd68f4805
)
2 years ago
caishunfeng
034475bfbe
[Bug-11101] fix task failover NPE ( #11168 )
...
(cherry picked from commit 6c7e00c4aa
)
2 years ago
Jiajie Zhong
88712b423a
[fix] Some cherry pick error
2 years ago
陈家名
4da1240b0e
[Python] Supports creating or editing resources. ( #10823 )
...
(cherry picked from commit 59cd86157f
)
2 years ago
Jiajie Zhong
e4ab488426
[python] Fix tasks with multiple upstream and workflow query error ( #10941 )
...
* when task with more than one upstreams, mapper
TaskDefinitionMapper method queryByName will return
more than one record, and failed the mybatis result
type, so we have to add `limit 1` to it to
* add multiple runs of example in integrate test
* Change from subprocess.Popen to subprocess.call_check
in integrating test which will raise an error when failed
(cherry picked from commit 81930e5420
)
2 years ago
Jiajie Zhong
c67f9ee85d
[fix] update queue and tenant with same code error ( #10877 )
...
in ae6aa53f
I use the same logic test to create or update
tenant and queue which failed create with the same value,
this patch will fix it. and also I use the constructor to reduce
the new object logic here
(cherry picked from commit a6154220dc
)
2 years ago
Jiajie Zhong
b2ad6f3f8e
[python] Integrate test run strategy change ( #10825 )
...
this patch change python integrate test strategy,
before that, only content change in dir
dolphinscheduler-python will run the test. And it
will fail our python api startter when some code
change in java gateway. So we should start the
integrate test except docs change.
and in the future, we may add python ci to
.asf.yaml to make sure it pass
close : #10488
(cherry picked from commit 598290487c
)
2 years ago
Jiajie Zhong
d3f28c8411
[python] Fix submit and run error ( #10792 )
...
because we add permission, so it failed out
createQueue method. this patch fix it and
do some refactor of our tenant and queue
validator code
(cherry picked from commit ae6aa53f96
)
2 years ago
caishunfeng
cec5e88319
[Bug-11071] Fix task local params NPE ( #11166 )
...
* fix local param NPE
* delete empty files
2 years ago
xuhhui
acc2fba6cd
[doc] Fix bugs in doc installation, design and glossary ( #11084 )
...
(cherry picked from commit 8b50578bdb
)
2 years ago
Jiajie Zhong
6bab63cc7b
[python] fix doc build error ( #10810 )
...
(cherry picked from commit 113a67122f
)
2 years ago
Jiajie Zhong
6f5ea6e411
[python] Correct some docs for python api ( #10772 )
...
* Remove add leading `$` from command
* Add copy button from code block
* Using `python -m pip` to install package avoid error
(cherry picked from commit b4eee7edb6
)
2 years ago
sneh-wha
c4c4771435
[doc] Change subprocess dependent ( #10637 )
...
(cherry picked from commit 1f46078ab8
)
2 years ago
Eric Gao
4324ddd28e
[docs] Add links to metrics docs ( #10583 )
...
(cherry picked from commit 16144a8858
)
2 years ago
Stalary
fe8525744d
[doc] Add run the task alone doc. ( #10581 )
...
(cherry picked from commit b2df357814
)
2 years ago
xiangzihao
b88b522827
[doc] Add doc about how to use healthcheck endpoints ( #10592 )
...
(cherry picked from commit 33cc68ed4a
)
2 years ago
xiangzihao
b943c003a6
[doc] Add docs about complement dependent mode ( #10587 )
...
(cherry picked from commit b21e211d2c
)
2 years ago
陈家名
dd4b99298a
[python] Support using full-name definitions for resources ( #10551 )
...
(cherry picked from commit 7970573365
)
2 years ago
Devosend
4f37b7c377
fix space validate for create folder bug ( #11106 ) ( #11172 )
...
(cherry picked from commit 2f2de7f90e
)
2 years ago
caishunfeng
9742502ea3
fix k8s master and worker start error ( #11156 )
2 years ago
Devosend
ebdc34b25f
[Fix][UI] Add duplicate of file suffix ( #11136 )
2 years ago
zhuxt2015
1b0f8c04d3
[Bug] [API] If the single log length is long, it will causes the View Log page to hang ( #10612 )
2 years ago
Devosend
4622a8036a
[Fix][UI] fix bug where The Gantt chart does not show the execution status ( #11135 )
...
* fix bug where The Gantt chart does not show the execution status of all components
* modify round method
2 years ago
Wenjun Ruan
b791e9158e
[Fix-10918] Close datasource when expire from guava cache ( #11120 )
...
* Close datasource when expire from guava cache
* Remove duplicate datasource in HiveDataSourceClient
2 years ago
songjianet
8581a464db
[Fix][UI] Fix the problem of too large spacing in operation. ( #11090 )
...
* [Fix][UI] Fix the problem of too large spacing in operation.
* [Fix][UI] Fix the problem of too large spacing in operation.
2 years ago
Devosend
9164ec8bf1
fix view variable display bug ( #11100 )
2 years ago
Amy0104
34d2c513c5
[Fix][UI] Widen the segment separator input box. ( #11096 )
2 years ago
xiangzihao
dba1d076c1
add oracle dependency ( #11095 )
2 years ago
Assert
7e1d8c2d86
[Feature-10594][ui] Data Quality Result Display Optimize ( #10835 )
2 years ago