1. 23 9月, 2022 1 次提交
    • J
      [fix][python] Task switch branch not show in webui (#12120) · a86f4e26
      Jiajie Zhong 提交于
      when create task switch in python api, switch branch not show correctly,
      due to we add some unnecessary attribute to switch task, this patch we
      add `_task_ignore_attr` in class `Task` to ignore those unnecessary
      attribute from `_task_default_attr`
      a86f4e26
  2. 22 9月, 2022 2 次提交
  3. 21 9月, 2022 2 次提交
  4. 18 9月, 2022 1 次提交
  5. 17 9月, 2022 4 次提交
  6. 16 9月, 2022 1 次提交
  7. 09 9月, 2022 1 次提交
  8. 07 9月, 2022 1 次提交
  9. 06 9月, 2022 2 次提交
  10. 27 8月, 2022 3 次提交
  11. 15 8月, 2022 1 次提交
  12. 11 8月, 2022 2 次提交
  13. 10 8月, 2022 1 次提交
  14. 08 8月, 2022 2 次提交
  15. 04 8月, 2022 1 次提交
  16. 28 7月, 2022 2 次提交
  17. 25 7月, 2022 1 次提交
  18. 22 7月, 2022 2 次提交
  19. 14 7月, 2022 1 次提交
    • J
      [python] Fix tasks with multiple upstream and workflow query error (#10941) · 81930e54
      Jiajie Zhong 提交于
      * when task with more than one upstreams, mapper
         TaskDefinitionMapper method queryByName will return
         more than one record, and failed the mybatis result
         type, so we have to add `limit 1` to it to
      * add multiple runs of example in integrate test
      * Change from subprocess.Popen to subprocess.call_check
        in integrating test which will raise an error when failed
      81930e54
  20. 12 7月, 2022 1 次提交
  21. 06 7月, 2022 1 次提交
  22. 05 7月, 2022 1 次提交
  23. 23 6月, 2022 1 次提交
  24. 16 6月, 2022 1 次提交
  25. 14 6月, 2022 1 次提交
  26. 24 5月, 2022 1 次提交
  27. 16 5月, 2022 1 次提交
  28. 27 4月, 2022 1 次提交