dbx/packages/app-tests
t8y2 3ecfa6129a fix(import): keep sql dialog actions visible 2026-07-15 16:42:34 +08:00
..
actionActivation.test.ts refactor(desktop): organize lib modules by domain 2026-07-04 13:53:52 +08:00
agentDriverInstallHint.test.ts fix(gbase): detect offline GBase 8a driver 2026-07-14 17:12:21 +08:00
agentVersionBump.test.ts fix(agents): limit common version bumps 2026-07-02 12:11:35 +08:00
aiAgentPlan.test.ts feat(ai): split Ask/Agent action menus with task-oriented Agent actions 2026-07-06 14:41:39 +08:00
aiAgentStepPresentation.test.ts refactor(desktop): organize lib modules by domain 2026-07-04 13:53:52 +08:00
aiMessageLayout.test.ts fix(ai): stabilize message hover layout 2026-07-15 16:42:33 +08:00
aiPrompt.test.ts feat(ai): support SQL library file references 2026-07-07 15:39:10 +08:00
aiPromptEval.test.ts feat(ai): support SQL library file references 2026-07-07 15:39:10 +08:00
aiPromptKeyboard.test.ts refactor(desktop): organize lib modules by domain 2026-07-04 13:53:52 +08:00
aiSchemaComments.test.ts feat(ai): support SQL library file references 2026-07-07 15:39:10 +08:00
aiSkills.test.ts feat(ai): add general action mode 2026-07-08 19:31:19 +08:00
aiSqlAppend.test.ts fix(ai): preserve editor content for SQL actions 2026-07-11 08:55:51 +08:00
aiSqlExecutionPolicy.test.ts feat(safety): add production environment safeguards 2026-07-12 10:02:27 +08:00
aiTableMentions.test.ts refactor(desktop): organize lib modules by domain 2026-07-04 13:53:52 +08:00
appUpdater.test.ts refactor(desktop): organize lib modules by domain 2026-07-04 13:53:52 +08:00
binaryCellDownload.test.ts fix(grid): keep BLOB download menu anchored 2026-07-13 17:33:36 +08:00
binaryHexViewer.test.ts refactor(desktop): organize lib modules by domain 2026-07-04 13:53:52 +08:00
canvasDataGridRenderer.test.ts refactor(desktop): organize lib modules by domain 2026-07-04 13:53:52 +08:00
cellDetailPresentation.test.ts refactor(desktop): organize lib modules by domain 2026-07-04 13:53:52 +08:00
cellImageUrl.test.ts refactor(desktop): organize lib modules by domain 2026-07-04 13:53:52 +08:00
cellValue.test.ts refactor(desktop): organize lib modules by domain 2026-07-04 13:53:52 +08:00
changelog.test.ts feat(settings): embed version changelog in About page 2026-07-14 12:54:07 +08:00
clipboard.test.ts fix(grid): prevent duplicate paste handling 2026-07-15 16:07:05 +08:00
closeBracketsExtension.test.ts feat(editor): add auto close brackets setting 2026-07-09 09:53:01 +08:00
codemirrorSqlDialect.test.ts fix(sidebar): centralize tree action handling 2026-07-14 18:10:52 +08:00
codemirrorTrimmedSelectionLayer.test.ts refactor(desktop): organize lib modules by domain 2026-07-04 13:53:52 +08:00
columnFormatter.test.ts refactor(desktop): organize lib modules by domain 2026-07-04 13:53:52 +08:00
configCrypto.test.ts refactor(desktop): organize lib modules by domain 2026-07-04 13:53:52 +08:00
connectionClipboard.test.ts feat(sidebar): add connection copy paste shortcuts 2026-07-04 12:19:56 +08:00
connectionDeepLink.test.ts fix(sqlserver): preserve explicit instance ports 2026-07-14 01:27:40 +08:00
connectionLevelDatabaseBootstrap.test.ts refactor(desktop): organize lib modules by domain 2026-07-04 13:53:52 +08:00
connectionPresentation.test.ts feat(d1): add Cloudflare D1 database support 2026-07-12 22:03:57 +08:00
connectionStoreErrorState.test.ts Fix:修复升级后固定数据标签页连接失败后无法恢复 2026-07-01 19:41:34 +08:00
connectionStoreGroupedConnect.test.ts fix(desktop): preserve sidebar groups on reload 2026-07-09 11:47:13 +08:00
connectionStorePinnedCleanup.test.ts feat: show username/password fields for Access database connections 2026-06-10 08:37:18 +08:00
connectionUrl.test.ts fix(dameng): standardize display name 2026-07-14 22:12:15 +08:00
connectionVisibleDatabases.test.ts fix(sidebar): load visible schema filters on mount 2026-07-15 12:53:39 +08:00
dataGenerate.test.ts fix(oracle): generate compatible insert statements 2026-07-14 18:03:43 +08:00
dataGridCellCoercion.mysql-json.test.ts refactor(desktop): organize lib modules by domain 2026-07-04 13:53:52 +08:00
dataGridCellCoercion.test.ts refactor(desktop): organize lib modules by domain 2026-07-04 13:53:52 +08:00
dataGridColumnFilter.test.ts fix(grid): replace repeated database value filters 2026-07-14 22:35:06 +08:00
dataGridColumnHeaderInteraction.test.ts fix(grid): smooth canvas column interactions 2026-07-08 09:45:28 +08:00
dataGridColumnOrder.test.ts refactor(desktop): organize lib modules by domain 2026-07-04 13:53:52 +08:00
dataGridColumnType.test.ts fix(mysql): edit enum column values 2026-07-10 16:10:54 +08:00
dataGridColumnVisibility.test.ts feat(data-grid): show column comments in lookup 2026-07-08 23:44:33 +08:00
dataGridColumnWidth.test.ts feat(grid): add configurable column width density 2026-07-13 16:20:45 +08:00
dataGridConditionHistory.test.ts refactor(desktop): organize lib modules by domain 2026-07-04 13:53:52 +08:00
dataGridContextMenu.test.ts feat(grid): add set NULL context menu action 2026-07-15 15:25:25 +08:00
dataGridDetail.test.ts refactor(desktop): organize lib modules by domain 2026-07-04 13:53:52 +08:00
dataGridEditor.test.ts feat(grid): add set NULL context menu action 2026-07-15 15:25:25 +08:00
dataGridExport.test.ts refactor(desktop): organize lib modules by domain 2026-07-04 13:53:52 +08:00
dataGridHeaderBackground.test.ts fix(grid): match unused header area background 2026-07-13 19:13:19 +08:00
dataGridInfiniteScroll.test.ts refactor(desktop): organize lib modules by domain 2026-07-04 13:53:52 +08:00
dataGridPagination.test.ts fix(grid): preserve current page on data refresh instead of resetting to page 1 2026-07-08 13:28:36 +08:00
dataGridProps.test.ts fix(grid): restore row actions and remove edit badge 2026-07-09 17:37:36 +08:00
dataGridQueryOptions.test.ts fix(grid): inherit timeout for row counts 2026-07-13 20:13:32 +08:00
dataGridSaveUi.test.ts refactor(desktop): organize lib modules by domain 2026-07-04 13:53:52 +08:00
dataGridSelection.test.ts feat(grid): add data grid quick entry 2026-06-30 09:14:44 +08:00
dataGridSort.test.ts feat(mongo): add document JSON preview 2026-07-11 01:00:47 +08:00
dataGridTemporalEditor.test.ts feat(temporal-editor): 支持手动输入 datetime 字段值 2026-07-09 11:11:45 +08:00
dataGridTranspose.test.ts feat(grid): add configurable column width density 2026-07-13 16:20:45 +08:00
dataTabActivation.test.ts fix(sidebar): centralize tree action handling 2026-07-14 18:10:52 +08:00
databaseCapabilities.test.ts fix(sidebar): load visible schema filters on mount 2026-07-15 12:53:39 +08:00
databaseExportPlan.test.ts refactor(desktop): organize lib modules by domain 2026-07-04 13:53:52 +08:00
databaseIconAssets.test.ts fix(ui): kafka agent icon contrast in dark theme 2026-07-03 21:14:31 +08:00
databaseSearch.test.ts refactor(desktop): organize lib modules by domain 2026-07-04 13:53:52 +08:00
databaseTree.test.ts refactor(desktop): organize lib modules by domain 2026-07-04 13:53:52 +08:00
databaseUserAdmin.test.ts refactor(desktop): organize lib modules by domain 2026-07-04 13:53:52 +08:00
dbAdminSql.test.ts refactor(desktop): organize lib modules by domain 2026-07-04 13:53:52 +08:00
ddlExport.test.ts refactor(desktop): organize lib modules by domain 2026-07-04 13:53:52 +08:00
defaultDatabase.test.ts feat(d1): add Cloudflare D1 database support 2026-07-12 22:03:57 +08:00
diagramSvgExport.test.ts refactor(desktop): organize lib modules by domain 2026-07-04 13:53:52 +08:00
documentBrowser.test.ts fix(mongodb): preserve document types when copying data 2026-07-13 16:15:02 +08:00
documentJsonValues.test.ts fix(elasticsearch): preserve document numeric precision 2026-07-15 16:07:05 +08:00
documentStoreProvider.test.ts refactor(desktop): organize lib modules by domain 2026-07-04 13:53:52 +08:00
documentViewerFontStyle.test.ts refactor(desktop): organize lib modules by domain 2026-07-04 13:53:52 +08:00
driverInstallProgressUi.test.ts refactor(desktop): organize lib modules by domain 2026-07-04 13:53:52 +08:00
editorSettingsDraft.test.ts fix(settings): preserve editor font after UI font changes 2026-07-10 10:40:10 +08:00
elasticsearchCompletion.test.ts refactor(desktop): organize lib modules by domain 2026-07-04 13:53:52 +08:00
elasticsearchJsonResponse.test.ts feat(elasticsearch): render REST JSON responses 2026-07-12 10:49:25 +08:00
engineeringDiagram.test.ts refactor(desktop): organize lib modules by domain 2026-07-04 13:53:52 +08:00
erDiagram.test.ts refactor(desktop): organize lib modules by domain 2026-07-04 13:53:52 +08:00
exportFormats.test.ts fix(export): preserve CSV null semantics 2026-07-14 01:24:10 +08:00
fieldLineage.test.ts refactor(desktop): organize lib modules by domain 2026-07-04 13:53:52 +08:00
gridFsBrowser.test.ts feat(mongodb): improve GridFS manager filtering and sorting 2026-07-06 17:17:33 +08:00
gridRowStatus.test.ts refactor(desktop): organize lib modules by domain 2026-07-04 13:53:52 +08:00
gridSelection.test.ts refactor(desktop): organize lib modules by domain 2026-07-04 13:53:52 +08:00
gridfsBrowserPagination.test.ts fix(gridfs): support bulk download and paged browsing (#2743) 2026-07-07 12:43:07 +08:00
gridfsFiles.test.ts fix(gridfs): support bulk download and paged browsing (#2743) 2026-07-07 12:43:07 +08:00
historyActivityKind.test.ts refactor(desktop): organize lib modules by domain 2026-07-04 13:53:52 +08:00
historyAiAnalysis.test.ts refactor(desktop): organize lib modules by domain 2026-07-04 13:53:52 +08:00
historyTimeRange.test.ts refactor(desktop): organize lib modules by domain 2026-07-04 13:53:52 +08:00
hiveKerberosOptions.test.ts feat(hive): add Kerberos connection options 2026-07-08 13:23:21 +08:00
imagePreviewViewer.test.ts refactor(desktop): organize lib modules by domain 2026-07-04 13:53:52 +08:00
insertValueHints.test.ts feat(editor): show column hints for INSERT values 2026-07-13 00:39:36 +08:00
jdbcConnectionEntry.test.ts perf(zookeeper): optimize connection initialization 2026-07-14 23:16:10 +08:00
jdbcDialect.test.ts refactor(desktop): organize lib modules by domain 2026-07-04 13:53:52 +08:00
jdbcPluginRelease.test.ts fix(check): stabilize pnpm check on Windows 2026-06-26 17:55:58 +08:00
jsonCopyValue.test.ts refactor(desktop): organize lib modules by domain 2026-07-04 13:53:52 +08:00
keyboardShortcuts.test.ts refactor(desktop): organize lib modules by domain 2026-07-04 13:53:52 +08:00
metadataLoadCoordinator.test.ts feat(metadata): optimize agent metadata loading 2026-07-05 12:09:24 +08:00
metadataResultCache.test.ts feat(metadata): optimize agent metadata loading 2026-07-05 12:09:24 +08:00
metadataTaskLimiter.test.ts refactor(desktop): organize lib modules by domain 2026-07-04 13:53:52 +08:00
mongoCompletion.test.ts refactor(desktop): organize lib modules by domain 2026-07-04 13:53:52 +08:00
mongoConnectionOptions.test.ts refactor(desktop): organize lib modules by domain 2026-07-04 13:53:52 +08:00
mongoDocumentValues.test.ts fix(mongodb): preserve long ids in filters and updates 2026-07-14 11:09:11 +08:00
mongoFormatter.test.ts refactor(desktop): organize lib modules by domain 2026-07-04 13:53:52 +08:00
mongoShellCommand.test.ts fix(mongodb): validate options and bound findOne queries 2026-07-15 13:19:53 +08:00
mqAuth.test.ts feat(kafka): improve topic management and Kerberos auth 2026-07-09 11:41:22 +08:00
nacosConfigListLayout.test.ts fix(nacos): improve config list scrolling 2026-07-10 13:40:27 +08:00
newQueryContext.test.ts fix(doris): qualify external catalog tables 2026-07-13 23:56:53 +08:00
objectBrowserRows.test.ts refactor(desktop): organize lib modules by domain 2026-07-04 13:53:52 +08:00
oceanbaseConnectionMode.test.ts refactor(desktop): organize lib modules by domain 2026-07-04 13:53:52 +08:00
openTabsPersistence.test.ts refactor(desktop): organize lib modules by domain 2026-07-04 13:53:52 +08:00
pinnedItems.test.ts refactor(desktop): organize lib modules by domain 2026-07-04 13:53:52 +08:00
productionGuardEntrypoints.test.ts fix(safety): guard object browser batch empty 2026-07-12 21:30:37 +08:00
queryCursorTableTarget.test.ts refactor(desktop): organize lib modules by domain 2026-07-04 13:53:52 +08:00
queryEditorTableDrop.test.ts refactor(desktop): organize lib modules by domain 2026-07-04 13:53:52 +08:00
queryResultArchive.test.ts feat(mongo): add document JSON preview 2026-07-11 01:00:47 +08:00
queryResultToolbar.test.ts feat(elasticsearch): render REST JSON responses 2026-07-12 10:49:25 +08:00
queryStore.test.ts fix(query): propagate schema reset close failures 2026-07-15 11:10:23 +08:00
queryTimeout.test.ts feat(connection): increase default query timeout 2026-07-13 09:30:33 +08:00
redisCommandSafety.test.ts fix(redis): skip confirmation for regular writes 2026-07-09 18:59:12 +08:00
redisCommandSession.test.ts refactor(desktop): organize lib modules by domain 2026-07-04 13:53:52 +08:00
redisCommandTable.test.ts fix(redis): skip confirmation for regular writes 2026-07-09 18:59:12 +08:00
redisCompletion.test.ts refactor(desktop): organize lib modules by domain 2026-07-04 13:53:52 +08:00
redisKeyTree.test.ts refactor(desktop): organize lib modules by domain 2026-07-04 13:53:52 +08:00
redisSyntaxDiagnostics.test.ts fix(redis): recognize ZRANDMEMBER command 2026-07-13 00:39:30 +08:00
redisValuePresentation.test.ts fix(redis): preserve large JSON numbers 2026-07-10 13:50:30 +08:00
routineExecutionSql.test.ts refactor(desktop): organize lib modules by domain 2026-07-04 13:53:52 +08:00
savedSqlHistory.test.ts refactor(desktop): organize lib modules by domain 2026-07-04 13:53:52 +08:00
savedSqlStore.test.ts feat: synchronize tab titles with saved SQL file renaming (#2739) 2026-07-07 18:09:01 +08:00
schemaDiff.test.ts refactor(desktop): organize lib modules by domain 2026-07-04 13:53:52 +08:00
schemaDiffTableFilter.test.ts refactor(desktop): organize lib modules by domain 2026-07-04 13:53:52 +08:00
schemaOptions.test.ts feat(editor): naturally sort schema options 2026-07-10 13:16:07 +08:00
schemaTreeCache.test.ts refactor(desktop): organize lib modules by domain 2026-07-04 13:53:52 +08:00
settingsStore.test.ts fix(grid): separate table open row limit 2026-07-11 08:55:43 +08:00
sidebarActiveTabTarget.test.ts fix(sidebar): locate active table reliably 2026-07-08 20:21:13 +08:00
sidebarConnectionSelection.test.ts refactor(desktop): organize lib modules by domain 2026-07-04 13:53:52 +08:00
sidebarContextMenuHost.test.ts fix(sidebar): centralize tree action handling 2026-07-14 18:10:52 +08:00
sidebarDatabaseOpenState.test.ts fix(sidebar): centralize tree action handling 2026-07-14 18:10:52 +08:00
sidebarDialogRouting.test.ts fix(sidebar): load visible schema filters on mount 2026-07-15 12:53:39 +08:00
sidebarLargeTree.test.ts fix(sidebar): centralize tree action handling 2026-07-14 18:10:52 +08:00
sidebarLayout.test.ts feat(sidebar): show connection group paths 2026-07-14 19:03:27 +08:00
sidebarLayoutNested.test.ts refactor(desktop): organize lib modules by domain 2026-07-04 13:53:52 +08:00
sidebarNodeOrdering.test.ts refactor(desktop): organize lib modules by domain 2026-07-04 13:53:52 +08:00
sidebarPasteHandlerRegistry.test.ts fix(grid): improve scrolling and sidebar responsiveness 2026-07-13 16:12:54 +08:00
sidebarRenameFocus.test.ts refactor(desktop): organize lib modules by domain 2026-07-04 13:53:52 +08:00
sidebarSearch.test.ts refactor(desktop): organize lib modules by domain 2026-07-04 13:53:52 +08:00
sidebarSearchTree.test.ts fix(sidebar): preserve Mongo collection children in search 2026-07-08 23:44:25 +08:00
sidebarTableSearchControl.test.ts feat(settings): improve sidebar search 2026-07-06 17:24:56 +08:00
sidebarTreeAffordances.test.ts fix(sidebar): centralize tree action handling 2026-07-14 18:10:52 +08:00
sidebarTreeCollapse.test.ts refactor(desktop): organize lib modules by domain 2026-07-04 13:53:52 +08:00
sidebarTreeItemCleanup.test.ts fix(sidebar): centralize tree action handling 2026-07-14 18:10:52 +08:00
sidebarTreeItemLayout.test.ts fix(sidebar): use available width for table names 2026-07-13 20:34:27 +08:00
sidebarTreeSelection.test.ts refactor(desktop): organize lib modules by domain 2026-07-04 13:53:52 +08:00
sidebarTypeSearch.test.ts refactor(desktop): organize lib modules by domain 2026-07-04 13:53:52 +08:00
sqlAnalysis.test.ts fix(query): support editing distinct results 2026-07-10 13:19:28 +08:00
sqlCompletion.test.ts feat(oracle): improve multi-schema completion 2026-07-14 12:35:13 +08:00
sqlCompletionPerformance.test.ts refactor(desktop): organize lib modules by domain 2026-07-04 13:53:52 +08:00
sqlExecutionTarget.test.ts fix(mongodb): honor current command execution mode (#2702) 2026-07-07 00:02:34 +08:00
sqlFileExecutionDialog.test.ts fix(import): keep sql dialog actions visible 2026-07-15 16:42:34 +08:00
sqlFormatter.test.ts refactor(desktop): organize lib modules by domain 2026-07-04 13:53:52 +08:00
sqlFormatterConfig.test.ts refactor(desktop): organize lib modules by domain 2026-07-04 13:53:52 +08:00
sqlMetadataRefresh.test.ts refactor(desktop): organize lib modules by domain 2026-07-04 13:53:52 +08:00
sqlQuoteCaret.test.ts refactor(desktop): organize lib modules by domain 2026-07-04 13:53:52 +08:00
sqlSemanticDiagnostics.test.ts refactor(desktop): organize lib modules by domain 2026-07-04 13:53:52 +08:00
sqlServerTree.test.ts refactor(desktop): organize lib modules by domain 2026-07-04 13:53:52 +08:00
sqlserverSemanticDiagnostics.test.ts refactor(desktop): organize lib modules by domain 2026-07-04 13:53:52 +08:00
supportInfo.test.ts feat(support-info): add app support information 2026-07-09 09:52:45 +08:00
syncChangelog.test.ts feat(update): 应用内更新提示支持英文 release notes 2026-07-07 00:26:56 +08:00
syncTunnelProfiles.test.ts fix(sync): refresh tunnel profiles after download 2026-07-14 11:04:45 +08:00
tabCloseActions.test.ts refactor(desktop): organize lib modules by domain 2026-07-04 13:53:52 +08:00
tabPresentation.test.ts feat(query): show result source ranges 2026-07-13 18:52:14 +08:00
tabResultCache.test.ts feat(mongo): add document JSON preview 2026-07-11 01:00:47 +08:00
tableClipboard.test.ts refactor(desktop): organize lib modules by domain 2026-07-04 13:53:52 +08:00
tableColumnTemplates.test.ts refactor(desktop): organize lib modules by domain 2026-07-04 13:53:52 +08:00
tableDataExport.test.ts refactor(desktop): organize lib modules by domain 2026-07-04 13:53:52 +08:00
tableDataTabMeta.test.ts fix(completion): restore result field suggestions 2026-07-15 16:07:05 +08:00
tableEditing.test.ts fix(oceanbase): use rowid for keyless Oracle rows 2026-07-15 13:00:38 +08:00
tableImport.test.ts refactor(desktop): organize lib modules by domain 2026-07-04 13:53:52 +08:00
tableMetadataCache.test.ts feat(metadata): optimize agent metadata loading 2026-07-05 12:09:24 +08:00
tableSqlTemplates.test.ts refactor(desktop): organize lib modules by domain 2026-07-04 13:53:52 +08:00
tableStructureEditorState.test.ts fix(structure): default editor to columns 2026-07-11 13:45:49 +08:00
tableTree.test.ts refactor(desktop): organize lib modules by domain 2026-07-04 13:53:52 +08:00
transferProgress.test.ts fix(transfer): keep task active after table errors 2026-07-09 18:30:29 +08:00
transferProgressState.test.ts refactor(desktop): organize lib modules by domain 2026-07-04 13:53:52 +08:00
treeNodeClick.test.ts fix(sidebar): ignore repeated row clicks during double-click 2026-07-06 12:54:33 +08:00
treeNodeContext.test.ts refactor(desktop): organize lib modules by domain 2026-07-04 13:53:52 +08:00
treeNodeIcon.test.ts feat(mongodb): improve GridFS manager filtering and sorting 2026-07-06 17:17:33 +08:00
treeRefreshTarget.test.ts refactor(desktop): organize lib modules by domain 2026-07-04 13:53:52 +08:00
useDataGridActions.test.ts feat(toolbar): redesign query result toolbar layout 2026-07-12 00:30:43 +08:00
useDataGridExport.test.ts feat(export): include query SQL in XLSX 2026-07-14 10:45:21 +08:00
useExportTracker.test.ts fix(transfer): keep task active after table errors 2026-07-09 18:30:29 +08:00
useFlatTree.test.ts feat(sidebar): 添加一键折叠所有节点功能 2026-07-02 18:50:01 +08:00
useSqlExecution.test.ts
webdavAutoUpload.test.ts refactor(desktop): organize lib modules by domain 2026-07-04 13:53:52 +08:00
xlsxExport.test.ts feat(export): include query SQL in XLSX 2026-07-14 10:45:21 +08:00