dbx/docs
miracle 2a59d3143e
feat(mq): implement Apache Pulsar message queue admin
* feat(mq): implement Apache Pulsar message queue admin

- Add complete MQ admin adapter layer with version detection
  * Pulsar adapter with multi-version API support
  * OAuth2 token caching and authentication
  * JWT token signing for Pulsar clients
  * Transport layer (SSH/Proxy) integration

- Implement comprehensive admin operations
  * Tenant, namespace, topic management
  * Subscription and consumer/producer monitoring
  * Rate limits, backlog quotas, retention policies
  * Permissions and role-based access control
  * Raw admin API for advanced operations

- Add desktop UI components
  * MQ admin console with tabbed interface
  * Tenant, namespace, topic panels
  * Subscription management and cursor operations
  * Monitoring panel with stats visualization
  * Policy configuration UI

- Add web routes for MQ admin operations
- Add secret store support for MQ auth credentials
- Add comprehensive test coverage

* fix: del local test files

* fix(mq): mark message queue as unsupported mcpMode in driver manifest

MQ admin connections do not use the MCP query bridge - they use a
separate REST admin API. Mark mcpMode as 'unsupported' to align with
the test expectations and reflect the actual architecture.

Fixes CI test: driver-manifest.test.ts

* fix(mq): fix TypeScript errors in MQ components

- Fix typo in SubscriptionsPanel.vue: messagformatError(e)Id -> message.messageId
- Use formatError() helper in RawApiPanel.vue instead of accessing e?.message
- Fix undefined 'tab' reference in ConnectionTree.vue: use config.db_type instead

Fixes frontend CI TypeScript check errors.

* fix(mcp): add 'mq' to MCP server connection type description

The MCP server's connection type description must include all database
types from the driver manifest. Add 'mq' to the list to fix the test:
'add connection database type description includes every manifest database type'

Fixes: packages/mcp-server/tests/driver-manifest.test.ts

* fix(mq): add missing ConnectionConfig fields for Rust compilation

- Add gbase_server and keepalive_interval_secs fields to all ConnectionConfig
  test constructors in mq/config.rs, mq/service.rs, and storage.rs
- Import uses_bare_mysql_pool in connection.rs tests module

Fixes compilation errors from upstream ConnectionConfig changes.

* chore(ui): simplify Pulsar icon to logo-only version

Remove text from Pulsar icon (127x30 -> 35x30), keeping only
the wave logo symbol for a cleaner, more consistent appearance
with other database icons.

* fix(mq): return removed pools from drain_connection_pools

---------

Co-authored-by: t8y2 <1156263951@qq.com>
2026-06-16 21:57:17 +08:00
..
app fix(desktop): sort batch table drop by foreign key dependency 2026-06-16 15:01:21 +08:00
components chore: sync hero carousel with README screenshots 2026-06-16 12:11:06 +08:00
content/docs feat: add QuestDB support 2026-06-14 22:58:05 +08:00
lib fix(release): purge Cloudflare cache after publish 2026-06-16 13:16:20 +08:00
performance feat: optimize data compare memory usage 2026-06-11 11:57:22 +08:00
public chore: update README screenshots with higher resolution 2026-06-16 11:55:49 +08:00
scripts feat: show username/password fields for Access database connections 2026-06-10 08:37:18 +08:00
superpowers/specs feat(manticore): add Manticore Search support 2026-06-14 16:01:02 +08:00
.gitignore chore(docs): gitignore tsbuildinfo 2026-06-10 12:52:04 +08:00
logo.png
mq-quick-start.md feat(mq): implement Apache Pulsar message queue admin 2026-06-16 21:57:17 +08:00
next-env.d.ts fix(desktop): sort batch table drop by foreign key dependency 2026-06-16 15:01:21 +08:00
next.config.mjs feat: show username/password fields for Access database connections 2026-06-10 08:37:18 +08:00
package.json chore: switch license to Apache-2.0 2026-06-07 17:34:59 +08:00
pnpm-lock.yaml docs(site): update theme and search 2026-06-01 13:29:36 +08:00
postcss.config.mjs feat: show username/password fields for Access database connections 2026-06-10 08:37:18 +08:00
qq-group.jpg
screenshot-ai.jpg docs: add screenshots and reorder README sections 2026-05-01 21:55:00 +08:00
screenshot-connections.jpg docs: add screenshots and reorder README sections 2026-05-01 21:55:00 +08:00
screenshot-dark.png chore: update README screenshots with higher resolution 2026-06-16 11:55:49 +08:00
screenshot-er.png chore: update README screenshots with higher resolution 2026-06-16 11:55:49 +08:00
screenshot-es-sql-completion.png feat(elasticsearch): add SQL-model execution with mapping-aware completion 2026-06-08 17:53:05 +08:00
screenshot-es-sql-pagination.png feat(elasticsearch): add SQL-model execution with mapping-aware completion 2026-06-08 17:53:05 +08:00
screenshot-es-sql-where.png feat(elasticsearch): translate SELECT * WHERE to ES DSL in-process (#910) 2026-06-09 11:59:49 +08:00
screenshot-grid.png chore: update README screenshots with higher resolution 2026-06-16 11:55:49 +08:00
screenshot-light.png chore: update README screenshots with higher resolution 2026-06-16 11:55:49 +08:00
screenshot.png docs: update README with new features, badges, and contributors (#36) 2026-04-30 18:10:44 +08:00
source.config.ts feat: show username/password fields for Access database connections 2026-06-10 08:37:18 +08:00
tsconfig.json feat: show username/password fields for Access database connections 2026-06-10 08:37:18 +08:00
wechat-group.jpg
wrangler.json fix(docs): deploy static site as worker 2026-05-18 20:51:44 +08:00