1. 11 10月, 2021 3 次提交
  2. 10 10月, 2021 1 次提交
  3. 09 10月, 2021 3 次提交
  4. 08 10月, 2021 5 次提交
  5. 06 10月, 2021 1 次提交
  6. 03 10月, 2021 1 次提交
  7. 02 10月, 2021 1 次提交
    • K
      [Improvement#6438][Worker]remove meaningless DB query (#6440) · ea2a8d26
      Kirs 提交于
      org.apache.dolphinscheduler.server.worker.runner.TaskExecuteThread
      In the process of task kill, it will query the DB to obtain the task instance object, but this judgment does not make any sense. In fact, the relevant context is already clear, so there is no need to query from DB.
      ea2a8d26
  8. 01 10月, 2021 1 次提交
    • Rename tis to pigeon from backend layer (#6437) · d284e44d
      百岁 提交于
      * add mock getTaskLogName() for UT test pass
      
      * make task-tis rename to task-pigeon
      
      * rename module name 'tis' to pigeon
      
      * rename module name 'tis' to pigeon,make sanity check pass
      
      * remove execute console.log()
      d284e44d
  9. 30 9月, 2021 5 次提交
  10. 29 9月, 2021 5 次提交
  11. 28 9月, 2021 5 次提交
  12. 27 9月, 2021 6 次提交
  13. 26 9月, 2021 3 次提交
    • L
      fix the mismatch of upload url between frontend and backend (#6226) · bc8d610e
      Liyue 提交于
      * fix: fix the  url mismatch between frontend and backend
      
      * fix the url mismatch between frontend and backend
      
      * fix the resource download url
      
      * fix: update for unit test
      bc8d610e
    • Enhance using experience of DataX by introduce TIS (#6229) · 34352c1b
      百岁 提交于
      * Enhance using experience of DataX by introduce TIS [Feature-5992]
      
      * Enhance using experience of DataX by introduce TIS [Feature-5992]
      
      * fix stylecheck error
      
      * make testCase pass
      
      * make dev testCase pass
      
      * add new java dependency Java-WebSocket
      
      * modfiy TISParameters.java avoid to name confliction
      
      * add InterruptedException checking
      
      * reAdd async-http-client annotation
      
      * in order to staisfy the coverage degree add test which has been removed
      
      * make testCase pass
      
      * make testCase pass
      
      * add jacoco dependency
      
      * make code duplications be more lower
      
      * add Java-WebSocket dependency in root pom
      
      * remove useless code comment
      
      * make tis http apply path and post body configurable ,the params save in config.properites
      
      * Remove the dangerous instance of double-checked locking
      34352c1b
    • J
      [Fix-6352] [ApiServer] fix process definition copy bug (#6357) · c56daede
      JinYong Li 提交于
      * fix 6320 batch delete process definition bug
      
      * fix-6352 process definition copy bug
      Co-authored-by: NJinyLeeChina <297062848@qq.com>
      c56daede