@ytsaurus/ui 1.25.0 → 1.26.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/build/cjs/server/configs/e2e/local.js +8 -0
- package/build/cjs/server/configs/e2e/local.js.map +1 -1
- package/build/cjs/shared/ui-settings.d.ts +19 -1
- package/build/cjs/shared/ui-settings.js.map +1 -1
- package/build/cjs/ui/UIFactory.d.ts +11 -2
- package/build/cjs/ui/UIFactory.js +8 -0
- package/build/cjs/ui/UIFactory.js.map +1 -1
- package/build/cjs/ui/components/Tabs/Tabs.d.ts +1 -1
- package/build/cjs/ui/components/Tabs/Tabs.js.map +1 -1
- package/build/cjs/ui/constants/system/tabs.d.ts +4 -0
- package/build/cjs/ui/constants/system/tabs.js +11 -0
- package/build/cjs/ui/constants/system/tabs.js.map +1 -0
- package/build/cjs/ui/containers/ClusterPage/ClusterPage.js +2 -2
- package/build/cjs/ui/containers/ClusterPage/ClusterPage.js.map +1 -1
- package/build/cjs/ui/pages/components/tabs/Versions/VersionSummary.css +10 -3
- package/build/cjs/ui/pages/components/tabs/Versions/VersionSummary.css.map +1 -1
- package/build/cjs/ui/pages/components/tabs/Versions/VersionSummary.d.ts +3 -1
- package/build/cjs/ui/pages/components/tabs/Versions/VersionSummary.js +24 -6
- package/build/cjs/ui/pages/components/tabs/Versions/VersionSummary.js.map +1 -1
- package/build/cjs/ui/pages/system/System/System.d.ts +10 -8
- package/build/cjs/ui/pages/system/System/System.js +56 -52
- package/build/cjs/ui/pages/system/System/System.js.map +1 -1
- package/build/cjs/ui/pages/system/System/SystemGeneralTab.d.ts +2 -0
- package/build/cjs/ui/pages/system/System/SystemGeneralTab.js +22 -0
- package/build/cjs/ui/pages/system/System/SystemGeneralTab.js.map +1 -0
- package/build/cjs/ui/pages/system/System/helpers/getSystemTabItems.d.ts +9 -0
- package/build/cjs/ui/pages/system/System/helpers/getSystemTabItems.js +41 -0
- package/build/cjs/ui/pages/system/System/helpers/getSystemTabItems.js.map +1 -0
- package/build/esm/server/configs/e2e/local.js +8 -0
- package/build/esm/server/configs/e2e/local.js.map +1 -1
- package/build/esm/shared/ui-settings.d.ts +19 -1
- package/build/esm/shared/ui-settings.js.map +1 -1
- package/build/esm/ui/UIFactory.d.ts +11 -2
- package/build/esm/ui/UIFactory.js +8 -0
- package/build/esm/ui/UIFactory.js.map +1 -1
- package/build/esm/ui/components/Tabs/Tabs.d.ts +1 -1
- package/build/esm/ui/components/Tabs/Tabs.js.map +1 -1
- package/build/esm/ui/constants/system/tabs.d.ts +4 -0
- package/build/esm/ui/constants/system/tabs.js +5 -0
- package/build/esm/ui/constants/system/tabs.js.map +1 -0
- package/build/esm/ui/containers/ClusterPage/ClusterPage.js +1 -1
- package/build/esm/ui/containers/ClusterPage/ClusterPage.js.map +1 -1
- package/build/esm/ui/pages/components/tabs/Versions/VersionSummary.css +10 -3
- package/build/esm/ui/pages/components/tabs/Versions/VersionSummary.css.map +1 -1
- package/build/esm/ui/pages/components/tabs/Versions/VersionSummary.d.ts +3 -1
- package/build/esm/ui/pages/components/tabs/Versions/VersionSummary.js +24 -6
- package/build/esm/ui/pages/components/tabs/Versions/VersionSummary.js.map +1 -1
- package/build/esm/ui/pages/components/tabs/Versions/VersionSummary.scss +15 -6
- package/build/esm/ui/pages/system/System/System.d.ts +10 -8
- package/build/esm/ui/pages/system/System/System.js +55 -52
- package/build/esm/ui/pages/system/System/System.js.map +1 -1
- package/build/esm/ui/pages/system/System/SystemGeneralTab.d.ts +2 -0
- package/build/esm/ui/pages/system/System/SystemGeneralTab.js +17 -0
- package/build/esm/ui/pages/system/System/SystemGeneralTab.js.map +1 -0
- package/build/esm/ui/pages/system/System/helpers/getSystemTabItems.d.ts +9 -0
- package/build/esm/ui/pages/system/System/helpers/getSystemTabItems.js +35 -0
- package/build/esm/ui/pages/system/System/helpers/getSystemTabItems.js.map +1 -0
- package/dist/public/build/assets-manifest.json +7 -7
- package/dist/public/build/css/{main.6f740a3e.css → main.2d05e225.css} +2 -2
- package/dist/public/build/css/main.2d05e225.css.map +1 -0
- package/dist/public/build/js/main.c18a9d22.js +3 -0
- package/dist/public/build/js/{main.ccbdcdf6.js.map → main.c18a9d22.js.map} +1 -1
- package/dist/public/build/manifest.json +4 -4
- package/dist/server/configs/e2e/local.js +8 -0
- package/dist/shared/ui-settings.d.ts +19 -1
- package/package.json +2 -2
- package/dist/public/build/css/main.6f740a3e.css.map +0 -1
- package/dist/public/build/js/main.ccbdcdf6.js +0 -3
- /package/dist/public/build/js/{main.ccbdcdf6.js.LICENSE.txt → main.c18a9d22.js.LICENSE.txt} +0 -0
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
|
-
"main.css": "css/main.
|
3
|
-
"main.js": "js/main.
|
2
|
+
"main.css": "css/main.2d05e225.css",
|
3
|
+
"main.js": "js/main.c18a9d22.js",
|
4
4
|
"runtime.js": "js/runtime.ef56dd1b.js",
|
5
5
|
"css/3861.080dcf67.chunk.css": "css/3861.080dcf67.chunk.css",
|
6
6
|
"js/3861.263d929b.chunk.js": "js/3861.263d929b.chunk.js",
|
@@ -132,8 +132,8 @@
|
|
132
132
|
"assets/images/user-avatar.svg": "assets/images/user-avatar.24a15921.svg",
|
133
133
|
"assets/images/ui.jpg": "assets/images/ui.bab31938.jpg",
|
134
134
|
"assets/images/cluster-2x.svg": "assets/images/cluster-2x.e53788d6.svg",
|
135
|
-
"main.
|
136
|
-
"main.
|
135
|
+
"main.2d05e225.css.map": "css/main.2d05e225.css.map",
|
136
|
+
"main.c18a9d22.js.map": "js/main.c18a9d22.js.map",
|
137
137
|
"runtime.ef56dd1b.js.map": "js/runtime.ef56dd1b.js.map",
|
138
138
|
"3861.080dcf67.chunk.css.map": "css/3861.080dcf67.chunk.css.map",
|
139
139
|
"3861.263d929b.chunk.js.map": "js/3861.263d929b.chunk.js.map",
|
@@ -28,6 +28,14 @@ const e2eConfig = {
|
|
28
28
|
title: 'My monitoring',
|
29
29
|
urlTemplate: 'https://my.monitoring.service/operations?cluster={ytCluster}&id={ytOperationId}&pool={ytPool}&tree={ytPoolTree}&from={fromTimeMs}&to={toTimeMs}',
|
30
30
|
},
|
31
|
+
systemMonitoring: {
|
32
|
+
title: 'My monitoring',
|
33
|
+
urlTemplate: 'https://my.monitoring.service/system?cluster={ytCluster}',
|
34
|
+
},
|
35
|
+
componentVersionsMonitoring: {
|
36
|
+
title: 'My monitoring',
|
37
|
+
urlTemplate: 'https://my.monitoring.service/component-versions?cluster={ytCluster}',
|
38
|
+
},
|
31
39
|
reShortNameFromAddress: '(?<shortname>^(loca)).*(?<suffix>:\\d\\d\\d)',
|
32
40
|
reShortNameFromTabletNodeAddress: '(?<shortname>^(local))[^:]+(?<suffix>:\\d\\d)',
|
33
41
|
reUnipikaAllowTaggedSources: ['^https://yastatic\\.net/'],
|
@@ -61,12 +61,30 @@ export interface UISettings {
|
|
61
61
|
* chytMonitoring.urlTemplate supports following parameters:
|
62
62
|
* - {ytCluster}
|
63
63
|
* - {chytAlias}
|
64
|
-
* All the parameters are optional and
|
64
|
+
* All the parameters are optional and they are replaced with corresponding values
|
65
65
|
* @example {
|
66
66
|
* urlTemplate: `https://my.monitoring.service/chyt?cluster={ytCluster}&alias={chytAlias}`
|
67
67
|
* }
|
68
68
|
*/
|
69
69
|
chytMonitoring?: UISettingsMonitoring;
|
70
|
+
/**
|
71
|
+
* systemMonitoring.urlTemplate supports following parameters:
|
72
|
+
* - {ytCluster}
|
73
|
+
* All the parameters are optional and they are replaced with corresponding values
|
74
|
+
* @example {
|
75
|
+
* urlTemplate: 'https://my.monitoring.service/system?cluster={ytCluster}'
|
76
|
+
* }
|
77
|
+
*/
|
78
|
+
systemMonitoring?: UISettingsMonitoring;
|
79
|
+
/**
|
80
|
+
* componentVersionsMonitoring.urlTemplate supports following parameters:
|
81
|
+
* - {ytCluster}
|
82
|
+
* All the parameters are optional and they are replaced with corresponding values
|
83
|
+
* @example {
|
84
|
+
* urlTemplate: 'https://my.monitoring.service/component-versions?cluster={ytCluster}'
|
85
|
+
* }
|
86
|
+
*/
|
87
|
+
componentVersionsMonitoring?: UISettingsMonitoring;
|
70
88
|
/**
|
71
89
|
* Allows to define regular expression to extract hash-part from version of node by named group 'hash'
|
72
90
|
* @example reHashFromNodeVersion: '[^~]+(?<hash>[^+]+)'
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@ytsaurus/ui",
|
3
|
-
"version": "1.
|
3
|
+
"version": "1.26.0",
|
4
4
|
"repository": {
|
5
5
|
"type": "github",
|
6
6
|
"url": "https://github.com/YTsaurus/ytsaurus-ui/tree/main/packages/ui"
|
@@ -192,7 +192,7 @@
|
|
192
192
|
"engines": {
|
193
193
|
"node": ">=18"
|
194
194
|
},
|
195
|
-
"gitHead": "
|
195
|
+
"gitHead": "37e5ac3d18556cf39f175a213a41f5992b4bc366",
|
196
196
|
"overrides": {
|
197
197
|
"react-split-pane": {
|
198
198
|
"react": "$react",
|