dailidong
27139913c0
Merge remote-tracking branch 'upstream/dev' into dev
4 years ago
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>
4 years ago
Yichao Yang
c7a2f9238f
[Improvement-3612][ui] Workflow version control ui optimize ( #3622 )
...
* [Improvement][ui] Workflow version control ui optimize
* Fix the first line in table i = 0 situation
* Add word-break:break-all style for description
* Remove span and add left text-align
4 years ago
Hsu Pu
68bc58892b
[Improvement][server] Refactor code for getTaskLogPath to reduce NPE log during UT ( #3629 )
...
* init
* update
* update
* update
* fix
* fix
* enable test
* fix
* fix
4 years ago
小清
ba3adbd34b
[FIXBUG][common]fix yarn applications status cause NPE( #3645 ) ( #3648 )
...
* fix #3645
fix get yarn applications status from yarn server,http code return 404, get yarn applications status cause NullPointerException
* Update HadoopUtils.java
* Update HadoopUtils.java
4 years ago
CalvinKirs
7d49fbbaec
[Improvement][remote] set connect time out ( #3670 )
4 years ago
geosmart
6dc8b4f0a3
add 4lw.commands.whitelist for ds monitor ( #3664 )
...
update docker zoo.cfg
--
add config to enable dolphinscheuler monitor data
```
#Four Letter Words commands:stat,ruok,conf,isro
4lw.commands.whitelist=*
```
if without this config,the monitor data is all default value -1
4 years ago
CalvinKirs
86bcc058a5
[Test][remote]update netty util test and fix init channel error ( #3671 )
4 years ago
CalvinKirs
d280820f86
[Improvement][remote] linux platform default use epoll ( #3667 )
4 years ago
CalvinKirs
417de132a7
[improvement][remote]use EpollServerSocketChannel when system is linux ( #3657 )
4 years ago
BoYiZhang
c3666f3fb4
Merge pull request #12 from apache/dev
...
update data code
4 years ago
Hsu Pu
feec629554
[Improvement][server] unit test for SubProcessTask with PowerMockRunner ( #3632 )
4 years ago
赤月
69201ac346
[Improvement][ALL] Remove some un-used code and code review #3639 ( #3640 )
...
* [Improvement][ALL] Remove some un-used code and code review #3639
* [Improvement][ALL] Remove some un-used code and code review #3639
* [Improvement][ALL] Remove some un-used code and code review #3639
* [Improvement][ALL] Remove some un-used code and code review
* [Improvement][ALL] Remove some un-used code and code review
* [Improvement][ALL] Remove some un-used code and code review
4 years ago
Yichao Yang
ac4ed94061
[Improvement][common] Add UnsupportedOperationException for utils construct ( #3381 )
...
* [Improvement][common] Add UnsupportedOperationException for utils construct
* Fix checkstyle
4 years ago
CalvinKirs
632d52cd69
[refactor][server-test] refactor RoundRobinHostManagerTest ( #3511 )
...
* [refactor][server-test] refactor RoundRobinHostManagerTest
* add RoundRobinHostManagerTest
* format code
* format code
4 years ago
geosmart
fbeadfdd58
[FIX][UI]add button disabeld when isDetails ( #3611 )
4 years ago
zhuangchong
908dba4ba6
[Improvement][install,start-all,stop-all] start- all.sh and stop- all.sh After execution, you can view the running status of each node and service. #3619 ( #3627 )
...
* start- all.sh and stop- all.sh After execution, you can view the running status of each node and service.
* ds server state check.
4 years ago
qingzhongli
bc766aaab8
[Improvement][docs] Fix typo in CONTRIBUTING.md ( #3624 )
...
Co-authored-by: 李庆忠 <liqingzhong@inspur.com>
4 years ago
Zhou Zheng
bbfd35be05
improve test coverage
4 years ago
Zhou Zheng
58b4e1f456
fix vulnerability
4 years ago
Zhou Zheng
3eeea22671
improve test of DAGhelper
4 years ago
Zhou Zheng
d2a43b0c25
fix bug about CONDITION-task
...
1. condition shoudn't be in error list
2. condition need more checks when rusume_from_forced_success
4 years ago
Zhou Zheng
83548e63ba
add test of executorService
4 years ago
Zhou Zheng
92e70b94cc
improvement
4 years ago
Zhou Zheng
211bcd5c86
change bad varible name
4 years ago
xingchun-chen
5e2a8bea2e
Merge pull request #3609 from yangyichao-mango/fix-versioncontroleditable
...
[Fix-3607][ui] Fix version control online process definition editable
4 years ago
xingchun-chen
06ab654d64
Merge pull request #3596 from break60/dev
...
[Feature-2753][ui]batch copy or move process
4 years ago
Yichao Yang
4387c8a3ee
[Fix][ui] Fix version control release process definition editable
4 years ago
Zhou Zheng
757f8e4f58
fix spelling mistake
4 years ago
Zhou Zheng
79bff32733
Update TaskInstanceService.java
4 years ago
Zhou Zheng
7e4bf1902c
Merge branch 'dev' into dev-FTS
4 years ago
Zhou.Z
b736b0969b
Merge pull request #6 from apache/dev
...
update local dev
4 years ago
Zhou Zheng
de19fabbc4
change back to original import order
4 years ago
break60
cbb1ee7eb5
Merge branch 'dev' of https://github.com/apache/incubator-dolphinscheduler into dev
4 years ago
xingchun-chen
5888095502
[test][e2e]add timing testcase and modify chromeDriver ( #3597 )
...
* Add task connection
* Optimize test cases
* Modify variable format
* Optimize test cases
* Update BrowserCommon.java
* Update BrowserCommon.java
* Update WorkflowDefineLocator.java
* Optimize waiting time
* Optimize wait time
* Optimize wait time
* Optimize wait time
* Optimize wait time
* Optimize wait time
* Optimize wait time
* Optimize wait time
* Optimize wait time
* Optimize wait time
* Optimize project wait time
* Optimize wait time
* Optimize wait time
* open timing testcase
* Optimize wait time
* Optimize wait time
* Optimize wait time
* Optimize wait time
* Optimize wait time
* Optimize wait time
Co-authored-by: chenxingchun <438044805@qq.com>
4 years ago
break60
03458234c3
[Feture-2753][ui]batch copy or move process
4 years ago
xingchun-chen
0b095e785b
Merge pull request #3593 from break60/dev
...
[fixBug-3589][ui]Fix too many resource selections and cannot be displ…
4 years ago
xingchun-chen
2e175ff3da
Update ci_e2e.yml
4 years ago
xingchun-chen
f921fde1dd
Update ci_e2e.yml
4 years ago
xingchun-chen
8d18795555
Update ci_e2e.yml
4 years ago
break60
35d1372d01
fix
4 years ago
break60
f8453c1dfd
[fixBug-3589][ui]Fix too many resource selections and cannot be displayed
4 years ago
xingchun-chen
3b714b1575
Merge pull request #3572 from break60/dev
...
[fix-3553][ui]Repair click workflow connection, select the entire path
4 years ago
break60
1e62b4186d
Merge branch 'dev' of https://github.com/apache/incubator-dolphinscheduler into dev
4 years ago
sky
879feb79b3
[Feature-3567] batch activate user ( #3578 )
...
* feature batch activate user
* fix sonalcloud problem and code style problem
* fix code style problem
* fix sonar cloud problem
* fix sonar cloud problem
* fix sonar cloud problem
Co-authored-by: dev_sky <dev_sky@740051880@qq.com>
4 years ago
break60
2d15275ec4
fix
4 years ago
break60
69ed0f3f86
Merge branch 'dev' of https://github.com/apache/incubator-dolphinscheduler into dev
4 years ago
Yichao Yang
555880e6e3
[Fix-3077][ui] Fix the edit duplicated name verify ( #3376 )
4 years ago
zshit
26184de905
fix bug#3583 ( #3585 )
4 years ago
zhuangchong
efee53bec9
[Improvement][server] server model ProcessUtils.java code cleaning. ( #3382 )
...
* server model ProcessUtils.java code cleaning.
* add checkstyle,server model ProcessUtils.java code cleaning.
* ProcessUtils.java checkstyle.
* update.
* update.
Co-authored-by: unknown <zhuangchong-phq@sinosig.com>
4 years ago