[PR #907] [MERGED] feat(plugin-sql-editor): CB-1498 ask result-set save confirmation on … #2059

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

📋 Pull Request Information

Original PR: https://github.com/dbeaver/cloudbeaver/pull/907
Author: @devnaumov
Created: 6/20/2022
Status: Merged
Merged: 6/20/2022
Merged by: @Wroud

Base: develHead: feat/result-set-confirmations


📝 Commits (5)

  • 9def115 feat(plugin-sql-editor): CB-1498 ask result-set save confirmation on certain actions
  • 2d2b85d feat(plugin-sql-editor): CB-1498 move handler logic to the plugin-sql-editor-navigation-tab
  • c3bdc6c fix(plugin-sql-editor): CB-1498 chain executors
  • 0cc4c4e fix(plugin-sql-editor): CB-1498 chain logout executor
  • c2427b6 fix(plugin-sql-editor): CB-1498 remove extra code

📊 Changes

4 files changed (+95 additions, -8 deletions)

View changed files

📝 webapp/packages/core-connections/src/ConnectionsManagerService.ts (+50 -2)
📝 webapp/packages/plugin-authentication/src/AuthenticationService.ts (+16 -1)
📝 webapp/packages/plugin-sql-editor-navigation-tab/src/SqlEditorBootstrap.ts (+28 -4)
📝 webapp/packages/plugin-sql-editor/src/MenuBootstrap.ts (+1 -1)

📄 Description

…certain actions


🔄 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/907 **Author:** [@devnaumov](https://github.com/devnaumov) **Created:** 6/20/2022 **Status:** ✅ Merged **Merged:** 6/20/2022 **Merged by:** [@Wroud](https://github.com/Wroud) **Base:** `devel` ← **Head:** `feat/result-set-confirmations` --- ### 📝 Commits (5) - [`9def115`](https://github.com/dbeaver/cloudbeaver/commit/9def11573e1488428bc65f724b7fac3b27f72df8) feat(plugin-sql-editor): CB-1498 ask result-set save confirmation on certain actions - [`2d2b85d`](https://github.com/dbeaver/cloudbeaver/commit/2d2b85df88f6758c64bb6c7fb3baee23ab12d6cb) feat(plugin-sql-editor): CB-1498 move handler logic to the plugin-sql-editor-navigation-tab - [`c3bdc6c`](https://github.com/dbeaver/cloudbeaver/commit/c3bdc6caa404b7ea10d01a83251072cc6d3ca73a) fix(plugin-sql-editor): CB-1498 chain executors - [`0cc4c4e`](https://github.com/dbeaver/cloudbeaver/commit/0cc4c4eb76e61b0df70e7ea80b7b4767dab87699) fix(plugin-sql-editor): CB-1498 chain logout executor - [`c2427b6`](https://github.com/dbeaver/cloudbeaver/commit/c2427b6eb6e8aa57bb99f936aab3595ee89051de) fix(plugin-sql-editor): CB-1498 remove extra code ### 📊 Changes **4 files changed** (+95 additions, -8 deletions) <details> <summary>View changed files</summary> 📝 `webapp/packages/core-connections/src/ConnectionsManagerService.ts` (+50 -2) 📝 `webapp/packages/plugin-authentication/src/AuthenticationService.ts` (+16 -1) 📝 `webapp/packages/plugin-sql-editor-navigation-tab/src/SqlEditorBootstrap.ts` (+28 -4) 📝 `webapp/packages/plugin-sql-editor/src/MenuBootstrap.ts` (+1 -1) </details> ### 📄 Description …certain actions --- <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:06 +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#2059
No description provided.