Kirs
4f94943b2d
Merge pull request #3947 from lenboo/133-fault
...
[FIX-3615] master exit gracefully
4 years ago
baoliang
ba971912bf
fix bug:3615 After the task is executed successfully, but the next task has not been submitted, stop the master
4 years ago
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>
4 years ago
lgcareer
ccdaee9c04
[ambari-plugin]change version 1.3.2 to 1.3.3 ( #3935 )
4 years ago
spring-bu
3fdc5576e1
[Fix][Docker] fix startup.sh variables cannot reference in single quotes. ( #3895 )
...
* [Fix][Docker] fix startup.sh variables cannot reference in single quotes.(#3894 )
Signed-off-by: YoungMan <bushengquan@gmail.com>
* Update Dockerfile
update the comment
and delete the maridb client
Co-authored-by: dailidong <dailidong66@gmail.com>
4 years ago
zhuangchong
3d4238f668
add verify tenant name cannot contain special characters. ( #3865 )
4 years ago
小清
de11a2170d
fixed queryTaskInstanceListPaging query slow ( #3892 )
...
because queryTaskInstanceListPaging has contain longtext type field by instance.*,so queryTaskInstanceListPaging query slow , but longtext field not used.
4 years ago
小清
d56589260b
fixed queryProcessInstanceListPaging query slow ( #3893 )
...
because queryProcessInstanceListPaging has contain longtext type field by instance.*,so queryProcessInstanceListPaging query slow , but longtext field not used.
4 years ago
lgcareer
92a793288f
[maven-release-plugin] prepare for next development iteration
4 years ago
lgcareer
c144d81579
[maven-release-plugin] prepare release 1.3.3
4 years ago
lgcareer
ae85116fa5
change version from 1.3.2-SNAPSHOT to 1.3.3-SNAPSHOT ( #3934 )
4 years ago
BoYiZhang
65216016ca
Merge pull request #20 from apache/dev
...
update from apache
4 years ago
xingchun-chen
0bcfa8bc61
Merge pull request #3932 from break60/1.3.3-release
...
[#3931 ][ui]Field name optimization for spark, flink, and mr
4 years ago
break60
74914cf36e
[ #3931 ][ui]Field name optimization for spark, flink, and mr
4 years ago
Kirs
8afc0cc815
Merge pull request #3402 from dailidong/dev
...
[fix-#3680][service] Zookeeper does not start, printed logs have no error messages
4 years ago
xingchun-chen
9c71fedc82
Merge pull request #3927 from zhuangchong/1.3.3-release-fix#3789
...
[1.3.3-release][fix-#3843][api]When update workflow definition,first verify the name of the workflow definition, save the data
4 years ago
zhuangchong
a045827077
update code.
4 years ago
dailidong
787845578b
Merge remote-tracking branch 'origin/dev' into dev
4 years ago
dailidong
f430fed8f9
Merge remote-tracking branch 'upstream/dev' into dev
4 years ago
dailidong
2ee5df42b4
fix Zookeeper does not start, printed logs have no error messages, Api services can start but cannot be accessed
4 years ago
zhuangchong
07ced8b591
[fix-#3843][api]When update workflow definition,if name already exists, the prompt is not friendly.
4 years ago
xingchun-chen
72627be682
Merge pull request #3925 from break60/1.3.3-release
...
[fixbug-3924][ui]Workflow definition name re-modified and added check
4 years ago
break60
fb6c4dbd24
Workflow definition name re-modified and added check
4 years ago
dailidong
15436cfcdd
Delete ThreadUtilsTest.java
...
not useful test
4 years ago
dailidong
ed3f08916f
Update ThreadUtilsTest.java
4 years ago
lgcareer
e53bd98422
[fix-3843][api] When update workflow definition,if name already exists, the prompt is not friendly
4 years ago
dailidong
29a083ca8f
Update ThreadUtilsTest.java
4 years ago
xingchun-chen
5018117edc
Merge pull request #3919 from lgcareer/1.3.3-release-fix#3789
...
[Fix-#3487][sql] update uc_dolphin_T_t_ds_resources_un
4 years ago
xingchun-chen
60bf3f8511
Merge pull request #3824 from elonlo/bugfix-dag-reformat-miss-pretask
...
[Fix][ui] Fix the problem that all pre-tasks are lost after dag refor…
4 years ago
wangyangting
62fb2fd19b
fix service comment ( #3901 )
...
* fix service comment
## Before
```xml
<!--service end-->
...
<!--service end-->
```
## After
```xml
<!--service start-->
...
<!--service end-->
```
* Update dolphinscheduler-binary.xml
Co-authored-by: dailidong <dailidong66@gmail.com>
4 years ago
zhuangchong
5b4a8fdcf5
[fix-3788][pom]spring framework Security breach ( #3882 )
...
* spring framework Security breach,update springboot version.
* update license.
* update license.
* update netty license.
* update license.
* Update known-dependencies.txt
* Update known-dependencies.txt
Co-authored-by: zhuangchong <zhuangchong8@163.com>
Co-authored-by: dailidong <dailidong66@gmail.com>
4 years ago
zhuangchong
2fbbf96cde
[Improvement-3686][service] ProcessService method name meets naming convention. ( #3687 )
...
* ProcessService method name meets naming convention.
* add code checkstyle.
* update test.
* update test.
* add code checkstyle.
* add code checkstyle.
* update pom.
* update pom.
* ProcessService method name meets naming convention.
* update processService code.
* update code style.
* update code style.
* update code style.
Co-authored-by: zhuangchong <zhuangchong8@163.com>
4 years ago
lgcareer
dbc9f149b5
[Fix-#3487][sql] update uc_dolphin_T_t_ds_resources_un
4 years ago
lgcareer
68c59faf84
Merge remote-tracking branch 'remotes/upstream/1.3.3-release' into 1.3.3-release-fix#3789
4 years ago
lgcareer
3361151155
[fix-#3843][api]When update workflow definition,if name already exists, the prompt is not friendly ( #3918 )
...
* [FIX_#3789][remote]cherry pick from dev to support netty heart beat
* [FIX_#3789][remote]cherry pick from dev to support netty heart beat
* [fix-3843][api] When update workflow definition,if name already exists, the prompt is not friendly
* [fix-3843][api] When update workflow definition,if name already exists, the prompt is not friendly
Co-authored-by: Kirs <acm_master@163.com>
4 years ago
lgcareer
ac9f5dc271
[fix-3843][api] When update workflow definition,if name already exists, the prompt is not friendly
4 years ago
lgcareer
adda0eb4d0
[fix-3843][api] When update workflow definition,if name already exists, the prompt is not friendly
4 years ago
lgcareer
a7031353df
Merge remote-tracking branch 'remotes/upstream/1.3.3-release' into 1.3.3-release-fix#3789
4 years ago
BoYiZhang
13030502fd
[FIX-3836][dev-API] process definition validation name interface prompt information error ( #3908 )
...
* 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
* process definition validation name interface prompt information error
Co-authored-by: dailidong <dailidong66@gmail.com>
Co-authored-by: xingchun-chen <55787491+xingchun-chen@users.noreply.github.com>
4 years ago
xingchun-chen
76609ba143
Merge pull request #3915 from break60/1.3.3-release
...
[fixbug-3621][ui]Repair check box cannot be canceled
4 years ago
break60
dc8e8926c8
Repair check box cannot be canceled
4 years ago
lgcareer
51d476be69
[FIX_#3789][remote]cherry pick from dev to support netty heart beat ( #3913 )
...
* [FIX_#3789][remote]cherry pick from dev to support netty heart beat
* [FIX_#3789][remote]cherry pick from dev to support netty heart beat
Co-authored-by: Kirs <acm_master@163.com>
4 years ago
lgcareer
b368c53784
[FIX_#3789][remote]cherry pick from dev to support netty heart beat
4 years ago
Kirs
f0ff8e2eb0
[FIX_#3789][remote]cherry pick from dev to support netty heart beat
4 years ago
BoYiZhang
e740dc7645
[FIX-3836][1.3.3-release-API] process definition validation name interface prompt information error ( #3899 )
...
* fix bug : error message
* fix code smell
* fix code smell
4 years ago
lgcareer
301d728c7b
[Fix-#3487][sql] add dolphinscheduler_dml.sql under 1.3.3_schema ( #3907 )
4 years ago
BoYiZhang
622bce603a
Merge pull request #19 from apache/dev
...
update code from apa
4 years ago
Zhou.Z
4f0c74dcc1
Update Status.java
4 years ago
zhuangchong
d32300ba5b
add process define name verify. ( #3864 )
4 years ago
bao liang
f29f4e8384
[FIX-3617][Service]after subtask fault tolerance, 2 task instances are generated ( #3830 )
...
* fix bug(#3617 ): after subtask fault tolerance, 2 task instances are generated.
* delete unused code
* update code smell
* refactor sub work command process
* add process service ut
* add license header
* fix some code smell
* chang ut java8 to java11
* update sonar to java11
* copy ut config from dev
* remove checkstyle
* revert to 1.3.3
* change proess service test to executor service
* add process service test
* add process service test
* revert
* revert
* add comments
* change dev to 1.3.3-release
* revert
Co-authored-by: baoliang <baoliang@analysys.com.cn>
4 years ago