dbx/tests
t8y2 f80b1e8bc9 feat(schema): add object rename actions 2026-05-17 10:54:50 +08:00
..
actionActivation.test.ts fix: prevent repeated menu activations 2026-05-16 19:52:31 +08:00
agentDriverInstallHint.test.ts feat: add Microsoft Access database support 2026-05-17 09:57:04 +08:00
aiAgentPlan.test.ts feat(ai): add agent planning and skill prompts 2026-05-16 18:34:50 +08:00
aiAgentStepPresentation.test.ts feat(ai): add agent planning and skill prompts 2026-05-16 18:34:50 +08:00
aiPrompt.test.ts feat(ai): add agent planning and skill prompts 2026-05-16 18:34:50 +08:00
aiPromptEval.test.ts feat(ai): add agent planning and skill prompts 2026-05-16 18:34:50 +08:00
aiSkills.test.ts feat(ai): add agent planning and skill prompts 2026-05-16 18:34:50 +08:00
aiSqlExecutionPolicy.test.ts feat(ai): add guarded SQL auto execution 2026-05-11 02:27:56 +08:00
aiTableMentions.test.ts feat(ai): add table mentions 2026-05-15 16:46:54 +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
columnFormatter.test.ts feat(grid): add column formatters 2026-05-15 23:27:09 +08:00
configCrypto.test.ts feat: add configuration export/import with passphrase encryption 2026-05-03 12:46:49 +08:00
connectionHealth.test.ts fix(connection): handle stale connection state 2026-05-15 14:39:03 +08:00
connectionPresentation.test.ts feat: add Microsoft Access database support 2026-05-17 09:57:04 +08:00
connectionUrl.test.ts feat: add Microsoft Access database support 2026-05-17 09:57:04 +08:00
connectionUrlPlaceholder.test.ts feat: add Microsoft Access database support 2026-05-17 09:57:04 +08:00
createDatabaseSql.test.ts fix: handle MySQL backup SQL import 2026-05-16 12:13:40 +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
dataGridEditor.test.ts feat(ai): add table mentions 2026-05-15 16:46:54 +08:00
dataGridScrollGutter.test.ts fix(grid): align header at horizontal scroll end 2026-05-15 11:46:59 +08:00
dataGridSql.test.ts feat: add Microsoft Access database support 2026-05-17 09:57:04 +08:00
databaseCapabilities.test.ts feat: add Microsoft Access database support 2026-05-17 09:57:04 +08:00
databaseExport.test.ts fix: address lineage review feedback 2026-05-03 06:02:39 +08:00
databaseExportSelection.test.ts feat(export): add table selection to database export 2026-05-15 18:56:23 +08:00
databaseOptionSearch.test.ts feat(editor): add searchable query selectors 2026-05-15 16:58:23 +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
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
historyAiAnalysis.test.ts feat(history): add AI analysis action 2026-05-15 19:53:32 +08:00
historyVirtualList.test.ts fix(history): classify and virtualize entries 2026-05-13 17:07:56 +08:00
keyboardShortcuts.test.ts feat(settings): add custom shortcut settings 2026-05-15 17:53:51 +08:00
markdownTable.test.ts fix: address lineage review feedback 2026-05-03 06:02:39 +08:00
mongoShellCommand.test.ts fix(mongo): support shell find queries 2026-05-15 12:00:49 +08:00
objectRenameSql.test.ts feat(schema): add object rename actions 2026-05-17 10:54:50 +08:00
objectSourceEditor.test.ts fix(editor): save object source tabs contextually 2026-05-15 13:28:41 +08:00
openTabsPersistence.test.ts fix(editor): save object source tabs contextually 2026-05-15 13:28:41 +08:00
pinnedItems.test.ts fix(sidebar): preserve nested pinned tree nodes 2026-05-15 11:26:19 +08:00
queryExecutionState.test.ts
queryResultPagination.test.ts feat(query): add paged result fetching 2026-05-17 00:10:18 +08:00
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
schemaOptions.test.ts fix(schema): prevent repeated schema option loads 2026-05-16 00:50:45 +08:00
settingsDialogLayout.test.ts feat(settings): add sidebar activation preference 2026-05-15 18:09:24 +08:00
settingsStore.test.ts feat(grid): add column formatters 2026-05-15 23:27:09 +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
sidebarSearchTree.test.ts fix(sidebar): preserve searched table children 2026-05-15 12:42:27 +08:00
sidebarTreeItemLayout.test.ts fix(sidebar): 修复侧边栏树状态显示 2026-05-11 02:16:36 +08:00
sqlAnalysis.test.ts feat(grid): edit simple query results 2026-05-16 10:25:05 +08:00
sqlCompletion.test.ts feat: improve SQL editor completions 2026-05-16 00:25:06 +08:00
sqlDiagnostics.test.ts feat: improve SQL editor completions 2026-05-16 00:25:06 +08:00
sqlExecutionTarget.test.ts
sqlFormatter.test.ts
sqlMetadataRefresh.test.ts fix: refresh metadata after schema changes 2026-05-16 12:51:38 +08:00
sqlServerTree.test.ts feat(objects): show functions and procedures in sidebar tree 2026-05-15 13:02:19 +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 feat: add Microsoft Access database support 2026-05-17 09:57:04 +08:00
tableImport.test.ts feat: import table data from files 2026-05-02 19:04:41 +08:00
tableSelectSql.test.ts feat: add Microsoft Access database support 2026-05-17 09:57:04 +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): open object browser on double click 2026-05-16 11:23:05 +08:00
treeRefreshTarget.test.ts fix: refresh sidebar after SQL file import 2026-05-16 12:38:53 +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
visibleDatabases.test.ts feat(sidebar): add visible database filters 2026-05-15 17:36:51 +08:00
xlsxExport.test.ts feat(data): support connection URLs and XLSX export 2026-05-09 23:11:15 +08:00