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

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


    from 62cac2d  [deploy] Make install.sh as executable script (#7862)
     add da4a859  [python] Add independent deployment for python gateway server 
(#7549)

No new revisions were added by this update.

Summary of changes:
 deploy/docker/docker-compose.yml                   | 23 +++++++++
 deploy/docker/docker-stack.yml                     | 21 ++++++++
 .../dolphinscheduler/templates/_helpers.tpl        |  3 ++
 .../src/main/assembly/dolphinscheduler-bin.xml     |  5 ++
 dolphinscheduler-python/pom.xml                    | 48 ++++++++++++++++++
 .../dolphinscheduler-python-gateway-server.xml     |  4 +-
 .../src/main/bin/start.sh                          |  2 +-
 .../src/main/docker/Dockerfile                     |  4 +-
 .../server/PythonGatewayServer.java                |  2 +-
 .../src/main/resources/application.yaml            | 47 +++++++++---------
 .../src/main/resources/logback-spring.xml          | 57 ++++++++++++++++++++++
 dolphinscheduler-standalone-server/pom.xml         |  9 ++--
 .../dolphinscheduler-standalone-server.xml         |  7 +++
 script/dolphinscheduler-daemon.sh                  |  4 +-
 script/env/install_env.sh                          |  5 ++
 script/scp-hosts.sh                                |  2 +-
 script/start-all.sh                                |  7 +++
 script/status-all.sh                               |  8 +++
 script/stop-all.sh                                 |  7 +++
 19 files changed, 228 insertions(+), 37 deletions(-)
 copy 
dolphinscheduler-worker/src/main/assembly/dolphinscheduler-worker-server.xml => 
dolphinscheduler-python/src/main/assembly/dolphinscheduler-python-gateway-server.xml
 (95%)
 copy {dolphinscheduler-standalone-server => 
dolphinscheduler-python}/src/main/bin/start.sh (95%)
 copy {dolphinscheduler-standalone-server => 
dolphinscheduler-python}/src/main/docker/Dockerfile (93%)
 copy {dolphinscheduler-alert/dolphinscheduler-alert-server => 
dolphinscheduler-python}/src/main/resources/application.yaml (60%)
 create mode 100644 
dolphinscheduler-python/src/main/resources/logback-spring.xml

Reply via email to