This is an automated email from the ASF dual-hosted git repository.
eights pushed a change to branch 1.3.6-prepare
in repository
https://gitbox.apache.org/repos/asf/incubator-dolphinscheduler.git.
omit c92bdcc micrometer & log conf & ui
This update removed existing revisions from the reference, leaving the
reference pointing at a previous point in the repository history.
* -- * -- N refs/heads/1.3.6-prepare (e5dcbad)
\
O -- O -- O (c92bdcc)
Any revisions marked "omit" are not gone; other references still
refer to them. Any revisions marked "discard" are gone forever.
No new revisions were added by this update.
Summary of changes:
.../src/main/resources/logback-alert.xml | 1 -
.../src/main/resources/application-api.properties | 5 -
.../src/main/resources/logback-api.xml | 1 -
.../common/task/FlinkParametersTest.java | 114 +++++++--------
.../release-docs/licenses/LICENSE-javax.mail.txt | 2 +-
.../release-docs/licenses/LICENSE-jta.txt | 20 +--
.../licenses/LICENSE-transaction-api.txt | 20 +--
.../remote/command/TaskExecuteAckCommand.java | 132 +----------------
.../remote/command/TaskExecuteRequestCommand.java | 68 +--------
.../remote/command/TaskExecuteResponseCommand.java | 128 +----------------
.../remote/command/TaskKillRequestCommand.java | 62 +-------
.../remote/command/TaskKillResponseCommand.java | 121 +---------------
dolphinscheduler-server/pom.xml | 16 ---
.../server/master/MasterServer.java | 2 +-
.../server/worker/WorkerServer.java | 8 +-
.../src/main/resources/logback-master.xml | 1 -
.../src/main/resources/logback-worker.xml | 1 -
.../src/main/resources/master.properties | 8 --
.../src/main/resources/worker.properties | 8 --
.../service/zk/DefaultEnsembleProviderTest.java | 128 ++++++++---------
dolphinscheduler-ui/src/images/favicon.ico | Bin 4286 -> 4286 bytes
.../src/js/conf/home/router/index.js | 4 +-
.../src/js/conf/login/img/login-logo.svg | 159 ++++++++++++---------
.../src/js/module/components/nav/logo.svg | 158 +++++++++++---------
dolphinscheduler-ui/src/view/login/index.html | 4 +-
pom.xml | 16 +--
script/dolphinscheduler-daemon.sh | 4 +-
27 files changed, 343 insertions(+), 848 deletions(-)
mode change 100755 => 100644 dolphinscheduler-ui/src/images/favicon.ico