caishunfeng
89cc045961
[DS-6323][fix] EventExecuteService run loop without sleep which make cpu high ( #6324 )
...
Co-authored-by: caishunfeng <534328519@qq.com>
3 years ago
Wangyizhi1
c3324cc101
fix ‘name already exist’ bug ( #6327 )
3 years ago
Wangyizhi1
bf8e9b5721
[UI] null pointer exception ( #6325 )
3 years ago
HanayoZz
4625783479
[Fix-6072][common] Remove Generic method JsonUtils.toMap ( #6283 )
...
* [Fix][common] Remove Generic method JsonUtils.toMap, Replace by parseObj(String json, TypeReference type)
3 years ago
RichardStark
c855a5926c
fix-6316 ( #6317 )
3 years ago
JinYong Li
99f593cf42
fix 6320 batch delete process definition bug ( #6321 )
...
Co-authored-by: JinyLeeChina <297062848@qq.com>
3 years ago
LiuBodong
c4375a54c1
[Fix][Task] Task lost resource information ( #6292 ) ( #6295 )
...
Co-authored-by: liubodong <liubodong>
3 years ago
caishunfeng
35312fd498
[Fix-6304] [UI] Fix alert-plugin-instance and alert-group list error ( #6308 )
...
* [DS-6304][fix]query alert-plugin-instance list 404 and alert-group list show
* [DS-6304][fix]query alert-plugin-instance list 404 and alert-group list show
Co-authored-by: caishunfeng <534328519@qq.com>
3 years ago
Kirs
163a0696a4
[Bug #6306 ][Worker] task log path generated error. ( #6311 )
...
* [Bug #6306 ][Worker] task log path generated error.
* [Bug #6306 ][Worker] task log path generated error.
3 years ago
JinYong Li
0b53adeb07
[Fix-6302] [API] Add a new task to an existing workflow, and the task is lost ( #6307 )
...
* fix processDefinition save/update/delete/move/import transaction
* fix ut
* fix processDefinnition release/processInstance update/taskDefinition transaction
* fix processDefinnition release/processInstance update/taskDefinition transaction
* fix 6302 update processDefinition,the task lost
* fix ut
Co-authored-by: JinyLeeChina <297062848@qq.com>
3 years ago
Tandoy
b8ed7e6f2d
Fix the error of mandatory success and failure task ( #6305 )
...
close #6301
3 years ago
Kirs
9115062838
[Plugin][Task]Fix Task log may be lost ( #6294 )
3 years ago
Kirs
552fd17878
[Plugin][Task]Fix Yarn Task Kill Not valid ( #6293 )
3 years ago
JinYong Li
d7160874e4
[Fix-6248] [API] fix processDefinnition release/processInstance update/taskDefinition transaction ( #6288 )
...
* fix processDefinition save/update/delete/move/import transaction
* fix ut
* fix processDefinnition release/processInstance update/taskDefinition transaction
* fix processDefinnition release/processInstance update/taskDefinition transaction
Co-authored-by: JinyLeeChina <297062848@qq.com>
3 years ago
Kirs
7e8febed4d
[Plugin][Task]Fix Sql Task NPE ( #6290 )
3 years ago
Devosend
22277517c5
[Fix-6228][UI] fix yarn queue dialog bug ( #6264 )
...
very good, thanks for your contribution
3 years ago
JinYong Li
7a321505cf
[Fix-6248] [API] fix processDefinition save/update/delete/move/import transaction ( #6285 )
...
* fix processDefinition save/update/delete/move/import transaction
* fix ut
Co-authored-by: JinyLeeChina <297062848@qq.com>
3 years ago
JinYong Li
8980b7027a
fix deleteProcessDefinitionVersion bug ( #6287 )
...
Co-authored-by: JinyLeeChina <297062848@qq.com>
3 years ago
David
51e27bb4b6
Delete gitter chat from Readme ( #6282 )
...
delete gitter chat from Readme, Slack will be enough
3 years ago
OS
b71967b017
fix bug-6279 Parallel tasks would be Irregularly submitted twice ( #6280 )
3 years ago
RichardStark
7098855ee0
restored install.sh ( #6257 )
...
* restored install.sh
* install.sh +x
3 years ago
OS
649723132b
fix bug-6277 submit-time error in parallel tasks. ( #6278 )
3 years ago
Kirs
540fd9dc08
Only allow squash merge ( #6274 )
3 years ago
Wangyizhi1
69a153c5f5
[Fix-6139][UI] Fix missing relationship issue ( #6258 )
...
* the relationship is missing in kinship
* Fix missing environmentCode parameter issue when modifying the process
3 years ago
Kirs
fab4eae923
[SPI][Task]fix Task parse Err ( #6244 )
...
* [SPI][Task]fix Task parse Err
3 years ago
LiuBodong
58da46b129
[Fix][API] fix TaskDefinitionLog save error ( #6246 )
...
The reason is when saving the TaskDefinitionLog, the environmentCode field uses 'taskDefinition' which is NOT defined instead of 'taskDefinitionLog' defined in the 'foreach declaration'. so just change 'taskDefinition' to 'taskDefinitionLog' in 'TaskDefinitionLogMapper.xml'
3 years ago
Kirs
fced3892ee
[Fix][Task] Wrong complement date ( #6009 ) ( #6186 )
...
* [Fix][Task] Wrong complement date (#6009 )
3 years ago
Wangyizhi1
070b280f56
fix api error in dependent task ( #6238 )
3 years ago
Kirs
b90152fc2e
[SPI][Task]add SQL Task ( #6237 )
...
Add Sql Task And Fix Task Parse Err
3 years ago
LiuBodong
a1e447d399
[StandaloneServer][BUG]Fix workflow can't save correctly ( #6214 ) ( #6215 )
...
* [StandaloneServer][BUG]Fix workflow can't save correctly (#6214 )
* [StandaloneServer][BUG] Command can't be saved to h2 database (#6214 )
* [API][BUG] Update embedded h2 sql, use process_definition_code instead of unused process_definition_id (#6214 )
* Update dolphinscheduler_h2.sql
update scale of process_definition_code in t_ds_error_command
Co-authored-by: liubodong <liubodong>
3 years ago
break60
6aafa81aff
fixBug('#6172') Dag node name value judgment error ( #6175 )
...
Co-authored-by: xiangcaibiao <caibiao.xiang@sinocare.com>
3 years ago
Wangyizhi1
14feda996d
Improve workflow lineage interaction ( #6230 )
3 years ago
JinyLeeChina
9d0b00c1b7
[Fix-6139][API]fix envCode in task_definition and process switchVersion ( #6231 )
...
* fix envCode in task_definition and process switchVersion
* fix conflicts
Co-authored-by: JinyLeeChina <297062848@qq.com>
3 years ago
Kirs
fa0b86ac82
[Fix][Registry]server listener err ( #6232 )
...
* [Fix][Registry]server listener err
3 years ago
Hua Jiang
5fead427f2
[Bug-6152][Server] Fix the the exception of manual workflow execution ( #6209 )
3 years ago
Tandoy
c1496d8a74
[Bug] [ui] fix cannot edit project ( #6227 )
...
* fix cannot edit project
* It has been fixed that when editing a project, if you do not modify the projectName, a project already exists error will be thrown.
3 years ago
Wangyizhi1
f4a2b6df50
[Fix-6139][UI] fix some UI bugs ( #6225 )
...
* Hide the reference task feature
* fix the bug that Element-ui(2.13.2) auto focus on the first input
* Fix delete process version error
* add switch and tis task icons
* Change the default value of environmentCode to - 1
* Replace projectId to projectCode & remove definitionList field in the DEPENDENT node
* fix delete process instance error
* Fix error entering sub process instance page
3 years ago
JinyLeeChina
07d6542feb
[Fix-6139][API] fix workFlowLineage relation ( #6217 )
...
* fix bug of view-tree api
* fix bug of view-tree api
* fix ut
* fix ut
* fix master buildFlowDag error
* fix workFlowLineage relation
* fix ut
* fix ut
* fix ut
Co-authored-by: JinyLeeChina <297062848@qq.com>
3 years ago
mask
259ec909d1
[Improvement-6198][task] remove Sparktaskchannelfactory duplicate declaration ( #6199 )
...
* remove Sparktaskchannelfactory duplicate declaration
3 years ago
Tandoy
6820684307
Fix the error when using CreateDolphinScheduler to build a local development environment to initialize the table and data for the first time ( #6210 )
...
close #6158
3 years ago
OS
8694b9c8f9
fix bug-6208 json parse error in sub process ( #6211 )
3 years ago
Kirs
ac943bca6a
[SPI]Fix Plugin Logger coverage ( #6206 )
3 years ago
JinyLeeChina
71e2c8808b
[Fix-6194] [Server] fix master buildFlowDag error ( #6195 )
...
* fix bug of view-tree api
* fix bug of view-tree api
* fix ut
* fix ut
* fix master buildFlowDag error
Co-authored-by: JinyLeeChina <297062848@qq.com>
3 years ago
Kirs
7029062f4c
[Improvement][Task]Check the task plugin configuration when the worke… ( #6184 )
...
* [Improvement][Task]Check the task plugin configuration when the worker starts
3 years ago
Jiajie Zhong
170280fab2
Simplify constants variables ( #6183 )
...
* Combine `alter` and `registry` properties,
bese on https://github.com/apache/dolphinscheduler/pull/6180
* Remove duplicate variable `SLASH` and `SINGLE_SLASH`
3 years ago
JinyLeeChina
14e4d7086d
[Fix-6139][API] fix bug of view-tree api ( #6188 )
...
* fix bug of view-tree api
* fix bug of view-tree api
* fix ut
* fix ut
Co-authored-by: JinyLeeChina <297062848@qq.com>
3 years ago
Wangyizhi1
b79630488d
convert process definition id to code ( #6191 )
3 years ago
Wangyizhi1
ca488fcfa6
copy configs from taskDefinition ( #6179 )
3 years ago
DittoTool
a245e141d6
Inefficient Usages of Java Collections ( #6187 )
3 years ago
Hua Jiang
6dedafb8ff
fix the issue about mysql ddl for environment_code ( #6160 )
...
* set the default value of the environment code to be -1
3 years ago