Wenjun Ruan
dc4dad135c
Fix TaskGroupCoordinator might cause OOM when there is a lot of waiting TaskGroupQueue ( #15773 )
7 months ago
Evan Sun
ae1fe84e85
[TEST] fill up alert group service test ( #15777 )
...
Co-authored-by: abzymeinsjtu <abzymeinsjtu@B-54Q8MD6R-0244.local>
Co-authored-by: Eric Gao <ericgao.apache@gmail.com>
7 months ago
He Wang
723126b52b
hotfix(ui): update datasourceTypes following the DbType in spi module ( #15776 )
7 months ago
Wenjun Ruan
929f4cf568
Remove replace sql_mode in dolphinscheduler_mysql.sql ( #15775 )
7 months ago
silentxingtian
5e3dc7b16f
[Fix-15771] Fix normal user can grant project permission ( #15772 )
...
* repair the bug #15771 by call the interface.
* Fix the bug by call the interface(#15771 )
* Fix the grant project,datasource,udf bug (#15771 )
* add Unit Test for modified (#15771 )
* add Unit Test for UDF (#15771 )
* [Fix] add Unit Test and grant Permission modify(#15771 )
---------
Co-authored-by: liuw529 <liuw529@chinaunicom.cn>
7 months ago
Gallardot
5466117838
[Bug][Worker] Replace jre with jdk ( #15764 )
...
Signed-off-by: Gallardot <gallardot@apache.org>
7 months ago
caishunfeng
bcf1b67255
[Fix] add resource full name check ( #15757 )
...
* add resource full name check
* fix UT
* fix query params error
7 months ago
Wenjun Ruan
dcc9d64ef6
Fix Switch logic task doesn't check the branch exist ( #15755 )
7 months ago
Wenjun Ruan
2e169076dc
Fix delay execution task will never be dispatched ( #15751 )
...
Co-authored-by: Eric Gao <ericgao.apache@gmail.com>
7 months ago
caishunfeng
99a2461785
[Improvement] change js engine ( #15747 )
...
* change js engine
* add dependent jar
7 months ago
caishunfeng
f7358c3e5e
add alert script check ( #15752 )
7 months ago
Wenjun Ruan
56a834b48b
[Bug] Disable delete a specific workflow version when exist workflow instance under this version which is not finish ( #15730 )
7 months ago
Eric Gao
023c22c340
remove unused method ( #15743 )
...
Co-authored-by: xiangzihao <460888207@qq.com>
7 months ago
xiangzihao
49d04de3ae
fix frontend ci not trigger ( #15749 )
8 months ago
arlendp
a16a15c84e
[Fix-15698][UI] close the definition when opened in the new tab ( #15736 )
...
Co-authored-by: xiangzihao <460888207@qq.com>
8 months ago
xiangzihao
1440045fb8
[CI] Frontend ci require passed before merge ( #15735 )
...
* frontend ci require passed before merge
8 months ago
caishunfeng
4a255fd523
Fix switch js, add black key ( #15680 )
...
Co-authored-by: fuchanghai <changhaifu@apache.org>
Co-authored-by: Eric Gao <ericgao.apache@gmail.com>
8 months ago
xiangzihao
faa794c39b
fix ui build error ( #15732 )
8 months ago
Rick Cheng
b652967c53
[Improvement-15719] Remove the useless methods in ProcessUtils ( #15720 )
8 months ago
Evan Sun
0cce2201a8
[TEST] fill up access token test ( #15710 )
...
Co-authored-by: abzymeinsjtu <abzymeinsjtu@B-54Q8MD6R-0244.local>
Co-authored-by: Rick Cheng <rickchengx@gmail.com>
8 months ago
calvin
d49dbbaac8
[Improvement-15725][UI] The default option of project preferences can be clearable. ( #15727 )
...
* adjust the project preferences
8 months ago
calvin
832826ea52
done ( #15724 )
8 months ago
Frank-Liao
e97f6a41ed
Check whether the key exists when "start param to overwrite global param" ( #15676 ) ( #15677 )
...
Co-authored-by: Rick Cheng <rickchengx@gmail.com>
8 months ago
ZhongJinHacker
4a08316294
fix word spell error ( #15716 )
8 months ago
calvin
eab71f1071
[Improvement-15707][Master] Work out the issue that the workflow with a task dependency couldn't work well. ( #15712 )
8 months ago
ZhongJinHacker
738da1cda3
[Fix][Master] Fix Potential danger in the event of a worker failover ( #15689 )
...
* clean unused import
* fix style check
* fix when path is null or empty, it will cause serverhost is null,
* fix UT test (#15684 )
* [Fix-15639] parameterPassing is null case NPE (#15678 )
Co-authored-by: caishunfeng <caishunfeng2021@gmail.com>
* fix when path is null or empty, it will cause serverhost is null,
8 months ago
calvin
2395ba5ef8
fix this issue ( #15695 )
8 months ago
Tq
cd63069317
[Improvement-15692][task-datasync] rewrite the mockito test file for DatasyncTaskTest. ( #15693 )
...
* 15692 rewrite the mockito test file for DatasyncTaskTest.
* fix format
8 months ago
lch
af578124a5
fix switch status button not show correctly ( #15686 )
...
Co-authored-by: xiangzihao <460888207@qq.com>
8 months ago
calvin
c61b81e0c6
[Improvement-15603][API] When removing or modifying a workflow the system can check if there any tasks depend on it. ( #15681 )
...
* modify the function of queryTaskSubProcessDepOnProcess
* add a function to query downstream dependent tasks
* confirm to make the workflow offline
* query dependent tasks
* check dependencies
* done
* done
* done
* done
* improve the test case
* improve the test case
* improve codes
* prettier the codes
* prettier the codes
8 months ago
lch
e3fdb1a3ff
[Fix-15639] parameterPassing is null case NPE ( #15678 )
...
Co-authored-by: caishunfeng <caishunfeng2021@gmail.com>
8 months ago
caishunfeng
68065d3f24
fix UT test ( #15684 )
8 months ago
王渔
e984300253
[bug] [dolphinscheduler-ui] UI timed scheduler Improvement ( #15624 )
...
* Update use-table.ts
* [Fix][CI] Remove useless code
* [Fix][CI] Remove useless code
* [Fix][CI] Remove useless code
---------
Co-authored-by: Rick Cheng <rickchengx@gmail.com>
Co-authored-by: 旺阳 <wang@lqwang.net>
Co-authored-by: xiangzihao <460888207@qq.com>
8 months ago
John Huang
e3bd26322f
[Improvement][UT] Improve Worker runner coverage ( #15428 )
...
Co-authored-by: Rick Cheng <rickchengx@gmail.com>
Co-authored-by: caishunfeng <caishunfeng2021@gmail.com>
8 months ago
zer0e
82ffdbfb30
fix: create linux user with home dir ( #15670 )
8 months ago
Wenjun Ruan
04a6b0d281
Fix task mighe be dispatched even if it has been killed ( #15662 )
8 months ago
John Huang
040ab34baf
[Doc][remote shell] missing remote shell doc for version 3.2.1 ( #15660 )
...
Co-authored-by: xiangzihao <460888207@qq.com>
8 months ago
Evan Sun
502b49a1cb
[TEST] fix log related test ( #15659 )
...
Co-authored-by: abzymeinsjtu <abzymeinsjtu@B-54Q8MD6R-0244.local>
Co-authored-by: xiangzihao <460888207@qq.com>
8 months ago
Jay Chung
48ea8f387a
chore: modify some CODEOWNERS ( #15654 )
...
* chore: modify some CODEOWNERS
* Add Eric as code owner for some dirs
---------
Co-authored-by: xiangzihao <460888207@qq.com>
8 months ago
xiangzihao
f8919c0509
[Doc] Fix ci docs check timeout issue ( #15664 )
...
* fix docs check timeout issue
* fix docs check timeout issue
* fix docs check timeout issue
* fix docs check timeout issue
* fix docs check timeout issue
* fix docs check timeout issue
* fix docs check timeout issue
* fix docs check timeout issue
* fix docs check timeout issue
8 months ago
Wenjun Ruan
88a8f06b1d
Fix can modify file which is not under resource path ( #15652 )
8 months ago
Gallardot
3fda980006
[Task][Remoteshell] fix maven dependency warn ( #15635 )
...
Signed-off-by: Gallardot <gallardot@apache.org>
8 months ago
王渔
00008515c0
Update SeatunnelTask.java ( #15621 )
...
Co-authored-by: Rick Cheng <rickchengx@gmail.com>
Co-authored-by: xiangzihao <460888207@qq.com>
8 months ago
Gallardot
f14749a943
[Doc] fix CNCF logo ( #15634 )
...
Signed-off-by: Gallardot <gallardot@apache.org>
8 months ago
Gallardot
b278df1311
[Improvement][API] add PageInfo UT ( #15622 )
...
Signed-off-by: Gallardot <gallardot@apache.org>
Co-authored-by: xiangzihao <460888207@qq.com>
8 months ago
zuo
e498116025
Fix Hive jdbc url ( #15627 )
8 months ago
Evan Sun
380d108133
[TEST] add task definition log service test ( #15631 )
...
Co-authored-by: abzymeinsjtu <abzymeinsjtu@B-54Q8MD6R-0244.local>
Co-authored-by: Eric Gao <ericgao.apache@gmail.com>
8 months ago
Gallardot
eb2a75b3b7
[Bug][API] list paging missing totalpage ( #15619 )
...
Signed-off-by: Gallardot <gallardot@apache.org>
8 months ago
Wenjun Ruan
24ff70dc88
Fix out parameter may loss ( #15617 )
8 months ago
Wenjun Ruan
2b4c1e06b6
Fix recover pause workflowInstance may generate failover taskInstance ( #15611 )
8 months ago