新增新的 API 可查询 table 所在的实例#3160
Merged
Merged
Conversation
6a0ba10 to
e0f1fc4
Compare
46e5d60 to
1501fb5
Compare
79432f9 to
5ab1322
Compare
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #3160 +/- ##
========================================
Coverage 83.66% 83.67%
========================================
Files 138 140 +2
Lines 23199 23431 +232
========================================
+ Hits 19409 19605 +196
- Misses 3790 3826 +36 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
- Add new API endpoint for table instance locator with support for exact and pattern matching. - Enhance frontend to include a debounced input field for table name lookup. - Implement automatic filling of instance, database, and table selectors upon result selection. - Update serializers to include table_name in response data. - Add permission checks to ensure only whitelisted users can access the API. - Introduce integration tests to validate authentication and permission logic. - Improve user experience with inline warnings for instances not in the current resource group. - Refactor existing code for better maintainability and clarity.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
提供了入口可直接替换实现, 如通过 prometheus 或其他元数据服务进行实现
本 PR 通过 spec-kit 辅助完成, 后续的开发者可继续使用该工具, 提交的内容中包含对项目的基本要求, 有利于后续的 AI/AGENT 开发
项目专有的 spec 在 memory 和 specs 文件夹内