baoliang
381d23ea4f
merge from 1.3.3-release
2020-11-06 00:03:20 +08:00
lgcareer
be07cb62db
[maven-release-plugin] prepare for next development iteration
2020-10-29 17:49:28 +08:00
lgcareer
55242916b2
[maven-release-plugin] prepare release 1.3.3
2020-10-29 17:49:18 +08:00
lgcareer
b01898a8eb
[release]revert pom version to 1.3.3-release
2020-10-29 17:29:38 +08:00
lgcareer
1076a2349c
[maven-release-plugin] prepare for next development iteration
2020-10-28 19:19:46 +08:00
lgcareer
ed016499aa
[maven-release-plugin] prepare release 1.3.3
2020-10-28 19:19:35 +08:00
lgcareer
0d21fa9e3b
revert pom version to 1.3.3-release
2020-10-28 19:11:35 +08:00
bao liang
6caac0f366
[FIX-3929] condition task would post wrong tasks when failover. ( #3999 )
...
* fix #3966 sub process doesnot send alert mail after process instance ending.
* fix bug 3964: sub_process The timeout warning does not take effect
add timeout warning for sub_process/dependent task.
* fix code smell
* fix code smell
* fix code smell
* update worker group inherit from parent
* remove stdout in logback configuration
* fix bug #3929 condition task would post error when failover.
* remove unused test
* add comments
* add skip node judge
Co-authored-by: baoliang <baoliang@analysys.com.cn>
2020-10-27 17:37:59 +08:00
bao liang
3dc5845389
[FIX-3966] The timeout warning does not take effect in sub_process ( #3982 )
...
* fix #3966 sub process doesnot send alert mail after process instance ending.
* fix bug 3964: sub_process The timeout warning does not take effect
add timeout warning for sub_process/dependent task.
* fix code smell
* fix code smell
* fix code smell
* update worker group inherit from parent
Co-authored-by: baoliang <baoliang@analysys.com.cn>
2020-10-23 17:36:44 +08:00
zixi0825
8fd3932bff
[Fix][api] Add queryProjectCreatedAndAuthorizedByUser function ( #3658 )
...
* fix getLoginUserCreated bug
* fix getLoginUserCreated bug 1
* fix checkstyle
* modify function name
* modify comment
* fix unit test error
* rollback sqoop task hive target file
Co-authored-by: sunchaohe <sunzhaohe@linklogis.com>
Co-authored-by: dailidong <dailidong66@gmail.com>
2020-10-20 20:25:33 +08:00
BoYiZhang
fa355b23f3
[CodeClean][DAO]Remove redundant comments ( #3939 )
...
* fix bug
Delete invalid field: executorcores
Modify verification prompt
* fix bug
Delete invalid field: executorcores
Modify verification prompt
* fix bug
Delete invalid field: executorcores
Modify verification prompt
* dag add close button
* reset last version
* reset last version
* dag add close buttion
dag add close buttion
* update CLICK_SAVE_WORKFLOW_BUTTON xpath
* updae CLICK_SAVE_WORKFLOW_BUTTON xpath
* updae CLICK_SAVE_WORKFLOW_BUTTON xpath
* updae CLICK_SAVE_WORKFLOW_BUTTON xpath
* Update CreateWorkflowLocator.java
modify submit workflow button
* Update CreateWorkflowLocator.java
* Update CreateWorkflowLocator.java
modify CLICK_ADD_BUTTON
* Update CreateWorkflowLocator.java
delete print
* Update CreateWorkflowLocator.java
1
* Update CreateWorkflowLocator.java
1
* Setting '-XX:+DisableExplicitGC ' causes netty memory leaks
in addition
update '- XX: largepagesizeinbytes = 128M' to '- XX: largepagesizeinbytes = 10M'
* Update dag.vue
* Update dag.vue
* Update dag.vue
* Update CreateWorkflowLocator.java
* Revert "Setting '-XX:+DisableExplicitGC ' causes netty memory leaks"
This reverts commit 3a2cba7a
* Setting '-XX:+DisableExplicitGC ' causes netty memory leaks
in addition
update '- XX: largepagesizeinbytes = 128M' to '- XX: largepagesizeinbytes = 10M'
* Update dolphinscheduler-daemon.sh
* Remove redundant comments
ProcessInstanceMapper# queryProcessInstanceListPaging
* Remove redundant comments
ProcessInstanceMapper# queryProcessInstanceListPaging
Co-authored-by: dailidong <dailidong66@gmail.com>
Co-authored-by: xingchun-chen <55787491+xingchun-chen@users.noreply.github.com>
2020-10-18 22:36:04 +08:00
小清
de11a2170d
fixed queryTaskInstanceListPaging query slow ( #3892 )
...
because queryTaskInstanceListPaging has contain longtext type field by instance.*,so queryTaskInstanceListPaging query slow , but longtext field not used.
2020-10-17 21:16:01 +08:00
小清
d56589260b
fixed queryProcessInstanceListPaging query slow ( #3893 )
...
because queryProcessInstanceListPaging has contain longtext type field by instance.*,so queryProcessInstanceListPaging query slow , but longtext field not used.
2020-10-17 21:14:33 +08:00
lgcareer
92a793288f
[maven-release-plugin] prepare for next development iteration
2020-10-17 18:14:23 +08:00
lgcareer
c144d81579
[maven-release-plugin] prepare release 1.3.3
2020-10-17 18:14:13 +08:00
lgcareer
ae85116fa5
change version from 1.3.2-SNAPSHOT to 1.3.3-SNAPSHOT ( #3934 )
2020-10-17 17:50:02 +08:00
zhuangchong
d32300ba5b
add process define name verify. ( #3864 )
2020-10-14 10:51:47 +08:00
zhuangchong
fd0f5724a1
add process define name verify. ( #3879 )
2020-10-12 15:28:27 +08:00
bao liang
9de7d3c772
[FIX-3573][DAO] potential horizontal unauthorized access ( #3880 )
...
* fix bug[#3573 ] potential horizontal unauthorized access
* fix bug[#3573 ] potential horizontal unauthorized access
Co-authored-by: baoliang <baoliang@analysys.com.cn>
2020-10-12 10:23:44 +08:00
guyinyou
3b581455fc
[Feature]Add Python task "task variable / result transfer" implementation ( #3659 )
...
* 增加Python Task的“任务变量/结果传递”实现
Signed-off-by: 古崟佑
* add two files license
Signed-off-by: 古崟佑
* fix 'server/worker/task/AbstractCommandExecutor.java' code style
Signed-off-by: 1941815847Cy4 <1941815847cy4@kuaishou.com>
* update DB
Signed-off-by: 古崟佑
* update DB -- 2
Signed-off-by: 古崟佑
* fix codeStyle
Signed-off-by: 古崟佑
* fix codestyle
Signed-off-by: 古崟佑
* fix codeStyle
Signed-off-by: 古崟佑
* fix codeStyle
Signed-off-by: 古崟佑
* fix codeStyle
Signed-off-by: 古崟佑
* add VarPoolUtils Test
Signed-off-by: 古崟佑
* fix VarPoolUtilsTest codeStyle
Signed-off-by: 古崟佑
* fix VarPoolUtilsTest codeStyle
Signed-off-by: 古崟佑
* fix VarPoolUtilsTest codeStyle
Signed-off-by: 古崟佑
* fix VarPoolUtilsTest codeStyle
Signed-off-by: 古崟佑
* fix VarPoolUtilsTest codeStyle
Signed-off-by: 古崟佑
* add test config for VarPoolUtilsTest
Signed-off-by: 古崟佑
* fix unit test
Signed-off-by: 古崟佑
* fix codeStyle
Signed-off-by: 古崟佑
* fix VarPoolUtilsTest.java
Signed-off-by: 古崟佑
* fix
Signed-off-by: 古崟佑
* change the test class path
Signed-off-by: 古崟佑
* fix
Signed-off-by: 古崟佑
* fix "print the error message"
Signed-off-by: 古崟佑
* fix bug
Signed-off-by: 古崟佑
* fix
Signed-off-by: 古崟佑
Co-authored-by: 1941815847Cy4 <1941815847cy4@kuaishou.com>
2020-09-25 13:20:42 +08:00
BoYiZhang
375ec125c5
[Feature-3773][processInstance, taskInstance] Change title name : Replacement System.currentTimeMillis () ( #3774 )
...
* fix bug
Delete invalid field: executorcores
Modify verification prompt
* fix bug
Delete invalid field: executorcores
Modify verification prompt
* fix bug
Delete invalid field: executorcores
Modify verification prompt
* dag add close button
* reset last version
* reset last version
* dag add close buttion
dag add close buttion
* update CLICK_SAVE_WORKFLOW_BUTTON xpath
* updae CLICK_SAVE_WORKFLOW_BUTTON xpath
* updae CLICK_SAVE_WORKFLOW_BUTTON xpath
* updae CLICK_SAVE_WORKFLOW_BUTTON xpath
* Update CreateWorkflowLocator.java
modify submit workflow button
* Update CreateWorkflowLocator.java
* Update CreateWorkflowLocator.java
modify CLICK_ADD_BUTTON
* Update CreateWorkflowLocator.java
delete print
* Update CreateWorkflowLocator.java
1
* Update CreateWorkflowLocator.java
1
* Setting '-XX:+DisableExplicitGC ' causes netty memory leaks
in addition
update '- XX: largepagesizeinbytes = 128M' to '- XX: largepagesizeinbytes = 10M'
* Update dag.vue
* Update dag.vue
* Update dag.vue
* Update CreateWorkflowLocator.java
* Revert "Setting '-XX:+DisableExplicitGC ' causes netty memory leaks"
This reverts commit 3a2cba7a
* Setting '-XX:+DisableExplicitGC ' causes netty memory leaks
in addition
update '- XX: largepagesizeinbytes = 128M' to '- XX: largepagesizeinbytes = 10M'
* Update dolphinscheduler-daemon.sh
* Replacement System.currentTimeMillis () to DateUtils.getCurrentTimeStamp()
* update checkstyle
* update checkstyle
Co-authored-by: dailidong <dailidong66@gmail.com>
Co-authored-by: xingchun-chen <55787491+xingchun-chen@users.noreply.github.com>
2020-09-22 17:38:17 +08:00
zhuangchong
21a90f2161
[Feature][API] process definition delete api add check process instance is already running. #3581 ( #3582 )
...
* process definition delete api add check process instance is already running.
* add checkstyle.
* processinstancemapper replaces processinstanceservice.
* processinstancemapper replaces processinstanceservice.
Co-authored-by: unknown <zhuang.chong@zhaopin.com.cn>
2020-09-07 11:03:51 +08:00
felix.wang
2ba529a96c
[Improvement][alert] Optimize alarm information ( #3559 )
...
* #3299 Json string parsing problem caused by non-standard json format.
* #3299 Json string parsing problem caused by non-standard json format.
* #3299 Json string parsing problem caused by non-standard json format. fix code style
* #3299 Json string parsing problem caused by non-standard json format. fix code style
* Optimize alarm information
* fix code style
* add license
* fix code smell
* Update dolphinscheduler-alert/src/main/java/org/apache/dolphinscheduler/alert/utils/EnterpriseWeChatUtils.java
Co-authored-by: Yichao Yang <1048262223@qq.com>
* fix code smell
* fix code smell
* 修改ut 和replace问题。
* 修改ut
Co-authored-by: wangjianda <Felix@thinkingdata.com>
Co-authored-by: Yichao Yang <1048262223@qq.com>
2020-08-25 11:10:44 +08:00
Yichao Yang
93660f4d61
[Feature-2154][api] Workflow version control ( #3053 )
...
* [Feature][api] Workflow version control
* Update messages.properties
* Update messages_en_US.properties
* Update messages_zh_CN.properties
2020-08-25 10:46:58 +08:00
felix.wang
2f01025802
[Fix-3299][dao&server] Fix 3299,when Json string parsing problem caused by non-standard json format. ( #3552 )
...
* #3299 Json string parsing problem caused by non-standard json format.
* #3299 Json string parsing problem caused by non-standard json format.
* #3299 Json string parsing problem caused by non-standard json format. fix code style
* #3299 Json string parsing problem caused by non-standard json format. fix code style
Co-authored-by: wangjianda <Felix@thinkingdata.com>
2020-08-19 16:27:39 +08:00
CalvinKirs
a1ce54b8e6
[Improvement][server] Fix some sonar analyzed bugs ( #3415 )
...
* [FIX_BUG][*]fix sonar bugs
fix assert error(assertions always pass)
* fix assert error(assertions always pass)
insert data should judging the success status
* fix assert error(assertions always pass)
* use AtomicReference<Object> to replace unsafe volatile Object
* use AtomicReference<Object> to replace unsafe volatile Object
* lazy initialization holder class Singleton...
* reformat code
judge database operations
* reformat code
judge database operations
* revert
* use ThreadLocalRandom to build random numbers
* reform code
* fix dao test error
* judge database operations
2020-08-19 15:15:28 +08:00
vanilla111
a4ee351a3a
delay execution of tasks and improve some designs ( #3427 )
2020-08-19 11:36:30 +08:00
Hsu Pu
59610a5661
[Improvement][dao,server] unit test for ConditionsTask ( #3385 )
2020-08-18 14:46:00 +08:00
qiaozhanwei
917a4b20b5
release 1.3.2 version rollback ( #3527 )
...
* [Feature] JVM parameter optimization , related issue #3370
* [Feature] JVM parameter optimization , related issue #3370
* test release 1.3.2 version rollback
* test release 1.3.2 version rollback
* test
* test release 1.3.2 version rollback
* modify tag 1.3.0 to HEAD
Co-authored-by: qiaozhanwei <qiaozhanwei@analysys.com.cn>
2020-08-17 14:21:13 +08:00
qiaozhanwei
32edd19ac5
[maven-release-plugin] prepare for next development iteration
2020-08-17 14:03:19 +08:00
qiaozhanwei
4d2f0b0578
[maven-release-plugin] prepare release 1.3.2
2020-08-17 14:03:08 +08:00
qiaozhanwei
11d3c07e46
modify tag 1.3.0 to HEAD ( #3525 )
...
* [Feature] JVM parameter optimization , related issue #3370
* [Feature] JVM parameter optimization , related issue #3370
* test release 1.3.2 version rollback
* test release 1.3.2 version rollback
* test
* test release 1.3.2 version rollback
* modify tag 1.3.0 to HEAD
Co-authored-by: qiaozhanwei <qiaozhanwei@analysys.com.cn>
2020-08-17 11:46:35 +08:00
Yichao Yang
fe9967b005
[Improvement-3369][api] Introduce ProjectService interface for more clear code ( #3384 )
...
* [Improvement][api] Introduce ProjectService interface for more clear code
* Fix ci e2e
* Update ProcessDefinitionServiceTest.java
2020-08-16 12:36:25 +08:00
qiaozhanwei
f3f895751b
[maven-release-plugin] prepare for next development iteration
2020-08-14 19:20:27 +08:00
qiaozhanwei
f19b125374
[maven-release-plugin] prepare release 1.3.2
2020-08-14 19:20:17 +08:00
qiaozhanwei
4ba6b35b0f
test release 1.3.2 version rollback ( #3504 )
...
* [Feature] JVM parameter optimization , related issue #3370
* [Feature] JVM parameter optimization , related issue #3370
* test release 1.3.2 version rollback
* test release 1.3.2 version rollback
* test
* test release 1.3.2 version rollback
Co-authored-by: qiaozhanwei <qiaozhanwei@analysys.com.cn>
2020-08-14 18:55:03 +08:00
qiaozhanwei
f50353f8a6
[maven-release-plugin] prepare for next development iteration
2020-08-14 18:26:09 +08:00
qiaozhanwei
afd227a179
[maven-release-plugin] prepare release 1.3.2
2020-08-14 18:25:59 +08:00
qiaozhanwei
660eb5a1e6
test release 1.3.2 version rollback ( #3503 )
...
* [Feature] JVM parameter optimization , related issue #3370
* [Feature] JVM parameter optimization , related issue #3370
* test release 1.3.2 version rollback
* test release 1.3.2 version rollback
* test
* test release 1.3.2 version rollback
Co-authored-by: qiaozhanwei <qiaozhanwei@analysys.com.cn>
2020-08-14 18:19:19 +08:00
qiaozhanwei
b5f0f23d85
[maven-release-plugin] prepare for next development iteration
2020-08-14 17:37:33 +08:00
qiaozhanwei
88b3ef5d30
[maven-release-plugin] prepare release 1.3.2
2020-08-14 17:37:23 +08:00
qiaozhanwei
45424ec265
test release 1.3.2 version rollback ( #3499 )
...
* [Feature] JVM parameter optimization , related issue #3370
* [Feature] JVM parameter optimization , related issue #3370
* test release 1.3.2 version rollback
* test release 1.3.2 version rollback
Co-authored-by: qiaozhanwei <qiaozhanwei@analysys.com.cn>
2020-08-14 17:31:09 +08:00
lgcareer
5f5c08402f
[Fix-3469][api]Should filter the resource by the different program type ( #3498 )
...
* [Fix-3463][api]Fixed that run the sql task will be failure after rename the udf resource
* [Fix-3469][api]Should list python file and jar file
* [Fix-3469][api]Should filter the resource by the different program type
* [Fix-3469][api]fix the code smell
2020-08-14 16:47:01 +08:00
qiaozhanwei
c6f0c8901c
[maven-release-plugin] prepare for next development iteration
2020-08-14 16:04:49 +08:00
qiaozhanwei
8a6732ae4c
[maven-release-plugin] prepare release 1.3.2
2020-08-14 16:04:38 +08:00
rockxsj
2b46db0bf7
[Feature]add presto datasource support ( #3308 )
...
* * add presto datasource support
update .gitigonre to igonre some files
* * use another presto driver
* * add LICENSE files about presto-jdbc
* * just for test sonar
Co-authored-by: rockxsj <junjun@mgtv.com>
2020-08-14 08:52:31 +08:00
lgcareer
c8322482bb
[Fix-3463][api]Fixed that run the sql task will be failure after rename the udf resource ( #3482 )
2020-08-13 16:19:11 +08:00
lgcareer
46f0586981
If worker group id is null,don't need to set the value of the worker group ( #3460 )
...
* [Fix-3423][dao][sql]Fixed that the resource file of the task node can't be found when upgrade from 1.2.0 to 1.3.x
* [Fix-3423][dao]If worker group id is null,don't need to set the value of the worker group
2020-08-11 10:42:59 +08:00
lgcareer
efef631b68
[Fix-3423][dao][sql]Fixed that the resource file of the task node can't be found when upgrade from 1.2.0 to 1.3.x ( #3454 )
2020-08-10 19:05:05 +08:00
CalvinKirs
6ecc95a338
[FIX_BUG][*] fix some bugs from sonar analysis ( #3322 )
...
* [FIX_BUG][*] fix some bugs from sonar analysis
* remove invalid single test
* code smell
* remove exception catches that never happen
* delete invalid exception catch
* remove excess locks
* fix e2e test error
* recovery related exception removal
2020-08-04 02:23:50 +00:00