Commit Graph

1675 Commits

Author SHA1 Message Date
LRcoding 1a6d4df68f
feat(grid): show connection name in data header 2026-07-17 00:15:12 +08:00
gggaiitx 916aad66bf
feat(tabs): add multi-row tab layout option 2026-07-17 00:11:47 +08:00
LRcoding 17747f8a2d
feat(objects): search table fields by comment 2026-07-17 00:11:16 +08:00
LRcoding 63ea5f1fd8
feat(table-info): show column default values 2026-07-17 00:10:46 +08:00
LRcoding c67cce5654
fix(results): keep output toolbar height stable 2026-07-17 00:10:15 +08:00
zipg dfd47bc54c
feat(grid): show column comments in condition suggestions 2026-07-17 00:05:50 +08:00
t8y2 7b356ddb22 fix(sidebar): preserve connection node during metadata refresh 2026-07-16 23:07:35 +08:00
t8y2 6660957153 feat(sidebar): decompose tree item runtime 2026-07-16 22:52:10 +08:00
CSXFanMeng f08a0b7f7f
feat(backup): add scheduled database backups 2026-07-16 18:49:15 +08:00
二丫讲梵 cc518e8753
feat(database): add creation and authorization flows 2026-07-16 18:48:29 +08:00
zipg 97d15b3e2d
feat(grid): add generated cell values 2026-07-16 18:43:49 +08:00
ptma 9efdf79ad9
feat(grid): add timezone-aware column formatting 2026-07-16 18:42:33 +08:00
jischeng 41e0989f96
feat(starrocks): enable user and privilege management 2026-07-16 18:21:24 +08:00
Võ Văn Thành (Jay) 640e82cdc6
feat(mongo): improve completion and add distinct support 2026-07-16 18:21:10 +08:00
onenewcode 5bcad3adc6
feat(mongo): add whole-document JSON editing 2026-07-16 18:21:01 +08:00
Freedom 68b1777aa4
feat(mq): improve Kafka peek and admin localization 2026-07-16 18:20:27 +08:00
jischeng a9e76dc130
fix(doris): preserve catalog in metadata views 2026-07-16 18:20:12 +08:00
vrustx 8254cfd948
fix(completion): restore Oracle schema-qualified tables 2026-07-16 18:19:58 +08:00
zipg 669c742acd
fix(kingbase): restore table structure type parameters 2026-07-16 18:19:29 +08:00
lexmin0412 dd3a2e30a4
feat(ai): support multiple configurations and models 2026-07-16 17:59:40 +08:00
zipg ef76b137bb
feat(gaussdb): allow clearing query schema 2026-07-16 17:31:36 +08:00
Abeautifulsnow 7c43c03254
feat(ai): show reasoning character count when collapsed 2026-07-16 17:31:21 +08:00
zipg c4f4ce2460
fix(sqlserver): restore view selection after reconnect 2026-07-16 17:30:49 +08:00
zipg efe883f0d8
fix(zookeeper): open new queries in key browser 2026-07-16 17:30:19 +08:00
Bagus Wahyu Aprianto fc1f02a931
feat(postgres): add server dashboard metrics 2026-07-16 17:01:10 +08:00
zipg 3d23a58e36
fix(editor): improve ASE SQL semantic highlighting 2026-07-16 17:00:55 +08:00
zipg e4c56e6165
feat(sqlserver): add execution plan support 2026-07-16 16:32:52 +08:00
zipg da7eedb49c
feat(elasticsearch): improve REST commands and visual filters 2026-07-16 16:31:15 +08:00
zipg bfcd7593ee
fix(kingbase): preserve table comments and schema expansion 2026-07-16 16:05:51 +08:00
Freedom eb4abba713
fix(mysql): allow connection-level queries without database 2026-07-16 15:38:06 +08:00
zipg 79c682679d
fix(grid): 单条数据修改不再强制开启事务
Co-authored-by: zipg <4047349+zipg@users.noreply.github.com>
2026-07-16 15:32:03 +08:00
Abeautifulsnow fab1fa9195
feat(driver-store): add dedicated "Updates Available" section for pending driver updates
feat(driver-store): add dedicated "Updates Available" section for pending driver updates

Move drivers with available updates to a prominent amber-highlighted section
at the top of the Agent drivers tab, improving discoverability. After updating,
drivers automatically return to their original position in the "All Drivers" list.

Changes:
- DriverStoreDialog.vue: add orderedFilteredDrivers, filteredUpdatableCount,
  filteredUpdatableDrivers, filteredStableDrivers computed properties;
  replace flat v-for with two-tier layout using separate v-for loops
  (updates header + updatable list + section divider + stable list)
- 7 i18n locales: add updatesAvailableTitle, updatesAvailableDescription,
  allDriversTitle keys (zh-CN, zh-TW, en, ja, es, it, pt-BR)

Review fixes:
- #C01: rename single-letter variables d -> driver
- Eliminate nested <template> tags for oxfmt compatibility
@
2026-07-16 15:31:35 +08:00
zipg 36d8fabc8f
fix(kingbase): use connection identifier quotes in MySQL mode 2026-07-16 15:20:41 +08:00
vrustx e226a5670e
fix(navigator): preserve table identity when opening objects 2026-07-16 15:20:03 +08:00
vrustx 552e1741db
fix(navigator): align object browser table sorting 2026-07-16 15:19:04 +08:00
zipg 0a1efdcb85
feat(settings): add global date and time formats 2026-07-16 14:49:28 +08:00
zipg df0415333a
fix(postgres): prioritize root tables in sidebar pagination 2026-07-16 14:40:54 +08:00
zipg 4481cd13f0
fix(sidebar): preserve primary key metadata after table loading 2026-07-16 14:39:09 +08:00
t8y2 8825b6335f feat(grid): decompose data grid interaction surfaces 2026-07-16 14:00:02 +08:00
t8y2 d42b277778 fix(query): coordinate open tab persistence timers 2026-07-16 01:01:01 +08:00
vrustx d9076f4689
fix(mongo): preserve document IDs during editing 2026-07-16 00:47:02 +08:00
t8y2 295b67dd36 feat(core): optimize query resource lifecycle 2026-07-16 00:19:24 +08:00
zipg b4bd6c42a7
fix(i18n): update Japanese table labels 2026-07-15 22:07:18 +08:00
二丫讲梵 11536da7e5
feat(shortcuts): open data in a new tab 2026-07-15 21:43:03 +08:00
vrustx 75652b10fe
fix(sql): preserve ClickHouse lambda arrows 2026-07-15 21:24:38 +08:00
vrustx c80313eed2
fix(sql): support brace placeholders in formatter 2026-07-15 21:18:57 +08:00
zipg 9234c33e24
fix(mongodb): preserve BSON dates in copied inserts 2026-07-15 21:01:40 +08:00
LRcoding 711d0ec57b
test(editor): cover context menu routing payloads 2026-07-15 20:53:22 +08:00
vrustx d3118256a4
fix(sql): preserve ranges after incomplete EXPLAIN options 2026-07-15 20:52:56 +08:00
二丫讲梵 f9bf039aef
feat(sidebar): refresh data tables on double click 2026-07-15 20:11:49 +08:00