-
Notifications
You must be signed in to change notification settings - Fork 264
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add BigLake API Table Resource #6205
Merged
modular-magician
merged 1 commit into
hashicorp:main
from
modular-magician:downstream-pr-f000b0d242218c0b7f153fa643ab368996e008e8
Sep 6, 2023
Merged
Add BigLake API Table Resource #6205
modular-magician
merged 1 commit into
hashicorp:main
from
modular-magician:downstream-pr-f000b0d242218c0b7f153fa643ab368996e008e8
Sep 6, 2023
Conversation
This file contains 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
* Add BigLake Table Resource * add: biglake table example * add: biglake table update test * update: hive_options * fix: wrong directory * trim: trailing whitespace * fix: incorrect example location * delete: incorrect file * add: acc tests for biglake table * Add SDK provider configuration tests, part 2 (hashicorp#7723) * Add tests for `providerConfigure` testing `billing_project` config * Fix `billing_project` test * Add tests for `providerConfigure` testing `region` config * Add tests for `providerConfigure` testing `zone` config * Add tests for `providerConfigure` testing `user_project_override` config * Remove old redundant `TestHandleSDKDefaults_*` tests * Update code following creation of `transport` package * Reposition `transport_tpg` in imports * Add WIP of scopes test * Fix defect in test case * Fix scopes test * Implement test cases for user config including zero values, and update tests to asset when field should be unset but is found in config * Make test error messages clearer w.r.t provider config from user versus derived Config struct * Fix import issue after rebase * Add comments separating types of test case, add cases for empty strings overwritten by ENVs * Rebase PR to pull in changes, including service package split * Add test cases that show empty strings are ignored and ENVs are used instead * Update text in test failure messages, add comments to signpost different types of test case * Make lack of error more explicit in test case * Fix import issues from rebasing branch * update use of `ioutil` to `os` * Make imports match what's on main * Update `testFakeCredentialsPath` to `transport_tpg.TestFakeCredentialsPath` * Add missing comma * Move file into `provider_test` package, update imports and remove duplicate code * Fix defect when trying to access `CredentialsFromJSON` function * Add missing function calls to set ENVs used in tests * Update tests for region field, add test case for use of self links * Aad test case for zone field, self links are not shortened and usable * Remove test case; `ConflictsWith` on fields not testable at this level * Update test case names, add comments * TeamCity: Usability improvements : tag builds to distinguish nightly builds vs ad hoc builds, add project descriptions (hashicorp#8685) * Add ability to tag TeamCity builds based on whether they're automated or ad-hoc. Nightly builds tagged with the date. * Add ability to set project descriptions using a context parameter * Refactor how date is formatted, to avoid problem where TeamCity interprets `%Y-%` as interpolating a `Y-` parameter * Remove use of `TRIGGERED_BY`; value in build didn't match UI and isn't useful * Update tag for nightly test builds to be static/consistent * Add ignore read on reservedIpRange field Filestore Instance (hashicorp#8520) Co-authored-by: Shuya Ma <[email protected]> * b-283271112 Add "additionalScopes" under webSsoConfig for the "groups" (hashicorp#8744) * Made breaking change detector own its own setup and build process (hashicorp#8705) * Made breaking change detector own its own setup and build process * Moved breaking change detector unit tests to github action * Corrected breaking change detector unit test setup * Added back package name updates for tpgb new * made unit tests use a shallow clone * Limit breaking change detector unit tests to runs that modify the tool Co-authored-by: Scott Suarez <[email protected]> * Update .ci/scripts/go-plus/github-differ/generate_comment.sh Co-authored-by: Scott Suarez <[email protected]> * Minor Cleanup * Intentionally broke breaking change detector * Revert "Intentionally broke breaking change detector" This reverts commit bcb6ba8f9fb5d7582e1f96f07af880056f0c98b7. * Intentionally caused panic in breaking change detector at runtime * Made a breaking change * Added additional logging * Removed export in generate_comment.sh export hides the exit code of the command being run; assignment on its own does not. Export is not required in the context of a shell script * Made failure get set to 1 instead of $? * Added bin/ cleanup * Revert "Intentionally caused panic in breaking change detector at runtime" This reverts commit a16c0cd56039c650f95cdc55f36959a46f8cfaa7. * Fixed package name replacement for google-beta * Re-added export of TPG/TPGB BREAKING * Added comment explaining the export location * Revert "Made a breaking change" This reverts commit 2deecd74a34119cd8ac91c14c42d4eeee1cc0d22. --------- Co-authored-by: Scott Suarez <[email protected]> * Go changelog (hashicorp#8727) * Add copy of go-changelog to tools * Add changelog checker to pre-build validation * Log errors instead of commenting * Move check changelog to separate workflow * Mark lines for removal * Remove unused go-changelog tools * Apply suggestions from code review Co-authored-by: Scott Suarez <[email protected]> * Make old changelog checker a no-op --------- Co-authored-by: Scott Suarez <[email protected]> * Fix acctest import specifying the beta version instead of GA (hashicorp#8736) * Cleanup deprecated folders (hashicorp#8720) * Remove folder resources and data_sources * Remove utility files * Move more utility files * Fix tgc * Import provider package in tgc * Remove utils files * Remove test lines from changelog checker (hashicorp#8763) * Adds the synthetic monitor target type as an option for uptime checks. (hashicorp#8709) * Adds synthetic_monitor type that lives alongside resource_group and monitored_resource * removes requirement for either tcp_check or http_check to be provided, as neither is required when synthetic_monitor is provided * Adds acceptance test, and example. A new test fixutre w/ zip file is provided for these flows. * Removed guard around operation WithResponse method & improved error handling (hashicorp#8762) * Removed guard around operation WithResponse method Resolved hashicorp/terraform-provider-google#15618 * Handle missing resource inside response more gracefully * Add zli82016 to the vacation list (hashicorp#8761) * Update example for google_compute_addresses data source (hashicorp#8765) * Remove myself from vacation list (hashicorp#8770) * Document database flags type change (hashicorp#8769) * Added some missing what's next links (hashicorp#8733) * Added some missing what's next links * reverted changes to run-tests.md * Add: BigLake API Catalog Resource (hashicorp#8751) Co-authored-by: Shuya Ma <[email protected]> * Add workflow for membership checker unit tests (hashicorp#8760) * Add workflow for membership checker unit tests * Apply suggestions from code review Co-authored-by: Scott Suarez <[email protected]> --------- Co-authored-by: Scott Suarez <[email protected]> * Key upload (hashicorp#8714) * add oidc key upload * fix a bug * fix a typo * add example * Update mmv1/products/iamworkforcepool/WorkforcePoolProvider.yaml Co-authored-by: Stephen Lewis (Burrows) <[email protected]> * remove unnecessary test * add a new line * fix a bug * Update mmv1/products/iamworkforcepool/WorkforcePoolProvider.yaml Co-authored-by: Stephen Lewis (Burrows) <[email protected]> --------- Co-authored-by: Stephen Lewis (Burrows) <[email protected]> * Marks `template.volumes.secret.items.mode` field not required in Cloud Run V2 resources (hashicorp#8771) * removed require * remove required for job * Removed MembershipRBACRoleBinding from ga provider (hashicorp#8776) * make distribution_policy_target_shape updatable (hashicorp#8774) Co-authored-by: Edward Sun <[email protected]> * feat(google_container_cluster): support fqdn network policy (hashicorp#8461) Signed-off-by: Tsubasa Nagasawa <[email protected]> * Redis cluster terraform support (hashicorp#8567) * Redis cluster terraform support * updating cluster resource * updating cluster resource * updating cluster resource * updating cluster resource * updating cluster resource * updating cluster resource * update * update * update * update * update * update * update * update * update SCPolicy * Update Service connection policy * Update Service connection policy --------- Co-authored-by: Himani Khanduja <[email protected]> * move: Table.yaml to `biglake` * update: switch to parent id convention * update: example to use parent id convention * update: continue to update to parent convention * add: biglake table custom import * fix: correct usage of names * fix: extra comma * fix: parameter spec. * fix: parameters spec * delete: remove location param * fix: build * fix: correct url * add: spec custom import * update: switch to id_format over custom import * fix: remove location from resource test. * fix: test names * add: serde_info to acc test * fix: serde_info is a struct * remove: serde_info due to api bug. * delete: unsupported serdeinfo field * fix: use example person names * update: mark `database` immutable * update: change more fields in update test --------- Signed-off-by: Tsubasa Nagasawa <[email protected]> Co-authored-by: Sarah French <[email protected]> Co-authored-by: Baruch Steinberg <[email protected]> Co-authored-by: Shuya Ma <[email protected]> Co-authored-by: vaibhav-google <[email protected]> Co-authored-by: Stephen Lewis (Burrows) <[email protected]> Co-authored-by: Scott Suarez <[email protected]> Co-authored-by: Thomas Rodgers <[email protected]> Co-authored-by: Ryan Oaks <[email protected]> Co-authored-by: Zhenhua Li <[email protected]> Co-authored-by: Daniel Koss <[email protected]> Co-authored-by: Ryan White <[email protected]> Co-authored-by: Riley Karson <[email protected]> Co-authored-by: Sean McGivern <[email protected]> Co-authored-by: bohengy <[email protected]> Co-authored-by: Stephen Lewis (Burrows) <[email protected]> Co-authored-by: Yanwei Guo <[email protected]> Co-authored-by: Edward Sun <[email protected]> Co-authored-by: Edward Sun <[email protected]> Co-authored-by: Tsubasa Nagasawa <[email protected]> Co-authored-by: himanikh <[email protected]> Co-authored-by: Himani Khanduja <[email protected]> Signed-off-by: Modular Magician <[email protected]>
modular-magician
deleted the
downstream-pr-f000b0d242218c0b7f153fa643ab368996e008e8
branch
November 16, 2024 03:58
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.
Add BigLake API Table Resource
If this PR is for Terraform, I acknowledge that I have:
make test
andmake lint
in the generated providers to ensure it passes unit and linter tests.Release Note Template for Downstream PRs (will be copied)
Derived from GoogleCloudPlatform/magic-modules#8754