mirror of
https://github.com/dbeaver/cloudbeaver.git
synced 2026-04-25 13:46:02 +03:00
[PR #1995] [MERGED] Cb 3924 #2950
Labels
No labels
AS
can't reproduce
can't reproduce
deployment
development
documentation
duplicate
duplicate
ee
enhancement
external
new driver
performance
pull-request
third party issue
wait for response
wait for review
wontfix
x:Oracle
x:cassandra
x:clickhouse
x:db2
x:duckdb
x:greenplum
x:h2
x:h2gis
x:hana
x:hive
x:intersystems
x:kyuubi
x:maria
x:mongo
x:mysql
x:postgresql
x:presto
x:sql server
x:sqlite
x:teradata
x:trino
xf:accessibility
xf:administration
xf:ai
xf:authentication
xf:aws
xf:commit-mode
xf:connection
xf:dark theme
xf:data editor
xf:datatransfer
xf:dba
xf:driver management
xf:erd
xf:filters
xf:i18n
xf:i18n
xf:installer
xf:json
xf:kerberos
xf:ldap
xf:local config
xf:log viewer
xf:metadata
xf:metadata editor
xf:navigator
xf:okta
xf:query manager
xf:resource manager
xf:scripts
xf:sql editor
xf:tasks
xf:ui/uix
xo: Firefox
xo:eclipse
xo:internet explorer
xo:macos
xp:major
xrn:internal
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/cloudbeaver#2950
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/dbeaver/cloudbeaver/pull/1995
Author: @teunlao
Created: 9/12/2023
Status: ✅ Merged
Merged: 9/18/2023
Merged by: @DenisSinelnikov
Base:
CB-1036-server-output-log-sql-editor← Head:CB-3924📝 Commits (10+)
91826a3CB-3924: add show output button89c08d5CB-3924: add output event handler and resource86651a8CB-3924: add server output logs panel417efafMerge remote-tracking branch 'origin/CB-1036-server-output-log-sql-editor' into CB-3924852d5e4CB-3924: fix bugs47c5c61CB-3924: fixes after reviewcd8c526CB-3924: fixes after review48c23d0CB-3924: add line wrapper extension for editor051ddcaMerge remote-tracking branch 'origin/CB-3923-output-log' into CB-3924e14fcc1Merge remote-tracking branch 'origin/CB-3923-output-log' into CB-3924📊 Changes
41 files changed (+724 additions, -49 deletions)
View changed files
📝
webapp/packages/core-blocks/src/FormControls/InputField.m.css(+9 -0)📝
webapp/packages/core-blocks/src/FormControls/InputField.tsx(+4 -1)📝
webapp/packages/core-sdk/src/queries/grid/asyncSqlExecuteQuery.gql(+2 -0)📝
webapp/packages/plugin-codemirror6/src/Editor.tsx(+42 -2)📝
webapp/packages/plugin-codemirror6/src/useEditorDefaultExtensions.ts(+89 -42)📝
webapp/packages/plugin-data-viewer/src/DatabaseDataModel/IDatabaseDataOptions.ts(+1 -0)📝
webapp/packages/plugin-sql-editor-navigation-tab/src/SqlEditorTabService.ts(+1 -0)➕
webapp/packages/plugin-sql-editor/public/icons/sql_output_logs.svg(+1 -0)➕
webapp/packages/plugin-sql-editor/public/icons/sql_output_logs_m.svg(+1 -0)➕
webapp/packages/plugin-sql-editor/public/icons/sql_output_logs_sm.svg(+1 -0)📝
webapp/packages/plugin-sql-editor/src/ISqlEditorTabState.ts(+6 -0)📝
webapp/packages/plugin-sql-editor/src/MenuBootstrap.ts(+5 -0)📝
webapp/packages/plugin-sql-editor/src/QueryDataSource.ts(+1 -0)📝
webapp/packages/plugin-sql-editor/src/SqlEditor/useSqlEditor.ts(+7 -2)📝
webapp/packages/plugin-sql-editor/src/SqlEditorService.ts(+1 -0)📝
webapp/packages/plugin-sql-editor/src/SqlEditorView.ts(+2 -0)➕
webapp/packages/plugin-sql-editor/src/SqlResultTabs/OutputLogs/ACTION_SHOW_OUTPUT_LOGS.ts(+7 -0)➕
webapp/packages/plugin-sql-editor/src/SqlResultTabs/OutputLogs/IOutputLogTypes.ts(+2 -0)➕
webapp/packages/plugin-sql-editor/src/SqlResultTabs/OutputLogs/OUTPUT_LOGS_FILTER_MENU.ts(+10 -0)➕
webapp/packages/plugin-sql-editor/src/SqlResultTabs/OutputLogs/OUTPUT_LOGS_TAB_ID.ts(+1 -0)...and 21 more files
📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.