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

kinghao pushed a change to branch master-feature
in repository https://gitbox.apache.org/repos/asf/linkis.git


    from c0223f86ce fix third-party dependencies
     add d35117a669 merge web
     add 94752a29a2 optimize pythonModule
     add e2aca04c7c Update version to 1.8.0
     add b996e38c83 Update package.json
     add ae9238cda1 Update NOTICE
     add c80767412d Merge pull request #5294 from 
WeDataSphere/master-feature-web

No new revisions were added by this update.

Summary of changes:
 linkis-web/.env                                    |   4 +-
 linkis-web/.gitignore                              |   3 +-
 linkis-web/PYTHON_MODULE_CHANGES.md                | 122 ++++++
 linkis-web/PYTHON_MODULE_CONFIG.md                 |  95 +++++
 linkis-web/package.json                            |  31 +-
 .../src/apps/PythonModule}/.gitattributes          |   0
 linkis-web/src/apps/PythonModule/index.html        |   2 +-
 linkis-web/src/apps/PythonModule/package.json      |  32 ++
 linkis-web/src/apps/PythonModule/public/logo.svg   |  33 ++
 linkis-web/src/apps/PythonModule/tsconfig.json     |  33 ++
 linkis-web/src/apps/URM/i18n/common/en.json        |   4 +-
 linkis-web/src/apps/URM/i18n/common/zh.json        |   4 +-
 .../module/functionManagement/addFunctionModal.vue |  82 +++-
 .../apps/URM/module/functionManagement/index.vue   |  24 +-
 linkis-web/src/apps/URM/module/header/index.vue    |  12 +-
 linkis-web/src/apps/URM/module/header/userMenu.vue |   4 +-
 .../URM/module/udfManagement/addFunctionModal.vue  | 133 ++++--
 .../src/apps/URM/module/udfManagement/index.vue    |  29 +-
 .../src/apps/linkis/assets/styles/console.scss     |   3 +
 .../src/apps/linkis/components/tag/index.vue       |  14 +-
 linkis-web/src/apps/linkis/i18n/common/en.json     | 111 ++++-
 linkis-web/src/apps/linkis/i18n/common/zh.json     | 106 ++++-
 .../src/apps/linkis/module/ECM/engineConn.vue      |  49 ++-
 linkis-web/src/apps/linkis/module/ECM/index.scss   |   8 +-
 linkis-web/src/apps/linkis/module/ECM/index.vue    |  12 +
 linkis-web/src/apps/linkis/module/ECM/search.vue   |   9 +
 .../linkis/module/EnginePluginManagement/index.vue |  16 +-
 .../linkis/module/acrossClusterRule/index.scss     |   2 +-
 .../apps/linkis/module/acrossClusterRule/index.vue | 454 ++++++++++++++++++---
 .../linkis/module/codeQuery/codeDetail/index.vue   |   9 +-
 .../src/apps/linkis/module/codeQuery/index.scss    |   2 +-
 .../src/apps/linkis/module/codeQuery/index.vue     |  93 +++--
 .../module/datasource/datasourceForm/index.vue     |   8 +
 .../src/apps/linkis/module/datasource/index.vue    |  10 +-
 .../index.js                                       |   0
 .../index.scss                                     |   0
 .../index.vue                                      | 292 +++++++------
 .../module/{datasource => eurekaService}/index.js  |   6 +-
 .../index.scss                                     |  16 +-
 .../src/apps/linkis/module/eurekaService/index.vue | 269 ++++++++++++
 .../module/gatewayAuthToken/EditForm/index.vue     |   4 +-
 .../apps/linkis/module/gatewayAuthToken/index.vue  | 138 +++++--
 .../apps/linkis/module/gatewayAuthToken/service.js |   6 +-
 .../module/globalHistoryManagement/index.scss      |  12 +-
 .../module/globalHistoryManagement/index.vue       | 375 ++++++++++++++---
 .../log.vue                                        |  57 +--
 .../module/globalHistoryManagement/viewHistory.vue | 322 +++++++++++----
 linkis-web/src/apps/linkis/module/header/index.vue |   8 +-
 .../src/apps/linkis/module/header/userMenu.vue     |   2 +
 .../apps/linkis/module/ipListManagement/index.vue  |   2 +-
 .../module/microServiceManagement/index.scss       |   4 +-
 .../linkis/module/microServiceManagement/index.vue |   2 +-
 .../{resourceManagement => pythonModule}/index.js  |   2 +-
 .../linkis/module/resourceManagement/index.scss    |  12 +-
 .../linkis/module/resourceManagement/index.vue     |  14 +-
 .../apps/linkis/module/resourceManagement/log.vue  |   8 +-
 .../src/apps/linkis/module/setting/setting.vue     |  50 ++-
 .../statisticsDashboard/statisticsDashboard.vue    |   2 +-
 .../linkis/module/tenantTagManagement/index.vue    |  91 ++++-
 .../apps/linkis/module/udfTree/EditForm/index.vue  |   2 +-
 .../src/apps/linkis/module/userConfig/index.vue    |  27 +-
 linkis-web/src/apps/linkis/router.js               |  83 +++-
 linkis-web/src/apps/linkis/view/layout.vue         |  25 +-
 linkis-web/src/apps/linkis/view/linkis/index.vue   | 190 +++++++--
 linkis-web/src/common/i18n/en.json                 |   2 +-
 linkis-web/src/common/i18n/zh.json                 |   6 +-
 linkis-web/src/components/consoleComponent/log.vue |  41 +-
 .../src/components/consoleComponent/result.vue     |   8 +-
 .../src/components/consoleComponent/term.vue       | 177 ++++++++
 .../src/components/consoleComponent/toolbar.vue    |  31 +-
 linkis-web/src/components/editor/editor.vue        |   6 +
 linkis-web/src/components/editor/languages/log.js  |   2 +
 linkis-web/src/components/editor/theme/logView.js  |   1 +
 linkis-web/src/components/log/index.vue            |   6 +
 linkis-web/src/components/table/table.vue          |   4 +-
 .../virtualTable/historyTable/historyTable.vue     |   9 +-
 linkis-web/src/components/virtualTable/index.scss  |   1 +
 linkis-web/src/dss/module/header/index.scss        |   2 +-
 linkis-web/src/dss/module/header/index.vue         |   8 +-
 linkis-web/src/dss/module/header/userMenu.vue      |   2 +
 .../src/dss/module/resourceSimple/engine.vue       |  30 +-
 .../src/dss/module/resourceSimple/index.scss       |   5 +
 linkis-web/src/dss/module/resourceSimple/job.vue   |  54 +--
 linkis-web/src/dss/module/resourceSimple/queue.vue |   4 +-
 linkis-web/src/dss/router.js                       |  10 -
 linkis-web/src/dss/view/login/index.vue            |  21 +-
 linkis-web/src/main.js                             |   9 +-
 linkis-web/src/router.js                           |  53 ++-
 88 files changed, 3315 insertions(+), 751 deletions(-)
 create mode 100644 linkis-web/PYTHON_MODULE_CHANGES.md
 create mode 100644 linkis-web/PYTHON_MODULE_CONFIG.md
 copy {linkis-web-next => linkis-web/src/apps/PythonModule}/.gitattributes 
(100%)
 create mode 100644 linkis-web/src/apps/PythonModule/package.json
 create mode 100644 linkis-web/src/apps/PythonModule/public/logo.svg
 create mode 100644 linkis-web/src/apps/PythonModule/tsconfig.json
 copy linkis-web/src/apps/linkis/module/{tenantTagManagement => 
departmentTagManagement}/index.js (100%)
 copy linkis-web/src/apps/linkis/module/{ipListManagement => 
departmentTagManagement}/index.scss (100%)
 copy linkis-web/src/apps/linkis/module/{tenantTagManagement => 
departmentTagManagement}/index.vue (60%)
 copy linkis-web/src/apps/linkis/module/{datasource => eurekaService}/index.js 
(96%)
 copy linkis-web/src/apps/linkis/module/{microServiceManagement => 
eurekaService}/index.scss (84%)
 create mode 100644 linkis-web/src/apps/linkis/module/eurekaService/index.vue
 copy linkis-web/src/apps/linkis/module/{resourceManagement => 
globalHistoryManagement}/log.vue (69%)
 copy linkis-web/src/apps/linkis/module/{resourceManagement => 
pythonModule}/index.js (97%)
 create mode 100644 linkis-web/src/components/consoleComponent/term.vue


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to