1. 08 8月, 2022 1 次提交
  2. 04 8月, 2022 1 次提交
  3. 28 7月, 2022 2 次提交
  4. 25 7月, 2022 1 次提交
  5. 22 7月, 2022 2 次提交
  6. 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
  7. 12 7月, 2022 1 次提交
  8. 06 7月, 2022 1 次提交
  9. 05 7月, 2022 1 次提交
  10. 23 6月, 2022 1 次提交
  11. 16 6月, 2022 1 次提交
  12. 14 6月, 2022 1 次提交
  13. 24 5月, 2022 1 次提交
  14. 19 5月, 2022 1 次提交
  15. 16 5月, 2022 1 次提交
  16. 27 4月, 2022 1 次提交
  17. 25 4月, 2022 1 次提交
  18. 20 4月, 2022 1 次提交
  19. 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
  20. 12 4月, 2022 2 次提交
  21. 07 4月, 2022 2 次提交
  22. 29 3月, 2022 1 次提交
  23. 28 3月, 2022 1 次提交
  24. 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
  25. 22 3月, 2022 1 次提交
  26. 19 3月, 2022 1 次提交
  27. 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
  28. 16 3月, 2022 1 次提交
  29. 15 3月, 2022 1 次提交
  30. 14 3月, 2022 1 次提交
  31. 12 3月, 2022 2 次提交
    • J
      [python] Add tox for out of box test (#8837) · 90f9aed1
      Jiajie Zhong 提交于
      * [python] Add tox for out of box test
      
      * Add `tox` for easy and complete test
      * Correct package data attribute
      * Add more dirs in flake8 ignore
      
      * Change GA from raw to tox
      
      * Fix env setter
      
      * Temp skip sanity
      
      * Rm not exists job
      
      * Add code test
      
      * fix
      
      * rm all need
      
      * fix
      
      * fix
      
      * fix
      
      * fix
      
      * fix
      
      * fix
      
      * Migrate pip upgrede to tox setting
      
      * Change install_commands to commands
      
      * fix config of install command
      
      * Add GA env to do that
      
      * Fix env error
      
      * Finial commit
      
      * remove duplicate
      
      * Change doc
      
      * Change dependence of ci
      
      * Change dependence of ci
      90f9aed1
    • J
      [python] Change name to_string to __str__ and add __repr__ (#8830) · fb772c32
      Jiajie Zhong 提交于
      * Change `yaml_parser.py` method `to_string` to magic method
        `__str__` make it more pythonic.
      * Add some tests to magic method `__str__` and `__repr__`
      fb772c32
  32. 09 3月, 2022 1 次提交
  33. 07 3月, 2022 1 次提交
    • J
      [python] refactor yaml file parser (#8701) · 5c640789
      Jiajie Zhong 提交于
      * [python] refactor yaml file parser
      
      * Change yaml parser package to ruamel.yaml
      * Refactor configuration.py module
      * And file.py to write file locally
      * Add more tests on it
      
      close: #8593
      
      * Fix UT error
      
      * Remove pypyaml from tests
      
      * Fix file error when param create is False
      
      * Fix error logic
      * And tests to avoid regression
      5c640789
  34. 03 3月, 2022 1 次提交