dbx/tests
t8y2 433297e549 fix(connection): hide installed driver hint 2026-05-14 01:10:01 +08:00
..
agentDriverInstallHint.test.ts fix(connection): hide installed driver hint 2026-05-14 01:10:01 +08:00
aiSqlExecutionPolicy.test.ts feat(ai): add guarded SQL auto execution 2026-05-11 02:27:56 +08:00
apiBackendContract.test.ts test: add backend API contract coverage 2026-05-10 22:34:37 +08:00
appTheme.test.ts feat: add system theme mode 2026-05-13 10:48:34 +08:00
appUpdateBadge.test.ts feat(updates): add hourly update badge 2026-05-13 23:47:20 +08:00
cellValue.test.ts refactor(grid): 提取 cellValue 格式化到共享模块并增加测试 (#218) 2026-05-11 18:56:08 +08:00
configCrypto.test.ts feat: add configuration export/import with passphrase encryption 2026-05-03 12:46:49 +08:00
connectionPresentation.test.ts feat: improve connection and table tree UX 2026-05-04 11:49:28 +08:00
connectionUrl.test.ts feat(data): support connection URLs and XLSX export 2026-05-09 23:11:15 +08:00
connectionUrlPlaceholder.test.ts feat(connection): 为不同数据库类型展示各自对应的 connection URL placeholder 2026-05-12 10:21:19 +08:00
dataCompare.test.ts feat(diff): add data compare and schema sync coverage 2026-05-09 23:44:49 +08:00
dataGridColumnWidth.test.ts fix(grid): reserve header control width 2026-05-13 23:29:49 +08:00
dataGridSql.test.ts fix(informix): 支持表格直接编辑 2026-05-14 01:05:01 +08:00
databaseCapabilities.test.ts refactor(frontend): centralize database feature capabilities 2026-05-13 22:14:33 +08:00
databaseExport.test.ts fix: address lineage review feedback 2026-05-03 06:02:39 +08:00
databaseSearch.test.ts feat: add database-wide search 2026-05-04 12:01:19 +08:00
databaseTree.test.ts fix(sidebar): 修复默认库过滤数据库树 (#175) 2026-05-09 14:42:24 +08:00
defaultDatabase.test.ts feat(connection): 支持设置默认数据库 2026-05-07 16:49:56 +08:00
diagramSvgExport.test.ts
diagramZoom.test.ts
engineeringDiagram.test.ts
erDiagram.test.ts
explainPlan.test.ts feat: add explain plan viewer 2026-05-02 21:00:53 +08:00
fieldLineage.test.ts feat: add field lineage viewer 2026-05-03 05:39:05 +08:00
gridRowStatus.test.ts refine grid row change indicators 2026-05-02 17:03:54 +08:00
gridSelection.test.ts feat(grid): add clipboard shortcuts 2026-05-10 10:22:17 +08:00
historyActions.test.ts fix: address lineage review feedback 2026-05-03 06:02:39 +08:00
historyActivityKind.test.ts fix(history): classify and virtualize entries 2026-05-13 17:07:56 +08:00
historyVirtualList.test.ts fix(history): classify and virtualize entries 2026-05-13 17:07:56 +08:00
keyboardShortcuts.test.ts feat(shortcuts): add search focus shortcut 2026-05-13 17:51:20 +08:00
markdownTable.test.ts fix: address lineage review feedback 2026-05-03 06:02:39 +08:00
objectSourceEditor.test.ts fix(objects): save SQL Server object source definitions 2026-05-11 12:17:18 +08:00
openTabsPersistence.test.ts test: 接入前端测试脚本 2026-05-10 22:32:01 +08:00
pinnedItems.test.ts
queryExecutionState.test.ts
queryResultSort.test.ts fix(query): 修复查询结果表头提示与全量排序 (#164) 2026-05-08 18:31:09 +08:00
queryStore.test.ts fix(oracle): 修复表数据加载与编辑 2026-05-11 16:35:59 +08:00
redisCommandSafety.test.ts feat(redis): add bulk operations and command runner 2026-05-12 13:38:43 +08:00
redisKeyTree.test.ts feat(redis): add bulk operations and command runner 2026-05-12 13:38:43 +08:00
redisValuePresentation.test.ts feat(redis): add sheet UI components, list set API, and member detail utils 2026-05-13 13:54:59 +08:00
releasePresentation.test.ts fix(updater): show real app version and release notes 2026-05-12 15:15:46 +08:00
schemaDiff.test.ts feat(diff): add data compare and schema sync coverage 2026-05-09 23:44:49 +08:00
sidebarLayout.test.ts feat(sidebar): create connections from group menu 2026-05-09 16:27:25 +08:00
sidebarSearch.test.ts perf(sidebar): 优化侧边栏搜索匹配性能 2026-05-09 17:36:09 +08:00
sidebarTreeItemLayout.test.ts fix(sidebar): 修复侧边栏树状态显示 2026-05-11 02:16:36 +08:00
sqlCompletion.test.ts fix(sql): add sql server completions 2026-05-13 17:11:33 +08:00
sqlExecutionTarget.test.ts
sqlFormatter.test.ts
sqlServerTree.test.ts fix(connection): hide system database objects 2026-05-09 19:50:28 +08:00
sqlStatementSplit.test.ts feat: add execute mode settings and cursor position handling in SQL editor 2026-05-04 21:19:07 +08:00
tabCloseActions.test.ts
tableEditing.test.ts fix(informix): 支持表格直接编辑 2026-05-14 01:05:01 +08:00
tableImport.test.ts feat: import table data from files 2026-05-02 19:04:41 +08:00
tableSelectSql.test.ts fix(informix): 支持表格直接编辑 2026-05-14 01:05:01 +08:00
tableStructureEditorSql.test.ts fix: guard index column splits, restrict INCLUDE/WHERE by db, unify index type dropdowns 2026-05-03 20:33:09 +08:00
tableStructureEditorState.test.ts feat: add index type, included columns, filter, and comment support 2026-05-03 20:10:35 +08:00
tableTree.test.ts fix(sidebar): refresh grouped object nodes 2026-05-13 18:12:55 +08:00
tauriRuntime.test.ts fix: address lineage review feedback 2026-05-03 06:02:39 +08:00
transferProgressState.test.ts fix: address lineage review feedback 2026-05-03 06:02:39 +08:00
treeNodeClick.test.ts fix(sidebar): require double click to open object browser 2026-05-11 11:03:18 +08:00
useFlatTree.test.ts test(sidebar): align flat tree buffer expectation 2026-05-12 14:53:22 +08:00
useSqlExecution.test.ts fix: prevent SELECT with REPLACE/TRUNCATE functions from triggering danger warning 2026-05-07 19:07:41 +08:00
xlsxExport.test.ts feat(data): support connection URLs and XLSX export 2026-05-09 23:11:15 +08:00