feat(sql_workbench): sync mongodb datasource metadata to ODC (#2902)#633
Conversation
|
没有在复审记录中找到这个MR => https://github.com/actiontech/dms-ee/pull/869 |
1 similar comment
|
没有在复审记录中找到这个MR => https://github.com/actiontech/dms-ee/pull/869 |
PR Reviewer Guide 🔍(Review updated until commit 9daab0f)
|
PR Code Suggestions ✨Explore these optional code suggestions:
|
Remove MongoDB from SupportDBType so datasources are retained without provision accounts. Map connection params to jdbcUrlParameters that ODC actually reads instead of unused properties, and add TLS-only test.
|
没有在复审记录中找到这个MR => https://github.com/actiontech/dms-ee/pull/869 |
|
Persistent review updated to latest commit 9daab0f |
PR Code Suggestions ✨No code suggestions found for the PR. |
User description
关联的 issue
link https://github.com/actiontech/dms-ee/pull/869
描述你的变更
确认项(pr提交后操作)
Tip
请在指定复审人之前,确认并完成以下事项,完成后✅
not_compatibleneed_update_docDescription
支持 MongoDB 数据源同步
映射连接参数至 JDBC 参数
优化错误返回包含响应详情
增加 MongoDB 参数构造测试
Diagram Walkthrough
File Walkthrough
const.go
添加 MongoDB 类型支持internal/dms/pkg/constant/const.go
sql_workbench_service.go
强化数据源构建及参数映射internal/sql_workbench/service/sql_workbench_service.go
const_test.go
更新测试验证 MongoDBinternal/dms/pkg/constant/const_test.go
sql_workbench_service_test.go
增加 MongoDB 测试用例internal/sql_workbench/service/sql_workbench_service_test.go
sql_workbench_client.go
优化 HTTP 错误响应处理internal/sql_workbench/client/sql_workbench_client.go