Commit Graph

5251 Commits

Author SHA1 Message Date
Kirs
7e8febed4d
[Plugin][Task]Fix Sql Task NPE (#6290) 2021-09-22 18:07:29 +08:00
Devosend
22277517c5
[Fix-6228][UI] fix yarn queue dialog bug (#6264)
very good, thanks for your contribution
2021-09-22 11:06:15 +08:00
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>
2021-09-21 23:10:26 +08:00
JinYong Li
8980b7027a
fix deleteProcessDefinitionVersion bug (#6287)
Co-authored-by: JinyLeeChina <297062848@qq.com>
2021-09-21 22:35:50 +08:00
David
51e27bb4b6
Delete gitter chat from Readme (#6282)
delete gitter chat from Readme, Slack will be enough
2021-09-21 12:08:47 +08:00
OS
b71967b017
fix bug-6279 Parallel tasks would be Irregularly submitted twice (#6280) 2021-09-21 12:04:31 +08:00
RichardStark
7098855ee0
restored install.sh (#6257)
* restored install.sh

* install.sh +x
2021-09-21 00:53:25 +08:00
OS
649723132b
fix bug-6277 submit-time error in parallel tasks. (#6278) 2021-09-20 14:57:53 +08:00
Kirs
540fd9dc08
Only allow squash merge (#6274) 2021-09-20 12:25:14 +08:00
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
2021-09-18 17:28:03 +08:00
Kirs
fab4eae923
[SPI][Task]fix Task parse Err (#6244)
* [SPI][Task]fix Task parse Err
2021-09-17 18:17:15 +08:00
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'
2021-09-17 17:07:04 +08:00
Kirs
fced3892ee
[Fix][Task] Wrong complement date (#6009) (#6186)
* [Fix][Task] Wrong complement date (#6009)
2021-09-17 17:04:51 +08:00
Wangyizhi1
070b280f56
fix api error in dependent task (#6238) 2021-09-17 15:29:15 +08:00
Kirs
b90152fc2e
[SPI][Task]add SQL Task (#6237)
Add Sql Task And Fix Task Parse Err
2021-09-17 13:10:44 +08:00
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>
2021-09-16 21:18:03 +08:00
break60
6aafa81aff
fixBug('#6172') Dag node name value judgment error (#6175)
Co-authored-by: xiangcaibiao <caibiao.xiang@sinocare.com>
2021-09-16 21:10:59 +08:00
Wangyizhi1
14feda996d
Improve workflow lineage interaction (#6230) 2021-09-16 19:41:16 +08:00
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>
2021-09-16 19:37:42 +08:00
Kirs
fa0b86ac82
[Fix][Registry]server listener err (#6232)
* [Fix][Registry]server listener err
2021-09-16 15:08:00 +08:00
Hua Jiang
5fead427f2
[Bug-6152][Server] Fix the the exception of manual workflow execution (#6209) 2021-09-16 15:07:22 +08:00
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.
2021-09-16 09:45:44 +08:00
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
2021-09-15 23:33:03 +08:00
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>
2021-09-15 17:42:21 +08:00
mask
259ec909d1
[Improvement-6198][task] remove Sparktaskchannelfactory duplicate declaration (#6199)
* remove Sparktaskchannelfactory duplicate declaration
2021-09-15 12:14:50 +08:00
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
2021-09-15 12:03:15 +08:00
OS
8694b9c8f9
fix bug-6208 json parse error in sub process (#6211) 2021-09-15 10:29:26 +08:00
Kirs
ac943bca6a
[SPI]Fix Plugin Logger coverage (#6206) 2021-09-14 20:01:58 +08:00
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>
2021-09-14 11:46:47 +08:00
Kirs
7029062f4c
[Improvement][Task]Check the task plugin configuration when the worke… (#6184)
* [Improvement][Task]Check the task plugin configuration when the worker starts
2021-09-14 01:41:54 +08:00
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`
2021-09-13 22:03:09 +08:00
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>
2021-09-13 20:40:52 +08:00
Wangyizhi1
b79630488d
convert process definition id to code (#6191) 2021-09-13 18:03:28 +08:00
Wangyizhi1
ca488fcfa6
copy configs from taskDefinition (#6179) 2021-09-13 14:47:26 +08:00
DittoTool
a245e141d6
Inefficient Usages of Java Collections (#6187) 2021-09-13 14:36:01 +08:00
Hua Jiang
6dedafb8ff
fix the issue about mysql ddl for environment_code (#6160)
* set the default value of the environment code to be -1
2021-09-11 19:49:32 +08:00
Kirs
58b694a85c
[BUG][Plugin] Fix #6167 (#6177) 2021-09-11 14:19:56 +08:00
Martin Huang
0715be34d5
[Fix-6166][task-plugin]Fix Python Task Execution Error (#6167)
* fix python task execution error

* delete AbstractTask#setCommand
2021-09-11 12:25:24 +08:00
kezhenxu94
ea2a9dbcb2
Clean up third-party files that are not mentioned in LICENSE (#6165) 2021-09-11 11:27:42 +08:00
Wangyizhi1
42966bea97
[Fix-6139][UI] fix some bugs in UI (#6163)
* Disable delete button when the process is online

* the jump affirm

* process tree code

* put the processInstanceId of Gantt

* fix kinship bugs

* modify lineage id to code
2021-09-10 20:12:34 +08:00
Kerwin
f75b5be28f
fix master server task execute processor register. (#6162) 2021-09-10 16:56:57 +08:00
JinyLeeChina
4ddfb855a3
[Fix-6156] [API] refactor workflow lineage api (#6157)
* fix mysql create sentence bug

* fix mysql create sentence bug

* fix genTaskCodeList return same code and save proces error

* refactor workflow lineage api

Co-authored-by: JinyLeeChina <297062848@qq.com>
2021-09-10 14:20:18 +08:00
kezhenxu94
a632be73c0
Clean up unused util classes... (#6154) 2021-09-10 00:35:39 +08:00
kezhenxu94
291b5eba82
Adopt new GitHub issue template (#6153) 2021-09-10 00:23:54 +08:00
JinyLeeChina
e8ddc9103d
[Bug][API] fix genTaskCodeList return same code and save proces error (#6150)
* fix mysql create sentence bug

* fix mysql create sentence bug

* fix genTaskCodeList return same code and save proces error

Co-authored-by: JinyLeeChina <297062848@qq.com>
2021-09-09 22:01:22 +08:00
Wangyizhi1
cca48d0a92
[Feature][JsonSplit-api] Improve some dag/formModel features (#6144)
* Add the prev tasks selector

* fix CONDITIONS node bugs

* fix code smells
2021-09-09 20:36:39 +08:00
Kerwin
bcb1ccba6f
[Bug][sql] fix mysql create sentence bug (#6148)
* fix mysql error.
2021-09-09 17:23:29 +08:00
JinyLeeChina
dd5acfb7f0
[Bug][sql] fix mysql create sentence bug (#6140)
* fix mysql create sentence bug

Co-authored-by: JinyLeeChina <297062848@qq.com>
2021-09-09 10:43:34 +08:00
Jiajie Zhong
71cb669091
Correct java doc (#6141)
Correct doc in project and processDefinition
Controller
2021-09-09 09:56:17 +08:00
kezhenxu94
9c211bd592
Require reviewers' approval before the PR can be merged (#6143) 2021-09-09 09:55:39 +08:00