Conversation
|
Thanks for your pull request! It looks like this may be your first contribution to a Google open source project. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA). View this failed invocation of the CLA check for more information. For the most up to date status, view the checks section at the bottom of the pull request. |
There was a problem hiding this comment.
Code Review
This pull request refactors the tool configuration structure by moving the Annotations field from individual tool Config structs and MockToolConfig into the shared tools.ConfigBase struct, which they all embed. This eliminates redundant field declarations across dozens of database tools (including AlloyDB, BigQuery, BigTable, Cloud SQL, Firestore, Looker, MongoDB, Postgres, etc.) and updates the corresponding tests and developer documentation (DEVELOPER.md and GEMINI.md) to reflect this change. I have no feedback to provide as there are no review comments to evaluate.
|
/gcbrun |
|
/gbrun |
|
/gbrun |
|
/gcbrun |
1 similar comment
|
/gcbrun |
|
/gbrun |
|
/gcbrun |
|
/gcbrun |
Description
PR Checklist
CONTRIBUTING.md
bug/issue
before writing your code! That way we can discuss the change, evaluate
designs, and agree on the general idea
review
!if this involve a breaking change🛠️ Fixes #<issue_number_goes_here>