You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dolphinscheduler.apache.org by jo...@apache.org on 2020/04/17 03:49:53 UTC

[incubator-dolphinscheduler] branch dev updated (f5a8b56 -> 4769bce)

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 f5a8b56  Online editing is prohibited (#2444)
     add 4769bce  update controllers with ApiException annotation (#2401)

No new revisions were added by this update.

Summary of changes:
 .../api/controller/AlertGroupController.java       | 165 +++--
 .../api/controller/DataAnalysisController.java     | 140 ++--
 .../api/controller/DataSourceController.java       | 340 +++++-----
 .../api/controller/ExecutorController.java         | 157 +++--
 .../api/controller/LoggerController.java           |  52 +-
 .../api/controller/LoginController.java            |  91 ++-
 .../api/controller/MonitorController.java          |  63 +-
 .../controller/ProcessDefinitionController.java    | 460 ++++++-------
 .../api/controller/ProcessInstanceController.java  | 357 +++++-----
 .../api/controller/ProjectController.java          | 176 ++---
 .../api/controller/QueueController.java            | 137 ++--
 .../api/controller/ResourcesController.java        | 715 +++++++++------------
 .../api/controller/SchedulerController.java        | 238 +++----
 .../api/controller/TaskInstanceController.java     |  65 +-
 .../api/controller/TaskRecordController.java       |  90 ++-
 .../api/controller/TenantController.java           | 174 +++--
 .../api/controller/UsersController.java            | 359 +++++------
 .../api/controller/WorkerGroupController.java      | 100 ++-
 .../api/exceptions/ApiExceptionHandler.java        |   3 +-
 .../api/exceptions/ApiExceptionHandlerTest.java    |  12 +
 20 files changed, 1700 insertions(+), 2194 deletions(-)