You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@linkis.apache.org by lu...@apache.org on 2023/03/09 13:42:00 UTC

[linkis] branch dev-1.3.2 updated (e5943ab87 -> 5c49709b2)

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

luxiaolong pushed a change to branch dev-1.3.2
in repository https://gitbox.apache.org/repos/asf/linkis.git


    from e5943ab87 [LINKIS-4352] Fix truncated prompt message (#4353)
     new 64056a4f0 linkis-web optimize
     new 101787c44 Merge remote-tracking branch 'apache/dev-1.3.2' into dev-1.3.2-web
     new 310393286 fix: Add international copy
     new 5c49709b2 Merge pull request #4312 from WeDataSphere/dev-1.3.2-web

The 3602 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:
 .../module/functionManagement/addFunctionModal.vue |   4 +-
 .../apps/URM/module/functionManagement/index.vue   |  24 +-
 .../URM/module/udfManagement/addFunctionModal.vue  |   9 +-
 .../src/apps/URM/module/udfManagement/index.vue    |  24 +-
 .../src/apps/linkis/components/cardList/index.vue  |  30 +-
 linkis-web/src/apps/linkis/i18n/common/en.json     |  29 +-
 linkis-web/src/apps/linkis/i18n/common/zh.json     |  20 +-
 .../src/apps/linkis/module/ECM/engineConn.vue      |  45 +-
 linkis-web/src/apps/linkis/module/ECM/index.vue    |  16 +-
 .../linkis/module/EnginePluginManagement/index.vue |  42 +-
 .../src/apps/linkis/module/datasource/index.vue    |   6 +-
 .../apps/linkis/module/datasourceAccess/index.vue  |   4 +-
 .../apps/linkis/module/gatewayAuthToken/index.vue  |   9 +-
 .../module/globalHistoryManagement/index.vue       |  54 ++-
 .../module/globalHistoryManagement/viewHistory.vue |   9 +-
 .../apps/linkis/module/ipListManagement/index.vue  |   4 +-
 .../linkis/module/microServiceManagement/index.vue |   1 +
 .../module/resourceManagement/engineConn.vue       |   3 +-
 .../linkis/module/resourceManagement/index.vue     |   2 +-
 .../rmExternalResourceProvider/EditForm/index.vue  |   2 +-
 .../src/apps/linkis/module/setting/setting.vue     | 161 ++++++-
 .../linkis/module/tenantTagManagement/index.vue    |   6 +-
 linkis-web/src/apps/linkis/router.js               |  11 +
 linkis-web/src/apps/linkis/view/linkis/index.vue   | 520 ++++++++++++++-------
 linkis-web/src/common/i18n/en.json                 |  11 +-
 linkis-web/src/common/i18n/zh.json                 |  11 +-
 linkis-web/src/common/service/api.js               |  65 ++-
 .../src/components/consoleComponent/result.vue     |   4 +-
 .../src/components/consoleComponent/toolbar.vue    |  38 +-
 .../components/consoleComponent/visualAnalysis.vue |   1 +
 linkis-web/src/dss/view/logPage/index.vue          |   8 +-
 linkis-web/src/dss/view/login/index.vue            |   2 +-
 32 files changed, 833 insertions(+), 342 deletions(-)


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@linkis.apache.org
For additional commands, e-mail: commits-help@linkis.apache.org