* 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>
* [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>
* [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
* 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.
* [Test][api] Add api service layer test example
* Remove unused exception
* Remove unused exception
* Format code according to the checkstyle
* Fix test case
* Feature presto (#1)
* * 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>
* modify the io.prestosql.jdbc.PrestoDriver to com.facebook.presto.jdbc.PrestoDriver
* add presto connection in sql node
Co-authored-by: rockxsj <junjun@mgtv.com>
* * 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>
* dolphinscheduler-api.pom resolve curator-client conflict
the ds use curator-client:4.3.0 dependency by curator-frameworke,
but hadoop-common use curator-client:2.7.1,
so make the ClassNotFoundException
```
Caused by: java.lang.ClassNotFoundException: org.apache.curator.connection.StandardConnectionHandlingPolicy
```
exclue curator-client in hadoop-common to resolve this
* resolve curator-client dependency confliction
## What is the purpose of the pull request
the ds use curator-client:4.3.0 dependency by curator-frameworke,
but hadoop-common use curator-client:2.7.1,
so make the ClassNotFoundException
```
Caused by: java.lang.ClassNotFoundException: org.apache.curator.connection.StandardConnectionHandlingPolicy
```
exclue curator-client in hadoop-common to resolve this
* batch copy or move process
* batch copy or move process
* batch copy or move process
* batch copy or move process
* batch copy or move process
* batch copy or move process
* batch copy or move process
* batch copy or move process sovle code smell
* batch copy or move process sovle code smell
* batch copy or move process sovle code smell
* batch copy or move process sovle code smell
* batch copy or move process sovle code smell
* batch copy or move process sovle code smell
* batch copy or move process sovle code smell
* batch copy or move process sovle code smell
* batch copy or move process
* batch copy or move process
* batch copy or move process
* batch copy or move process
* batch copy or move process
* batch copy or move process
* Roll back the package.json file
* rerun test
* revert blank
* resolve conflicts
* resolve conflicts
* resolve ut error
* resolve sonar error
Co-authored-by: sunchaohe <sunzhaohe@linklogis.com>
Co-authored-by: dailidong <dailidong66@gmail.com>
* fix bug #3165 get resource.storage.type value toUpperCase
* fix bug #3176 optimize Gets the value of this property “resource.storage.type”
* fix When you request the URL through applicationID to get the application status, you cannot get it if Kerberos authentication is enabled
* fix When you request the URL through applicationID to get the application status, you cannot get it if Kerberos authentication is enabled
* fix When you request the URL through applicationID to get the application status, you cannot get it if Kerberos authentication is enabled
* fix miss
* add KerberosHttpClient fix kerberos bug
* fix map init
* add juint test
* Extraction of public methods
* Extraction of public methods
* Fix code quality
* Fix code quality
* Fix code quality
* Fix code quality
* Fix code quality
* Fix code quality
* Fix code quality
* rebuild test
* rebuild test
* check style
* check style
* check style
* revert UT POM
* Kerberos judgment goes up to hadoopUtils
* fix merge
* Remove connection pool shutdown
Co-authored-by: dailidong <dailidong66@gmail.com>