Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: Snowflake-Labs/terraform-provider-snowflake
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.42.1
Choose a base ref
...
head repository: Snowflake-Labs/terraform-provider-snowflake
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.43.0
Choose a head ref
  • 4 commits
  • 44 files changed
  • 6 contributors

Commits on Aug 31, 2022

  1. feat: tag based masking policy (#1143)

    * add resource to provider
    
    * update tag test
    
    * add methods to tag attachment
    
    * update tests
    
    * add resource for tag masking policy attachment
    
    * add acceptance tests for masking policy attachment
    
    * add tests for policy attachment
    
    * fix spelling
    
    * add example and generate docs
    
    * add note about availability in enterprise
    
    * remove commented out line
    
    * Revert "update tag test"
    
    This reverts commit 584f011.
    
    * feat: adding new tag attachment resource
    
    * fixing minor changes
    
    * Revising retry for read
    
    * Adding example for tag attachment
    
    * Running make docs
    
    * Fixing bugs
    
    * Final commit for tag attachment
    
    * Running make docs
    
    * Fixing read and list tag attachment
    
    * feat: add tag_association
    
    * feat: add tag_association
    
    * feat: add tag_association
    
    * add deprecation message
    
    * update tag docs
    
    * update tag docs
    
    * update docs
    
    * fix integraiton tests failing
    
    * fix integraiton tests failing
    
    * fix integraiton tests failing
    
    * fix int tests failing
    
    * fix int tests failing
    
    * fix int tests failing
    
    * update go deps
    
    * update go mod
    
    * update docs
    
    * update docs
    
    * tfproviderlint workflow
    
    * update go mod
    
    * update go mod
    
    * remove go-misc
    
    * update go mod
    
    * update go mod
    
    * update go mod
    
    * update makefile
    
    * update int tests
    
    * comment out tfproviderlint
    
    * refactor to use new tag_id
    
    * remove comment
    
    * update masking policy attachment unit tests
    
    * fix acceptance test
    
    * update documentation
    
    * * rename file
    * change to use masking_policy_id
    
    * rename files
    
    * rename file
    
    * fix tests
    
    * update acceptance test
    
    * rename resource
    
    * update acc tests with proper resource name
    
    * rename docs and examples
    
    * rename file
    
    * fix naming convention
    
    * update docs
    
    * make docs
    
    * make docs
    
    * update naming
    
    * update naming
    
    * update integration test ci
    
    Co-authored-by: Jason Lin <[email protected]>
    Co-authored-by: Scott Winkler <[email protected]>
    3 people authored Aug 31, 2022

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    e388545 View commit details
  2. docs: typo on README (#1172)

    * Fix typo.
    
    * Fixed typo.
    
    * Fixed typo.
    
    * Fix typo.
    
    * Fix typo.
    senmm authored Aug 31, 2022
    Copy the full SHA
    dd72c8b View commit details
  3. fix: log fmt (#1192)

    sivchari authored Aug 31, 2022
    Copy the full SHA
    0f2e2db View commit details
  4. chore(main): release 0.43.0 (#1196)

    Co-authored-by: snowflake-release-please[bot] <105954990+snowflake-release-please[bot]@users.noreply.github.com>
    snowflake-release-please[bot] authored Aug 31, 2022
    Copy the full SHA
    3ac84ab View commit details
Loading