ydb-embedded-ui 6.3.0 → 6.5.0
Sign up to get free protection for your applications and to get access to all the features.
- package/README.md +39 -17
- package/dist/assets/icons/disableFullscreen.svg +4 -0
- package/dist/assets/icons/emptyState.svg +13 -0
- package/dist/assets/icons/key.svg +6 -0
- package/dist/assets/icons/monitoring.svg +9 -0
- package/dist/assets/icons/network.svg +21 -0
- package/dist/components/AsyncReplicationState/AsyncReplicationState.d.ts +6 -0
- package/dist/components/AsyncReplicationState/AsyncReplicationState.js +20 -0
- package/dist/components/AsyncReplicationState/index.d.ts +1 -0
- package/dist/components/AsyncReplicationState/index.js +1 -0
- package/dist/components/BasicNodeViewer/BasicNodeViewer.js +11 -5
- package/dist/components/ButtonWithConfirmDialog/ButtonWithConfirmDialog.d.ts +6 -2
- package/dist/components/ButtonWithConfirmDialog/ButtonWithConfirmDialog.js +12 -3
- package/dist/components/CriticalActionDialog/CriticalActionDialog.js +3 -4
- package/dist/components/CriticalActionDialog/CriticalActionDialog.scss +2 -0
- package/dist/components/EmptyState/EmptyState.js +3 -2
- package/dist/components/EnableFullscreenButton/EnableFullscreenButton.js +3 -3
- package/dist/components/Errors/ResponseError/ResponseError.js +3 -0
- package/dist/components/Fullscreen/Fullscreen.js +3 -3
- package/dist/components/MonitoringButton/MonitoringButton.js +3 -3
- package/dist/components/NodeHostWrapper/NodeHostWrapper.js +3 -3
- package/dist/components/PDiskInfo/i18n/index.d.ts +1 -1
- package/dist/components/QueryExecutionStatus/QueryExecutionStatus.d.ts +1 -2
- package/dist/components/QueryExecutionStatus/QueryExecutionStatus.js +6 -6
- package/dist/components/StatusIcon/StatusIcon.js +5 -7
- package/dist/components/VDiskInfo/i18n/index.d.ts +1 -1
- package/dist/containers/App/App.js +1 -2
- package/dist/containers/AsideNavigation/AsideNavigation.js +4 -9
- package/dist/containers/AsideNavigation/YdbInternalUser/YdbInternalUser.js +2 -3
- package/dist/containers/AsideNavigation/useNavigationMenuItems.js +5 -6
- package/dist/containers/Authentication/Authentication.js +2 -4
- package/dist/containers/Clusters/Clusters.js +7 -2
- package/dist/containers/Clusters/constants.d.ts +1 -3
- package/dist/containers/Clusters/constants.js +0 -18
- package/dist/containers/Node/NodeStructure/Pdisk.js +4 -4
- package/dist/containers/Nodes/Nodes.js +19 -15
- package/dist/containers/Nodes/VirtualNodes.js +23 -6
- package/dist/containers/PDiskPage/PDiskPage.js +3 -2
- package/dist/containers/PDiskPage/i18n/en.json +2 -1
- package/dist/containers/PDiskPage/i18n/index.d.ts +1 -1
- package/dist/containers/Storage/Storage.js +50 -22
- package/dist/containers/Storage/StorageGroups/getStorageGroupsColumns.js +2 -2
- package/dist/containers/Storage/VirtualStorage.js +32 -10
- package/dist/containers/Storage/utils/index.d.ts +4 -1
- package/dist/containers/Storage/utils/index.js +29 -0
- package/dist/containers/Tablet/Tablet.js +3 -3
- package/dist/containers/Tablet/TabletControls/TabletControls.js +3 -1
- package/dist/containers/Tablet/i18n/en.json +3 -0
- package/dist/containers/Tablet/i18n/index.d.ts +1 -1
- package/dist/containers/Tablet/i18n/index.js +1 -2
- package/dist/containers/Tablets/Tablets.d.ts +1 -2
- package/dist/containers/Tablets/Tablets.js +113 -53
- package/dist/containers/Tablets/i18n/en.json +10 -4
- package/dist/containers/Tablets/i18n/index.d.ts +1 -1
- package/dist/containers/Tablets/i18n/index.js +1 -2
- package/dist/containers/Tenant/Diagnostics/Diagnostics.js +5 -5
- package/dist/containers/Tenant/Diagnostics/DiagnosticsPages.d.ts +7 -0
- package/dist/containers/Tenant/Diagnostics/DiagnosticsPages.js +2 -0
- package/dist/containers/Tenant/Diagnostics/HotKeys/HotKeys.js +31 -19
- package/dist/containers/Tenant/Diagnostics/HotKeys/HotKeys.scss +14 -4
- package/dist/containers/Tenant/Diagnostics/HotKeys/i18n/en.json +2 -1
- package/dist/containers/Tenant/Diagnostics/HotKeys/i18n/index.d.ts +1 -1
- package/dist/containers/Tenant/Diagnostics/Network/Network.js +3 -3
- package/dist/containers/Tenant/Diagnostics/Overview/AsyncReplicationInfo/AsyncReplicationInfo.d.ts +7 -0
- package/dist/containers/Tenant/Diagnostics/Overview/AsyncReplicationInfo/AsyncReplicationInfo.js +39 -0
- package/dist/containers/Tenant/Diagnostics/Overview/AsyncReplicationInfo/Credentials.d.ts +6 -0
- package/dist/containers/Tenant/Diagnostics/Overview/AsyncReplicationInfo/Credentials.js +14 -0
- package/dist/containers/Tenant/Diagnostics/Overview/AsyncReplicationInfo/i18n/en.json +7 -0
- package/dist/containers/Tenant/Diagnostics/Overview/AsyncReplicationInfo/i18n/index.d.ts +2 -0
- package/dist/containers/Tenant/Diagnostics/Overview/AsyncReplicationInfo/i18n/index.js +4 -0
- package/dist/containers/Tenant/Diagnostics/Overview/AsyncReplicationInfo/index.d.ts +1 -0
- package/dist/containers/Tenant/Diagnostics/Overview/AsyncReplicationInfo/index.js +1 -0
- package/dist/containers/Tenant/Diagnostics/Overview/AsyncReplicationPaths/AsyncReplicationPaths.d.ts +7 -0
- package/dist/containers/Tenant/Diagnostics/Overview/AsyncReplicationPaths/AsyncReplicationPaths.js +34 -0
- package/dist/containers/Tenant/Diagnostics/Overview/AsyncReplicationPaths/AsyncReplicationPaths.scss +7 -0
- package/dist/containers/Tenant/Diagnostics/Overview/AsyncReplicationPaths/i18n/en.json +7 -0
- package/dist/containers/Tenant/Diagnostics/Overview/AsyncReplicationPaths/i18n/index.d.ts +2 -0
- package/dist/containers/Tenant/Diagnostics/Overview/AsyncReplicationPaths/i18n/index.js +4 -0
- package/dist/containers/Tenant/Diagnostics/Overview/AsyncReplicationPaths/index.d.ts +1 -0
- package/dist/containers/Tenant/Diagnostics/Overview/AsyncReplicationPaths/index.js +1 -0
- package/dist/containers/Tenant/Diagnostics/Overview/Overview.js +2 -0
- package/dist/containers/Tenant/Diagnostics/TenantOverview/Healthcheck/HealthcheckPreview.js +2 -2
- package/dist/containers/Tenant/Diagnostics/TenantOverview/TenantCpu/TopQueries.js +2 -1
- package/dist/containers/Tenant/Diagnostics/TenantOverview/TenantCpu/TopShards.js +2 -1
- package/dist/containers/Tenant/Diagnostics/TenantOverview/TenantStorage/TopTables.js +2 -1
- package/dist/containers/Tenant/Diagnostics/TenantOverview/i18n/index.d.ts +1 -1
- package/dist/containers/Tenant/Diagnostics/TopQueries/TopQueries.js +3 -3
- package/dist/containers/Tenant/Diagnostics/TopShards/TopShards.js +3 -3
- package/dist/containers/Tenant/ObjectGeneral/ObjectGeneral.js +2 -8
- package/dist/containers/Tenant/ObjectSummary/ObjectSummary.js +23 -9
- package/dist/containers/Tenant/Query/ExecuteResult/ExecuteResult.d.ts +2 -2
- package/dist/containers/Tenant/Query/ExecuteResult/ExecuteResult.js +5 -6
- package/dist/containers/Tenant/Query/ExplainResult/ExplainResult.js +6 -14
- package/dist/containers/Tenant/Query/Issues/Issues.js +6 -9
- package/dist/containers/Tenant/Query/Preview/Preview.js +5 -5
- package/dist/containers/Tenant/Query/QueryEditor/QueryEditor.d.ts +2 -8
- package/dist/containers/Tenant/Query/QueryEditor/QueryEditor.js +18 -19
- package/dist/containers/Tenant/Query/QueryEditorControls/QueryEditorControls.js +4 -4
- package/dist/containers/Tenant/Query/SavedQueries/SavedQueries.js +3 -3
- package/dist/containers/Tenant/Schema/SchemaViewer/helpers.js +3 -2
- package/dist/containers/Tenant/Tenant.js +3 -2
- package/dist/containers/Tenant/utils/ToggleButton.scss +0 -2
- package/dist/containers/Tenant/utils/paneVisibilityToggleHelpers.js +4 -4
- package/dist/containers/Tenant/utils/schema.js +8 -0
- package/dist/containers/Tenant/utils/schemaActions.js +1 -0
- package/dist/containers/Tenant/utils/schemaControls.js +4 -3
- package/dist/containers/VDiskPage/VDiskPage.js +3 -2
- package/dist/containers/VDiskPage/i18n/en.json +2 -1
- package/dist/containers/VDiskPage/i18n/index.d.ts +1 -1
- package/dist/routes.d.ts +1 -1
- package/dist/services/api.d.ts +3 -3
- package/dist/services/settings.d.ts +19 -1
- package/dist/services/settings.js +2 -1
- package/dist/store/configureStore.d.ts +0 -12
- package/dist/store/defaultStore.d.ts +0 -6
- package/dist/store/reducers/authentication/authentication.d.ts +187 -13
- package/dist/store/reducers/authentication/authentication.js +12 -3
- package/dist/store/reducers/authentication/types.d.ts +5 -1
- package/dist/store/reducers/cluster/cluster.js +4 -0
- package/dist/store/reducers/executeQuery.d.ts +4 -65
- package/dist/store/reducers/executeQuery.js +38 -34
- package/dist/store/reducers/executeTopQueries/executeTopQueries.js +4 -1
- package/dist/store/reducers/explainQuery/explainQuery.d.ts +9 -0
- package/dist/store/reducers/explainQuery/explainQuery.js +32 -0
- package/dist/store/reducers/explainQuery/types.d.ts +12 -0
- package/dist/store/reducers/explainQuery/utils.d.ts +6 -0
- package/dist/store/reducers/explainQuery/utils.js +40 -0
- package/dist/store/reducers/healthcheckInfo/healthcheckInfo.d.ts +0 -60
- package/dist/store/reducers/host.d.ts +61 -4
- package/dist/store/reducers/index.d.ts +0 -9
- package/dist/store/reducers/index.js +0 -6
- package/dist/store/reducers/node/selectors.d.ts +0 -3
- package/dist/store/reducers/nodes/nodes.d.ts +1 -5
- package/dist/store/reducers/nodes/nodes.js +0 -27
- package/dist/store/reducers/nodes/types.d.ts +4 -13
- package/dist/store/reducers/nodesList.d.ts +0 -3
- package/dist/store/reducers/olapStats.js +4 -1
- package/dist/store/reducers/preview.js +4 -1
- package/dist/store/reducers/schema/schema.d.ts +61 -4
- package/dist/store/reducers/schemaAcl/schemaAcl.d.ts +61 -4
- package/dist/store/reducers/shardsWorkload/shardsWorkload.js +4 -1
- package/dist/store/reducers/storage/selectors.d.ts +2 -17
- package/dist/store/reducers/storage/selectors.js +1 -36
- package/dist/store/reducers/storage/storage.d.ts +2 -6
- package/dist/store/reducers/storage/storage.js +0 -44
- package/dist/store/reducers/storage/types.d.ts +15 -22
- package/dist/store/reducers/storage/types.js +4 -1
- package/dist/store/reducers/tablets.d.ts +91 -1
- package/dist/store/reducers/tablets.js +16 -1
- package/dist/store/reducers/tabletsFilters.d.ts +61 -4
- package/dist/store/reducers/tenant/tenant.d.ts +2 -2
- package/dist/store/reducers/tenant/tenant.js +10 -1
- package/dist/store/reducers/tenant/types.d.ts +8 -3
- package/dist/store/reducers/tenant/types.js +3 -1
- package/dist/store/reducers/tenantOverview/executeTopTables/executeTopTables.js +6 -3
- package/dist/store/reducers/tenantOverview/topQueries/tenantOverviewTopQueries.js +6 -3
- package/dist/store/reducers/tenantOverview/topShards/tenantOverviewTopShards.js +6 -3
- package/dist/store/reducers/tenants/selectors.d.ts +0 -27
- package/dist/store/reducers/tenants/utils.d.ts +4 -4
- package/dist/store/reducers/tenants/utils.js +8 -8
- package/dist/store/reducers/topic.d.ts +0 -45
- package/dist/store/state-url-mapping.js +0 -22
- package/dist/store/utils.d.ts +2 -3
- package/dist/store/utils.js +1 -1
- package/dist/types/api/schema/replication.d.ts +74 -0
- package/dist/types/api/schema/replication.js +7 -0
- package/dist/types/api/schema/schema.d.ts +4 -1
- package/dist/types/api/schema/schema.js +1 -0
- package/dist/types/api/whoami.d.ts +6 -0
- package/dist/types/store/executeQuery.d.ts +2 -9
- package/dist/utils/constants.d.ts +1 -0
- package/dist/utils/constants.js +1 -0
- package/dist/utils/monaco/yql/constants.d.ts +2 -0
- package/dist/utils/monaco/yql/constants.js +33 -0
- package/dist/utils/monaco/yql/generateSuggestions.d.ts +1 -0
- package/dist/utils/monaco/yql/generateSuggestions.js +28 -11
- package/dist/utils/monaco/yql/yqlSuggestions.js +6 -1
- package/dist/utils/nodes.d.ts +2 -0
- package/dist/utils/nodes.js +4 -0
- package/dist/utils/query.d.ts +5 -3
- package/dist/utils/query.js +27 -4
- package/dist/utils/response.d.ts +4 -0
- package/dist/utils/response.js +9 -0
- package/dist/utils/tablet.d.ts +2 -0
- package/dist/utils/tablet.js +14 -0
- package/package.json +4 -3
- package/dist/assets/icons/bug.svg +0 -1
- package/dist/assets/icons/circle-exclamation.svg +0 -1
- package/dist/assets/icons/circle-info.svg +0 -1
- package/dist/assets/icons/circle-xmark.svg +0 -1
- package/dist/assets/icons/close.svg +0 -1
- package/dist/assets/icons/control-menu-button.svg +0 -1
- package/dist/assets/icons/dots.svg +0 -1
- package/dist/assets/icons/hide.svg +0 -1
- package/dist/assets/icons/question.svg +0 -1
- package/dist/assets/icons/server.svg +0 -1
- package/dist/assets/icons/settings-with-dot.svg +0 -1
- package/dist/assets/icons/settings.svg +0 -1
- package/dist/assets/icons/shield.svg +0 -3
- package/dist/assets/icons/show.svg +0 -1
- package/dist/assets/icons/signIn.svg +0 -1
- package/dist/assets/icons/signOut.svg +0 -1
- package/dist/assets/icons/storage.svg +0 -1
- package/dist/assets/icons/support.svg +0 -1
- package/dist/assets/icons/triangle-exclamation.svg +0 -1
- package/dist/assets/icons/update-arrow.svg +0 -6
- package/dist/components/Icon/Icon.d.ts +0 -14
- package/dist/components/Icon/Icon.js +0 -16
- package/dist/components/Icon/index.d.ts +0 -1
- package/dist/components/Icon/index.js +0 -1
- package/dist/containers/AppIcons/AppIcons.d.ts +0 -2
- package/dist/containers/AppIcons/AppIcons.js +0 -9
- package/dist/containers/Tablet/i18n/ru.json +0 -10
- package/dist/containers/Tablets/Tablets.scss +0 -35
- package/dist/containers/Tablets/i18n/ru.json +0 -6
- package/dist/store/reducers/explainQuery.d.ts +0 -149
- package/dist/store/reducers/explainQuery.js +0 -94
- package/dist/types/store/explainQuery.d.ts +0 -27
- package/dist/utils/error.d.ts +0 -2
- package/dist/utils/error.js +0 -13
- /package/dist/{types/store/explainQuery.js → store/reducers/explainQuery/types.js} +0 -0
@@ -7,10 +7,8 @@ export declare const healthcheckApi: import("@reduxjs/toolkit/query").Api<import
|
|
7
7
|
export declare const selectIssuesTreesRoots: ((state: {
|
8
8
|
api: import("@reduxjs/toolkit/query").CombinedState<{}, "All", "api">;
|
9
9
|
singleClusterMode: boolean;
|
10
|
-
nodes: import("../nodes/types").NodesState;
|
11
10
|
cluster: import("../cluster/types").ClusterState;
|
12
11
|
tenant: import("../tenant/types").TenantState;
|
13
|
-
storage: import("../storage/types").StorageState;
|
14
12
|
tooltip: import("../../../types/store/tooltip").ITooltipState;
|
15
13
|
tablets: import("../../../types/store/tablets").TabletsState;
|
16
14
|
schema: import("../schema/types").SchemaState;
|
@@ -18,7 +16,6 @@ export declare const selectIssuesTreesRoots: ((state: {
|
|
18
16
|
tenants: import("../tenants/types").TenantsState;
|
19
17
|
partitions: import("../partitions/types").PartitionsState;
|
20
18
|
executeQuery: import("../../../types/store/executeQuery").ExecuteQueryState;
|
21
|
-
explainQuery: import("../../../types/store/explainQuery").ExplainQueryState;
|
22
19
|
tabletsFilters: {
|
23
20
|
loading: boolean;
|
24
21
|
requestTime: number;
|
@@ -82,10 +79,8 @@ export declare const selectIssuesTreesRoots: ((state: {
|
|
82
79
|
dependencies: [((state: {
|
83
80
|
api: import("@reduxjs/toolkit/query").CombinedState<{}, "All", "api">;
|
84
81
|
singleClusterMode: boolean;
|
85
|
-
nodes: import("../nodes/types").NodesState;
|
86
82
|
cluster: import("../cluster/types").ClusterState;
|
87
83
|
tenant: import("../tenant/types").TenantState;
|
88
|
-
storage: import("../storage/types").StorageState;
|
89
84
|
tooltip: import("../../../types/store/tooltip").ITooltipState;
|
90
85
|
tablets: import("../../../types/store/tablets").TabletsState;
|
91
86
|
schema: import("../schema/types").SchemaState;
|
@@ -93,7 +88,6 @@ export declare const selectIssuesTreesRoots: ((state: {
|
|
93
88
|
tenants: import("../tenants/types").TenantsState;
|
94
89
|
partitions: import("../partitions/types").PartitionsState;
|
95
90
|
executeQuery: import("../../../types/store/executeQuery").ExecuteQueryState;
|
96
|
-
explainQuery: import("../../../types/store/explainQuery").ExplainQueryState;
|
97
91
|
tabletsFilters: {
|
98
92
|
loading: boolean;
|
99
93
|
requestTime: number;
|
@@ -150,10 +144,8 @@ export declare const selectIssuesTreesRoots: ((state: {
|
|
150
144
|
resultFunc: (resultFuncArgs_0: {
|
151
145
|
api: import("@reduxjs/toolkit/query").CombinedState<{}, "All", "api">;
|
152
146
|
singleClusterMode: boolean;
|
153
|
-
nodes: import("../nodes/types").NodesState;
|
154
147
|
cluster: import("../cluster/types").ClusterState;
|
155
148
|
tenant: import("../tenant/types").TenantState;
|
156
|
-
storage: import("../storage/types").StorageState;
|
157
149
|
tooltip: import("../../../types/store/tooltip").ITooltipState;
|
158
150
|
tablets: import("../../../types/store/tablets").TabletsState;
|
159
151
|
schema: import("../schema/types").SchemaState;
|
@@ -161,7 +153,6 @@ export declare const selectIssuesTreesRoots: ((state: {
|
|
161
153
|
tenants: import("../tenants/types").TenantsState;
|
162
154
|
partitions: import("../partitions/types").PartitionsState;
|
163
155
|
executeQuery: import("../../../types/store/executeQuery").ExecuteQueryState;
|
164
|
-
explainQuery: import("../../../types/store/explainQuery").ExplainQueryState;
|
165
156
|
tabletsFilters: {
|
166
157
|
loading: boolean;
|
167
158
|
requestTime: number;
|
@@ -276,10 +267,8 @@ export declare const selectIssuesTreesRoots: ((state: {
|
|
276
267
|
memoizedResultFunc: ((resultFuncArgs_0: {
|
277
268
|
api: import("@reduxjs/toolkit/query").CombinedState<{}, "All", "api">;
|
278
269
|
singleClusterMode: boolean;
|
279
|
-
nodes: import("../nodes/types").NodesState;
|
280
270
|
cluster: import("../cluster/types").ClusterState;
|
281
271
|
tenant: import("../tenant/types").TenantState;
|
282
|
-
storage: import("../storage/types").StorageState;
|
283
272
|
tooltip: import("../../../types/store/tooltip").ITooltipState;
|
284
273
|
tablets: import("../../../types/store/tablets").TabletsState;
|
285
274
|
schema: import("../schema/types").SchemaState;
|
@@ -287,7 +276,6 @@ export declare const selectIssuesTreesRoots: ((state: {
|
|
287
276
|
tenants: import("../tenants/types").TenantsState;
|
288
277
|
partitions: import("../partitions/types").PartitionsState;
|
289
278
|
executeQuery: import("../../../types/store/executeQuery").ExecuteQueryState;
|
290
|
-
explainQuery: import("../../../types/store/explainQuery").ExplainQueryState;
|
291
279
|
tabletsFilters: {
|
292
280
|
loading: boolean;
|
293
281
|
requestTime: number;
|
@@ -407,10 +395,8 @@ export declare const selectIssuesTreesRoots: ((state: {
|
|
407
395
|
dependencies: [(state: RootState) => {
|
408
396
|
api: import("@reduxjs/toolkit/query").CombinedState<{}, "All", "api">;
|
409
397
|
singleClusterMode: boolean;
|
410
|
-
nodes: import("../nodes/types").NodesState;
|
411
398
|
cluster: import("../cluster/types").ClusterState;
|
412
399
|
tenant: import("../tenant/types").TenantState;
|
413
|
-
storage: import("../storage/types").StorageState;
|
414
400
|
tooltip: import("../../../types/store/tooltip").ITooltipState;
|
415
401
|
tablets: import("../../../types/store/tablets").TabletsState;
|
416
402
|
schema: import("../schema/types").SchemaState;
|
@@ -418,7 +404,6 @@ export declare const selectIssuesTreesRoots: ((state: {
|
|
418
404
|
tenants: import("../tenants/types").TenantsState;
|
419
405
|
partitions: import("../partitions/types").PartitionsState;
|
420
406
|
executeQuery: import("../../../types/store/executeQuery").ExecuteQueryState;
|
421
|
-
explainQuery: import("../../../types/store/explainQuery").ExplainQueryState;
|
422
407
|
tabletsFilters: {
|
423
408
|
loading: boolean;
|
424
409
|
requestTime: number;
|
@@ -549,10 +534,8 @@ export declare const selectIssuesTreesRoots: ((state: {
|
|
549
534
|
export declare const selectIssuesTrees: ((state: {
|
550
535
|
api: import("@reduxjs/toolkit/query").CombinedState<{}, "All", "api">;
|
551
536
|
singleClusterMode: boolean;
|
552
|
-
nodes: import("../nodes/types").NodesState;
|
553
537
|
cluster: import("../cluster/types").ClusterState;
|
554
538
|
tenant: import("../tenant/types").TenantState;
|
555
|
-
storage: import("../storage/types").StorageState;
|
556
539
|
tooltip: import("../../../types/store/tooltip").ITooltipState;
|
557
540
|
tablets: import("../../../types/store/tablets").TabletsState;
|
558
541
|
schema: import("../schema/types").SchemaState;
|
@@ -560,7 +543,6 @@ export declare const selectIssuesTrees: ((state: {
|
|
560
543
|
tenants: import("../tenants/types").TenantsState;
|
561
544
|
partitions: import("../partitions/types").PartitionsState;
|
562
545
|
executeQuery: import("../../../types/store/executeQuery").ExecuteQueryState;
|
563
|
-
explainQuery: import("../../../types/store/explainQuery").ExplainQueryState;
|
564
546
|
tabletsFilters: {
|
565
547
|
loading: boolean;
|
566
548
|
requestTime: number;
|
@@ -624,10 +606,8 @@ export declare const selectIssuesTrees: ((state: {
|
|
624
606
|
dependencies: [((state: {
|
625
607
|
api: import("@reduxjs/toolkit/query").CombinedState<{}, "All", "api">;
|
626
608
|
singleClusterMode: boolean;
|
627
|
-
nodes: import("../nodes/types").NodesState;
|
628
609
|
cluster: import("../cluster/types").ClusterState;
|
629
610
|
tenant: import("../tenant/types").TenantState;
|
630
|
-
storage: import("../storage/types").StorageState;
|
631
611
|
tooltip: import("../../../types/store/tooltip").ITooltipState;
|
632
612
|
tablets: import("../../../types/store/tablets").TabletsState;
|
633
613
|
schema: import("../schema/types").SchemaState;
|
@@ -635,7 +615,6 @@ export declare const selectIssuesTrees: ((state: {
|
|
635
615
|
tenants: import("../tenants/types").TenantsState;
|
636
616
|
partitions: import("../partitions/types").PartitionsState;
|
637
617
|
executeQuery: import("../../../types/store/executeQuery").ExecuteQueryState;
|
638
|
-
explainQuery: import("../../../types/store/explainQuery").ExplainQueryState;
|
639
618
|
tabletsFilters: {
|
640
619
|
loading: boolean;
|
641
620
|
requestTime: number;
|
@@ -692,10 +671,8 @@ export declare const selectIssuesTrees: ((state: {
|
|
692
671
|
resultFunc: (resultFuncArgs_0: {
|
693
672
|
api: import("@reduxjs/toolkit/query").CombinedState<{}, "All", "api">;
|
694
673
|
singleClusterMode: boolean;
|
695
|
-
nodes: import("../nodes/types").NodesState;
|
696
674
|
cluster: import("../cluster/types").ClusterState;
|
697
675
|
tenant: import("../tenant/types").TenantState;
|
698
|
-
storage: import("../storage/types").StorageState;
|
699
676
|
tooltip: import("../../../types/store/tooltip").ITooltipState;
|
700
677
|
tablets: import("../../../types/store/tablets").TabletsState;
|
701
678
|
schema: import("../schema/types").SchemaState;
|
@@ -703,7 +680,6 @@ export declare const selectIssuesTrees: ((state: {
|
|
703
680
|
tenants: import("../tenants/types").TenantsState;
|
704
681
|
partitions: import("../partitions/types").PartitionsState;
|
705
682
|
executeQuery: import("../../../types/store/executeQuery").ExecuteQueryState;
|
706
|
-
explainQuery: import("../../../types/store/explainQuery").ExplainQueryState;
|
707
683
|
tabletsFilters: {
|
708
684
|
loading: boolean;
|
709
685
|
requestTime: number;
|
@@ -818,10 +794,8 @@ export declare const selectIssuesTrees: ((state: {
|
|
818
794
|
memoizedResultFunc: ((resultFuncArgs_0: {
|
819
795
|
api: import("@reduxjs/toolkit/query").CombinedState<{}, "All", "api">;
|
820
796
|
singleClusterMode: boolean;
|
821
|
-
nodes: import("../nodes/types").NodesState;
|
822
797
|
cluster: import("../cluster/types").ClusterState;
|
823
798
|
tenant: import("../tenant/types").TenantState;
|
824
|
-
storage: import("../storage/types").StorageState;
|
825
799
|
tooltip: import("../../../types/store/tooltip").ITooltipState;
|
826
800
|
tablets: import("../../../types/store/tablets").TabletsState;
|
827
801
|
schema: import("../schema/types").SchemaState;
|
@@ -829,7 +803,6 @@ export declare const selectIssuesTrees: ((state: {
|
|
829
803
|
tenants: import("../tenants/types").TenantsState;
|
830
804
|
partitions: import("../partitions/types").PartitionsState;
|
831
805
|
executeQuery: import("../../../types/store/executeQuery").ExecuteQueryState;
|
832
|
-
explainQuery: import("../../../types/store/explainQuery").ExplainQueryState;
|
833
806
|
tabletsFilters: {
|
834
807
|
loading: boolean;
|
835
808
|
requestTime: number;
|
@@ -949,10 +922,8 @@ export declare const selectIssuesTrees: ((state: {
|
|
949
922
|
dependencies: [(state: RootState) => {
|
950
923
|
api: import("@reduxjs/toolkit/query").CombinedState<{}, "All", "api">;
|
951
924
|
singleClusterMode: boolean;
|
952
|
-
nodes: import("../nodes/types").NodesState;
|
953
925
|
cluster: import("../cluster/types").ClusterState;
|
954
926
|
tenant: import("../tenant/types").TenantState;
|
955
|
-
storage: import("../storage/types").StorageState;
|
956
927
|
tooltip: import("../../../types/store/tooltip").ITooltipState;
|
957
928
|
tablets: import("../../../types/store/tablets").TabletsState;
|
958
929
|
schema: import("../schema/types").SchemaState;
|
@@ -960,7 +931,6 @@ export declare const selectIssuesTrees: ((state: {
|
|
960
931
|
tenants: import("../tenants/types").TenantsState;
|
961
932
|
partitions: import("../partitions/types").PartitionsState;
|
962
933
|
executeQuery: import("../../../types/store/executeQuery").ExecuteQueryState;
|
963
|
-
explainQuery: import("../../../types/store/explainQuery").ExplainQueryState;
|
964
934
|
tabletsFilters: {
|
965
935
|
loading: boolean;
|
966
936
|
requestTime: number;
|
@@ -1082,10 +1052,8 @@ export declare const selectIssuesTrees: ((state: {
|
|
1082
1052
|
}, ((state: {
|
1083
1053
|
api: import("@reduxjs/toolkit/query").CombinedState<{}, "All", "api">;
|
1084
1054
|
singleClusterMode: boolean;
|
1085
|
-
nodes: import("../nodes/types").NodesState;
|
1086
1055
|
cluster: import("../cluster/types").ClusterState;
|
1087
1056
|
tenant: import("../tenant/types").TenantState;
|
1088
|
-
storage: import("../storage/types").StorageState;
|
1089
1057
|
tooltip: import("../../../types/store/tooltip").ITooltipState;
|
1090
1058
|
tablets: import("../../../types/store/tablets").TabletsState;
|
1091
1059
|
schema: import("../schema/types").SchemaState;
|
@@ -1093,7 +1061,6 @@ export declare const selectIssuesTrees: ((state: {
|
|
1093
1061
|
tenants: import("../tenants/types").TenantsState;
|
1094
1062
|
partitions: import("../partitions/types").PartitionsState;
|
1095
1063
|
executeQuery: import("../../../types/store/executeQuery").ExecuteQueryState;
|
1096
|
-
explainQuery: import("../../../types/store/explainQuery").ExplainQueryState;
|
1097
1064
|
tabletsFilters: {
|
1098
1065
|
loading: boolean;
|
1099
1066
|
requestTime: number;
|
@@ -1157,10 +1124,8 @@ export declare const selectIssuesTrees: ((state: {
|
|
1157
1124
|
dependencies: [((state: {
|
1158
1125
|
api: import("@reduxjs/toolkit/query").CombinedState<{}, "All", "api">;
|
1159
1126
|
singleClusterMode: boolean;
|
1160
|
-
nodes: import("../nodes/types").NodesState;
|
1161
1127
|
cluster: import("../cluster/types").ClusterState;
|
1162
1128
|
tenant: import("../tenant/types").TenantState;
|
1163
|
-
storage: import("../storage/types").StorageState;
|
1164
1129
|
tooltip: import("../../../types/store/tooltip").ITooltipState;
|
1165
1130
|
tablets: import("../../../types/store/tablets").TabletsState;
|
1166
1131
|
schema: import("../schema/types").SchemaState;
|
@@ -1168,7 +1133,6 @@ export declare const selectIssuesTrees: ((state: {
|
|
1168
1133
|
tenants: import("../tenants/types").TenantsState;
|
1169
1134
|
partitions: import("../partitions/types").PartitionsState;
|
1170
1135
|
executeQuery: import("../../../types/store/executeQuery").ExecuteQueryState;
|
1171
|
-
explainQuery: import("../../../types/store/explainQuery").ExplainQueryState;
|
1172
1136
|
tabletsFilters: {
|
1173
1137
|
loading: boolean;
|
1174
1138
|
requestTime: number;
|
@@ -1225,10 +1189,8 @@ export declare const selectIssuesTrees: ((state: {
|
|
1225
1189
|
resultFunc: (resultFuncArgs_0: {
|
1226
1190
|
api: import("@reduxjs/toolkit/query").CombinedState<{}, "All", "api">;
|
1227
1191
|
singleClusterMode: boolean;
|
1228
|
-
nodes: import("../nodes/types").NodesState;
|
1229
1192
|
cluster: import("../cluster/types").ClusterState;
|
1230
1193
|
tenant: import("../tenant/types").TenantState;
|
1231
|
-
storage: import("../storage/types").StorageState;
|
1232
1194
|
tooltip: import("../../../types/store/tooltip").ITooltipState;
|
1233
1195
|
tablets: import("../../../types/store/tablets").TabletsState;
|
1234
1196
|
schema: import("../schema/types").SchemaState;
|
@@ -1236,7 +1198,6 @@ export declare const selectIssuesTrees: ((state: {
|
|
1236
1198
|
tenants: import("../tenants/types").TenantsState;
|
1237
1199
|
partitions: import("../partitions/types").PartitionsState;
|
1238
1200
|
executeQuery: import("../../../types/store/executeQuery").ExecuteQueryState;
|
1239
|
-
explainQuery: import("../../../types/store/explainQuery").ExplainQueryState;
|
1240
1201
|
tabletsFilters: {
|
1241
1202
|
loading: boolean;
|
1242
1203
|
requestTime: number;
|
@@ -1351,10 +1312,8 @@ export declare const selectIssuesTrees: ((state: {
|
|
1351
1312
|
memoizedResultFunc: ((resultFuncArgs_0: {
|
1352
1313
|
api: import("@reduxjs/toolkit/query").CombinedState<{}, "All", "api">;
|
1353
1314
|
singleClusterMode: boolean;
|
1354
|
-
nodes: import("../nodes/types").NodesState;
|
1355
1315
|
cluster: import("../cluster/types").ClusterState;
|
1356
1316
|
tenant: import("../tenant/types").TenantState;
|
1357
|
-
storage: import("../storage/types").StorageState;
|
1358
1317
|
tooltip: import("../../../types/store/tooltip").ITooltipState;
|
1359
1318
|
tablets: import("../../../types/store/tablets").TabletsState;
|
1360
1319
|
schema: import("../schema/types").SchemaState;
|
@@ -1362,7 +1321,6 @@ export declare const selectIssuesTrees: ((state: {
|
|
1362
1321
|
tenants: import("../tenants/types").TenantsState;
|
1363
1322
|
partitions: import("../partitions/types").PartitionsState;
|
1364
1323
|
executeQuery: import("../../../types/store/executeQuery").ExecuteQueryState;
|
1365
|
-
explainQuery: import("../../../types/store/explainQuery").ExplainQueryState;
|
1366
1324
|
tabletsFilters: {
|
1367
1325
|
loading: boolean;
|
1368
1326
|
requestTime: number;
|
@@ -1482,10 +1440,8 @@ export declare const selectIssuesTrees: ((state: {
|
|
1482
1440
|
dependencies: [(state: RootState) => {
|
1483
1441
|
api: import("@reduxjs/toolkit/query").CombinedState<{}, "All", "api">;
|
1484
1442
|
singleClusterMode: boolean;
|
1485
|
-
nodes: import("../nodes/types").NodesState;
|
1486
1443
|
cluster: import("../cluster/types").ClusterState;
|
1487
1444
|
tenant: import("../tenant/types").TenantState;
|
1488
|
-
storage: import("../storage/types").StorageState;
|
1489
1445
|
tooltip: import("../../../types/store/tooltip").ITooltipState;
|
1490
1446
|
tablets: import("../../../types/store/tablets").TabletsState;
|
1491
1447
|
schema: import("../schema/types").SchemaState;
|
@@ -1493,7 +1449,6 @@ export declare const selectIssuesTrees: ((state: {
|
|
1493
1449
|
tenants: import("../tenants/types").TenantsState;
|
1494
1450
|
partitions: import("../partitions/types").PartitionsState;
|
1495
1451
|
executeQuery: import("../../../types/store/executeQuery").ExecuteQueryState;
|
1496
|
-
explainQuery: import("../../../types/store/explainQuery").ExplainQueryState;
|
1497
1452
|
tabletsFilters: {
|
1498
1453
|
loading: boolean;
|
1499
1454
|
requestTime: number;
|
@@ -1632,10 +1587,8 @@ export declare const selectIssuesTrees: ((state: {
|
|
1632
1587
|
export declare const selectIssuesStatistics: ((state: {
|
1633
1588
|
api: import("@reduxjs/toolkit/query").CombinedState<{}, "All", "api">;
|
1634
1589
|
singleClusterMode: boolean;
|
1635
|
-
nodes: import("../nodes/types").NodesState;
|
1636
1590
|
cluster: import("../cluster/types").ClusterState;
|
1637
1591
|
tenant: import("../tenant/types").TenantState;
|
1638
|
-
storage: import("../storage/types").StorageState;
|
1639
1592
|
tooltip: import("../../../types/store/tooltip").ITooltipState;
|
1640
1593
|
tablets: import("../../../types/store/tablets").TabletsState;
|
1641
1594
|
schema: import("../schema/types").SchemaState;
|
@@ -1643,7 +1596,6 @@ export declare const selectIssuesStatistics: ((state: {
|
|
1643
1596
|
tenants: import("../tenants/types").TenantsState;
|
1644
1597
|
partitions: import("../partitions/types").PartitionsState;
|
1645
1598
|
executeQuery: import("../../../types/store/executeQuery").ExecuteQueryState;
|
1646
|
-
explainQuery: import("../../../types/store/explainQuery").ExplainQueryState;
|
1647
1599
|
tabletsFilters: {
|
1648
1600
|
loading: boolean;
|
1649
1601
|
requestTime: number;
|
@@ -1707,10 +1659,8 @@ export declare const selectIssuesStatistics: ((state: {
|
|
1707
1659
|
dependencies: [((state: {
|
1708
1660
|
api: import("@reduxjs/toolkit/query").CombinedState<{}, "All", "api">;
|
1709
1661
|
singleClusterMode: boolean;
|
1710
|
-
nodes: import("../nodes/types").NodesState;
|
1711
1662
|
cluster: import("../cluster/types").ClusterState;
|
1712
1663
|
tenant: import("../tenant/types").TenantState;
|
1713
|
-
storage: import("../storage/types").StorageState;
|
1714
1664
|
tooltip: import("../../../types/store/tooltip").ITooltipState;
|
1715
1665
|
tablets: import("../../../types/store/tablets").TabletsState;
|
1716
1666
|
schema: import("../schema/types").SchemaState;
|
@@ -1718,7 +1668,6 @@ export declare const selectIssuesStatistics: ((state: {
|
|
1718
1668
|
tenants: import("../tenants/types").TenantsState;
|
1719
1669
|
partitions: import("../partitions/types").PartitionsState;
|
1720
1670
|
executeQuery: import("../../../types/store/executeQuery").ExecuteQueryState;
|
1721
|
-
explainQuery: import("../../../types/store/explainQuery").ExplainQueryState;
|
1722
1671
|
tabletsFilters: {
|
1723
1672
|
loading: boolean;
|
1724
1673
|
requestTime: number;
|
@@ -1775,10 +1724,8 @@ export declare const selectIssuesStatistics: ((state: {
|
|
1775
1724
|
resultFunc: (resultFuncArgs_0: {
|
1776
1725
|
api: import("@reduxjs/toolkit/query").CombinedState<{}, "All", "api">;
|
1777
1726
|
singleClusterMode: boolean;
|
1778
|
-
nodes: import("../nodes/types").NodesState;
|
1779
1727
|
cluster: import("../cluster/types").ClusterState;
|
1780
1728
|
tenant: import("../tenant/types").TenantState;
|
1781
|
-
storage: import("../storage/types").StorageState;
|
1782
1729
|
tooltip: import("../../../types/store/tooltip").ITooltipState;
|
1783
1730
|
tablets: import("../../../types/store/tablets").TabletsState;
|
1784
1731
|
schema: import("../schema/types").SchemaState;
|
@@ -1786,7 +1733,6 @@ export declare const selectIssuesStatistics: ((state: {
|
|
1786
1733
|
tenants: import("../tenants/types").TenantsState;
|
1787
1734
|
partitions: import("../partitions/types").PartitionsState;
|
1788
1735
|
executeQuery: import("../../../types/store/executeQuery").ExecuteQueryState;
|
1789
|
-
explainQuery: import("../../../types/store/explainQuery").ExplainQueryState;
|
1790
1736
|
tabletsFilters: {
|
1791
1737
|
loading: boolean;
|
1792
1738
|
requestTime: number;
|
@@ -1901,10 +1847,8 @@ export declare const selectIssuesStatistics: ((state: {
|
|
1901
1847
|
memoizedResultFunc: ((resultFuncArgs_0: {
|
1902
1848
|
api: import("@reduxjs/toolkit/query").CombinedState<{}, "All", "api">;
|
1903
1849
|
singleClusterMode: boolean;
|
1904
|
-
nodes: import("../nodes/types").NodesState;
|
1905
1850
|
cluster: import("../cluster/types").ClusterState;
|
1906
1851
|
tenant: import("../tenant/types").TenantState;
|
1907
|
-
storage: import("../storage/types").StorageState;
|
1908
1852
|
tooltip: import("../../../types/store/tooltip").ITooltipState;
|
1909
1853
|
tablets: import("../../../types/store/tablets").TabletsState;
|
1910
1854
|
schema: import("../schema/types").SchemaState;
|
@@ -1912,7 +1856,6 @@ export declare const selectIssuesStatistics: ((state: {
|
|
1912
1856
|
tenants: import("../tenants/types").TenantsState;
|
1913
1857
|
partitions: import("../partitions/types").PartitionsState;
|
1914
1858
|
executeQuery: import("../../../types/store/executeQuery").ExecuteQueryState;
|
1915
|
-
explainQuery: import("../../../types/store/explainQuery").ExplainQueryState;
|
1916
1859
|
tabletsFilters: {
|
1917
1860
|
loading: boolean;
|
1918
1861
|
requestTime: number;
|
@@ -2032,10 +1975,8 @@ export declare const selectIssuesStatistics: ((state: {
|
|
2032
1975
|
dependencies: [(state: RootState) => {
|
2033
1976
|
api: import("@reduxjs/toolkit/query").CombinedState<{}, "All", "api">;
|
2034
1977
|
singleClusterMode: boolean;
|
2035
|
-
nodes: import("../nodes/types").NodesState;
|
2036
1978
|
cluster: import("../cluster/types").ClusterState;
|
2037
1979
|
tenant: import("../tenant/types").TenantState;
|
2038
|
-
storage: import("../storage/types").StorageState;
|
2039
1980
|
tooltip: import("../../../types/store/tooltip").ITooltipState;
|
2040
1981
|
tablets: import("../../../types/store/tablets").TabletsState;
|
2041
1982
|
schema: import("../schema/types").SchemaState;
|
@@ -2043,7 +1984,6 @@ export declare const selectIssuesStatistics: ((state: {
|
|
2043
1984
|
tenants: import("../tenants/types").TenantsState;
|
2044
1985
|
partitions: import("../partitions/types").PartitionsState;
|
2045
1986
|
executeQuery: import("../../../types/store/executeQuery").ExecuteQueryState;
|
2046
|
-
explainQuery: import("../../../types/store/explainQuery").ExplainQueryState;
|
2047
1987
|
tabletsFilters: {
|
2048
1988
|
loading: boolean;
|
2049
1989
|
requestTime: number;
|
@@ -6,13 +6,71 @@ export declare const FETCH_HOST: {
|
|
6
6
|
readonly FAILURE: "host/FETCH_HOST_FAILURE";
|
7
7
|
};
|
8
8
|
declare const host: Reducer<IHostState, IHostAction>;
|
9
|
-
export declare function getHostInfo(): (dispatch: import("redux").
|
9
|
+
export declare function getHostInfo(): (dispatch: import("redux-thunk").ThunkDispatch<{
|
10
|
+
api: import("@reduxjs/toolkit/query").CombinedState<{}, "All", "api">;
|
11
|
+
singleClusterMode: boolean;
|
12
|
+
cluster: import("./cluster/types").ClusterState;
|
13
|
+
tenant: import("./tenant/types").TenantState;
|
14
|
+
tooltip: import("../../types/store/tooltip").ITooltipState;
|
15
|
+
tablets: import("../../types/store/tablets").TabletsState;
|
16
|
+
schema: import("./schema/types").SchemaState;
|
17
|
+
host: IHostState;
|
18
|
+
tenants: import("./tenants/types").TenantsState;
|
19
|
+
partitions: import("./partitions/types").PartitionsState;
|
20
|
+
executeQuery: import("../../types/store/executeQuery").ExecuteQueryState;
|
21
|
+
tabletsFilters: {
|
22
|
+
loading: boolean;
|
23
|
+
requestTime: number;
|
24
|
+
data: undefined;
|
25
|
+
wasLoaded: boolean;
|
26
|
+
stateFilter: never[];
|
27
|
+
typeFilter: never[];
|
28
|
+
} | {
|
29
|
+
tabletsData: any;
|
30
|
+
nodes: any;
|
31
|
+
loading: boolean;
|
32
|
+
wasLoaded: boolean;
|
33
|
+
timeoutForRequest: number;
|
34
|
+
error: undefined;
|
35
|
+
data: undefined;
|
36
|
+
stateFilter: never[];
|
37
|
+
typeFilter: never[];
|
38
|
+
} | {
|
39
|
+
error: any;
|
40
|
+
loading: boolean;
|
41
|
+
data: undefined;
|
42
|
+
wasLoaded: boolean;
|
43
|
+
stateFilter: never[];
|
44
|
+
typeFilter: never[];
|
45
|
+
} | {
|
46
|
+
stateFilter: any;
|
47
|
+
data: undefined;
|
48
|
+
loading: boolean;
|
49
|
+
wasLoaded: boolean;
|
50
|
+
typeFilter: never[];
|
51
|
+
} | {
|
52
|
+
typeFilter: any;
|
53
|
+
data: undefined;
|
54
|
+
loading: boolean;
|
55
|
+
wasLoaded: boolean;
|
56
|
+
stateFilter: never[];
|
57
|
+
};
|
58
|
+
heatmap: import("../../types/store/heatmap").IHeatmapState;
|
59
|
+
settings: import("./settings/types").SettingsState;
|
60
|
+
schemaAcl: import("./schemaAcl/types").SchemaAclState;
|
61
|
+
executeTopQueries: import("./executeTopQueries/types").TopQueriesFilters;
|
62
|
+
shardsWorkload: import("./shardsWorkload/types").ShardsWorkloadFilters;
|
63
|
+
hotKeys: import("./hotKeys/types").HotKeysState;
|
64
|
+
authentication: import("./authentication/types").AuthenticationState;
|
65
|
+
header: import("./header/types").HeaderState;
|
66
|
+
saveQuery: string | null;
|
67
|
+
fullscreen: boolean;
|
68
|
+
clusters: import("./clusters/types").ClustersFilters;
|
69
|
+
}, undefined, import("redux").UnknownAction> & import("redux").Dispatch<any>, getState: () => {
|
10
70
|
api: import("@reduxjs/toolkit/query").CombinedState<{}, "All", "api">;
|
11
71
|
singleClusterMode: boolean;
|
12
|
-
nodes: import("./nodes/types").NodesState;
|
13
72
|
cluster: import("./cluster/types").ClusterState;
|
14
73
|
tenant: import("./tenant/types").TenantState;
|
15
|
-
storage: import("./storage/types").StorageState;
|
16
74
|
tooltip: import("../../types/store/tooltip").ITooltipState;
|
17
75
|
tablets: import("../../types/store/tablets").TabletsState;
|
18
76
|
schema: import("./schema/types").SchemaState;
|
@@ -20,7 +78,6 @@ export declare function getHostInfo(): (dispatch: import("redux").Dispatch<impor
|
|
20
78
|
tenants: import("./tenants/types").TenantsState;
|
21
79
|
partitions: import("./partitions/types").PartitionsState;
|
22
80
|
executeQuery: import("../../types/store/executeQuery").ExecuteQueryState;
|
23
|
-
explainQuery: import("../../types/store/explainQuery").ExplainQueryState;
|
24
81
|
tabletsFilters: {
|
25
82
|
loading: boolean;
|
26
83
|
requestTime: number;
|
@@ -2,10 +2,8 @@ import singleClusterMode from './singleClusterMode';
|
|
2
2
|
export declare const rootReducer: {
|
3
3
|
api: import("redux").Reducer<import("@reduxjs/toolkit/query").CombinedState<{}, "All", "api">, import("redux").UnknownAction>;
|
4
4
|
singleClusterMode: typeof singleClusterMode;
|
5
|
-
nodes: import("redux").Reducer<import("./nodes/types").NodesState>;
|
6
5
|
cluster: import("redux").Reducer<import("./cluster/types").ClusterState>;
|
7
6
|
tenant: import("redux").Reducer<import("./tenant/types").TenantState>;
|
8
|
-
storage: import("redux").Reducer<import("./storage/types").StorageState>;
|
9
7
|
tooltip: import("redux").Reducer<import("../../types/store/tooltip").ITooltipState, import("../../types/store/tooltip").ITooltipAction>;
|
10
8
|
tablets: import("redux").Reducer<import("../../types/store/tablets").TabletsState>;
|
11
9
|
schema: import("redux").Reducer<import("./schema/types").SchemaState, import("./schema/types").SchemaAction>;
|
@@ -13,7 +11,6 @@ export declare const rootReducer: {
|
|
13
11
|
tenants: import("redux").Reducer<import("./tenants/types").TenantsState>;
|
14
12
|
partitions: import("redux").Reducer<import("./partitions/types").PartitionsState>;
|
15
13
|
executeQuery: import("redux").Reducer<import("../../types/store/executeQuery").ExecuteQueryState, import("../../types/store/executeQuery").ExecuteQueryAction>;
|
16
|
-
explainQuery: import("redux").Reducer<import("../../types/store/explainQuery").ExplainQueryState, import("../../types/store/explainQuery").ExplainQueryAction>;
|
17
14
|
tabletsFilters: (state: {
|
18
15
|
data: undefined;
|
19
16
|
loading: boolean;
|
@@ -85,10 +82,8 @@ export declare const rootReducer: {
|
|
85
82
|
declare const combinedReducer: import("redux").Reducer<{
|
86
83
|
api: import("@reduxjs/toolkit/query").CombinedState<{}, "All", "api">;
|
87
84
|
singleClusterMode: boolean;
|
88
|
-
nodes: import("./nodes/types").NodesState;
|
89
85
|
cluster: import("./cluster/types").ClusterState;
|
90
86
|
tenant: import("./tenant/types").TenantState;
|
91
|
-
storage: import("./storage/types").StorageState;
|
92
87
|
tooltip: import("../../types/store/tooltip").ITooltipState;
|
93
88
|
tablets: import("../../types/store/tablets").TabletsState;
|
94
89
|
schema: import("./schema/types").SchemaState;
|
@@ -96,7 +91,6 @@ declare const combinedReducer: import("redux").Reducer<{
|
|
96
91
|
tenants: import("./tenants/types").TenantsState;
|
97
92
|
partitions: import("./partitions/types").PartitionsState;
|
98
93
|
executeQuery: import("../../types/store/executeQuery").ExecuteQueryState;
|
99
|
-
explainQuery: import("../../types/store/explainQuery").ExplainQueryState;
|
100
94
|
tabletsFilters: {
|
101
95
|
loading: boolean;
|
102
96
|
requestTime: number;
|
@@ -148,10 +142,8 @@ declare const combinedReducer: import("redux").Reducer<{
|
|
148
142
|
}, any, Partial<{
|
149
143
|
api: import("@reduxjs/toolkit/query").CombinedState<{}, "All", "api"> | undefined;
|
150
144
|
singleClusterMode: boolean | undefined;
|
151
|
-
nodes: import("./nodes/types").NodesState | undefined;
|
152
145
|
cluster: import("./cluster/types").ClusterState | undefined;
|
153
146
|
tenant: import("./tenant/types").TenantState | undefined;
|
154
|
-
storage: import("./storage/types").StorageState | undefined;
|
155
147
|
tooltip: never;
|
156
148
|
tablets: import("../../types/store/tablets").TabletsState | undefined;
|
157
149
|
schema: never;
|
@@ -159,7 +151,6 @@ declare const combinedReducer: import("redux").Reducer<{
|
|
159
151
|
tenants: import("./tenants/types").TenantsState | undefined;
|
160
152
|
partitions: import("./partitions/types").PartitionsState | undefined;
|
161
153
|
executeQuery: never;
|
162
|
-
explainQuery: never;
|
163
154
|
tabletsFilters: {
|
164
155
|
data: undefined;
|
165
156
|
loading: boolean;
|
@@ -5,13 +5,11 @@ import cluster from './cluster/cluster';
|
|
5
5
|
import clusters from './clusters/clusters';
|
6
6
|
import executeQuery from './executeQuery';
|
7
7
|
import executeTopQueries from './executeTopQueries/executeTopQueries';
|
8
|
-
import explainQuery from './explainQuery';
|
9
8
|
import fullscreen from './fullscreen';
|
10
9
|
import header from './header/header';
|
11
10
|
import heatmap from './heatmap';
|
12
11
|
import host from './host';
|
13
12
|
import hotKeys from './hotKeys/hotKeys';
|
14
|
-
import nodes from './nodes/nodes';
|
15
13
|
import partitions from './partitions/partitions';
|
16
14
|
import saveQuery from './saveQuery';
|
17
15
|
import schema from './schema/schema';
|
@@ -19,7 +17,6 @@ import schemaAcl from './schemaAcl/schemaAcl';
|
|
19
17
|
import settings from './settings/settings';
|
20
18
|
import shardsWorkload from './shardsWorkload/shardsWorkload';
|
21
19
|
import singleClusterMode from './singleClusterMode';
|
22
|
-
import storage from './storage/storage';
|
23
20
|
import tablets from './tablets';
|
24
21
|
import tabletsFilters from './tabletsFilters';
|
25
22
|
import tenant from './tenant/tenant';
|
@@ -28,10 +25,8 @@ import tooltip from './tooltip';
|
|
28
25
|
export const rootReducer = {
|
29
26
|
[api.reducerPath]: api.reducer,
|
30
27
|
singleClusterMode,
|
31
|
-
nodes,
|
32
28
|
cluster,
|
33
29
|
tenant,
|
34
|
-
storage,
|
35
30
|
tooltip,
|
36
31
|
tablets,
|
37
32
|
schema,
|
@@ -39,7 +34,6 @@ export const rootReducer = {
|
|
39
34
|
tenants,
|
40
35
|
partitions,
|
41
36
|
executeQuery,
|
42
|
-
explainQuery,
|
43
37
|
tabletsFilters,
|
44
38
|
heatmap,
|
45
39
|
settings,
|
@@ -3,10 +3,8 @@ import type { PreparedNodeStructure } from './types';
|
|
3
3
|
export declare const selectNodeStructure: ((state: {
|
4
4
|
api: import("@reduxjs/toolkit/query").CombinedState<{}, "All", "api">;
|
5
5
|
singleClusterMode: boolean;
|
6
|
-
nodes: import("../nodes/types").NodesState;
|
7
6
|
cluster: import("../cluster/types").ClusterState;
|
8
7
|
tenant: import("../tenant/types").TenantState;
|
9
|
-
storage: import("../storage/types").StorageState;
|
10
8
|
tooltip: import("../../../types/store/tooltip").ITooltipState;
|
11
9
|
tablets: import("../../../types/store/tablets").TabletsState;
|
12
10
|
schema: import("../schema/types").SchemaState;
|
@@ -14,7 +12,6 @@ export declare const selectNodeStructure: ((state: {
|
|
14
12
|
tenants: import("../tenants/types").TenantsState;
|
15
13
|
partitions: import("../partitions/types").PartitionsState;
|
16
14
|
executeQuery: import("../../../types/store/executeQuery").ExecuteQueryState;
|
17
|
-
explainQuery: import("../../../types/store/explainQuery").ExplainQueryState;
|
18
15
|
tabletsFilters: {
|
19
16
|
loading: boolean;
|
20
17
|
requestTime: number;
|
@@ -1,8 +1,4 @@
|
|
1
|
-
import {
|
2
|
-
import type { ComputeApiRequestParams, NodesApiRequestParams, NodesSortParams, NodesState } from './types';
|
3
|
-
declare const _default: import("redux").Reducer<NodesState>;
|
4
|
-
export default _default;
|
5
|
-
export declare const setUptimeFilter: import("@reduxjs/toolkit").ActionCreatorWithPayload<NodesUptimeFilterValues, "nodes/setUptimeFilter">, setSearchValue: import("@reduxjs/toolkit").ActionCreatorWithPayload<string, "nodes/setSearchValue">, setSort: import("@reduxjs/toolkit").ActionCreatorWithPayload<NodesSortParams, "nodes/setSort">, setInitialState: import("@reduxjs/toolkit").ActionCreatorWithoutPayload<"nodes/setInitialState">;
|
1
|
+
import type { ComputeApiRequestParams, NodesApiRequestParams } from './types';
|
6
2
|
export declare const nodesApi: import("@reduxjs/toolkit/query").Api<import("@reduxjs/toolkit/query").BaseQueryFn<void, typeof import("../api")._NEVER, unknown, {}>, {
|
7
3
|
getNodes: import("@reduxjs/toolkit/query").QueryDefinition<NodesApiRequestParams, import("@reduxjs/toolkit/query").BaseQueryFn<void, typeof import("../api")._NEVER, unknown, {}>, "All", import("./types").NodesHandledResponse | undefined, "api">;
|
8
4
|
getComputeNodes: import("@reduxjs/toolkit/query").QueryDefinition<ComputeApiRequestParams, import("@reduxjs/toolkit/query").BaseQueryFn<void, typeof import("../api")._NEVER, unknown, {}>, "All", import("./types").NodesHandledResponse | undefined, "api">;
|
@@ -1,33 +1,6 @@
|
|
1
|
-
import { createSlice } from '@reduxjs/toolkit';
|
2
1
|
import { EVersion } from '../../../types/api/compute';
|
3
|
-
import { NodesUptimeFilterValues } from '../../../utils/nodes';
|
4
2
|
import { api } from '../api';
|
5
3
|
import { prepareComputeNodesData, prepareNodesData } from './utils';
|
6
|
-
const initialState = {
|
7
|
-
uptimeFilter: NodesUptimeFilterValues.All,
|
8
|
-
searchValue: '',
|
9
|
-
};
|
10
|
-
const slice = createSlice({
|
11
|
-
name: 'nodes',
|
12
|
-
initialState,
|
13
|
-
reducers: {
|
14
|
-
setUptimeFilter: (state, action) => {
|
15
|
-
state.uptimeFilter = action.payload;
|
16
|
-
},
|
17
|
-
setSearchValue: (state, action) => {
|
18
|
-
state.searchValue = action.payload;
|
19
|
-
},
|
20
|
-
setSort: (state, action) => {
|
21
|
-
state.sortValue = action.payload.sortValue;
|
22
|
-
state.sortOrder = action.payload.sortOrder;
|
23
|
-
},
|
24
|
-
setInitialState: () => {
|
25
|
-
return initialState;
|
26
|
-
},
|
27
|
-
},
|
28
|
-
});
|
29
|
-
export default slice.reducer;
|
30
|
-
export const { setUptimeFilter, setSearchValue, setSort, setInitialState } = slice.actions;
|
31
4
|
export const nodesApi = api.injectEndpoints({
|
32
5
|
endpoints: (builder) => ({
|
33
6
|
getNodes: builder.query({
|