1. 09 9月, 2022 1 次提交
  2. 07 9月, 2022 1 次提交
  3. 06 9月, 2022 2 次提交
  4. 27 8月, 2022 3 次提交
  5. 15 8月, 2022 1 次提交
  6. 11 8月, 2022 2 次提交
  7. 10 8月, 2022 1 次提交
  8. 08 8月, 2022 2 次提交
  9. 04 8月, 2022 1 次提交
  10. 28 7月, 2022 2 次提交
  11. 25 7月, 2022 1 次提交
  12. 22 7月, 2022 2 次提交
  13. 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
  14. 12 7月, 2022 1 次提交
  15. 06 7月, 2022 1 次提交
  16. 05 7月, 2022 1 次提交
  17. 23 6月, 2022 1 次提交
  18. 16 6月, 2022 1 次提交
  19. 14 6月, 2022 1 次提交
  20. 24 5月, 2022 1 次提交
  21. 16 5月, 2022 1 次提交
  22. 27 4月, 2022 1 次提交
  23. 25 4月, 2022 1 次提交
  24. 15 4月, 2022 2 次提交
    • J
      [python] Add task decorator for python function (#9496) · 1f48601c
      Jiajie Zhong 提交于
      * [python] Add task decorator for python function
      
      * Add decorator `@task`
      * Add a tutorial about it
      * Change tutorial doc and combine into traditional docs
        * Add sphinx-inline-tab for better view
      
      * revert not need change
      
      * Correct python function indent
      
      * Correct integration test
      1f48601c
    • J
      [python] Support read config in env variable (#9517) · 59a026d8
      Jiajie Zhong 提交于
      Add a new method to get config from environment variables
      and for now, we have three ways to get config and the
      priority is `env-var > custom-config-file > built-in-config-file`.
      
      Environment config setting does not work in CLI, because it will
      confuse users when they get config value is `var-env` but value
      in the configuration file is `var-in-file`, they may not find
      the way how to change it
      
      * Add documentation
      * Add it to UPDATING.md
      
      close: #8344
      59a026d8
  25. 12 4月, 2022 1 次提交
  26. 07 4月, 2022 1 次提交
    • J
      [python] Migrate pythonGatewayServer into api server (#9372) · 3457cee9
      Jiajie Zhong 提交于
      Currently the size of our distribute package is up to
      800MB, this patch is migrate python gateway server into
      api server
      
      The distribute package size before and after this patch is:
      
      ```sh
      # before
      796M   apache-dolphinscheduler-2.0.4-SNAPSHOT-bin.tar.gz
      
      # after
      647M   apache-dolphinscheduler-2.0.4-SNAPSHOT-bin.tar.gz
      ```
      3457cee9
  27. 29 3月, 2022 1 次提交
  28. 24 3月, 2022 1 次提交
    • J
      [python] Fix change exists pd attribute user error (#9140) · 5289b098
      Jiajie Zhong 提交于
      * [python] Fix change exists pd attribute user error
      
      * Remove attribute from class ProcessDefinition, cause it should to
        object User instead of object ProcessDefinition.
      * Grant project to user if attribute user change for exists ProcessDefinition
      
      close: #8751
      
      * Add py.test conftest.py for package integration
      5289b098
  29. 18 3月, 2022 1 次提交
    • J
      [python] Add integrated test to python gateway server (#8966) · 30746d97
      Jiajie Zhong 提交于
      * [python] Add integrated test to python gateway server
      
      * Build java code and create standalone server image in GA
      * Add component start docker in python
      * Run example to make sure it work to it
      
      close: #8035
      
      * Fix build docker image working directory
      
      * Fix working directory
      30746d97
  30. 16 3月, 2022 1 次提交
  31. 15 3月, 2022 1 次提交
  32. 14 3月, 2022 1 次提交