Evan Sun
1d13ef09c3
[TEST] increase coverage of project parameter service test ( #15905 )
...
Co-authored-by: abzymeinsjtu <abzymeinsjtu@B-54Q8MD6R-0244.local>
6 months ago
Wenjun Ruan
e2c8b080f9
[DSIP-31] Reduce the thread pool size of hikari ( #15890 )
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
旺阳
d306f1d04b
Refactor record audit log logic ( #15881 )
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
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
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
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
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
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
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
小可耐
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
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
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
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
56a834b48b
[Bug] Disable delete a specific workflow version when exist workflow instance under this version which is not finish ( #15730 )
7 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
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
caishunfeng
68065d3f24
fix UT test ( #15684 )
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
Wenjun Ruan
88a8f06b1d
Fix can modify file which is not under resource path ( #15652 )
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
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
calvin
5213290262
[Feature-14863][API] Support to manage what worker groups can be used for a project. ( #15600 )
8 months ago
Rick Cheng
718a01bb42
[Improvement][UT] Add UT for end time check when force success task ( #15562 )
9 months ago
Wenjun Ruan
3526b42df6
Add Server HealthIndicator ( #15274 )
9 months ago
旺阳
73a5a77db2
[Fix] Fix WorkflowInstance batch start failed will throw incorrect exception. ( #15577 )
9 months ago
Wenjun Ruan
43a06525a2
Fix Recover WorkflowInstance will casue workflow Instance state is success but task insatnce is killed/paused ( #15574 )
9 months ago
小可耐
e5a208f363
[Bug][force-success] force success add end time ( #15144 )
...
Co-authored-by: Rick Cheng <rickchengx@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
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
308e4fb4a6
Directly Throw exception when taskInstancy log path is empty which log need to be queried ( #15511 )
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
sunsongyang
e1fcd4e485
[Bug][Api] Fix NPE when deleting a workflow instance ( #15485 ) ( #15488 )
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
liyou
0f7081be10
[Feature] timed scheduler Improvement ( #15449 ) ( #15450 )
10 months ago