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: hashicorp/terraform-plugin-framework
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.10.0
Choose a base ref
...
head repository: hashicorp/terraform-plugin-framework
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.11.0
Choose a head ref
  • 5 commits
  • 12 files changed
  • 4 contributors

Commits on Jul 19, 2024

  1. Result of tsccr-helper -log-level=info gha update -latest . (#1018)

    Co-authored-by: hashicorp-tsccr[bot] <hashicorp-tsccr[bot]@users.noreply.github.com>
    hashicorp-tsccr[bot] and hashicorp-tsccr[bot] authored Jul 19, 2024
    Configuration menu
    Copy the full SHA
    12d7331 View commit details
    Browse the repository at this point in the history

Commits on Jul 23, 2024

  1. Result of tsccr-helper -log-level=info gha update -latest . (#1020)

    Co-authored-by: hashicorp-tsccr[bot] <hashicorp-tsccr[bot]@users.noreply.github.com>
    hashicorp-tsccr[bot] and hashicorp-tsccr[bot] authored Jul 23, 2024
    Configuration menu
    Copy the full SHA
    0f21b14 View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2024

  1. Configuration menu
    Copy the full SHA
    d6c8b06 View commit details
    Browse the repository at this point in the history
  2. all: Add support for embedded struct types in object conversions (#1021)

    * add embedded struct support via field indices
    
    * add support for unexported embedded structs and better panic protection
    
    * adjusting error messaging and adding tests
    
    * add test for duplicates inside of embedded struct
    
    * add exported struct to tests
    
    * add ignore tests for entire embedded struct
    
    * add a test for multiple levels of embedding
    
    * comment
    
    * comment
    
    * move comment
    
    * add documentation for embedded structs
    
    * added changelog
    
    * add tests for tfsdk tags on embedded structs
    
    * refactor to use Tag.Lookup and add tests for empty tags
    
    * added note changelog for existing structs
    austinvalle authored Aug 2, 2024
    Configuration menu
    Copy the full SHA
    4d10c17 View commit details
    Browse the repository at this point in the history

Commits on Aug 6, 2024

  1. Configuration menu
    Copy the full SHA
    c338d61 View commit details
    Browse the repository at this point in the history
Loading