1. 24 6月, 2020 4 次提交
  2. 15 6月, 2020 1 次提交
  3. 14 6月, 2020 1 次提交
  4. 13 6月, 2020 3 次提交
  5. 12 6月, 2020 5 次提交
  6. 10 6月, 2020 2 次提交
  7. 09 6月, 2020 1 次提交
    • S
      1. specified jackson Date format. · 6e907f15
      simon824 提交于
      2. remove getMapper method,replace with toList()
      3. rewrite toList method,support constructCollectionType.
      4. parseObject(resp, Map.class) replace to toMap() method
      5. rename JacksonSerialize to JsonSerializer
      
      rewrite createArrayNode,createObjectNode method will Affect too many lines ,i will fix it in the next pr.
      6e907f15
  8. 06 6月, 2020 2 次提交
    • B
      [license] add license and notice (#2916) · 422fe513
      bao liang 提交于
      * fix bug: send task result to master until success.
      
      * fix bug: send task result to master until success.
      
      * add sleep
      
      * set null if send result failed
      
      * set null if send result failed
      
      * change max length of username to 39
      
      * test for gc
      
      * change version to 1.3.0
      
      * check and add some license files
      
      * check and add some license files
      
      * revert
      Co-authored-by: Nbaoliang <baoliang@analysys.com.cn>
      422fe513
    • C
      add MicroBenchMark model (#2851) · b21259d6
      CalvinKirs 提交于
      * add MicroBenchMark model
      
      * add log
      
      * fix propertyName
      
      * small change
      
      * add ut
      
      * format
      
      * add @test
      
      * fix maven compile error
      
      * remove enum set method
      
      * exclusion microbench ut
      
      * small change
      
      * Use assembly instead of shade
      Co-authored-by: Ndailidong <dailidong66@gmail.com>
      b21259d6
  9. 04 6月, 2020 1 次提交
    • S
      ut fix · 4a101575
      simon 提交于
      4a101575
  10. 29 5月, 2020 1 次提交
  11. 22 5月, 2020 1 次提交
    • Q
      Fix [Bug] process definition json worker group convert #2794 (#2795) · 0130da2b
      qiaozhanwei 提交于
      * add LoggerServerTest UT
      
      * add LoggerServerTest UT
      
      * add LoggerServerTest UT
      add RemoveTaskLogRequestCommandTest UT
      add RemoveTaskLogResponseCommandTest
      
      * master select worker filter high load worker #2704
      
      * master select worker filter high load worker #2704
      
      * master select worker filter high load worker #2704
      
      * master select worker filter high load worker #2704
      
      * master select worker filter high load worker #2704
      
      * master select worker filter high load worker #2704
      
      * add not worker log and remove worker invalid property
      
      * process definition json worker group convert #2794
      
      * process definition json worker group convert #2794
      
      * process definition json worker group convert #2794
      
      * process definition json worker group convert #2794
      
      * process definition json worker group convert #2794
      
      * process definition json worker group convert #2794
      Co-authored-by: Nqiaozhanwei <qiaozhanwei@analysys.com.cn>
      0130da2b
  12. 14 5月, 2020 4 次提交
    • G
      add RetryerUtils to retry async & sync function gracefully (#2697) · c28a697e
      gabry.wu 提交于
      * add RetryerUtils tool class for async & sync retry invoking
      
      * add RetryerUtils tool class for async & sync retry invoking
      
      * add guava-retrying-2.0.0.jar to known-dependencies.txt
      
      * fix javadoc
      
      * fix code smell
      Co-authored-by: Nqiaozhanwei <qiaozhanwei@outlook.com>
      c28a697e
    • Q
      add UT (#2717) · f4583d78
      qiaozhanwei 提交于
      * add LoggerServerTest UT
      
      * add LoggerServerTest UT
      
      * add LoggerServerTest UT
      add RemoveTaskLogRequestCommandTest UT
      add RemoveTaskLogResponseCommandTest
      Co-authored-by: Nqiaozhanwei <qiaozhanwei@analysys.com.cn>
      f4583d78
    • Q
      add LoggerServerTest UT (#2713) · 689c2160
      qiaozhanwei 提交于
      * add LoggerServerTest UT
      
      * add LoggerServerTest UT
      Co-authored-by: Nqiaozhanwei <qiaozhanwei@analysys.com.cn>
      689c2160
    • X
      support ali nail(ding talk) , issue:2458 (#2594) · de3a81ca
      xiaozhaoying 提交于
      * Create TextMessage.java
      
      * Create DingTalkUtils.java
      
      * Update alert.properties
      
      * Update Constants.java
      
      * Update Constants.java
      
      * Create DingTalkMsgFormatter.java
      
      * Update alert.properties
      
      * Create DingTalkMsgFormatterTest.java
      
      * Create DingTalkUtilsTest.java
      
      * Update DingTalkUtils.java
      
      * Create DingTalkManager.java
      
      * Update EmailAlertPlugin.java
      
      * feature: test send msg with proxy
      
      * fix:delete comment and add exception info
      
      * Update DingTalkUtilsTest.java
      
      * Update DingTalkUtils.java
      
      * Update DingTalkManager.java
      
      * Update EmailAlertPlugin.java
      
      * Update DingTalkUtilsTest.java
      
      * Update DingTalkMsgFormatter.java
      
      * Update DingTalkUtils.java
      
      * Update DingTalkMsgFormatterTest.java
      
      * Update DingTalkUtilsTest.java
      
      * Update TextMessage.java
      
      * Update DingTalkManager.java
      
      * Delete TextMessage.java
      
      * fix: add test case
      
      * fix:add http client test case
      
      * fix:delete ignore test case
      
      * Update pom.xml
      Co-authored-by: Ndailidong <dailidong66@gmail.com>
      de3a81ca
  13. 02 5月, 2020 1 次提交
    • K
      Add a script to check the license (#2552) · 6e08b292
      kezhenxu94 提交于
      * Add a script to check the license
      
      ### Motivation
      
      Check licenses in the distribution package
      
      ### Modification
      
      1. Add a script to check licenses, and list known licenses.
      1. Remove unused dep license, lombok.
      1. Remove unnecessary ignored patterns in .gitignore.
      1. Add missing config items to apache-rat plugin, which just checked a small part of files before.
      1. Add check to GitHub Actions process
      
      ### Result
      
      1. Newly-added dependencies should be checked and confirmed.
      1. Closes #1578
      
      * Separate rat and dependency check
      
      * Tee dependencies to stdout
      
      * Add more debug messages
      
      * Check light-weight task first
      6e08b292
  14. 30 4月, 2020 2 次提交
  15. 28 4月, 2020 1 次提交
    • Q
      no valid worker group,master can kill task directly (#2541) · a12103b0
      qiaozhanwei 提交于
      * dispatch task fail will set task status failed
      
      * 1,no worker condition , master will while ture wait for worker startup
      2,worker response task status sync wait for result
      
      * 1,no worker condition , master will while ture wait for worker startup
      2,worker response task status sync wait for result
      
      * 1,no worker condition , master will while ture wait for worker startup
      2,worker response task status sync wait for result
      
      * 1,no worker condition , master will while ture wait for worker startup
      2,worker response task status sync wait for result
      
      * 1,no worker condition , master will while ture wait for worker startup
      2,worker response task status sync wait for result
      
      * 1,no worker condition , master will while ture wait for worker startup
      2,worker response task status sync wait for result
      
      * 1,no worker condition , master will while ture wait for worker startup
      2,worker response task status sync wait for result
      
      * 1,no worker condition , master will while ture wait for worker startup
      2,worker response task status sync wait for result
      
      * 1,no worker condition , master will while ture wait for worker startup
      2,worker response task status sync wait for result
      
      * 1,no worker condition , master will while ture wait for worker startup
      2,worker response task status sync wait for result
      
      * 1,no worker condition , master will while ture wait for worker startup
      2,worker response task status sync wait for result
      
      * 1,task status statistics and process status statistics bug fix (#2357)
      2,worker group bug fix
      
      * 1,task status statistics and process status statistics bug fix (#2357)
      2,worker group bug fix
      
      * 1,task status statistics and process status statistics bug fix (#2357)
      2,worker group bug fix
      
      * 1,task status statistics and process status statistics bug fix (#2357)
      2,worker group bug fix
      
      * send mail error, #2466 bug fix
      
      * send mail error, #2466 bug fix
      
      * send mail error, #2466 bug fix
      
      * send mail error, #2466 bug fix
      
      * #2486 bug fix
      
      * host and workergroup compatible
      
      * EnterpriseWeChatUtils modify
      
      * EnterpriseWeChatUtils modify
      
      * EnterpriseWeChatUtils modify
      
      * #2499 bug fix
      
      * add comment
      
      * revert comment
      
      * revert comment
      
      * #2499 buf fix
      
      * #2499 bug fix
      
      * #2499 bug fix
      
      * #2499 bug fix
      
      * #2499 bug fix
      
      * #2499 bug fix
      
      * #2499 bug fix
      
      * no valid worker group,master can kill task directly
      
      * no valid worker group,master can kill task directly
      
      * no valid worker group,master can kill task directly
      
      * no valid worker group,master can kill task directly
      
      * no valid worker group,master can kill task directly
      
      * no valid worker group,master can kill task directly
      
      * no valid worker group,master can kill task directly
      
      * no valid worker group,master can kill task directly
      
      * no valid worker group,master can kill task directly
      Co-authored-by: Nqiaozhanwei <qiaozhanwei@analysys.com.cn>
      a12103b0
  16. 24 4月, 2020 1 次提交
  17. 23 4月, 2020 1 次提交
  18. 21 4月, 2020 1 次提交
    • D
      simplify and optimize config (#2469) · eec92ed1
      dailidong 提交于
      * [Refactor worker] simplify and optimize config (#2386)
      
      * simplify config
      
      * simplify config
      
      * simplify and optimize config
      
      * Update HadoopUtils.java
      
      optimize HadoopUtils
      
      * Update HadoopUtilsTest.java
      
      * Update HadoopUtilsTest.java
      
      * Update HadoopUtilsTest.java
      
      * Update HttpUtils.java
      
      * Update pom.xml
      
      * Update HadoopUtilsTest.java
      
      * Update HadoopUtilsTest.java
      
      * Update HadoopUtilsTest.java
      
      * Update HadoopUtilsTest.java
      
      * Update HadoopUtilsTest.java
      
      * Update HadoopUtilsTest.java
      eec92ed1
  19. 20 4月, 2020 4 次提交
  20. 18 4月, 2020 1 次提交
  21. 12 4月, 2020 1 次提交
  22. 10 4月, 2020 1 次提交