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

zhongjiajie pushed a change to branch 3.0.1-prepare
in repository https://gitbox.apache.org/repos/asf/dolphinscheduler.git


    from 8fefb9ecfd Add dependent task instance log (#11541) (#12014)
     new 82a8956e7b [doc] Improve the document introduction of complement 
(#11275)
     new b9cc2639d0 [Fix-11217] [Doc] add postgresql config in doc: 
datasource-setting (#11326)
     new be37dd4886 [doc] Refine the deployment documentation (#11361)
     new 82deeab2fb [python] Add multiple version of document (#11391)
     new f7fb1acef9 feat: Modifying Slack Links (#11416)
     new 059b66b64f [Doc][Resources] Instruct users to use local storage if 
they have remote storage mounted to local (#11435)
     new 3447e6765c [Doc][DSIP] Move DSIP docs to the right place (#11442) 
(#11443)
     new 3d69e9edb1 [Doc][Security] Update instructions on worker groups 
(#11483)
     new 90cc1284a4 [Improvement-11550] [Doc]Document content update (#11577)
     new 7723f5bcae feat: update slack (#11578)
     new c8f0a66b37 [Doc][Bug] Fix resource center docs for standalone mode 
(#11600)
     new 6797ae2d97 [DOC] should notice that need setting the full path when 
call the resource file #11620 (#11621)
     new 11b78a871c Fix homepage email subscription link (#11622)
     new f41af79ef6  [doc] Correct E2E Doc, fix WorkerGroupPage typo (#11629)
     new 85b96ddc15 [improvement-#11630]fix document about common.properties 
(#11653)
     new 59e745be0a [fix][python] Sql pattern add truncate. (#11666)
     new 1f88c5a637 [bug][python] Fix task switch error when default branch not 
defined last (#11606)
     new 8a12ae746d update PyDolphinScheduler documentation link. (#11474)
     new 9f0b2ca550 [python] Add support interpreter version 310 and 311-dev 
(#11170)
     new 257187c521 [python] Refactor structure to avoid cycle import (#11167)

The 20 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:
 .github/workflows/py-ci.yml                        |  30 ++++---
 docs/configs/site.js                               |  60 ++++++--------
 docs/docs/en/DSIP.md                               |  84 ++++++++++----------
 docs/docs/en/architecture/configuration.md         |   2 +
 docs/docs/en/contribute/e2e-test.md                |   2 +-
 docs/docs/en/contribute/have-questions.md          |  49 ++----------
 docs/docs/en/guide/howto/datasource-setting.md     |  39 +++++++++-
 docs/docs/en/guide/installation/pseudo-cluster.md  |   3 +-
 docs/docs/en/guide/project/workflow-definition.md  |  61 ++++++++++-----
 docs/docs/en/guide/resource/configuration.md       |  29 ++++---
 docs/docs/en/guide/resource/file-manage.md         |   2 +
 docs/docs/en/guide/security.md                     |  23 ++++--
 docs/docs/en/guide/start/docker.md                 |   2 +-
 docs/docs/en/guide/start/quick-start.md            |  13 +---
 docs/docs/zh/DSIP.md                               |  86 ++++++++++-----------
 docs/docs/zh/architecture/configuration.md         |   2 +
 docs/docs/zh/contribute/e2e-test.md                |   2 +-
 docs/docs/zh/contribute/have-questions.md          |  51 ++----------
 docs/docs/zh/guide/howto/datasource-setting.md     |  37 ++++++++-
 docs/docs/zh/guide/installation/pseudo-cluster.md  |   5 +-
 docs/docs/zh/guide/project/workflow-definition.md  |  54 +++++++++----
 docs/docs/zh/guide/resource/configuration.md       |  32 ++++----
 docs/docs/zh/guide/resource/file-manage.md         |   2 +
 docs/docs/zh/guide/security.md                     |  21 +++--
 docs/docs/zh/guide/start/docker.md                 |   2 +-
 docs/docs/zh/guide/start/quick-start.md            |   9 +--
 docs/img/dag1.png                                  | Bin 110306 -> 0 bytes
 docs/img/log_en.png                                | Bin 101272 -> 0 bytes
 .../dev/project/workflow-concurrency-from.png      | Bin 0 -> 52048 bytes
 .../new_ui/dev/project/workflow-concurrency.png    | Bin 0 -> 69050 bytes
 .../dev/project/workflow-configuredTiming.png      | Bin 0 -> 51860 bytes
 .../project/workflow-configuredTimingResult.png    | Bin 0 -> 52048 bytes
 docs/img/new_ui/dev/project/workflow-date.png      | Bin 1182739 -> 0 bytes
 .../img/new_ui/dev/project/workflow-dependency.png | Bin 0 -> 47150 bytes
 docs/img/new_ui/dev/project/workflow-input.png     | Bin 0 -> 54766 bytes
 .../new_ui/dev/project/workflow-pageSelection.png  | Bin 0 -> 67199 bytes
 docs/img/new_ui/dev/project/workflow-parallel.png  | Bin 0 -> 53845 bytes
 docs/img/new_ui/dev/project/workflow-serial.png    | Bin 0 -> 54577 bytes
 .../project/workflow-unconfiguredTimingResult.png  | Bin 0 -> 64994 bytes
 .../new_ui/dev/project/workflow_date_manual.png    | Bin 25415 -> 0 bytes
 docs/img/new_ui/dev/quick-start/log.png            | Bin 0 -> 288672 bytes
 .../new_ui/dev/quick-start/workflow-definition.png | Bin 0 -> 146786 bytes
 docs/img/process_definition_en.png                 | Bin 102514 -> 0 bytes
 docs/img/task-log.png                              | Bin 104454 -> 0 bytes
 .../pydolphinscheduler/DEVELOP.md                  |  25 +++++-
 .../pydolphinscheduler/README.md                   |   5 +-
 .../pydolphinscheduler/docs/Makefile               |   5 ++
 .../docs/source/_templates/versioning.html         |  27 +++++++
 .../docs/source/_templates/versions.html           |  46 +++++++++++
 .../pydolphinscheduler/docs/source/api.rst         |   6 +-
 .../pydolphinscheduler/docs/source/conf.py         |  38 +++++++--
 .../pydolphinscheduler/docs/source/config.rst      |   2 +-
 .../pydolphinscheduler/setup.py                    |  14 +++-
 .../src/pydolphinscheduler/cli/commands.py         |   8 +-
 .../pydolphinscheduler/{core => }/configuration.py |   0
 .../src/pydolphinscheduler/core/__init__.py        |   2 +-
 .../pydolphinscheduler/core/process_definition.py  |  13 ++--
 .../src/pydolphinscheduler/core/resource.py        |   2 +-
 .../src/pydolphinscheduler/core/task.py            |   4 +-
 .../{core => }/default_config.yaml                 |   2 +-
 .../examples/task_dependent_example.py             |   2 +-
 .../src/pydolphinscheduler/java_gateway.py         |   2 +-
 .../{side => models}/__init__.py                   |  16 ++--
 .../pydolphinscheduler/{core => models}/base.py    |   2 +-
 .../{core => models}/base_side.py                  |   8 +-
 .../pydolphinscheduler/{side => models}/project.py |   4 +-
 .../pydolphinscheduler/{side => models}/queue.py   |   4 +-
 .../pydolphinscheduler/{side => models}/tenant.py  |   4 +-
 .../pydolphinscheduler/{side => models}/user.py    |   5 +-
 .../{side => models}/worker_group.py               |   2 +-
 .../src/pydolphinscheduler/tasks/condition.py      |   2 +-
 .../src/pydolphinscheduler/tasks/dependent.py      |   6 +-
 .../src/pydolphinscheduler/tasks/sql.py            |   2 +-
 .../src/pydolphinscheduler/tasks/switch.py         |  27 ++++---
 .../pydolphinscheduler/tests/cli/test_config.py    |   2 +-
 .../pydolphinscheduler/tests/cli/test_version.py   |  24 ++++--
 .../tests/core/test_configuration.py               |   4 +-
 .../tests/core/test_process_definition.py          |   4 +-
 .../pydolphinscheduler/tests/tasks/test_sql.py     |   1 +
 .../pydolphinscheduler/tests/testing/path.py       |   2 +-
 dolphinscheduler-python/pydolphinscheduler/tox.ini |  18 ++++-
 .../src/main/resources/application.yaml            |   6 +-
 82 files changed, 632 insertions(+), 416 deletions(-)
 delete mode 100644 docs/img/dag1.png
 delete mode 100644 docs/img/log_en.png
 create mode 100644 docs/img/new_ui/dev/project/workflow-concurrency-from.png
 create mode 100644 docs/img/new_ui/dev/project/workflow-concurrency.png
 create mode 100644 docs/img/new_ui/dev/project/workflow-configuredTiming.png
 create mode 100644 
docs/img/new_ui/dev/project/workflow-configuredTimingResult.png
 delete mode 100644 docs/img/new_ui/dev/project/workflow-date.png
 create mode 100644 docs/img/new_ui/dev/project/workflow-dependency.png
 create mode 100644 docs/img/new_ui/dev/project/workflow-input.png
 create mode 100644 docs/img/new_ui/dev/project/workflow-pageSelection.png
 create mode 100644 docs/img/new_ui/dev/project/workflow-parallel.png
 create mode 100644 docs/img/new_ui/dev/project/workflow-serial.png
 create mode 100644 
docs/img/new_ui/dev/project/workflow-unconfiguredTimingResult.png
 delete mode 100644 docs/img/new_ui/dev/project/workflow_date_manual.png
 create mode 100644 docs/img/new_ui/dev/quick-start/log.png
 create mode 100644 docs/img/new_ui/dev/quick-start/workflow-definition.png
 delete mode 100644 docs/img/process_definition_en.png
 delete mode 100644 docs/img/task-log.png
 create mode 100644 
dolphinscheduler-python/pydolphinscheduler/docs/source/_templates/versioning.html
 create mode 100644 
dolphinscheduler-python/pydolphinscheduler/docs/source/_templates/versions.html
 rename dolphinscheduler-python/pydolphinscheduler/src/pydolphinscheduler/{core 
=> }/configuration.py (100%)
 rename dolphinscheduler-python/pydolphinscheduler/src/pydolphinscheduler/{core 
=> }/default_config.yaml (99%)
 rename dolphinscheduler-python/pydolphinscheduler/src/pydolphinscheduler/{side 
=> models}/__init__.py (63%)
 rename dolphinscheduler-python/pydolphinscheduler/src/pydolphinscheduler/{core 
=> models}/base.py (98%)
 rename dolphinscheduler-python/pydolphinscheduler/src/pydolphinscheduler/{core 
=> models}/base_side.py (86%)
 rename dolphinscheduler-python/pydolphinscheduler/src/pydolphinscheduler/{side 
=> models}/project.py (93%)
 rename dolphinscheduler-python/pydolphinscheduler/src/pydolphinscheduler/{side 
=> models}/queue.py (93%)
 rename dolphinscheduler-python/pydolphinscheduler/src/pydolphinscheduler/{side 
=> models}/tenant.py (93%)
 rename dolphinscheduler-python/pydolphinscheduler/src/pydolphinscheduler/{side 
=> models}/user.py (94%)
 rename dolphinscheduler-python/pydolphinscheduler/src/pydolphinscheduler/{side 
=> models}/worker_group.py (95%)

Reply via email to