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

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


    from a87206228a [Bug-13010] [Task] The Flink SQL task page selects the 
pre-job deployment mode, but the task executed by the worker is the Flink local 
mode
     new 682829e4ea [improve][python] Validate version of Python API at launch 
(#11626)
     new 696d8ae7f1 [feat] Support set execute type to pydolphinscheduler 
(#12871)
     new 416c41465d [fix] Add token as authentication for python gateway 
(#12893)
     new 6ed1605680 [chore][python] Change name from process definition to 
workflow (#12918)
     new 1bfd8f5327 [Feature] Add CURD to the project/tenant/user section of 
the python-DS (#11162)

The 5 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:
 .../configuration/PythonGatewayConfiguration.java  |  68 +-----
 .../dolphinscheduler/api/python/PythonGateway.java | 270 ++++++++++++---------
 .../api/service/impl/UsersServiceImpl.java         |   1 +
 .../src/main/resources/application.yaml            |   3 +
 .../api/service/UsersServiceTest.java              |   4 +-
 .../src/pydolphinscheduler/java_gateway.py         |  87 ++++++-
 .../src/pydolphinscheduler/models/base_side.py     |   8 +
 .../src/pydolphinscheduler/models/project.py       |  31 +++
 .../src/pydolphinscheduler/models/tenant.py        |  38 ++-
 .../src/pydolphinscheduler/models/user.py          |  55 ++++-
 .../tests/integration/conftest.py                  |   2 +-
 .../tests/integration/test_project.py              |  78 ++++++
 .../tests/integration/test_tenant.py               |  86 +++++++
 .../tests/integration/test_user.py                 | 107 ++++++++
 .../src/main/resources/application.yaml            |   3 +
 15 files changed, 654 insertions(+), 187 deletions(-)
 create mode 100644 
dolphinscheduler-python/pydolphinscheduler/tests/integration/test_project.py
 create mode 100644 
dolphinscheduler-python/pydolphinscheduler/tests/integration/test_tenant.py
 create mode 100644 
dolphinscheduler-python/pydolphinscheduler/tests/integration/test_user.py

Reply via email to