Evan Sun
1d13ef09c3
[TEST] increase coverage of project parameter service test ( #15905 )
...
Co-authored-by: abzymeinsjtu <abzymeinsjtu@B-54Q8MD6R-0244.local>
6 months ago
旺阳
59f060e278
[Improvement] Fix alert code smell
6 months ago
Wenjun Ruan
e9d85914d7
Fix queryByTypeAndJobId might error due to multiple result ( #15883 )
6 months ago
Wenjun Ruan
e2c8b080f9
[DSIP-31] Reduce the thread pool size of hikari ( #15890 )
6 months ago
John Huang
6c78c8ec9a
[Improvement][Spark] Support Local Spark Cluster ( #15589 )
...
* [Improvement][Spark] Support Local Spark Cluster
* remote default local from deploy mode
---------
Co-authored-by: Rick Cheng <rickchengx@gmail.com>
6 months ago
privking
e66441a2c9
[FIX] Fix cannot recover a stopped workflow instance ( #15880 )
7 months ago
Wenjun Ruan
285c5a8eb5
[DSIP-28] Donnot scan whole bean under classpath ( #15874 )
7 months ago
Gallardot
a9decc911f
[Bug][Helm] fix image.registry ( #15860 )
...
Signed-off-by: Gallardot <gallardot@apache.org>
Co-authored-by: fuchanghai <changhaifu@apache.org>
Co-authored-by: Rick Cheng <rickchengx@gmail.com>
7 months ago
旺阳
d306f1d04b
Refactor record audit log logic ( #15881 )
7 months ago
Wenjun Ruan
32f9288974
Fix dsip name ( #15876 )
7 months ago
Evan Sun
325bfa821f
[TEST] increase cov of logger service ( #15870 )
...
Co-authored-by: abzymeinsjtu <abzymeinsjtu@B-54Q8MD6R-0244.local>
Co-authored-by: Eric Gao <ericgao.apache@gmail.com>
7 months ago
Wenjun Ruan
8fc204940f
Add DSIP template ( #15871 )
7 months ago
Wenjun Ruan
163f8f01f0
Fix jdbc registry cannot work ( #15861 )
7 months ago
Wenjun Ruan
a8bc23748d
Fix write audit log error will cause the request failed ( #15868 )
7 months ago
XinXing
3fe9fd45b1
[Fix-15706] Seatunnel improvement ( #15852 )
...
* fix_seatunnel_15706
* CodeFormat
* Change to use JSONUtils
* Constants moved to constant code
* Delete empty lines
* Delete empty lines
7 months ago
zuo
9a48aca83c
[Fix-15866][Doc] update the taobao mirror link ( #15867 )
7 months ago
Wenjun Ruan
9437d276e7
Change ssh heartbeat type to IGNORE ( #15858 )
7 months ago
Wenjun Ruan
ead54534a2
Fix QUARTZ table order is not correct in initialization schema ( #15857 )
7 months ago
Wenjun Ruan
76d059810a
Forbidden forcess success a task instance in a running workflow instance ( #15855 )
7 months ago
Wenjun Ruan
27d0563fe4
Bind processId to constructor CodeGenerator ( #15848 )
7 months ago
旺阳
f99d3f1ed3
[Improvement][Audit] Change time to create_time ( #15846 )
...
* change time to create_time
* update
* update
7 months ago
Wenjun Ruan
6844c659bf
Fix ErrorCommand loss some fields in Command ( #15847 )
7 months ago
XinXing
5ad7b1509f
[Fix-15787] Reuse code and solve the problem of complex SQL parsing exceptions in… ( #15833 )
...
* Reuse code and solve the problem of complex SQL parsing exceptions in druid, corresponding to issue #15787
* Code Format
* Enhanced adaptability to SQL formatting
7 months ago
Evan Sun
7894ebb350
[TEST] increase coverage of environment service ( #15840 )
...
* [TEST] increase coverage of environment service
* spotless apply
7 months ago
旺阳
226345512e
[DSIP-26][Audit log] Audit log improvement design ( #15554 )
7 months ago
旺阳
efbffacfbe
delete useless code ( #15844 )
7 months ago
BaiJv
08ac132286
[Improvement] Modify python-gateway: enabled default to false. ( #15825 )
...
* remove python-gateway:auth-token,modify python gateway: enabled default to false.
* reset token
7 months ago
BaiJv
e5e7749251
[Improvement] Abnormal characters check ( #15824 )
...
* abnormal characters check
* add test case
* remove error log
* fix code style
* fix import
7 months ago
Wenjun Ruan
883848f6ee
Remove unused caffeine cache ( #15830 )
7 months ago
旧城
2b5f8433b7
Fix cannot construct instance of StreamingTaskTriggerResponse
7 months ago
sleo
f93b27e121
[Worker] Fix will not kill the subprocess in remote when stop a remote-shell task #15570 ( #15629 )
...
* fix cannot kill the subprocess when stop a remote-shell task
* move parse pid logic into ProcessUtils
* extract common logic
---------
Co-authored-by: 旺阳 <wang@lqwang.net>
Co-authored-by: Rick Cheng <rickchengx@gmail.com>
7 months ago
旺阳
5050a8e1e6
[Improve] Fix typo on ProcessServiceImpl ( #15817 )
7 months ago
Wenjun Ruan
66df5d4b90
Split cpuUsage to systemCpuUsage and jvmCpuUsage ( #15803 )
7 months ago
songwenyong
9599b5aa81
fix:DataSource And UdfFunc list query use Enum code value not ordinal ( #15714 )
...
Co-authored-by: Rick Cheng <rickchengx@gmail.com>
7 months ago
John Huang
39274094f8
Fix typo on common.properties ( #15806 )
7 months ago
Evan Sun
200d23fc3e
[TEST] increase coverage of datasource service ( #15801 )
...
Co-authored-by: abzymeinsjtu <abzymeinsjtu@B-54Q8MD6R-0244.local>
7 months ago
Wenjun Ruan
3b1de41acb
Remove dolphinscheduler-data-quality from dolphinscheduler-task-dataquality ( #15791 )
7 months ago
Evan Sun
98bc9ce4c9
feat: inc coverage of alert plugin instance svc ( #15799 )
...
Co-authored-by: abzymeinsjtu <abzymeinsjtu@B-54Q8MD6R-0244.local>
7 months ago
songwenyong
5d8808dda4
[Fix-15760][datasource-plugin] fix sql task split error ( #15760 ) ( #15794 )
...
* Fix the bug in SQL splitting by completing the task in two steps: 1. removeComment 2. split
* Add a unit test for Hive SQL splitting.
7 months ago
Evan Sun
c0435e5bd8
fix dependent task logic ( #15795 )
...
Co-authored-by: abzymeinsjtu <abzymeinsjtu@B-54Q8MD6R-0244.local>
7 months ago
Wenjun Ruan
0419543d81
Directly use Quartz replase api to bootstrap a schedule ( #15781 )
7 months ago
小可耐
920ac154cb
[Improvement-15744][parameter] project parameter add update time and update user id ( #15745 )
...
* project parameter add update time and update user id
* project parameter add comment operator user id and UT
* project parameter add ui
7 months ago
caishunfeng
8acc697942
[Improvement] add resource full name check ( #15786 )
...
* [Improvement] add resource full name check
7 months ago
John Huang
ac0189a636
[DSIP-24][RemoteLogging]Support AbsRemoteLogHandler ( #15769 )
7 months ago
John Huang
d39bdcb165
[RemoteLogging] Move init into loghandler ( #15780 )
...
Co-authored-by: 旺阳 <wang@lqwang.net>
7 months ago
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