dbx/packages/app-tests
t8y2 cabe89a19b fix(mongodb): support legacy count helpers 2026-07-03 13:25:36 +08:00
..
actionActivation.test.ts chore: migrate test runner from node:test/tsx to vitest 2026-06-08 01:17:27 +08:00
agentDriverInstallHint.test.ts fix(connection): show built-in driver update hint on connection failure (#2111) 2026-06-30 01:52:37 +08:00
agentVersionBump.test.ts fix(agents): limit common version bumps 2026-07-02 12:11:35 +08:00
aiAgentPlan.test.ts feat: show username/password fields for Access database connections 2026-06-10 08:37:18 +08:00
aiAgentStepPresentation.test.ts fix(ai): tool call status cards, table overflow, streaming TextDelta 2026-07-02 18:49:50 +08:00
aiPrompt.test.ts feat(ai): add vector DB assistant tools 2026-06-29 11:46:41 +08:00
aiPromptEval.test.ts fix(test): update AI prompt eval patterns to match current agent prompt 2026-06-12 20:37:09 +08:00
aiPromptKeyboard.test.ts feat: show username/password fields for Access database connections 2026-06-10 08:37:18 +08:00
aiSchemaComments.test.ts chore: migrate test runner from node:test/tsx to vitest 2026-06-08 01:17:27 +08:00
aiSkills.test.ts chore: migrate test runner from node:test/tsx to vitest 2026-06-08 01:17:27 +08:00
aiSqlExecutionPolicy.test.ts feat: show username/password fields for Access database connections 2026-06-10 08:37:18 +08:00
aiTableMentions.test.ts feat: show username/password fields for Access database connections 2026-06-10 08:37:18 +08:00
appUpdater.test.ts feat(updates): add AtomGit update download source 2026-07-03 11:01:27 +08:00
binaryCellDownload.test.ts feat: show username/password fields for Access database connections 2026-06-10 08:37:18 +08:00
binaryHexViewer.test.ts feat(grid): add binary data hex viewer 2026-06-19 23:51:03 +08:00
canvasDataGridRenderer.test.ts fix(canvas): fix premature text truncation in canvas grid cells 2026-06-28 00:32:11 +08:00
cellDetailPresentation.test.ts feat(grid): add binary data hex viewer 2026-06-19 23:51:03 +08:00
cellImageUrl.test.ts feat(grid): preview binary image cell values 2026-06-29 00:13:33 +08:00
cellValue.test.ts feat: show username/password fields for Access database connections 2026-06-10 08:37:18 +08:00
clipboard.test.ts feat(editor): add table copy/paste keyboard shortcuts 2026-07-01 12:49:37 +08:00
codemirrorSqlDialect.test.ts feat(sqlserver): recognize readonly keyword 2026-06-22 17:56:49 +08:00
codemirrorTrimmedSelectionLayer.test.ts fix(editor): trim line break selection highlight 2026-06-16 18:07:42 +08:00
columnFormatter.test.ts feat(grid): support datetime formatter patterns 2026-06-30 20:37:23 +08:00
configCrypto.test.ts feat: show username/password fields for Access database connections 2026-06-10 08:37:18 +08:00
connectionDeepLink.test.ts fix(app): decode imported connection link names (#1930) 2026-06-26 16:09:17 +08:00
connectionLevelDatabaseBootstrap.test.ts fix: support mysql install scripts without selected database (#2356) 2026-07-02 13:18:49 +08:00
connectionPresentation.test.ts feat: show username/password fields for Access database connections 2026-06-10 08:37:18 +08:00
connectionStoreErrorState.test.ts Fix:修复升级后固定数据标签页连接失败后无法恢复 2026-07-01 19:41:34 +08:00
connectionStoreGroupedConnect.test.ts fix(connection): 复制连接时保持在同一组内 2026-07-02 10:34:48 +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 feat(h2): add split JDBC URL support 2026-06-27 20:03:16 +08:00
connectionVisibleDatabases.test.ts fix(app): 修复可见对象过滤器候选列表 2026-07-01 14:43:13 +08:00
dataGridCellCoercion.mysql-json.test.ts fix(mysql): normalize smart quotes in JSON input 2026-06-17 10:33:10 +08:00
dataGridCellCoercion.test.ts feat: show username/password fields for Access database connections 2026-06-10 08:37:18 +08:00
dataGridColumnFilter.test.ts feat(grid): add database value filter 2026-06-29 03:13:35 +08:00
dataGridColumnOrder.test.ts feat(grid): add drag-and-drop column reordering with persistence 2026-06-20 21:50:59 +08:00
dataGridColumnType.test.ts feat: show username/password fields for Access database connections 2026-06-10 08:37:18 +08:00
dataGridColumnVisibility.test.ts feat: show username/password fields for Access database connections 2026-06-10 08:37:18 +08:00
dataGridColumnWidth.test.ts fix(grid): expand auto-fit column width 2026-06-29 01:44:35 +08:00
dataGridConditionHistory.test.ts feat: add data grid condition history controls 2026-06-17 12:08:10 +08:00
dataGridDetail.test.ts feat(grid): preview binary image cell values 2026-06-29 00:13:33 +08:00
dataGridEditor.test.ts feat(grid): add data grid quick entry 2026-06-30 09:14:44 +08:00
dataGridEnumEditor.test.ts fix(grid): parse mysql enum type suffixes 2026-06-30 23:20:43 +08:00
dataGridExport.test.ts feat(grid): add data grid quick entry 2026-06-30 09:14:44 +08:00
dataGridInfiniteScroll.test.ts fix(grid): cover horizontal wheel pagination 2026-07-03 00:02:11 +08:00
dataGridPagination.test.ts chore: migrate test runner from node:test/tsx to vitest 2026-06-08 01:17:27 +08:00
dataGridSaveUi.test.ts chore: migrate test runner from node:test/tsx to vitest 2026-06-08 01:17:27 +08:00
dataGridSelection.test.ts feat(grid): add data grid quick entry 2026-06-30 09:14:44 +08:00
dataGridSort.test.ts feat(grid): add current page sorting 2026-06-24 15:39:40 +08:00
dataGridTemporalEditor.test.ts Fix:修复日期时间编辑器箭头按钮不立即更新 (#2310) 2026-07-01 15:21:25 +08:00
dataGridTranspose.test.ts feat(grid): 添加多行转置功能和相关界面支持 (#909) 2026-06-09 12:02:45 +08:00
dataTabActivation.test.ts Fix:修复升级后固定数据标签页连接失败后无法恢复 2026-07-01 19:41:34 +08:00
databaseCapabilities.test.ts fix(app): 支持 GoldenDB 和 Vastbase 新建数据库入口 (#2361) 2026-07-02 13:44:42 +08:00
databaseExportPlan.test.ts feat(export): add all-database export 2026-07-02 21:16:56 +08:00
databaseSearch.test.ts feat: show username/password fields for Access database connections 2026-06-10 08:37:18 +08:00
databaseTree.test.ts chore(test): remove fragile database-type mapping tests 2026-06-18 12:15:10 +08:00
databaseUserAdmin.test.ts fix(vastbase): avoid backslash escape in role grants SQL 2026-06-26 19:07:22 +08:00
dbAdminSql.test.ts feat(postgres): support schema comments 2026-06-24 18:35:43 +08:00
ddlExport.test.ts fix(export): append semicolons to exported DDL statements 2026-06-30 18:00:44 +08:00
defaultDatabase.test.ts feat: show username/password fields for Access database connections 2026-06-10 08:37:18 +08:00
diagramSvgExport.test.ts feat: show username/password fields for Access database connections 2026-06-10 08:37:18 +08:00
documentStoreProvider.test.ts fix: 修复 MongoDB 筛选查询预览语法 (#1989) 2026-06-27 14:48:14 +08:00
documentViewerFontStyle.test.ts fix: apply editor font to document preview 2026-06-17 17:39:38 +08:00
driverInstallProgressUi.test.ts feat: show username/password fields for Access database connections 2026-06-10 08:37:18 +08:00
elasticsearchCompletion.test.ts feat: show username/password fields for Access database connections 2026-06-10 08:37:18 +08:00
engineeringDiagram.test.ts feat: show username/password fields for Access database connections 2026-06-10 08:37:18 +08:00
erDiagram.test.ts feat(diagram): add modeled ERD relationships 2026-06-26 18:44:47 +08:00
exportFormats.test.ts fix(export): resolve query result export progress 2026-06-19 11:15:18 +08:00
fieldLineage.test.ts chore: migrate test runner from node:test/tsx to vitest 2026-06-08 01:17:27 +08:00
gridRowStatus.test.ts feat(grid): add data grid quick entry 2026-06-30 09:14:44 +08:00
gridSelection.test.ts feat: show username/password fields for Access database connections 2026-06-10 08:37:18 +08:00
historyActivityKind.test.ts chore: migrate test runner from node:test/tsx to vitest 2026-06-08 01:17:27 +08:00
historyAiAnalysis.test.ts feat: show username/password fields for Access database connections 2026-06-10 08:37:18 +08:00
historyTimeRange.test.ts feat(history): add execution time range filter 2026-06-20 22:14:15 +08:00
imagePreviewViewer.test.ts feat(grid): preview binary image cell values 2026-06-29 00:13:33 +08:00
jdbcDialect.test.ts Fix:支持 SQL Server 新增字段设置自增 (#2254) 2026-06-30 23:30:50 +08:00
jdbcPluginRelease.test.ts fix(check): stabilize pnpm check on Windows 2026-06-26 17:55:58 +08:00
jsonCopyValue.test.ts fix(mongodb): expand nested JSON strings when copying rows as JSON 2026-06-28 18:57:03 +08:00
keyboardShortcuts.test.ts feat(tabs): 添加标签页切换快捷键支持 2026-06-29 19:53:28 +08:00
metadataTaskLimiter.test.ts fix: 隔离 MySQL 大库场景前台查询与后台元数据加载 (#2354) 2026-07-01 20:03:09 +08:00
mongoCompletion.test.ts feat: improve MongoDB query assistance 2026-06-19 23:59:34 +08:00
mongoConnectionOptions.test.ts fix(mongodb): remove invalid direct connection 2026-06-20 22:44:17 +08:00
mongoDocumentValues.test.ts fix: support mongodb copy insert statements 2026-06-28 22:09:16 +08:00
mongoFormatter.test.ts feat: improve MongoDB query assistance 2026-06-19 23:59:34 +08:00
mongoShellCommand.test.ts fix(mongodb): support legacy count helpers 2026-07-03 13:25:36 +08:00
newQueryContext.test.ts chore: migrate test runner from node:test/tsx to vitest 2026-06-08 01:17:27 +08:00
objectBrowserRows.test.ts fix: 修复 PostgreSQL 重载过程显示重复 2026-06-29 19:58:01 +08:00
oceanbaseConnectionMode.test.ts fix(oceanbase): preserve oracle mode when editing connection 2026-06-26 01:46:42 +08:00
openTabsPersistence.test.ts fix(editor): prompt before closing unsaved SQL tabs 2026-07-02 16:43:55 +08:00
pinnedItems.test.ts feat: show username/password fields for Access database connections 2026-06-10 08:37:18 +08:00
queryCursorTableTarget.test.ts feat: add query editor view data context action 2026-06-17 14:42:15 +08:00
queryEditorTableDrop.test.ts feat(editor): drag columns into SQL editor 2026-06-16 17:12:37 +08:00
queryResultArchive.test.ts feat(query): add switchable query result runs and archives 2026-06-14 10:30:50 +08:00
queryStore.test.ts fix(editor): prompt before closing unsaved SQL tabs 2026-07-02 16:43:55 +08:00
redisCommandSession.test.ts feat: show username/password fields for Access database connections 2026-06-10 08:37:18 +08:00
redisCommandTable.test.ts fix(redis): invalidate key completion cache after write commands 2026-06-17 00:24:47 +08:00
redisCompletion.test.ts feat(redis): add Redis command completion to query editor 2026-06-16 22:03:48 +08:00
redisKeyTree.test.ts fix(redis): copy displayed key name 2026-07-03 00:14:11 +08:00
redisSyntaxDiagnostics.test.ts feat(redis): add Redis syntax checking for query editor 2026-06-16 10:31:09 +08:00
redisValuePresentation.test.ts feat: show username/password fields for Access database connections 2026-06-10 08:37:18 +08:00
routineExecutionSql.test.ts fix(databend): enable editing and procedures 2026-06-15 17:43:44 +08:00
savedSqlHistory.test.ts feat: add SQL library history query entry points 2026-06-11 10:53:54 +08:00
savedSqlStore.test.ts fix(saved-sql): preserve folder on metadata save 2026-07-02 11:55:26 +08:00
schemaDiff.test.ts fix(schema-diff): qualify MySQL deploy SQL target 2026-06-28 11:05:04 +08:00
schemaDiffTableFilter.test.ts feat(schema-diff): add table filters 2026-06-23 18:20:15 +08:00
schemaOptions.test.ts fix(oceanbase): show oracle mode schemas in sidebar 2026-06-26 02:03:00 +08:00
schemaTreeCache.test.ts feat: show username/password fields for Access database connections 2026-06-10 08:37:18 +08:00
settingsStore.test.ts feat(settings): add interface font selection 2026-07-02 19:55:43 +08:00
sidebarActiveTabTarget.test.ts fix: 修复侧边栏定位表节点异常及连接配置测试字段缺失 2026-06-26 13:59:29 +08:00
sidebarDatabaseOpenState.test.ts fix(sidebar): indicate opened databases by icon state 2026-06-25 13:09:02 +08:00
sidebarLayout.test.ts feat(sidebar): 添加一键折叠所有节点功能 2026-07-02 18:50:01 +08:00
sidebarLayoutNested.test.ts feat(sidebar): support nested groups 2026-06-11 22:35:00 +08:00
sidebarNodeOrdering.test.ts feat(user-admin): add database user privilege management 2026-06-08 13:47:56 +08:00
sidebarRenameFocus.test.ts feat: show username/password fields for Access database connections 2026-06-10 08:37:18 +08:00
sidebarSearch.test.ts chore: migrate test runner from node:test/tsx to vitest 2026-06-08 01:17:27 +08:00
sidebarSearchTree.test.ts fix(sidebar): preserve connection search subtree state 2026-06-28 20:06:50 +08:00
sidebarTreeCollapse.test.ts feat(sidebar): 添加一键折叠所有节点功能 2026-07-02 18:50:01 +08:00
sidebarTreeItemLayout.test.ts feat(nacos): allow pinning namespaces 2026-06-25 17:39:46 +08:00
sidebarTreeSelection.test.ts feat: show username/password fields for Access database connections 2026-06-10 08:37:18 +08:00
sidebarTypeSearch.test.ts feat: add sidebar type-to-search 2026-06-18 13:13:45 +08:00
sqlAnalysis.test.ts fix(clickhouse): support data grid editing 2026-06-24 13:17:27 +08:00
sqlCompletion.test.ts fix(editor): suppress SQL completion in strings 2026-07-01 11:48:43 +08:00
sqlCompletionPerformance.test.ts feat: show username/password fields for Access database connections 2026-06-10 08:37:18 +08:00
sqlExecutionTarget.test.ts fix(mongodb): support multi-command execution 2026-07-02 12:19:38 +08:00
sqlFormatter.test.ts feat: show username/password fields for Access database connections 2026-06-10 08:37:18 +08:00
sqlFormatterConfig.test.ts Merge pull request #1037 2026-06-11 11:12:05 +08:00
sqlMetadataRefresh.test.ts feat: show username/password fields for Access database connections 2026-06-10 08:37:18 +08:00
sqlQuoteCaret.test.ts feat: add SQL single quote caret pairing 2026-06-23 21:14:15 +08:00
sqlSemanticDiagnostics.test.ts fix: handle oracle plsql statement ranges 2026-07-01 12:26:03 +08:00
sqlServerTree.test.ts fix(sqlserver): align schema tree and creation 2026-06-25 20:37:23 +08:00
sqlserverSemanticDiagnostics.test.ts chore: migrate test runner from node:test/tsx to vitest 2026-06-08 01:17:27 +08:00
syncChangelog.test.ts fix(check): stabilize pnpm check on Windows 2026-06-26 17:55:58 +08:00
tabCloseActions.test.ts feat: show username/password fields for Access database connections 2026-06-10 08:37:18 +08:00
tabPresentation.test.ts feat(grid): support result source labels 2026-06-28 13:58:23 +08:00
tabResultCache.test.ts feat(grid): support result source labels 2026-06-28 13:58:23 +08:00
tableClipboard.test.ts feat(editor): add table copy/paste keyboard shortcuts 2026-07-01 12:49:37 +08:00
tableColumnTemplates.test.ts feat(structure): add configurable preset fields for new tables 2026-06-25 01:05:36 +08:00
tableDataExport.test.ts feat: show username/password fields for Access database connections 2026-06-10 08:37:18 +08:00
tableDataTabMeta.test.ts chore: migrate test runner from node:test/tsx to vitest 2026-06-08 01:17:27 +08:00
tableEditing.test.ts feat(grid): add data grid quick entry 2026-06-30 09:14:44 +08:00
tableImport.test.ts feat: show username/password fields for Access database connections 2026-06-10 08:37:18 +08:00
tableSqlTemplates.test.ts feat(sql): add table generate sql menu 2026-06-19 10:53:26 +08:00
tableStructureEditorState.test.ts fix(app): 修复 Oracle 表结构已有字段识别 2026-07-01 16:05:01 +08:00
tableTree.test.ts Fix: keep simple sidebar table pagination bounded (#2092) 2026-06-30 00:08:41 +08:00
transferProgressState.test.ts feat(export-tracker): 增强导出任务跟踪功能 (#1958) 2026-06-26 18:50:25 +08:00
treeNodeClick.test.ts feat(sidebar): 添加一键折叠所有节点功能 2026-07-02 18:50:01 +08:00
treeNodeContext.test.ts feat: show username/password fields for Access database connections 2026-06-10 08:37:18 +08:00
treeRefreshTarget.test.ts chore: migrate test runner from node:test/tsx to vitest 2026-06-08 01:17:27 +08:00
useDataGridActions.test.ts fix(oracle): reuse shared pool for data tabs 2026-07-02 11:48:02 +08:00
useDataGridExport.test.ts fix(grid): refresh copied insert after row edits 2026-07-01 02:10:47 +08:00
useExportTracker.test.ts feat(export-tracker): 增强导出任务跟踪功能 (#1958) 2026-06-26 18:50:25 +08:00
useFlatTree.test.ts feat(sidebar): 添加一键折叠所有节点功能 2026-07-02 18:50:01 +08:00
useSqlExecution.test.ts chore: migrate test runner from node:test/tsx to vitest 2026-06-08 01:17:27 +08:00
webdavAutoUpload.test.ts fix: 修复webdav自动定时同步异常的问题 (#1921) 2026-06-26 15:35:48 +08:00
xlsxExport.test.ts chore: migrate test runner from node:test/tsx to vitest 2026-06-08 01:17:27 +08:00