global table profile name from server in web now

This commit is contained in:
Priec
2026-08-17 13:24:34 +02:00
parent efd9e2481b
commit f0d12584ef
15 changed files with 128 additions and 57 deletions

View File

@@ -12,6 +12,20 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/).
---
## [Unreleased]
### Changed
- **The shared profile is named by the backend** — `ProfileTreeResponse`
gained `shared_profile_name`, and every page that browses the shared tables
now reads the name from there instead of spelling `__global` itself. The
admin panel, the table-definition workspace, the add-table builder and the
transfer pages each pass that name as `GetTableCatalogRequest.profile_name`,
which is no longer optional: the shared profile is asked for by name like
any other.
---
## [v0.8.46] — 2026-08-16
### Added