[PR #1046] [MERGED] feat(plugin-data-viewer, plugin-sql-editor): CB-2212 Readonly data without unique row identifier #2179

Closed
opened 2026-03-07 21:07:41 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/dbeaver/cloudbeaver/pull/1046
Author: @mctep
Created: 8/12/2022
Status: Merged
Merged: 8/17/2022
Merged by: @mctep

Base: develHead: feature/CB-2212-readonly


📝 Commits (4)

  • 848823f feat(plugin-data-viewer, plugin-sql-editor): CB-2212 Readonly data without unique row identifier
  • 92478b6 feat(plugin-data-viewer, plugin-sql-editor): CB-2212 fix review
  • ccd8644 feat: CB-2212 add resultIndex parameter to isReadonly method
  • 6f47405 Merge remote-tracking branch 'origin/devel' into feature/CB-2212-readonly

📊 Changes

14 files changed (+33 additions, -23 deletions)

View changed files

📝 webapp/packages/plugin-data-spreadsheet-new/src/DataGrid/DataGridContextMenu/DataGridContextMenuCellEditingService.ts (+3 -3)
📝 webapp/packages/plugin-data-spreadsheet-new/src/DataGrid/DataGridTable.tsx (+1 -1)
📝 webapp/packages/plugin-data-spreadsheet-new/src/DataGrid/TableColumnHeader/TableColumnHeader.tsx (+1 -1)
📝 webapp/packages/plugin-data-spreadsheet-new/src/DataGrid/TableColumnHeader/TableIndexColumnHeader.tsx (+1 -1)
📝 webapp/packages/plugin-data-viewer/src/ContainerDataSource.ts (+4 -0)
📝 webapp/packages/plugin-data-viewer/src/DatabaseDataModel/DatabaseDataModel.ts (+4 -4)
📝 webapp/packages/plugin-data-viewer/src/DatabaseDataModel/DatabaseDataSource.ts (+1 -1)
📝 webapp/packages/plugin-data-viewer/src/DatabaseDataModel/IDatabaseDataModel.ts (+1 -1)
📝 webapp/packages/plugin-data-viewer/src/DatabaseDataModel/IDatabaseDataSource.ts (+1 -1)
📝 webapp/packages/plugin-data-viewer/src/TableViewer/TableFooter/TableFooterMenu/TableFooterMenuService.ts (+6 -6)
📝 webapp/packages/plugin-data-viewer/src/ValuePanelPresentation/BooleanValue/BooleanValuePresentation.tsx (+4 -2)
📝 webapp/packages/plugin-data-viewer/src/ValuePanelPresentation/TextValue/TextValuePresentation.tsx (+1 -1)
📝 webapp/packages/plugin-sql-editor/src/MenuBootstrap.ts (+1 -1)
📝 webapp/packages/plugin-sql-editor/src/QueryDataSource.ts (+4 -0)

📄 Description

Jira issue: CB-2212


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/dbeaver/cloudbeaver/pull/1046 **Author:** [@mctep](https://github.com/mctep) **Created:** 8/12/2022 **Status:** ✅ Merged **Merged:** 8/17/2022 **Merged by:** [@mctep](https://github.com/mctep) **Base:** `devel` ← **Head:** `feature/CB-2212-readonly` --- ### 📝 Commits (4) - [`848823f`](https://github.com/dbeaver/cloudbeaver/commit/848823f3121899a089f85b800102cefa47be0c6a) feat(plugin-data-viewer, plugin-sql-editor): CB-2212 Readonly data without unique row identifier - [`92478b6`](https://github.com/dbeaver/cloudbeaver/commit/92478b680b7d62142cfea980b6e07153526a1978) feat(plugin-data-viewer, plugin-sql-editor): CB-2212 fix review - [`ccd8644`](https://github.com/dbeaver/cloudbeaver/commit/ccd864470c19b69987fb23c73cfeaa127a2c7c31) feat: CB-2212 add resultIndex parameter to isReadonly method - [`6f47405`](https://github.com/dbeaver/cloudbeaver/commit/6f47405ea58584502eeba2e785541965dbc0f28e) Merge remote-tracking branch 'origin/devel' into feature/CB-2212-readonly ### 📊 Changes **14 files changed** (+33 additions, -23 deletions) <details> <summary>View changed files</summary> 📝 `webapp/packages/plugin-data-spreadsheet-new/src/DataGrid/DataGridContextMenu/DataGridContextMenuCellEditingService.ts` (+3 -3) 📝 `webapp/packages/plugin-data-spreadsheet-new/src/DataGrid/DataGridTable.tsx` (+1 -1) 📝 `webapp/packages/plugin-data-spreadsheet-new/src/DataGrid/TableColumnHeader/TableColumnHeader.tsx` (+1 -1) 📝 `webapp/packages/plugin-data-spreadsheet-new/src/DataGrid/TableColumnHeader/TableIndexColumnHeader.tsx` (+1 -1) 📝 `webapp/packages/plugin-data-viewer/src/ContainerDataSource.ts` (+4 -0) 📝 `webapp/packages/plugin-data-viewer/src/DatabaseDataModel/DatabaseDataModel.ts` (+4 -4) 📝 `webapp/packages/plugin-data-viewer/src/DatabaseDataModel/DatabaseDataSource.ts` (+1 -1) 📝 `webapp/packages/plugin-data-viewer/src/DatabaseDataModel/IDatabaseDataModel.ts` (+1 -1) 📝 `webapp/packages/plugin-data-viewer/src/DatabaseDataModel/IDatabaseDataSource.ts` (+1 -1) 📝 `webapp/packages/plugin-data-viewer/src/TableViewer/TableFooter/TableFooterMenu/TableFooterMenuService.ts` (+6 -6) 📝 `webapp/packages/plugin-data-viewer/src/ValuePanelPresentation/BooleanValue/BooleanValuePresentation.tsx` (+4 -2) 📝 `webapp/packages/plugin-data-viewer/src/ValuePanelPresentation/TextValue/TextValuePresentation.tsx` (+1 -1) 📝 `webapp/packages/plugin-sql-editor/src/MenuBootstrap.ts` (+1 -1) 📝 `webapp/packages/plugin-sql-editor/src/QueryDataSource.ts` (+4 -0) </details> ### 📄 Description Jira issue: [CB-2212](https://dbeaver.atlassian.net/browse/CB-2212) --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-07 21:07:41 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/cloudbeaver#2179
No description provided.