[PR #526] [MERGED] feat(plugin-sql-editor): CB-1083 upload and download script option #1745

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

📋 Pull Request Information

Original PR: https://github.com/dbeaver/cloudbeaver/pull/526
Author: @devnaumov
Created: 11/1/2021
Status: Merged
Merged: 11/2/2021
Merged by: @Wroud

Base: develHead: feat/upload-download-script


📝 Commits (2)

  • a455bf7 feat(plugin-sql-editor): CB-1083 upload and download script option
  • 51af5b2 feat(plugin-sql-editor): CB-1083 change license type

📊 Changes

17 files changed (+371 additions, -33 deletions)

View changed files

webapp/packages/core-app/public/icons/export.svg (+14 -0)
webapp/packages/core-app/public/icons/import.svg (+10 -0)
webapp/packages/core-blocks/src/UploadButton.tsx (+34 -0)
📝 webapp/packages/core-blocks/src/index.ts (+1 -0)
📝 webapp/packages/core-localization/src/locales/en.ts (+1 -0)
📝 webapp/packages/core-localization/src/locales/ru.ts (+1 -0)
webapp/packages/core-utils/src/download.ts (+28 -0)
📝 webapp/packages/core-utils/src/index.ts (+2 -0)
webapp/packages/core-utils/src/uploadTextFiles.ts (+52 -0)
📝 webapp/packages/plugin-sql-editor/src/SqlEditor/SqlEditor.tsx (+66 -31)
📝 webapp/packages/plugin-sql-editor/src/SqlEditor/SqlEditorController.tsx (+7 -2)
webapp/packages/plugin-sql-editor/src/SqlEditor/useTools.tsx (+120 -0)
webapp/packages/plugin-sql-editor/src/SqlEditorSettingsService.ts (+21 -0)
📝 webapp/packages/plugin-sql-editor/src/locales/en.ts (+4 -0)
📝 webapp/packages/plugin-sql-editor/src/locales/ru.ts (+4 -0)
📝 webapp/packages/plugin-sql-editor/src/manifest.ts (+2 -0)
📝 webapp/packages/product-default/src/config.json5 (+4 -0)

📄 Description

No description provided


🔄 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/526 **Author:** [@devnaumov](https://github.com/devnaumov) **Created:** 11/1/2021 **Status:** ✅ Merged **Merged:** 11/2/2021 **Merged by:** [@Wroud](https://github.com/Wroud) **Base:** `devel` ← **Head:** `feat/upload-download-script` --- ### 📝 Commits (2) - [`a455bf7`](https://github.com/dbeaver/cloudbeaver/commit/a455bf717c80e042c4424701db3f32bb1817b247) feat(plugin-sql-editor): CB-1083 upload and download script option - [`51af5b2`](https://github.com/dbeaver/cloudbeaver/commit/51af5b21306b22b7803d3c84eb1a5d72c2eba887) feat(plugin-sql-editor): CB-1083 change license type ### 📊 Changes **17 files changed** (+371 additions, -33 deletions) <details> <summary>View changed files</summary> ➕ `webapp/packages/core-app/public/icons/export.svg` (+14 -0) ➕ `webapp/packages/core-app/public/icons/import.svg` (+10 -0) ➕ `webapp/packages/core-blocks/src/UploadButton.tsx` (+34 -0) 📝 `webapp/packages/core-blocks/src/index.ts` (+1 -0) 📝 `webapp/packages/core-localization/src/locales/en.ts` (+1 -0) 📝 `webapp/packages/core-localization/src/locales/ru.ts` (+1 -0) ➕ `webapp/packages/core-utils/src/download.ts` (+28 -0) 📝 `webapp/packages/core-utils/src/index.ts` (+2 -0) ➕ `webapp/packages/core-utils/src/uploadTextFiles.ts` (+52 -0) 📝 `webapp/packages/plugin-sql-editor/src/SqlEditor/SqlEditor.tsx` (+66 -31) 📝 `webapp/packages/plugin-sql-editor/src/SqlEditor/SqlEditorController.tsx` (+7 -2) ➕ `webapp/packages/plugin-sql-editor/src/SqlEditor/useTools.tsx` (+120 -0) ➕ `webapp/packages/plugin-sql-editor/src/SqlEditorSettingsService.ts` (+21 -0) 📝 `webapp/packages/plugin-sql-editor/src/locales/en.ts` (+4 -0) 📝 `webapp/packages/plugin-sql-editor/src/locales/ru.ts` (+4 -0) 📝 `webapp/packages/plugin-sql-editor/src/manifest.ts` (+2 -0) 📝 `webapp/packages/product-default/src/config.json5` (+4 -0) </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-07 21:05:30 +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#1745
No description provided.