Cleanup, bug fixes, and dependency updates#27
Merged
flashadmin merged 10 commits intomainfrom Apr 15, 2026
Merged
Conversation
Remove goreleaser, Dockerfiles, CI workflows (release, secrets), community boilerplate (COC, CONTRIBUTING, CODEOWNERS, issue/PR templates, SECURITY), dependabot (replaced by Renovate), and demo.svg. Trim accidental choosealicense.com UI text from LICENSE.
When the IAM policy had no existing binding for the requested role, the function silently fell through without adding the member. Now appends a new binding when the role is not found. Also fixes mutating a loop copy instead of the slice element directly.
The timeout argument was accepted but never used. Now creates a derived context with the specified timeout so operations don't poll indefinitely.
Previously only skipped 'mysql'. Now also skips information_schema, performance_schema, sys (MySQL) and postgres, cloudsqladmin, template0, template1 (PostgreSQL).
Also updates all transitive dependencies and go directive to 1.25.0.
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.
Summary
AddRoleBindingToGCSBucketsilently skipping when role binding doesn't exist yetWaitForSQLOperationignoring timeout parameter--versionflag not working (version set after arg parsing)Databases.Items())google.golang.org/apiv0.237.0 → v0.276.0