Skip to content

Commit 0319883

Browse files
authored
Merge branch 'main' into astandrik.stash-multipart
2 parents 590dccd + 40b803c commit 0319883

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

49 files changed

+1070
-1070
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "8.7.0"
2+
".": "8.9.0"
33
}

CHANGELOG.md

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,37 @@
11
# Changelog
22

3+
## [8.9.0](https://github.com/ydb-platform/ydb-embedded-ui/compare/v8.8.0...v8.9.0) (2025-02-11)
4+
5+
6+
### Features
7+
8+
* move autocomplete logic to library ([#1909](https://github.com/ydb-platform/ydb-embedded-ui/issues/1909)) ([58a0f08](https://github.com/ydb-platform/ydb-embedded-ui/commit/58a0f08478f2b6c1a0bcecbbd3612e78c3bf0d80))
9+
* **Node:** rework page ([#1917](https://github.com/ydb-platform/ydb-embedded-ui/issues/1917)) ([187032b](https://github.com/ydb-platform/ydb-embedded-ui/commit/187032b6cc77ffc60d925663766dd8e830f4d5d4))
10+
11+
12+
### Bug Fixes
13+
14+
* code assistant option ([#1922](https://github.com/ydb-platform/ydb-embedded-ui/issues/1922)) ([38ea87f](https://github.com/ydb-platform/ydb-embedded-ui/commit/38ea87fe65e3eb33ee8287b213e65b32d0d20e48))
15+
* **VDisk:** do not show vdisk as not replicated if no data ([#1921](https://github.com/ydb-platform/ydb-embedded-ui/issues/1921)) ([f648f08](https://github.com/ydb-platform/ydb-embedded-ui/commit/f648f0890b3e308a5875566a141be168302d3924))
16+
17+
## [8.8.0](https://github.com/ydb-platform/ydb-embedded-ui/compare/v8.7.0...v8.8.0) (2025-02-07)
18+
19+
20+
### Features
21+
22+
* code assistant integration ([#1902](https://github.com/ydb-platform/ydb-embedded-ui/issues/1902)) ([a10a5cd](https://github.com/ydb-platform/ydb-embedded-ui/commit/a10a5cddaba18100bbc23a1b0267fd15417497b9))
23+
* extend alter table query templates with enable auto split ([#1913](https://github.com/ydb-platform/ydb-embedded-ui/issues/1913)) ([cc81623](https://github.com/ydb-platform/ydb-embedded-ui/commit/cc81623ab9bc73b19ab24ae3d9367ff8d59a0344))
24+
25+
26+
### Bug Fixes
27+
28+
* **Configs,Operations:** fix blicks on autorefresh ([#1908](https://github.com/ydb-platform/ydb-embedded-ui/issues/1908)) ([4d9c2b6](https://github.com/ydb-platform/ydb-embedded-ui/commit/4d9c2b6e5dbac9065e46794d96acbdddba66cfbf))
29+
* create topic template ([#1910](https://github.com/ydb-platform/ydb-embedded-ui/issues/1910)) ([9ab321b](https://github.com/ydb-platform/ydb-embedded-ui/commit/9ab321bca3a3388059eeb7b7da014196bd00227a))
30+
* **FormattedBytes:** show 1_000 with another unit ([#1901](https://github.com/ydb-platform/ydb-embedded-ui/issues/1901)) ([0e8bdd8](https://github.com/ydb-platform/ydb-embedded-ui/commit/0e8bdd8ea577f82be6d6b775b1f8ab22b771b4d9))
31+
* **PDiskSpaceDistribution:** update slots severity calculation ([#1907](https://github.com/ydb-platform/ydb-embedded-ui/issues/1907)) ([0a49720](https://github.com/ydb-platform/ydb-embedded-ui/commit/0a497206b578f01af946fb53ebb969e83ebde5c1))
32+
* remove trace polling ([#1915](https://github.com/ydb-platform/ydb-embedded-ui/issues/1915)) ([5541ca7](https://github.com/ydb-platform/ydb-embedded-ui/commit/5541ca7319a36c67fb9ca93bc5c36d4c2dc6f969))
33+
* **SchemaViewer:** use partitioning keys order from HashColumns ([#1916](https://github.com/ydb-platform/ydb-embedded-ui/issues/1916)) ([fe3845c](https://github.com/ydb-platform/ydb-embedded-ui/commit/fe3845c2f8203f4d2ca570232f15f23b4622a215))
34+
335
## [8.7.0](https://github.com/ydb-platform/ydb-embedded-ui/compare/v8.6.0...v8.7.0) (2025-01-31)
436

537

package-lock.json

Lines changed: 43 additions & 11 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ydb-embedded-ui",
3-
"version": "8.7.0",
3+
"version": "8.9.0",
44
"files": [
55
"dist"
66
],
@@ -24,11 +24,12 @@
2424
"@gravity-ui/react-data-table": "^2.1.1",
2525
"@gravity-ui/table": "^1.7.0",
2626
"@gravity-ui/uikit": "^6.40.0",
27-
"@gravity-ui/websql-autocomplete": "^13.4.0",
27+
"@gravity-ui/websql-autocomplete": "^13.7.0",
2828
"@hookform/resolvers": "^3.10.0",
2929
"@mjackson/multipart-parser": "^0.8.2",
3030
"@reduxjs/toolkit": "^2.5.0",
3131
"@tanstack/react-table": "^8.20.6",
32+
"@ydb-platform/monaco-ghost": "^0.6.1",
3233
"axios": "^1.7.9",
3334
"axios-retry": "^4.5.0",
3435
"colord": "^2.9.3",
@@ -147,7 +148,7 @@
147148
"lint-staged": "^15.3.0",
148149
"mini-css-extract-plugin": "^2.9.2",
149150
"monaco-editor-webpack-plugin": "^7.1.0",
150-
"monaco-yql-languages": "^1.2.1",
151+
"monaco-yql-languages": "^1.3.0",
151152
"npm-run-all": "^4.1.5",
152153
"postcss": "^8.5.1",
153154
"prettier": "^3.4.2",
@@ -165,7 +166,8 @@
165166
"peerDependencies": {
166167
"prop-types": "^15.8.1",
167168
"react": "^18.3.1",
168-
"react-dom": "^18.3.1"
169+
"react-dom": "^18.3.1",
170+
"monaco-yql-languages": ">=1.3.0"
169171
},
170172
"overrides": {
171173
"fork-ts-checker-webpack-plugin": "^9.0.2",

src/components/BasicNodeViewer/BasicNodeViewer.scss

Lines changed: 0 additions & 35 deletions
This file was deleted.

src/components/BasicNodeViewer/BasicNodeViewer.tsx

Lines changed: 0 additions & 73 deletions
This file was deleted.

src/components/BasicNodeViewer/index.ts

Lines changed: 0 additions & 1 deletion
This file was deleted.

src/components/EntityPageTitle/EntityPageTitle.tsx

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import type {EFlag} from '../../types/api/enums';
1+
import {EFlag} from '../../types/api/enums';
22
import {cn} from '../../utils/cn';
33
import {StatusIcon} from '../StatusIcon/StatusIcon';
44

@@ -8,12 +8,17 @@ const b = cn('ydb-entity-page-title');
88

99
interface EntityPageTitleProps {
1010
entityName: React.ReactNode;
11-
status: EFlag;
11+
status?: EFlag;
1212
id: React.ReactNode;
1313
className?: string;
1414
}
1515

16-
export function EntityPageTitle({entityName, status, id, className}: EntityPageTitleProps) {
16+
export function EntityPageTitle({
17+
entityName,
18+
status = EFlag.Grey,
19+
id,
20+
className,
21+
}: EntityPageTitleProps) {
1722
return (
1823
<div className={b(null, className)}>
1924
<span className={b('prefix')}>{entityName}</span>

src/components/FullNodeViewer/FullNodeViewer.scss

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,13 @@
33
.full-node-viewer {
44
@include mixins.body-2-typography();
55

6-
&__common-info {
6+
&__section {
77
display: flex;
88
flex-direction: column;
9-
justify-content: flex-start;
10-
align-items: stretch;
11-
}
129

13-
&__section {
14-
border-radius: 10px;
10+
width: max-content;
11+
min-width: 300px;
12+
max-width: 500px;
1513

1614
&_pools {
1715
display: grid;
@@ -26,8 +24,10 @@
2624
}
2725

2826
&__section-title {
29-
margin: 15px 0 10px;
27+
@include mixins.info-viewer-title();
28+
}
3029

31-
font-weight: 600;
30+
&__role {
31+
color: var(--g-color-text-secondary);
3232
}
3333
}

0 commit comments

Comments
 (0)