Eights-LI
2cad271749
add ProcessUtils UT
4 years ago
Eights-LI
8fdd6f547d
fix #3900 kill multi yarn app in one job
4 years ago
zhuangchong
4b502e361f
[Improvement-4012][common/remote] Json util code integration,remove the remote module json util ( #4013 )
...
* Json util code integration,remove the remote module json util.
* update code checkstyle.
* update code checkstyle.
* add code checkstyle.
* add test class.
* update JSONUtils class.
* update JSONUtils class.
4 years ago
JinyLeeChina
2830ab1d4d
fix #3688 , Optimization of table building statements ( #3689 )
4 years ago
Kirs
f4c14dea53
Merge pull request #4009 from BoYiZhang/pr_4008
...
[Improvement-4008][Swagger] The resources API document does not match the interface parameters
4 years ago
huzekang
c54d09605b
[Improvement][script] daemon script usage ( #3968 )
...
* Improvement daemon script usage
* don't remove status command
don't remove status command
Co-authored-by: dailidong <dailidong66@gmail.com>
4 years ago
IamMujuziMoses
c7b5956c5a
[Feature-3941][ui] Remove tenant name ( #3949 )
...
* FeatureUI-3941: Removed Tenant
* FeatureUI-3941: Removed tenantName in the suggested pages
* FeatureUI-3941: Updated the suggested files
* FeatureUI-3941: Updated the TenantController
* FeatureUI-3941: Updated the TenantController and the pom.xml
* FeatureUI-3941: Updated the TenantControllerTest
4 years ago
BoYiZhang
83cc28939f
Update udfs.vue
4 years ago
zhanglong
a6266b7c44
reset code
4 years ago
zhanglong
584a787406
fix bug
4 years ago
zhanglong
c614bd39cc
the resources API document does not match the interface parameters
4 years ago
BoYiZhang
c86ff41a86
Merge pull request #24 from apache/dev
...
update code from apache
4 years ago
孙继峰
afd0e6ab65
[Test-3557][API] full cover DataAnalysisServiceImpl ( #3605 )
...
* generate equals and hashCode method
* make up for the state of oblivion
* simplify countQueueState method
* delete try catch, because this never throw exception
* full cover DataAnalysisServiceImpl
* improve test coverage
* adjust code style
* simplify countCommandState method
* reduce duplication
* simplify countTaskDtos method
* Update DataAnalysisServiceImpl.java
Co-authored-by: dailidong <dailidong66@gmail.com>
4 years ago
t1mon
e9479e4a03
[fix-#3962][api] Avoid ClassCastException for LoggerService.queryLog(). ( #3963 )
4 years ago
BoYiZhang
d520cefdd4
Merge pull request #23 from apache/dev
...
update code from apache
4 years ago
Kirs
05b248f8e3
Merge pull request #3957 from BoYiZhang/pr_3956
...
[Fix-#3956][Master] When running a task, the resource file is lost
4 years ago
BoYiZhang
187c5c1267
Merge pull request #22 from apache/dev
...
update code from apache
4 years ago
BoYiZhang
7dd717af16
When running a task, the resource file is lost, which results in an error
4 years ago
BoYiZhang
48177b650e
When running a task, the resource file is lost, which results in an error
4 years ago
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>
4 years ago
BoYiZhang
ef6cc62b96
When running a task, the resource file is lost, which results in an error
4 years ago
BoYiZhang
aace551782
When running a task, the resource file is lost, which results in an error
4 years ago
BoYiZhang
fc565813ef
When running a task, the resource file is lost, which results in an error
4 years ago
BoYiZhang
5f817f2acd
Merge pull request #21 from apache/dev
...
update code from apache
4 years ago
Kirs
44259688ba
Merge pull request #3923 from lgcareer/dev-fix
...
[fix-#3843][api] When update workflow definition,if name already exists, the prompt is not friendly
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
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
BoYiZhang
65216016ca
Merge pull request #20 from apache/dev
...
update from apache
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
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
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
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
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
BoYiZhang
622bce603a
Merge pull request #19 from apache/dev
...
update code from apa
4 years ago
zhuangchong
d32300ba5b
add process define name verify. ( #3864 )
4 years ago
Kirs
08dc6913dc
[FIX_BUG_1.3#3789][remote]support netty heart beat ( #3868 )
...
* [FIX_BUG_1.3#3789][remote]support netty heart beat
* netty heart beat
* code style
* code style
* code style
* code style
* code style
* delete code docs
* client fail-close
4 years ago
xingchun-chen
a4c232c316
Merge pull request #3861 from yinancx/fs-dev
...
[Feature][ui]Force success operation
4 years ago
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>
4 years ago
bao liang
39411ce03b
[FIX-3617][Service]fix 2 tasks instance are generated when fault tolerance ( #3873 )
...
* fix 2 tasks instance are generated when fault tolerance
* update code style
* update code style
* update code style
* update code style
* update code style
* update code style
* update code style
* update code style
* update code style
* update code style
* update code style
* update ut
* update code style
Co-authored-by: baoliang <baoliang@analysys.com.cn>
4 years ago