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
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>
4 years ago
Yichao Yang
8fea8f913c
[Test][server] Add the master server test case ( #3574 )
4 years ago
geosmart
f7c4b0f351
[Improvement-3556] remove unnecessary try catch, and do the unittest … ( #3563 )
...
* [Improvement-3556] remove unnecessary try catch, and do the unittest to full coverage.
* [Improvement-3556] add REQUEST_PARAMS_NOT_VALID_ERROR res when param is not valid
* [fix-3548] Monitor gauge chart display blank with same pid
Co-authored-by: wanggang <wanggy01@servyou.com.cn>
4 years ago
CalvinKirs
34a04acafd
[Improvement][remote] improvement netty eventLoopGroup ( #3580 )
...
* [Improvement][remote] improvement netty eventLoopGroup
If you are running on linux you can use EpollEventLoopGroup and so get better performance, less GC and have more advanced features that are only available on linux.
* reformat code
* utility classes should not have public constructors
* reformat code
* reformat code
* reformat code
* add test
* code style
* add test
* add test
* fix test error
* add test
* test
* test
* add test config
* add test config
4 years ago
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
4 years ago
Yichao Yang
c003cd133d
[Improvement-3369][api] Introduce tenant service interface for clear code ( #3420 )
...
* [Improvement][api] Introduce tenant service interface for clear code
* Checkstyle
* Checkstyle
4 years ago
xingchun-chen
eade9db22f
[test-2995][e2e]Optimize waiting time ( #3571 )
...
* 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
Co-authored-by: chenxingchun <438044805@qq.com>
4 years ago
break60
7ca60c7e61
Merge branch 'dev' of https://github.com/apache/incubator-dolphinscheduler into dev
4 years ago
break60
cab72aeac0
fix
4 years ago
easycode
78eb07b361
[Improvement-3558][API] Improve `DataSourceServiceTest.java` ( #3579 )
...
* Fixed this bug "multiple threads creating folders will result in multiple identical folders" #3487
* 1. Improvement `DataSourceServiceTest` #3558
2. Get rid of some useless arguments to functions in the `DataSourceService` class
* The rollback `ResourceService.java`
* The rollback `ResourceService.java`
* The rollback `ResourceService.java`
* 1.Modify code styles.
2.Make improvement according to Yichao Yang's advice. Thank you very much for guidance.@Yichao Yang
* Modify code styles.
* Circumventing the checkConnection problem
* Modify code styles.
4 years ago
Zhou Zheng
6e5145f7c4
fix some code smell problems
...
1. use Collections.isEmpt() instead of size() > 0
2. make if statements more readable
4 years ago
Zhou Zheng
d97cc3db86
fix vulnerability
...
防止logger注入的问题
4 years ago
break60
e708729245
fix
4 years ago
Zhou Zheng
31cd1f6cb2
adapt to code style
4 years ago
Zhou Zheng
640774595d
Update DataAnalysisServiceImpl.java
4 years ago
Zhou Zheng
1fc1218a34
fix import problems
4 years ago
Zhou Zheng
ae9eb160c1
解决更新后的逻辑冲突
4 years ago
Zhou Zheng
295796a5c5
fix
4 years ago
Zhou Zheng
6bdd11da51
Merge branch 'dev' into dev-FTS
4 years ago
Zhou.Z
373cc47bae
Merge pull request #5 from apache/dev
...
update local dev
4 years ago
Zhou Zheng
1f19cf2b50
update test of TaskInstanceController
4 years ago
Zhou Zheng
b418b681e2
add taskInstanceMapperTest
4 years ago
break60
5cf1e2df9d
[fix-3553][ui]Repair click workflow connection, select the entire path
4 years ago
Yichao Yang
836e86dca5
[Test][api] Add api module `service` layer test example ( #3521 )
...
* [Test][api] Add api service layer test example
* Remove unused exception
* Remove unused exception
* Format code according to the checkstyle
* Fix test case
4 years ago
Yichao Yang
5d4658ca0d
[Improvement][code style] Add sign next line automatic assigner ( #3522 )
4 years ago
felix.wang
68db6a75b4
#3542 Optimized mail configuration ( #3544 )
...
* #3542 Optimized mail configuration
* #3542 Optimized mail configuration
Co-authored-by: wangjianda <Felix@thinkingdata.com>
4 years ago
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>
4 years ago
JinyLeeChina
d30bc7bcf3
'3549' ( #3550 )
4 years ago
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
4 years ago
yinancx
056168fc32
[Feature][ui] Delay execution and typo fix ( #3508 )
4 years ago
vanilla111
a4ee351a3a
delay execution of tasks and improve some designs ( #3427 )
4 years ago
xingchun-chen
00e0003aed
[test-2995][e2e]Add task connection ( #3524 )
...
* Add task connection
* Optimize test cases
* Modify variable format
* Optimize test cases
* Update BrowserCommon.java
* Update BrowserCommon.java
* Update WorkflowDefineLocator.java
Co-authored-by: chenxingchun <438044805@qq.com>
4 years ago
Hsu Pu
59610a5661
[Improvement][dao,server] unit test for ConditionsTask ( #3385 )
4 years ago
xingchun-chen
7486ad011f
Merge pull request #3539 from break60/1.3.2-release
...
[ui]Resource delete OK button to increase loading, change the number …
4 years ago
break60
e1a112bef2
fix
4 years ago
break60
a12283aa23
[ui]Resource delete OK button to increase loading, change the number of homepage display cursor
4 years ago
qiaozhanwei
b8a9e2e00f
modify general user can't create,delete,update token ( #3538 )
...
Co-authored-by: qiaozhanwei <qiaozhanwei@analysys.com.cn>
4 years ago
lgcareer
0505ebf45d
[Fix-3536][api]If user didn't have tenant,create resource directory will NPE ( #3537 )
...
* [Fix-3536][api]If user didn't have tenant,create resource will NPE
* [Fix-3536][api]If user didn't have tenant,create resource directory will NPE
4 years ago
xingchun-chen
a3f61238f3
Merge pull request #3535 from qiaozhanwei/1.3.2-release
...
if task is null , set task type is null instead of "null"
4 years ago
xingchun-chen
276c599c8d
Merge pull request #3534 from break60/1.3.2-release
...
[ui]It is forbidden to select non-existent resources and modify the t…
4 years ago
qiaozhanwei
1b5a8178d2
Merge remote-tracking branch 'remotes/upstream/1.3.2-release' into 1.3.2-release
4 years ago
qiaozhanwei
b4974241c7
if task is null , set task type is null instead of "null"
4 years ago
qiaozhanwei
8093cd4553
modify general user can't create token ( #3533 )
...
* [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
* modify general user can't create token
Co-authored-by: qiaozhanwei <qiaozhanwei@analysys.com.cn>
4 years ago
qiaozhanwei
6ae183713a
Merge remote-tracking branch 'remotes/upstream/1.3.2-release' into 1.3.2-release
4 years ago
break60
0d180ae995
[ui]It is forbidden to select non-existent resources and modify the tree display data format
4 years ago