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

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


 discard 19d35d7  Merge branch 'alert_plugin_design' of 
https://github.com/apache/incubator-dolphinscheduler into alert_plugin_design
    omit 8bed226  [Feature-3682][ui]Add form-create plug-in and alarm group 
management add sample demo (#3683)
 discard 10eacae  Merge branch 'break60-alert_plugin_design' into 
alert_plugin_design
    omit e15d83c  fix
    omit 71b5853  fix
    omit 7e7103e  Modify node version
    omit dac1b78  Add form-create plug-in and alarm group management add sample 
demo
    omit 9f498fb  [feature-3665][ui]Add element-ui (#3666)
     add 0345823  [Feture-2753][ui]batch copy or move process
     add cbb1ee7  Merge branch 'dev' of 
https://github.com/apache/incubator-dolphinscheduler into dev
     add 06ab654  Merge pull request #3596 from break60/dev
     add 4387c8a  [Fix][ui] Fix version control release process definition 
editable
     add 5e2a8be  Merge pull request #3609 from 
yangyichao-mango/fix-versioncontroleditable
     add bc766aa  [Improvement][docs] Fix typo in CONTRIBUTING.md (#3624)
     add 908dba4  [Improvement][install,start-all,stop-all] start- all.sh and 
stop- all.sh After execution, you can view the running status of each node and 
service. #3619 (#3627)
     add fbeadfd  [FIX][UI]add button disabeld when isDetails (#3611)
     add 632d52c  [refactor][server-test] refactor RoundRobinHostManagerTest 
(#3511)
     add ac4ed94  [Improvement][common] Add UnsupportedOperationException for 
utils construct (#3381)
     add 69201ac  [Improvement][ALL] Remove some un-used code and code review 
#3639 (#3640)
     add feec629  [Improvement][server] unit test for SubProcessTask with 
PowerMockRunner (#3632)
     add 417de13   [improvement][remote]use EpollServerSocketChannel when 
system is linux (#3657)
     add d280820  [Improvement][remote] linux platform default use epoll (#3667)
     add 86bcc05  [Test][remote]update netty util test and fix init channel 
error (#3671)
     add 6dc8b4f  add 4lw.commands.whitelist for ds monitor (#3664)
     add 7d49fbb  [Improvement][remote] set connect time out (#3670)
     add ba3adbd   [FIXBUG][common]fix yarn applications status cause 
NPE(#3645) (#3648)
     add 68bc588  [Improvement][server] Refactor code for getTaskLogPath to 
reduce NPE log during UT (#3629)
     add c7a2f92  [Improvement-3612][ui] Workflow version control ui optimize 
(#3622)
     add 21a90f2  [Feature][API] process definition delete api add check 
process instance is already running. #3581 (#3582)
     add c42e769  [Fix] fix bug #3487 Create folder duplicate name under 
multithreading  (#3697)
     add 1e8fe73  [Feature-3701][ui] Shortcut connection action for node in 
same flow (#3699)
     add 4ed3638  [Bug][server]  fix 3629  pull request (#3706)
     add 7af20ca  [Bug-3713][HadoopUtils] catfile method Stream not closed  
(#3715)
     add 94247d8  [Bug-3722][ui]fix cannot change password on dev branch. 
(#3724)
     add 3a2663e  [Improvement][DAO] druid The lower version is not compatible 
with LocalDateTime(DRUID 低版本不支持LocalDateTime) (#3716)
     add 565b8d3  [Improvement-3690][common] Get the native IP policy problem 
(获取本机ip策略问题 ) (#3695)
     add fad2852  [Improvement][server] WATERDROP task plug-in optimization in 
switch case code cleaning. (#3652)
     new 63a0ba5  [feature-3665][ui]Add element-ui (#3666)
     new d96a063  Add form-create plug-in and alarm group management add sample 
demo
     new 95a5572  Modify node version
     new 715f1f3  fix
     new 5ee12d9  fix

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (19d35d7)
            \
             N -- N -- N   refs/heads/alert_plugin_design (5ee12d9)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

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:
 .github/workflows/ci_e2e.yml                       |   2 +-
 CONTRIBUTING.md                                    |   2 +-
 docker/build/conf/zookeeper/zoo.cfg                |   2 +
 .../ServiceModelToSwagger2MapperImpl.java          |   6 +-
 .../api/dto/resources/filter/ResourceFilter.java   |   3 +-
 .../apache/dolphinscheduler/api/enums/Status.java  |   4 +-
 .../api/service/DataSourceService.java             |   5 +-
 .../api/service/ProcessInstanceService.java        |  21 +-
 .../api/service/ResourcesService.java              |  10 +-
 .../api/service/UdfFuncService.java                |   5 +-
 .../api/service/impl/AccessTokenServiceImpl.java   |   2 +-
 .../service/impl/ProcessDefinitionServiceImpl.java |  37 +-
 .../api/controller/ResourcesControllerTest.java    |  23 -
 .../dto/resources/filter/ResourceFilterTest.java   |   3 +-
 .../api/service/ProcessDefinitionServiceTest.java  |   5 +-
 .../apache/dolphinscheduler/common/Constants.java  |   8 +-
 .../common/utils/CollectionUtils.java              |  32 +-
 .../dolphinscheduler/common/utils/CommonUtils.java | 205 +++---
 .../common/utils/ConnectionUtils.java              |  43 +-
 .../dolphinscheduler/common/utils/DateUtils.java   |   4 +
 .../common/utils/DependentUtils.java               |  41 +-
 .../common/utils/EncryptionUtils.java              |   7 +-
 .../dolphinscheduler/common/utils/EnumUtils.java   |   7 +-
 .../dolphinscheduler/common/utils/FileUtils.java   |  96 +--
 .../dolphinscheduler/common/utils/HadoopUtils.java |  79 +-
 .../dolphinscheduler/common/utils/HttpUtils.java   | 224 +++---
 .../dolphinscheduler/common/utils/IOUtils.java     |  10 +-
 .../dolphinscheduler/common/utils/IpUtils.java     |  72 +-
 .../dolphinscheduler/common/utils/JSONUtils.java   |  62 +-
 .../dolphinscheduler/common/utils/LoggerUtils.java |  32 +-
 .../dolphinscheduler/common/utils/NetUtils.java    | 144 +++-
 .../dolphinscheduler/common/utils/OSUtils.java     | 818 +++++++++++----------
 .../common/utils/ParameterUtils.java               | 406 +++++-----
 .../common/utils/Preconditions.java                |  19 +-
 .../common/utils/PropertyUtils.java                |  48 +-
 .../common/utils/RetryerUtils.java                 |  14 +-
 .../dolphinscheduler/common/utils/SchemaUtils.java | 222 +++---
 .../common/utils/SensitiveLogUtils.java            |  10 +-
 .../dolphinscheduler/common/utils/StreamUtils.java |   5 +-
 .../dolphinscheduler/common/utils/StringUtils.java |  12 +-
 .../common/utils/TaskParametersUtils.java          |  99 +--
 .../src/main/resources/common.properties           |   3 +
 .../dao/mapper/ProcessInstanceMapper.java          |  22 +-
 .../dao/mapper/ProcessInstanceMapper.xml           |  12 +-
 .../remote/NettyRemotingClient.java                |   4 +-
 .../remote/NettyRemotingServer.java                |  36 +-
 .../remote/config/NettyClientConfig.java           |  23 +-
 .../dolphinscheduler/remote/utils/Constants.java   |   9 +-
 .../dolphinscheduler/remote/utils/NettyUtils.java  |  20 +
 .../dolphinscheduler/remote/NettyUtilTest.java     |  12 +-
 .../server/master/future/TaskFuture.java           |   2 +-
 .../master/runner/ConditionsTaskExecThread.java    |   4 +-
 .../master/runner/DependentTaskExecThread.java     |  20 +-
 .../master/runner/MasterBaseTaskExecThread.java    |  62 +-
 .../dolphinscheduler/server/utils/LogUtils.java    |  76 ++
 .../worker/processor/TaskExecuteProcessor.java     |  30 +-
 .../server/worker/task/TaskManager.java            |  74 +-
 ...itionsTaskTest.java => SubProcessTaskTest.java} | 124 ++--
 .../dispatch/host/RoundRobinHostManagerTest.java   |  46 +-
 .../master/runner/MasterTaskExecThreadTest.java    |   7 +-
 .../server/utils/LogUtilsTest.java                 |  66 ++
 .../server/worker/task/TaskManagerTest.java        | 103 +++
 .../src/js/conf/home/pages/dag/_source/dag.vue     |   3 +-
 .../home/pages/dag/_source/formModel/formModel.vue |  71 +-
 .../dag/_source/formModel/tasks/pre_tasks.vue      | 108 +++
 .../src/js/conf/home/pages/dag/_source/udp/udp.vue |   2 +-
 .../pages/definition/pages/list/_source/list.vue   |  85 ++-
 .../definition/pages/list/_source/relatedItems.vue |  94 +++
 .../definition/pages/list/_source/versions.vue     |  59 +-
 .../pages/user/pages/password/_source/info.vue     |   3 +-
 .../src/js/conf/home/store/dag/actions.js          |  32 +-
 .../src/js/module/i18n/locale/en_US.js             |   7 +-
 .../src/js/module/i18n/locale/zh_CN.js             |   7 +-
 install.sh                                         |   4 -
 pom.xml                                            |   6 +-
 script/dolphinscheduler-daemon.sh                  |  19 +-
 script/start-all.sh                                |   6 +-
 script/status-all.sh                               |  59 +-
 script/stop-all.sh                                 |   6 +-
 sql/dolphinscheduler-postgre.sql                   |   3 +-
 sql/dolphinscheduler_mysql.sql                     |   3 +-
 .../1.3.3_schema/mysql/dolphinscheduler_ddl.sql    |  26 +
 .../postgresql/dolphinscheduler_ddl.sql            |  28 +-
 tools/dependencies/known-dependencies.txt          |   2 +-
 84 files changed, 2574 insertions(+), 1663 deletions(-)
 create mode 100644 
dolphinscheduler-server/src/main/java/org/apache/dolphinscheduler/server/utils/LogUtils.java
 copy 
dolphinscheduler-server/src/test/java/org/apache/dolphinscheduler/server/master/{ConditionsTaskTest.java
 => SubProcessTaskTest.java} (57%)
 create mode 100644 
dolphinscheduler-server/src/test/java/org/apache/dolphinscheduler/server/utils/LogUtilsTest.java
 create mode 100644 
dolphinscheduler-server/src/test/java/org/apache/dolphinscheduler/server/worker/task/TaskManagerTest.java
 create mode 100644 
dolphinscheduler-ui/src/js/conf/home/pages/dag/_source/formModel/tasks/pre_tasks.vue
 create mode 100644 
dolphinscheduler-ui/src/js/conf/home/pages/projects/pages/definition/pages/list/_source/relatedItems.vue

Reply via email to