This is an automated email from the ASF dual-hosted git repository.
zhongjiajie pushed a change to branch 4.0.x
in repository
https://gitbox.apache.org/repos/asf/dolphinscheduler-sdk-python.git
from 3a8a4e3 fix: Upload resource error in 4.0.x
new 6c88a76 fix: missing key file in asdist subcommand (#84)
new 8bc499c chore: Correct some desc for this repos (#85)
new e22b308 release prepare job
new c2af96a Revert "support cache task (#50)"
new ab6a358 doc: Add backward compatibility check before release (#86)
new bf11520 doc: Change release doc description (#89)
new bf6a2ac doc: Correct support version between pydolphinscheduler and
dolphinscheduler (#92)
new 8b50d83 fix: Correct the bad env name of users tenant (#97)
new 46d2836 doc: correct crontab in schedule (#104)
new 77b5845 doc: correct desc in README.md (#105)
new 55683f6 doc: Add how to config alert (#112)
new 15cf87d feat: Add task group to task class (#114)
The 12 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.dlc.json | 3 +-
.github/workflows/ci.yaml | 2 +-
src/pydolphinscheduler/__init__.py => MANIFEST.in | 9 +++--
README.md | 4 +-
RELEASE.md | 26 ++++++-------
docs/source/concept.rst | 47 ++++++++++++++++++++++-
docs/source/conf.py | 6 ---
docs/source/index.rst | 4 +-
examples/yaml_define/MoreConfiguration.yaml | 1 -
setup.cfg | 1 -
src/pydolphinscheduler/__init__.py | 2 +-
src/pydolphinscheduler/configuration.py | 2 +-
src/pydolphinscheduler/constants.py | 7 ----
src/pydolphinscheduler/core/task.py | 22 +++++------
src/pydolphinscheduler/version_ext | 2 +-
tests/core/test_engine.py | 3 +-
tests/core/test_task.py | 3 +-
17 files changed, 89 insertions(+), 55 deletions(-)
copy src/pydolphinscheduler/__init__.py => MANIFEST.in (87%)