Freedom
1cdbf4fa3d
fix(desktop): unify UI colors onto theme tokens
2026-07-28 11:24:10 +08:00
digyear
3e8e7a4146
fix(schema-diff): skip view DDL when disabled
2026-07-25 08:45:26 +08:00
zipg
127328a4ed
fix(ui): support legacy WebView dialog viewports
2026-07-22 15:26:23 +08:00
amwps290
727290fa32
fix(postgres): preserve overloaded routine signatures
2026-07-21 16:58:12 +08:00
vrustx
1c34b2b568
fix(connection): share connection group path map
2026-07-15 19:29:38 +08:00
t8y2
ba12720e7e
fix(ui): truncate long searchable select labels
2026-07-15 13:45:30 +08:00
wuxiemian
1be66fb115
feat(safety): add production environment safeguards
2026-07-12 10:02:27 +08:00
一颗红心
c60b23ffe7
fix: swap upload and download icons in various components for consistency
2026-07-07 14:17:33 +08:00
zipg
5c35755219
Feature:新增多套应用配色主题 ( #2559 )
...
Co-authored-by: staff <staff@qimaos-MacBook-Pro.local>
2026-07-05 00:34:47 +08:00
t8y2
7e7c4944e9
refactor(desktop): organize lib modules by domain
2026-07-04 13:53:52 +08:00
大峰
f1f99f6f10
feat(ui): add searchable selects to compare and transfer dialogs
2026-06-30 22:53:27 +08:00
t8y2
0c2d95b83e
fix(schema-diff): qualify MySQL deploy SQL target
2026-06-28 11:05:04 +08:00
zipg
28e7cdfacc
improve: 统一表单控件小圆角样式
2026-06-28 00:51:45 +08:00
zipg
5a8b129edf
fix(schema-diff): reduce MySQL metadata query pressure
...
Co-authored-by: zipg <4047349+zipg@users.noreply.github.com>
2026-06-27 23:57:22 +08:00
t8y2
2f06ca5fe3
fix(data-compare): batch sync execution
2026-06-26 17:10:26 +08:00
lexmin0412
c2376494d3
feat(vector): add ChromaDB support
2026-06-26 01:41:36 +08:00
ptma
484d20922a
fix(postgres): handle PostgreSQL views
2026-06-25 10:54:38 +08:00
t8y2
cc2fa698d2
fix: resolve conflict markers in non-sql connection filter lists
2026-06-25 01:02:25 +08:00
miracle
0effda91b3
feat(zookeeper): add agent client browsing and node management
2026-06-25 00:40:48 +08:00
t8y2
bf9ef4365b
feat(vector): add weaviate support
2026-06-25 00:31:27 +08:00
二丫讲梵
3ebfae05a2
feat(nacos): add Nacos management console ( #1456 )
2026-06-24 01:19:18 +08:00
t8y2
21ec91a3d5
feat(schema-diff): add table filters
2026-06-23 18:20:15 +08:00
t8y2
988b2ab3da
feat(sqlserver): recognize readonly keyword
2026-06-22 17:56:49 +08:00
t8y2
7e5fd88e63
fix(schema): use sync sql for modified schema diff
2026-06-22 17:21:08 +08:00
t8y2
e27d34a34a
feat(vector): add qdrant and milvus support
2026-06-19 10:07:56 +08:00
t8y2
d3f7ba2cc9
fix(schema-diff): pass objectType for views so Dameng GET_DDL uses VIEW not TABLE
2026-06-18 12:37:04 +08:00
ptma
e7ee0c9ec1
fix(questdb): handle materialized views and unify table_type naming
...
* fix(questdb): handle materialized views
* fix(test): fix rust test problems
2026-06-18 11:40:57 +08:00
t8y2
8339d23df5
fix: distinguish materialized view from regular view
2026-06-16 21:23:42 +08:00
polemp
ef5ed05ae7
feat(schema-diff): professional DDL diff view with deployment-aware colors and custom themes ( #1112 )
...
Co-authored-by: Sam <14344444@@qq.com>
2026-06-12 17:14:05 +08:00
t8y2
edba8214b5
feat: show username/password fields for Access database connections
2026-06-10 08:37:18 +08:00
二丫讲梵
41758e6bb1
✨ feat(connection): 增加可见数据库选择功能 ( #944 )
...
感谢 @eryajf 的贡献!此功能允许用户在创建或编辑连接时选择可见的数据库,支持多种数据库类型。
2026-06-09 20:56:39 +08:00
t8y2
e6062b2b07
feat(etcd): add agent-backed etcd support
2026-06-08 00:58:42 +08:00
t8y2
e67894bea7
chore: upgrade frontend tooling and speed up checks
2026-06-03 12:20:27 +08:00
t8y2
9e041b3c5e
fix(mysql): format bit values for grid sync
2026-06-03 11:07:04 +08:00
t8y2
b10e7cb1cf
fix(data-compare): create missing target tables during sync
2026-06-02 17:46:30 +08:00
t8y2
ca0153acbb
fix(diff): sync MySQL comment differences
2026-06-02 10:27:08 +08:00
t8y2
13d9fd14b4
fix(diff): make schema diff dialog resizable
2026-05-30 09:16:20 +08:00
t8y2
c952c65483
feat: upgrade data compare sync planning
2026-05-28 01:05:15 +08:00
t8y2
2dc462808c
fix: prevent compare dialogs from closing on outside click
...
Add @interact-outside.prevent to schema diff and data compare dialogs
to avoid accidental dismissal. Move compare action buttons to footer,
matching the SQL file execution dialog layout.
2026-05-27 02:52:59 +08:00
t8y2
f5f986cdd6
fix: add Shiki SQL syntax highlighting to all SQL display components
...
Add useSqlHighlighter composable and integrate Shiki highlighting into
DangerConfirmDialog, QueryHistory, DataGrid (replacing regex-based
highlighting), SqlFileExecutionDialog, SchemaDiffDialog, TreeItem,
ObjectBrowser, and FieldLineageDialog. Also fix danger dialog overflow
by adding overflow-hidden to DialogContent and wrap/scroll support.
2026-05-26 15:31:15 +08:00
t8y2
e62ad97bcd
feat(editor): enhance SQL completion icons and styles
2026-05-23 12:33:14 +08:00
t8y2
d8650df323
feat(diff): support batch data compare
2026-05-23 12:33:14 +08:00
t8y2
2fea0c38c5
fix(app): harden clipboard copy flows
2026-05-23 10:52:19 +08:00
t8y2
3f14585a2a
feat(diff): move schema and data diff to Rust
2026-05-22 16:20:11 +08:00
t8y2
69ee7f2d8b
fix(structure): initialize dialogs and edit clickhouse columns
2026-05-19 13:31:42 +08:00
t8y2
06683c57b1
chore(repo): move desktop app under apps
2026-05-18 02:35:39 +08:00