Add GCP API client functions to support App Hosting deploy from source feature#8545
Merged
blidd-google merged 3 commits intomasterfrom May 12, 2025
Merged
Add GCP API client functions to support App Hosting deploy from source feature#8545blidd-google merged 3 commits intomasterfrom
blidd-google merged 3 commits intomasterfrom
Conversation
annajowang
approved these changes
May 12, 2025
blidd-google
added a commit
that referenced
this pull request
May 12, 2025
…e feature (#8545) * add gcp api calls to support deploy from source
blidd-google
added a commit
that referenced
this pull request
May 15, 2025
* deploy from local source * minor fixes & use fuzzy search for backends * add storage.objectViewer role on compute SA * Add GCP API client functions to support App Hosting deploy from source feature (#8545) * add gcp api calls to support deploy from source * log source code upload path * fix bug not deploying with no --only flag * support negation rules in .gitignore * clean up readdirrecursive logic * refactor to use 'ignore' pkg to apply .gitignore rules * fix gitignore unit test * fix merge issues * more polish & cleanup * skip not found backends with force * return empty array if git ignore doesn't exist
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.
Dependency of #8516. Adds helper functions to our CLI GCP client to support App Hosting's new deploy from source feature.