dbeaver/pro#10340 Expand key hierarchy folders - #4669
Merged
Merged
Conversation
Up to standards ✅🟢 Issues
|
| Metric | Results |
|---|---|
| Complexity | 0 |
NEW Get contextual insights on your PRs based on Codacy's metrics, along with PR and Jira context, without leaving GitHub. Enable AI reviewer
TIP This summary will be updated as you push new changes.
yagudin10
requested review from
HocKu7 and
sergeyteleshev
and
a lite review from Copilot
September 17, 2026 09:59
Contributor
There was a problem hiding this comment.
🟢 Approval recommended
No unresolved issues were identified, and all reviewed changes are approval-ready.
Pull request overview
Expands navigation key hierarchy folders by adding key-value capability metadata and frontend expansion support while preserving existing hidden-content behavior.
Changes:
- Adds the
keyValuefeature across backend and frontend models. - Allows key-value entities with children to expand.
- Documents the feature in GraphQL.
File summaries
| File | Description |
|---|---|
webapp/packages/plugin-navigation-tree/src/NavigationTree/ElementsTree/NavigationTreeNode/useNavigationNode.ts |
Allows key-value entities with children to expand. |
webapp/packages/core-navigation-tree/src/NodesManager/EObjectFeature.ts |
Defines the frontend keyValue feature. |
server/bundles/io.cloudbeaver.server/src/io/cloudbeaver/service/navigator/WebDatabaseObjectInfo.java |
Exposes backend key-value capability metadata. |
server/bundles/io.cloudbeaver.server/schema/service.navigator.graphqls |
Documents the new feature. |
Review details
- Files reviewed: 4/4 changed files
- Comments generated: 0
- Review effort level: Lite
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
HocKu7
approved these changes
Sep 17, 2026
devnaumov
approved these changes
Sep 17, 2026
sergeyteleshev
approved these changes
Sep 17, 2026
yagudin10
deleted the
dbeaver/pro#10340-expand-key-hierarchy-folders
branch
September 22, 2026 10:26
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Closes dbeaver/pro#10340
Summary
Verification
@cloudbeaver/core-navigation-tree@cloudbeaver/plugin-navigation-treeCompanion model metadata PR: https://github.com/dbeaver/dbeaver-ee/pull/4849
This PR was generated with AI assistance (OpenAI GPT-5.6).