You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pinot.apache.org by ne...@apache.org on 2022/07/12 19:16:25 UTC

[pinot] branch master updated (0b657cfcd4 -> 25ead8d58a)

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

nehapawar pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/pinot.git


    from 0b657cfcd4 Support SET key=value syntax (#9017)
     add 25ead8d58a #8970 Minion tab in Pinot UI (#8978)

No new revisions were added by this update.

Summary of changes:
 .../main/resources/app/components/Breadcrumbs.tsx  |  22 ++-
 .../src/main/resources/app/components/Confirm.tsx  |  24 ++-
 .../resources/app/components/CustomMultiSelect.tsx |   1 -
 .../app/components/Homepage/InstancesTables.tsx    |   5 +-
 .../Homepage/Operations/AddIngestionComponent.tsx  |   4 +-
 .../Homepage/Operations/AddOfflineTableOp.tsx      |   8 +-
 .../Operations/AddRealTimeIngestionComponent.tsx   |   4 +-
 .../Homepage/Operations/AddRealtimeTableOp.tsx     |   8 +-
 .../components/Homepage/Operations/AddSchemaOp.tsx |   6 +-
 .../Homepage/Operations/SchemaComponent.tsx        |   1 -
 .../{ClusterConfig.tsx => useTaskTypesTable.tsx}   |  42 ++--
 .../src/main/resources/app/components/Table.tsx    |  12 +-
 .../resources/app/components/useMinionMetaData.tsx |  74 +++++++
 .../ClusterConfig.tsx => usePeriodicTasks.tsx}     |  53 ++---
 .../app/components/useScheduleAdhocModal.tsx       |  84 ++++++++
 .../ClusterConfig.tsx => useTaskListing.tsx}       |  49 ++---
 .../src/main/resources/app/pages/HomePage.tsx      |  53 +++--
 .../main/resources/app/pages/InstanceDetails.tsx   |  23 ++-
 .../resources/app/pages/InstanceListingPage.tsx    |   7 +-
 ...enantsListingPage.tsx => MinionTaskManager.tsx} |  40 ++--
 .../src/main/resources/app/pages/Query.tsx         |   8 +-
 .../main/resources/app/pages/SchemaPageDetails.tsx |   1 -
 .../src/main/resources/app/pages/SubTaskDetail.tsx | 144 ++++++++++++++
 .../src/main/resources/app/pages/TaskDetail.tsx    | 137 +++++++++++++
 .../src/main/resources/app/pages/TaskQueue.tsx     | 201 +++++++++++++++++++
 .../main/resources/app/pages/TaskQueueTable.tsx    | 214 +++++++++++++++++++++
 .../src/main/resources/app/pages/TenantDetails.tsx |   1 -
 .../src/main/resources/app/pages/ZookeeperPage.tsx |   1 -
 .../src/main/resources/app/requests/index.ts       |  45 +++++
 pinot-controller/src/main/resources/app/router.tsx |  11 ++
 .../main/resources/app/utils/PinotMethodUtils.ts   | 177 ++++++++++++++++-
 .../src/main/resources/app/utils/Utils.tsx         |  14 +-
 32 files changed, 1302 insertions(+), 172 deletions(-)
 copy pinot-controller/src/main/resources/app/components/Homepage/{ClusterConfig.tsx => useTaskTypesTable.tsx} (64%)
 create mode 100644 pinot-controller/src/main/resources/app/components/useMinionMetaData.tsx
 copy pinot-controller/src/main/resources/app/components/{Homepage/ClusterConfig.tsx => usePeriodicTasks.tsx} (58%)
 create mode 100644 pinot-controller/src/main/resources/app/components/useScheduleAdhocModal.tsx
 copy pinot-controller/src/main/resources/app/components/{Homepage/ClusterConfig.tsx => useTaskListing.tsx} (59%)
 copy pinot-controller/src/main/resources/app/pages/{TenantsListingPage.tsx => MinionTaskManager.tsx} (55%)
 create mode 100644 pinot-controller/src/main/resources/app/pages/SubTaskDetail.tsx
 create mode 100644 pinot-controller/src/main/resources/app/pages/TaskDetail.tsx
 create mode 100644 pinot-controller/src/main/resources/app/pages/TaskQueue.tsx
 create mode 100644 pinot-controller/src/main/resources/app/pages/TaskQueueTable.tsx


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