Commit Graph

5367 Commits

Author SHA1 Message Date
Kerwin
88690462b4
[Fix-6478] [Server] Fix the lack of scheduling time in complement parallelism mode (#6491)
* fix missing history data

* update code style

* update ExecutorServiceTest test class.
2021-10-11 20:03:25 +08:00
wind
e091801e05
[Improvement-6474] [MasterServer] schedule time for process instance optimization (#6477)
* [DS-6474][MasterServer] change to handle schedule time for process instance in WorkflowExecuteThread

* delete all the valid tasks when complement data if id is not null

* checkstyle

Co-authored-by: caishunfeng <534328519@qq.com>
2021-10-11 15:13:38 +08:00
Kirs
ea493534df
Add Alibaba Druid to NOTICE file (#6488) 2021-10-11 14:01:07 +08:00
Hua Jiang
6e70e51e9f
remove the verification of the task name in the formModel.vue (#6464) 2021-10-11 10:07:57 +08:00
wind
c8ee2df216
[DS-6483][MasterServer] upgrade the druid and mysql connector version (#6484)
* [DS-6483][MasterServer] upgrade the druid and mysql connector version

* remove mysql connector in known-dependencies.txt

* change mysql connector version to 8.0.16

Co-authored-by: caishunfeng <534328519@qq.com>
2021-10-11 00:40:49 +08:00
wangyizhi
eb21a1763e
fix UI updateProcessInstance interface parameter error (#6487) 2021-10-10 23:18:07 +08:00
Kerwin
7459ee2531
dist module configuration generates missing task plugin. (#6473) 2021-10-09 21:35:28 +08:00
calvinit
59daf3c837
[DS-6276][fix] specify UTF-8 encoding to read file contents (#6466)
This closes #6276
2021-10-09 00:40:10 +08:00
Jiajie Zhong
a3119330b7
Remove Intellij code style (#6432)
closes: #6428
2021-10-09 00:29:13 +08:00
OS
a502e643bc
fix bug: complement data error (#6460) 2021-10-08 16:56:33 +08:00
OS
a8baa9553f
[Bug-6455][Master]fix bug 6455: cannot stop sub-task (#6458)
* fix bug: cannot stop the task.

* fix bug: cannot stop the task.

* remove the check thread number
2021-10-08 14:08:12 +08:00
Kirs
4d69685ba1
Change the number of approving_review_count to 2 (#6456) 2021-10-08 11:07:37 +08:00
kezhenxu94
0e45ddc47c
Add missing fields in H2 init sql (#6454) 2021-10-08 11:05:27 +08:00
Hua Jiang
fac6b4afd3
[Fix-5875][API] When I saved the task that had the same name task in another flow ,the service would throw DuplicateKeyException (#6430)
* using the task code in the dag
2021-10-08 09:55:54 +08:00
Wenjun Ruan
6529f92883
Run h2 in daemon mode (#6446) 2021-10-06 10:15:36 +08:00
HanayoZz
4fbee7dc4b
Add processInstance.setProcessDefinitionCode in UT (#6435) 2021-10-03 23:25:06 +08:00
Kirs
ea2a8d26a0
[Improvement#6438][Worker]remove meaningless DB query (#6440)
org.apache.dolphinscheduler.server.worker.runner.TaskExecuteThread
In the process of task kill, it will query the DB to obtain the task instance object, but this judgment does not make any sense. In fact, the relevant context is already clear, so there is no need to query from DB.
2021-10-02 13:09:00 +08:00
百岁
d284e44d52
Rename tis to pigeon from backend layer (#6437)
* add mock getTaskLogName() for UT test pass

* make task-tis rename to task-pigeon

* rename module name 'tis' to pigeon

* rename module name 'tis' to pigeon,make sanity check pass

* remove execute console.log()
2021-10-01 14:54:04 +08:00
wind
6dd0e050ce
[DS-6433][Improvement] find one command optimize without mybatis-plus (#6434)
Co-authored-by: caishunfeng <534328519@qq.com>
2021-09-30 19:35:28 +08:00
jixiang
1621d0a5c3
[Feature-6423][TIS] Rename tis to pigeon (#6427)
Co-authored-by: jixiang <jixiang@cmss.chinamobile.com>
2021-09-30 18:30:26 +08:00
Jiajie Zhong
9c07c7d7ed
Move waterdrop to the end of task list (#6425)
closes: #6424
2021-09-30 18:23:42 +08:00
wangyizhi
a9d805d791
[DS-6417][feat] add ‘view log' in the task instance context menu (#6421) 2021-09-30 11:41:36 +08:00
Shukun Zhang
6e453de241
[Feature] workflow level task dry run (#6104)
* feat workflow level task dry run

* feat workflow level task dry run

* feat workflow level task dry run

* feat workflow level task dry run

* feat workflow level task dry run

* feat workflow level task dry run

* feat workflow level task dry run

* feat workflow level task dry run

* feat workflow level task dry run

* feat workflow level task dry run
2021-09-30 11:18:06 +08:00
Kirs
1843e986f5
[BUG][Task-API]load codec class fail (#6411) 2021-09-29 16:03:06 +08:00
caishunfeng
ea6503b997
[DS-6403][fix] Put DB queries ahead before submit to TaskPriorityQueue (#6406)
* [DS-6403][fix] Put DB queries ahead before submit to TaskPriorityQueue

* [DS-6403][fix] Put DB queries ahead before submit to TaskPriorityQueue

* [DS-6403][fix] Put DB queries ahead before submit to TaskPriorityQueue

* checkstyle

Co-authored-by: caishunfeng <534328519@qq.com>
2021-09-29 14:04:35 +08:00
Jiajie Zhong
3e8fe68128
Remove unused parameter in function genTaskCodeList (#6395) 2021-09-29 11:42:48 +08:00
RichardStark
d184ebda1e
issue-6298-added-the-task-plugin (#6299) 2021-09-29 11:36:51 +08:00
Tandoy
f5dde9fb5e
Fix missing UI modules during compilation (#6398) 2021-09-29 11:21:02 +08:00
Jiajie Zhong
c05e407b15
Recover github action translate on issue (#6394) 2021-09-28 21:06:50 +08:00
OS
c013b49e72
[Fix-6347][Master-API]fix bug #6347 the first schedule_time is error in complement data (#6389)
* fix bug #6347  complement data errors
2021-09-28 17:00:46 +08:00
kyoty
7dbea9218d
bug fix (#6381)
The newly introduced spi can't work in windows os.
2021-09-28 12:26:55 +08:00
Kirs
67508d8d1b
update project version to 2.0.0-SNAPSHOT (#6383) 2021-09-28 12:00:43 +08:00
mask
a62a7a7216
[Fix][Task] sql limit param no default value (#6337) (#6387)
* add default query sql limit
2021-09-28 11:38:22 +08:00
jon-qj
cdcbe84c8a
[Fix] [#6219] modify user's information and DS's page shows wrong information at the frond-end (#6341)
* provide the default value(task.plugin.dir)

* unset user information

* unset user information
2021-09-27 23:31:06 +08:00
caishunfeng
67094d0f7f
[BUG-6353][MasterServer] fix event handle slowly (#6375)
Co-authored-by: caishunfeng <534328519@qq.com>
2021-09-27 19:31:22 +08:00
Kirs
b2a2fbda1d
Revert "fix the magic number userId '0' (#6368)" (#6378)
This reverts commit 7413b57841.

Co-authored-by: OS <29528966+lenboo@users.noreply.github.com>
2021-09-27 18:50:08 +08:00
BenjaminWenqiYu
7413b57841
fix the magic number userId '0' (#6368) 2021-09-27 16:58:26 +08:00
百岁
545173faa3
add mock getTaskLogName() for UT test pass (#6369) 2021-09-27 16:08:49 +08:00
ououtt
652d690976
[DS-6362][fix] fix switch process definition version failed (#6363) 2021-09-27 00:30:59 +08:00
Liyue
bc8d610e87
fix the mismatch of upload url between frontend and backend (#6226)
* fix: fix the  url mismatch between frontend and backend

* fix the url mismatch between frontend and backend

* fix the resource download url

* fix: update for unit test
2021-09-26 20:56:03 +08:00
百岁
34352c1bf8
Enhance using experience of DataX by introduce TIS (#6229)
* Enhance using experience of DataX by introduce TIS [Feature-5992]

* Enhance using experience of DataX by introduce TIS [Feature-5992]

* fix stylecheck error

* make testCase pass

* make dev testCase pass

* add new java dependency Java-WebSocket

* modfiy TISParameters.java avoid to name confliction

* add InterruptedException checking

* reAdd async-http-client annotation

* in order to staisfy the coverage degree add test which has been removed

* make testCase pass

* make testCase pass

* add jacoco dependency

* make code duplications be more lower

* add Java-WebSocket dependency in root pom

* remove useless code comment

* make tis http apply path and post body configurable ,the params save in config.properites

* Remove the dangerous instance of double-checked locking
2021-09-26 18:40:41 +08:00
JinYong Li
c56daede2f
[Fix-6352] [ApiServer] fix process definition copy bug (#6357)
* fix 6320 batch delete process definition bug

* fix-6352 process definition copy bug

Co-authored-by: JinyLeeChina <297062848@qq.com>
2021-09-26 16:36:54 +08:00
kezhenxu94
58eb20a11b
Guide users to Discussions for questions and ideas (#6251) 2021-09-26 12:16:39 +08:00
Wenjun Ruan
ebb56b2620
fix dead loop in StateEventResponseWorker (#6281) 2021-09-26 11:57:37 +08:00
Yao-chen-ecnu
2d02f78ba7
workflow level task dry run UI (#6173)
* workflow level task dry run UI

* Update start.vue

* Update start.vue

* Create start.vue

* Update start.vue

* Update list.vue

* Update en_US.js

* Update zh_CN.js

* Update start.vue

* Update en_US.js

* Update zh_CN.js

* Update start.vue

* Update list.vue

* Update list.vue

Co-authored-by: yao-chen-ecnu <51205902080@stu.ecnu.edu.cn>
2021-09-26 11:56:10 +08:00
OS
20a3741b24
fix bug #6347 the first schedule_time is error in complement data (#6351) 2021-09-26 11:55:57 +08:00
Tandoy
b71f6aea7a
·fix delete project error (#6174) 2021-09-25 11:58:48 +08:00
Wangyizhi1
5dcfad9849
fix task-instance & process-instance page date backfill bug (#6344) 2021-09-25 11:52:43 +08:00
jon-qj
dee191f2bb
provide the default value(task.plugin.dir) (#6340) 2021-09-24 23:40:07 +08:00
Kirs
be158328fb
[Bug #6306][Worker] task log path generated error. (#6338) 2021-09-24 19:55:11 +08:00