You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dolphinscheduler.apache.org by ki...@apache.org on 2021/01/05 01:32:33 UTC

[incubator-dolphinscheduler] branch dev updated (0b71c77 -> 9c22643)

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

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


    from 0b71c77  [FIX-4326][UI] Add description field to data source list (#4362)
     add 9c22643  [Feature-4318][API] Rename tenant code (#4320)

No new revisions were added by this update.

Summary of changes:
 .../dolphinscheduler/api/controller/TenantController.java     |  4 ++--
 .../java/org/apache/dolphinscheduler/api/enums/Status.java    | 10 +++++-----
 .../dolphinscheduler/api/service/impl/TenantServiceImpl.java  |  8 ++++----
 .../src/main/resources/i18n/messages.properties               |  2 +-
 .../src/main/resources/i18n/messages_en_US.properties         |  2 +-
 .../src/main/resources/i18n/messages_zh_CN.properties         |  2 +-
 .../dolphinscheduler/api/controller/TenantControllerTest.java |  2 +-
 .../dolphinscheduler/api/service/TenantServiceTest.java       |  4 ++--
 .../pages/security/pages/tenement/_source/createTenement.vue  |  8 ++++----
 .../conf/home/pages/security/pages/tenement/_source/list.vue  |  2 +-
 dolphinscheduler-ui/src/js/module/i18n/locale/en_US.js        | 11 ++++++-----
 dolphinscheduler-ui/src/js/module/i18n/locale/zh_CN.js        | 10 +++++-----
 12 files changed, 33 insertions(+), 32 deletions(-)