This is an automated email from the ASF dual-hosted git repository. kishoreg pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/incubator-pinot.git.
from bc2c066 [TE] frontend - harleyjj/rca - Phase 1 of custom baseline selector (#5752) add a910c04 adding zookeeper browser module in UI (#5763) No new revisions were added by this update. Summary of changes: .../main/resources/app/components/AppLoader.tsx | 16 +- .../main/resources/app/components/Breadcrumbs.tsx | 3 +- .../src/main/resources/app/components/Layout.tsx | 4 +- .../main/resources/app/components/MaterialTree.tsx | 122 ++++++++++++ .../app/components/Query/QuerySideBar.tsx | 3 +- .../src/main/resources/app/components/SideBar.tsx | 2 +- .../app/components/SvgIcons/ZookeeperIcon.tsx | 44 +++++ .../src/main/resources/app/components/TabPanel.tsx | 38 ++-- .../app/components/Zookeeper/TreeDirectory.tsx | 175 +++++++++++++++++ pinot-controller/src/main/resources/app/index.html | 2 +- .../src/main/resources/app/interfaces/types.d.ts | 4 +- .../main/resources/app/pages/InstanceDetails.tsx | 2 +- .../src/main/resources/app/pages/Query.tsx | 6 +- .../src/main/resources/app/pages/ZookeeperPage.tsx | 207 +++++++++++++++++++++ .../src/main/resources/app/requests/index.ts | 14 +- pinot-controller/src/main/resources/app/router.tsx | 4 +- .../src/main/resources/app/styles/styles.css | 2 +- .../src/main/resources/app/theme/typography.ts | 3 +- .../main/resources/app/utils/PinotMethodUtils.ts | 65 ++++++- .../src/main/resources/app/utils/Utils.tsx | 14 +- pinot-controller/src/main/resources/package.json | 1 + 21 files changed, 682 insertions(+), 49 deletions(-) create mode 100644 pinot-controller/src/main/resources/app/components/MaterialTree.tsx create mode 100644 pinot-controller/src/main/resources/app/components/SvgIcons/ZookeeperIcon.tsx copy website/src/components/CodeHeader/index.js => pinot-controller/src/main/resources/app/components/TabPanel.tsx (58%) create mode 100644 pinot-controller/src/main/resources/app/components/Zookeeper/TreeDirectory.tsx create mode 100644 pinot-controller/src/main/resources/app/pages/ZookeeperPage.tsx --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@pinot.apache.org For additional commands, e-mail: commits-h...@pinot.apache.org