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

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


    from a382590  [ambari] update ambari from 1.3.4 to 1.3.5 (#4707)
     new c5f3a4d  [1.3.5-prepare][Fix][Docker] Fix sql task do not execute and 
send mail in docker
     new 045980b  [1.3.5-prepare][Fix][Mail] Fix exception: send mail failed 
under default mail config
     new 4be5e15  Fix unit tests
     new fee1d1e  Merge pull request #4711 from chengshiwen/1.3.5-fix-docker-sql

The 2689 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:
 docker/build/Dockerfile                            |  2 +-
 docker/build/README.md                             |  2 +
 docker/build/README_zh_CN.md                       |  2 +
 .../dolphinscheduler/env/dolphinscheduler_env.sh   | 12 +++++-
 docker/build/startup.sh                            |  1 +
 docker/docker-swarm/docker-compose.yml             | 14 +++++++
 docker/docker-swarm/docker-stack.yml               | 14 +++++++
 docker/docker-swarm/dolphinscheduler_env.sh        | 12 +++++-
 .../statefulset-dolphinscheduler-worker.yaml       | 45 ++++++++++++++++++++++
 .../alert/plugin/EmailAlertPlugin.java             | 13 +++----
 .../dolphinscheduler/alert/utils/Constants.java    |  4 +-
 .../dolphinscheduler/alert/utils/MailUtils.java    | 19 +++++----
 .../alert/plugin/EmailAlertPluginTest.java         |  3 +-
 .../server/worker/task/sql/SqlTask.java            |  6 ++-
 14 files changed, 126 insertions(+), 23 deletions(-)

Reply via email to