1. 12 1月, 2021 2 次提交
  2. 11 1月, 2021 1 次提交
  3. 07 1月, 2021 1 次提交
  4. 06 1月, 2021 1 次提交
  5. 05 1月, 2021 3 次提交
  6. 04 1月, 2021 2 次提交
  7. 31 12月, 2020 1 次提交
  8. 30 12月, 2020 3 次提交
  9. 29 12月, 2020 5 次提交
  10. 26 12月, 2020 2 次提交
  11. 24 12月, 2020 3 次提交
  12. 23 12月, 2020 3 次提交
  13. 22 12月, 2020 4 次提交
  14. 21 12月, 2020 7 次提交
  15. 20 12月, 2020 2 次提交
    • T
      remove AbstractTask.getCurTaskParamsClass()and replace with... · 24864512
      Tq 提交于
      remove AbstractTask.getCurTaskParamsClass()and replace with TaskParametersUtils.getParameters() (#4262)
      
      * remove getCurTaskParamsClass() in AbstractTask.java and replace it with TaskParametersUtils.getParameters()
      
      * remove unused imports in AbstractTask.java
      
      * reformat
      24864512
    • Z
      [Improvement-4069][server] When the tenant does not exist, the task execution... · 3bcd3fbc
      zhuangchong 提交于
      [Improvement-4069][server] When the tenant does not exist, the task execution should throw an exception (#4108)
      
      * when  the tenant does not exist, the task execution should throw an exception
      
      * remote method createWorkDirAndUserIfAbsent
      
      * set the task status failed when the tenant code does not exist.
      
      * add taskLog.
      
      * update check os user exists
      
      * update TaskExecuteThreadTest test method.
      
      * solving sonar fail.
      3bcd3fbc