Binit Shrestha
|
54a31a76ce
|
[Improvement-16507] Remove spring-boot-starter-cache (#16593)
|
1 month ago |
Wenjun Ruan
|
62d33a799a
|
[DSIP-75] Support auto add license header by spotless (#16643)
|
2 months ago |
xiangzihao
|
fee4955724
|
[DSIP-68] Unify the table structure and table fields in backend and frontend ui sections (#16544)
|
3 months ago |
Wenjun Ruan
|
3a24d1777b
|
[DSIP-65] SubWorkflow logic task support failover/repeat running/pause/kill/recover (#16566)
|
3 months ago |
xiangzihao
|
ceb711b3c5
|
[DSIP-70] Deprecated upgrade code of 1.x and 2.x in 3.3.0-release (#16551)
|
3 months ago |
xiangzihao
|
4c195063f9
|
[Improvement-16516] Uniformly name process in backend code as workflow (#16524)
|
3 months ago |
Wenjun Ruan
|
20a0e50cce
|
[DSIP-67] Use command to trigger workflow instance rather generate workflow instance (#16523)
|
3 months ago |
Wenjun Ruan
|
9448806af0
|
[DSIP-61][Master] Refactor thread pool and state event orchestration in master (#16327)
|
3 months ago |
xiangzihao
|
a7c8d4d5ce
|
[DSIP-59] remove single task definition code and ui (#16397)
* dsip 59
* fix e2e test
|
4 months ago |
xiangzihao
|
d9244ca22f
|
[DSIP-57][Audit] Revert PR 14981 code (#16370)
|
4 months ago |
Starry Song
|
0e8595cbbe
|
[Fix-16353] Fix incorrect parameter name 'processLineages' in batchInsert method.(#16353) (#16354)
|
4 months ago |
xiangzihao
|
c5e5ff7b19
|
[Improvement-15448] Remove redundant query in project list (#16341)
* remove redundant query
|
4 months ago |
Wenjun Ruan
|
2db80981ca
|
[DSIP-56] Refactor JDBC registry support session timeout and data change event (#16287)
* Support sessionTimeout in jdbc registry
* Add registry table to initialize sql
|
5 months ago |
xiangzihao
|
761323f3e1
|
[DSIP-53] Suggest add process lineage parsing for dependent task (#16288)
* add dsip 53
|
5 months ago |
Wenjun Ruan
|
8f6df8d840
|
[DSIP-54][Master] Use ClusterManager to manage the cluster in master (#16263)
|
5 months ago |
caishunfeng
|
b686fed4be
|
[Chore] remove unuse resource query (#16239)
* improve resource query
* remove unuse mapper method
|
5 months ago |
Wenjun Ruan
|
177a001392
|
Remove unused dependentResult in TaskInstance (#16236)
|
5 months ago |
Wenjun Ruan
|
0e2d0fb81e
|
[Fix-16228] Fix E2E health check url is not correct (#16227)
|
5 months ago |
xiangzihao
|
e8566818b0
|
[DSIP-50][UDF Manage] Remove unused udf manage function (#16212)
* Remove unused udf manage function
|
5 months ago |
Wenjun Ruan
|
ec6a3e0727
|
[DSIP-46] Unify the logic task params data structure between front-end and back-end (#16193)
|
5 months ago |
Wenjun Ruan
|
b34fe46044
|
Fix task cannot use workflow's environment (#16199)
|
5 months ago |
Wenjun Ruan
|
f0e0395b36
|
[Chore] Use testcontainer origin exposed port rather than generate random port (#16195)
|
5 months ago |
Wenjun Ruan
|
2ab5f7dd54
|
Increase zk connect timeout (#16180)
|
5 months ago |
tinglink
|
9bfc10d348
|
Fix admin login tenant unspecified issue after upgrade to v3.2.1 (#16064)
|
5 months ago |
Wenjun Ruan
|
e18ed376ac
|
Fix CommandDaoImplTest might failed (#16175)
|
5 months ago |
Wenjun Ruan
|
5df4b1cbc3
|
Fix condition task will cause workflow instance failed (#16152)
|
5 months ago |
Wenjun Ruan
|
edeb1b2458
|
[DSIP-45] Polish the Storage SPI (#16141)
|
5 months ago |
小可耐
|
0fc2fe971a
|
[DSIP-39][parameter] Improvement startup parameters/global parameters/project parameters data type (#15967)
* [Improvement][parameter] New data types and type filtering
* [Improvement][parameter] Improvement startup parameters/global parameters data type
* fix api interfaces compatible
* add project parameter data type default value
* [Improvement][parameter] New data types and type filtering
* [Improvement][parameter] Improvement startup parameters/global parameters data type
* fix api interfaces compatible
* add project parameter data type default value
* improvement project code
* remove useless imports
* remove method onClearSearchTaskType
* add parameter doc
* optimisation logic
* code conflict resolution
* code conflict resolution
* [Improvement][Monitor] Show master && worker Busy Or Normal Status and Show Commands table list (#15978)
* update
* test
* add monitor enhance ui
* update
* update
* update doc
* fix spotless
* update
* update
* Update dolphinscheduler-api/src/main/java/org/apache/dolphinscheduler/api/controller/DataAnalysisController.java
Co-authored-by: Wenjun Ruan <wenjun@apache.org>
* Update dolphinscheduler-api/src/main/java/org/apache/dolphinscheduler/api/controller/DataAnalysisController.java
Co-authored-by: Wenjun Ruan <wenjun@apache.org>
* Update dolphinscheduler-dao/src/main/java/org/apache/dolphinscheduler/dao/mapper/ErrorCommandMapper.java
Co-authored-by: Wenjun Ruan <wenjun@apache.org>
* Update dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ErrorCommandMapper.xml
Co-authored-by: Wenjun Ruan <wenjun@apache.org>
* Update dolphinscheduler-dao/src/main/java/org/apache/dolphinscheduler/dao/mapper/CommandMapper.java
Co-authored-by: Wenjun Ruan <wenjun@apache.org>
* Update dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ErrorCommandMapper.xml
Co-authored-by: Wenjun Ruan <wenjun@apache.org>
* update
* fix spotless
* update
---------
Co-authored-by: Wenjun Ruan <wenjun@apache.org>
* [Improvement][Monitor] Add UT for montor (#15998)
* formatting Code
|
6 months ago |
旺阳
|
68a190674f
|
[Improvement][Monitor] Add UT for montor (#15998)
|
7 months ago |
旺阳
|
0e5cb664bb
|
[Improvement][Monitor] Show master && worker Busy Or Normal Status and Show Commands table list (#15978)
* update
* test
* add monitor enhance ui
* update
* update
* update doc
* fix spotless
* update
* update
* Update dolphinscheduler-api/src/main/java/org/apache/dolphinscheduler/api/controller/DataAnalysisController.java
Co-authored-by: Wenjun Ruan <wenjun@apache.org>
* Update dolphinscheduler-api/src/main/java/org/apache/dolphinscheduler/api/controller/DataAnalysisController.java
Co-authored-by: Wenjun Ruan <wenjun@apache.org>
* Update dolphinscheduler-dao/src/main/java/org/apache/dolphinscheduler/dao/mapper/ErrorCommandMapper.java
Co-authored-by: Wenjun Ruan <wenjun@apache.org>
* Update dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ErrorCommandMapper.xml
Co-authored-by: Wenjun Ruan <wenjun@apache.org>
* Update dolphinscheduler-dao/src/main/java/org/apache/dolphinscheduler/dao/mapper/CommandMapper.java
Co-authored-by: Wenjun Ruan <wenjun@apache.org>
* Update dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ErrorCommandMapper.xml
Co-authored-by: Wenjun Ruan <wenjun@apache.org>
* update
* fix spotless
* update
---------
Co-authored-by: Wenjun Ruan <wenjun@apache.org>
|
7 months ago |
Wenjun Ruan
|
1a4537ecbd
|
Fix database schema change check failed with pg in ci (#15995)
Co-authored-by: xiangzihao <460888207@qq.com>
|
7 months ago |
Wenjun Ruan
|
8d336def61
|
[DSIP-35][Alert] Refactor the alert thread model (#15932)
|
7 months ago |
Wenjun Ruan
|
647cbae400
|
[DSIP-32][Master] Add command fetcher strategy for master fetch command (#15900)
|
7 months ago |
Wenjun Ruan
|
b3b8c0784d
|
Fix kill dynamic task doesn't kill the wait to run workflow instances (#15896)
|
7 months ago |
Wenjun Ruan
|
e9d85914d7
|
Fix queryByTypeAndJobId might error due to multiple result (#15883)
|
7 months ago |
Wenjun Ruan
|
285c5a8eb5
|
[DSIP-28] Donnot scan whole bean under classpath (#15874)
|
7 months ago |
Wenjun Ruan
|
163f8f01f0
|
Fix jdbc registry cannot work (#15861)
|
7 months ago |
Wenjun Ruan
|
ead54534a2
|
Fix QUARTZ table order is not correct in initialization schema (#15857)
|
8 months ago |
旺阳
|
f99d3f1ed3
|
[Improvement][Audit] Change time to create_time (#15846)
* change time to create_time
* update
* update
|
8 months ago |
Wenjun Ruan
|
6844c659bf
|
Fix ErrorCommand loss some fields in Command (#15847)
|
8 months ago |
旺阳
|
226345512e
|
[DSIP-26][Audit log] Audit log improvement design (#15554)
|
8 months ago |
旺阳
|
efbffacfbe
|
delete useless code (#15844)
|
8 months ago |
Evan Sun
|
200d23fc3e
|
[TEST] increase coverage of datasource service (#15801)
Co-authored-by: abzymeinsjtu <abzymeinsjtu@B-54Q8MD6R-0244.local>
|
8 months ago |
Evan Sun
|
c0435e5bd8
|
fix dependent task logic (#15795)
Co-authored-by: abzymeinsjtu <abzymeinsjtu@B-54Q8MD6R-0244.local>
|
8 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
|
8 months ago |
Wenjun Ruan
|
dc4dad135c
|
Fix TaskGroupCoordinator might cause OOM when there is a lot of waiting TaskGroupQueue (#15773)
|
8 months ago |
Wenjun Ruan
|
929f4cf568
|
Remove replace sql_mode in dolphinscheduler_mysql.sql (#15775)
|
8 months ago |
Wenjun Ruan
|
56a834b48b
|
[Bug] Disable delete a specific workflow version when exist workflow instance under this version which is not finish (#15730)
|
8 months ago |
Eric Gao
|
023c22c340
|
remove unused method (#15743)
Co-authored-by: xiangzihao <460888207@qq.com>
|
8 months ago |
calvin
|
eab71f1071
|
[Improvement-15707][Master] Work out the issue that the workflow with a task dependency couldn't work well. (#15712)
|
9 months ago |