You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dolphinscheduler.apache.org by ki...@apache.org on 2021/11/17 03:49:15 UTC

[dolphinscheduler] branch dev updated (54933b3 -> 7c5c7ec)

This is an automated email from the ASF dual-hosted git repository.

kirs pushed a change to branch dev
in repository https://gitbox.apache.org/repos/asf/dolphinscheduler.git.


    from 54933b3  [ci][python] Add coverage check in CI (#6861)
     add 7c5c7ec  [ci][python] Add isort to sort out import (#6871)

No new revisions were added by this update.

Summary of changes:
 .github/workflows/py-ci.yml                            |  2 ++
 .../{requirements.txt => .isort.cfg}                   |  3 ++-
 dolphinscheduler-python/pydolphinscheduler/README.md   | 18 +++++++++++++-----
 .../pydolphinscheduler/examples/tutorial.py            |  1 -
 .../pydolphinscheduler/requirements_dev.txt            |  1 +
 .../src/pydolphinscheduler/core/base.py                |  2 +-
 .../src/pydolphinscheduler/core/process_definition.py  |  8 ++++----
 .../src/pydolphinscheduler/core/task.py                | 12 +++++++-----
 .../src/pydolphinscheduler/java_gateway.py             |  2 +-
 .../src/pydolphinscheduler/side/project.py             |  2 +-
 .../src/pydolphinscheduler/side/queue.py               |  2 +-
 .../src/pydolphinscheduler/utils/date.py               |  1 +
 .../tests/core/test_process_definition.py              |  7 +++----
 .../pydolphinscheduler/tests/core/test_task.py         |  3 ++-
 .../pydolphinscheduler/tests/test_java_gateway.py      |  2 +-
 .../pydolphinscheduler/tests/utils/test_date.py        | 10 ++++------
 .../pydolphinscheduler/tests/utils/test_string.py      |  3 ++-
 17 files changed, 46 insertions(+), 33 deletions(-)
 copy dolphinscheduler-python/pydolphinscheduler/{requirements.txt => .isort.cfg} (96%)