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

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


    from de41ac5  timeoutAlarm model interval bug,You can now set negative 
integers (#3171)
     add 657ea47  merge from 1.3.1-release (#3161)

No new revisions were added by this update.

Summary of changes:
 LICENSE                                            |   1 +
 NOTICE                                             |  14 +-
 dolphinscheduler-alert/pom.xml                     |   2 +-
 dolphinscheduler-api/pom.xml                       |   2 +-
 .../api/dto/resources/Directory.java               |   4 +-
 .../api/dto/resources/FileLeaf.java                |   4 +-
 .../api/dto/resources/ResourceComponent.java       |  16 +-
 .../api/dto/resources/visitor/Visitor.java         |   9 +-
 .../api/interceptor/LoginHandlerInterceptor.java   |  18 +-
 dolphinscheduler-common/pom.xml                    |   2 +-
 .../dolphinscheduler/common/utils/HadoopUtils.java |   2 +-
 .../common/utils/Preconditions.java                | 249 ++-------------
 .../common/utils/PreconditionsTest.java            | 115 +------
 dolphinscheduler-dao/pom.xml                       |   2 +-
 .../dolphinscheduler/dao/entity/TaskInstance.java  |  16 +-
 dolphinscheduler-dist/pom.xml                      |   2 +-
 dolphinscheduler-dist/release-docs/NOTICE          | 347 ---------------------
 dolphinscheduler-microbench/pom.xml                |   2 +-
 dolphinscheduler-plugin-api/pom.xml                |   2 +-
 dolphinscheduler-remote/pom.xml                    |   2 +-
 .../remote/exceptions/RemotingException.java       |  55 +---
 .../remote/future/ResponseFuture.java              |  30 +-
 dolphinscheduler-server/pom.xml                    |   2 +-
 .../server/entity/SQLTaskExecutionContext.java     |  16 +-
 .../server/entity/TaskExecutionContext.java        |   9 +-
 .../master/consumer/TaskPriorityQueueConsumer.java |  36 ++-
 .../dispatch/exceptions/ExecuteException.java      |  53 +---
 .../dolphinscheduler/server/utils/UDFUtils.java    |  65 ++--
 .../server/worker/runner/TaskExecuteThread.java    |  20 +-
 .../server/worker/task/sql/SqlTask.java            |   3 +-
 dolphinscheduler-service/pom.xml                   |   2 +-
 dolphinscheduler-ui/pom.xml                        |   2 +-
 pom.xml                                            |   4 +-
 sql/soft_version                                   |   2 +-
 34 files changed, 178 insertions(+), 932 deletions(-)

Reply via email to