This is an automated email from the ASF dual-hosted git repository.
chengpan pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/kyuubi.git
from f398dc216 [KYUUBI #4813] Add the fetchorientation parameter to the
/v1/operations/:operationId/log interface
add 4cd00a877 [KYUUBI #3420][UI] Kyuubi Server Proxy Engine UI
No new revisions were added by this update.
Summary of changes:
LICENSE-binary | 2 +
dev/dependencyList | 2 +
kyuubi-server/pom.xml | 5 ++
.../kyuubi/server/KyuubiRestFrontendService.scala | 3 +
.../kyuubi/server/api/EngineUIProxyServlet.scala | 65 ++++++++++++++++++++++
.../kyuubi/server/api/v1/ApiRootResource.scala | 11 +++-
kyuubi-server/web-ui/package.json | 2 +-
kyuubi-server/web-ui/src/locales/en_US/index.ts | 1 +
kyuubi-server/web-ui/src/locales/zh_CN/index.ts | 1 +
.../engine/index.spec.ts} | 27 +++++----
.../web-ui/src/views/management/engine/index.vue | 29 ++++++++++
pom.xml | 6 ++
12 files changed, 142 insertions(+), 12 deletions(-)
create mode 100644
kyuubi-server/src/main/scala/org/apache/kyuubi/server/api/EngineUIProxyServlet.scala
copy kyuubi-server/web-ui/src/test/unit/views/{layout/aside.spec.ts =>
management/engine/index.spec.ts} (65%)