1. 26 8月, 2020 1 次提交
  2. 25 8月, 2020 13 次提交
  3. 24 8月, 2020 5 次提交
    • X
      [test-2995][e2e]Optimize waiting time (#3571) · eade9db2
      xingchun-chen 提交于
      * 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: weixin_41213428's avatarchenxingchun <438044805@qq.com>
      eade9db2
    • B
    • B
      fix · cab72aea
      break60 提交于
      cab72aea
    • E
      [Improvement-3558][API] Improve `DataSourceServiceTest.java` (#3579) · 78eb07b3
      easycode 提交于
      * 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.
      78eb07b3
    • B
      fix · e7087292
      break60 提交于
      e7087292
  4. 22 8月, 2020 1 次提交
  5. 19 8月, 2020 8 次提交
  6. 18 8月, 2020 3 次提交
  7. 17 8月, 2020 1 次提交
  8. 16 8月, 2020 3 次提交
  9. 14 8月, 2020 2 次提交
    • rockxsj's avatar
      [Feature]add presto datasource support (#3308) · 2b46db0b
      rockxsj 提交于
      * * 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: Nrockxsj <junjun@mgtv.com>
      2b46db0b
    • G
      resolve curator-client dependency confliction (#3488) · 6da7f1a2
      geosmart 提交于
      * 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
      6da7f1a2
  10. 13 8月, 2020 1 次提交
    • _和's avatar
      batch copy or move process #2753 (#2884) · 46ab86d6
      _和 提交于
      * 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: Nsunchaohe <sunzhaohe@linklogis.com>
      Co-authored-by: Ndailidong <dailidong66@gmail.com>
      46ab86d6
  11. 12 8月, 2020 1 次提交
  12. 10 8月, 2020 1 次提交
    • C
      [Feature#3234][cluster]enhanced load balancing (#3235) · d6a32ac6
      CalvinKirs 提交于
      * [Future#3234][cluster]enhanced load balancing
      weight-based load balancing algorithm
      this close # 3234
      
      * remove useless parameter
      
      * code smell
      
      * load balancing according to work group
      
      * add smooth weight round robin
      
      * remove unused constants
      
      * perfect unit test
      
      * code smell
      
      * code smell
      
      * add work weight config
      
      * fix config error
      
      * add weight docs to readme.md
      d6a32ac6