This is an automated email from the ASF dual-hosted git repository.
zhongjiajie pushed a change to branch 4.0.4-prepare
in repository
https://gitbox.apache.org/repos/asf/dolphinscheduler-sdk-python.git
omit aec75a7 fix: Upload resource error in 4.0.x
new 75f458d doc: Add backward compatibility check before release (#86)
new c01b66d doc: Change release doc description (#89)
new bdfc36a doc: Correct support version between pydolphinscheduler and
dolphinscheduler (#92)
new e0d17bc fix: Correct the bad env name of users tenant (#97)
new dc2117a doc: correct crontab in schedule (#104)
new d301e22 doc: correct desc in README.md (#105)
new 5204011 doc: Add how to config alert (#112)
new 7413035 feat: Add task group to task class (#114)
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (aec75a7)
\
N -- N -- N refs/heads/4.0.4-prepare (7413035)
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omit" are not gone; other references still
refer to them. Any revisions marked "discard" are gone forever.
The 8 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 ++-
README.md | 4 +--
RELEASE.md | 16 +++++------
docs/source/concept.rst | 47 ++++++++++++++++++++++++++++++++-
docs/source/conf.py | 6 -----
docs/source/index.rst | 4 ++-
src/pydolphinscheduler/configuration.py | 2 +-
src/pydolphinscheduler/core/resource.py | 1 -
src/pydolphinscheduler/core/task.py | 9 +++++++
src/pydolphinscheduler/java_gateway.py | 8 ++----
tests/core/test_engine.py | 2 ++
tests/core/test_task.py | 2 ++
12 files changed, 77 insertions(+), 27 deletions(-)