Sync 5.0.0 with main#8523
Closed
shuyama1 wants to merge 102 commits into
Closed
Conversation
This reverts commit a3e513f.
Add `tpgresource.DurationDiffSuppress` to min / max backoff Fixes https://github.com/hashicorp/terraform-provider-google/issues/15166x
* Adding Support For resilience_mode field * Adding new field RESILIENCE_MODE_UNSPECIFIED * Added RESILIENCE_MODE_UNSPECIFIED in the docs * Removing the resilience mode test as the API is not yet launched * Adding test for high resilience and adding mapping * Fixing docs and flatten logic * Fixing expand method * Fixing flatten to accept empty Resilience_mode field --------- Co-authored-by: Khaled Hassan <hkhaled@google.com>
* Fixed tf-test prefixes for compute addresses * Reverted unused example changes * Reverted unnecessary change
* adding security_policy field in regionBackendService resource * fixing code review to use http calls instead of lib in RegionBackendService * removing ParseSecurityPolicyRegionalFieldValue method * fixing lint issue
* tgc build on tpg-beta * gcb-push-downstream.yml change ga to beta for tgc * fix forward rule test file * Address comment * compute forwarding rule test file set to beta * switch tgc-base to use beta * tgc make always use beta * generate downstream always use beta for tgc --------- Co-authored-by: Stephen Lewis (Burrows) <stephenrlewis@google.com>
Co-authored-by: Riley Karson <rileykarson@google.com>
* Add optional_components to documentation * Fix formatting, remove redundant optional * Clean up properties documentation * Apply suggestions from code review Co-authored-by: Stephen Lewis (Burrows) <stephen.r.burrows@gmail.com> * Add asterisks --------- Co-authored-by: Stephen Lewis (Burrows) <stephen.r.burrows@gmail.com>
* Add comments, link to TeamCity Kotlin DSL docs * Change default value of environment from "public" to "default" This is because Google provider has no public TeamCity resources * Enable different default cron values for `ga`/`beta` downstreams * Enable non-default cron values to be used, based on value of `environment` parameter in TeamCity * Add ability to make VCS root and nightly trigger use non-main branch * Update tests to reflect how entrypoint func requires `branch` parameter now * Update `MAJOR_RELEASE_TESTING` value, and update code to handle unsupported chars * Update `uniqueID` method to uppercase the environment value
* fix enforce_on_key_configs * add updatemask --------- Co-authored-by: Edward Sun <sunedward@google.com>
* chore: replace tgc compare library to go-cmp * convert indent to tab * fix import
* Writing yaml Writing Succeeding Writing real yamls Refactor Refactor Stop reading output Update Remove extra puts, resource to_yaml method Spaces --> tabs Remove * Remove debugging * Spaces * Test * PR feedback, add rspec test Remove spec from folder * PR feedback, rename openapi_generate * Add comment
* Move function serviceAccountCanonicalEmail * Move provider tests * accessapproval tetss * Move activedirectory_test, appengine_test, bigquery_test, bigquerydatatransfer_test, bigtable_test * Move composer_test, cloudtasks_test, cloudrun_test, cloudiot_test, cloudids_test * Move compute_test * Move firestore_test * Move redis_test * Move storagetransfer_test * Fix errors * Move vpcaccess_test * Move apigee_test * Put function to test_utils.go to not break tgc * Remove spaces * Move resource_endpoints_service_test.go back to the google package * Fix rebasing errors
* Writing yaml Writing Succeeding Writing real yamls Refactor Refactor Stop reading output Update Remove extra puts, resource to_yaml method Spaces --> tabs Remove * Remove debugging * Spaces * Test * PR feedback, add rspec test Remove spec from folder * PR feedback, rename openapi_generate * Add comment * Attempt * Add async initialize defaults * Rubocop * Autofix rubocop
…a package for now (#8423)
* Adding custom_audiences field for cloud run v2 service. * Add custom audiences example for Cloud Run v2 API
* feat: added E2_MEDIUM as machine_type for cloud build triggers * feat: changed type to String * chore: reverted changes to previous version
…Clusters (#8492) * Allow setting enable_private_endpoint on creation time for PSC Based clusters * Update tests since enablePrivateEndpoint now can be set on cluster creation time * Put back accidentally removed test func
#8406) * Properly handle ABP midnight (hours = 0) * Add ExpectNonEmptyPlan to test * Add continuous backup config to alloydb cluster * add more unit tests * Adding more tests * Fix cluster.yaml lint * Add default value and update cmek test * Update test to use kms key bootstrapping util * condense update tests * Change encryptionType output field to string * use two different keys * Only update encryption in CBR
… notification configs. (#8507) * Add support for setting `sendPreviousResourceOnDelete` for FHIR store notification configs. * Add test for sendPreviousResourceOnDelete
) * adding both resources, basic test for serviceClass it's working, need to fix the test scenario for policy * fix the test scenario and the service class resource properties * adding a testing update, just adding the labels for the resource * added the resource service connection map, and it's basic test, need to evaluate * Revert "added the resource service connection map, and it's basic test, need to evaluate" This reverts commit 4240e1d. * removing the service class in one test scenario and using a static value * fix a typo * removing serviceClass and fix the tests * removing ga tag and updatinga etag for fingerprint type * updating the code, to remove the static value from the docs, need to test * adding a file to tpgtools override at product level * adding function to help with env var, but the patch on tests it's failing * adding the variable to be used in the docs * fixing the test, the network field cannot be immutable * removing the env_var service class and adding a static value * updating the value used from tests and documentation * removing unused resources for docs and tests * fix typos, not used variables and run the fmt * adding description to the basic test * fixed yaml variable override * removing unused resources for tests, and making the test fails with network as immutable * adding encoder to help network field be immutable and be sent on patch method
|
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. |
Member
Author
|
/gcbrun |
Member
Author
|
resolved the tgc downstream issues. kicking off a rerun now |
Member
Author
|
/gcbrun |
2 similar comments
Member
Author
|
/gcbrun |
Member
Author
|
/gcbrun |
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.
If this PR is for Terraform, I acknowledge that I have:
make testandmake lintin the generated providers to ensure it passes unit and linter tests.Release Note Template for Downstream PRs (will be copied)