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-validators
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.15.0
Choose a base ref
...
head repository: hashicorp/terraform-plugin-framework-validators
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.16.0
Choose a head ref
  • 7 commits
  • 42 files changed
  • 7 contributors

Commits on Nov 4, 2024

  1. Result of tsccr-helper -log-level=info gha update -latest .github/ (#244

    )
    
    Co-authored-by: hashicorp-tsccr[bot] <hashicorp-tsccr[bot]@users.noreply.github.com>
    Configuration menu
    Copy the full SHA
    c832d5d View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2024

  1. build(deps): bump github.com/golang-jwt/jwt/v4 in /tools (#247)

    Bumps [github.com/golang-jwt/jwt/v4](https://github.com/golang-jwt/jwt) from 4.5.0 to 4.5.1.
    - [Release notes](https://github.com/golang-jwt/jwt/releases)
    - [Changelog](https://github.com/golang-jwt/jwt/blob/main/VERSION_HISTORY.md)
    - [Commits](golang-jwt/jwt@v4.5.0...v4.5.1)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/golang-jwt/jwt/v4
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Nov 15, 2024
    Configuration menu
    Copy the full SHA
    6831a7c View commit details
    Browse the repository at this point in the history

Commits on Nov 19, 2024

  1. Result of tsccr-helper -log-level=info gha update -latest .github/ (#248

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

Commits on Dec 12, 2024

  1. Add NoNullValues validators (#246)

    * listvalidator: add `NoNullValues` validator
    
    This validator will iterate over elements in the list, returning an error diagnostic if any null elements are detected.
    
    * setvalidator: add `NoNullValues` validator
    
    This validator will iterate over elements in the set, returning an error diagnostic if any null elements are detected.
    
    * mapvalidator: add `NoNullValues` validator
    
    This validator will iterate over elements in the map, returning an error diagnostic if any null elements are detected.
    
    * Documentation adjustments
    
    * changelogs
    
    ---------
    jar-b authored Dec 12, 2024
    Configuration menu
    Copy the full SHA
    7d19faa View commit details
    Browse the repository at this point in the history
  2. New package dynamicvalidator (#249)

    * Support dynamicvalidator
    
    * Pass tests
    
    * docs updates + changelog
    magodo authored Dec 12, 2024
    Configuration menu
    Copy the full SHA
    16687f3 View commit details
    Browse the repository at this point in the history
  3. internal/schemavalidator: Fix bug where unknown values were returning…

    … error diagnostics too early (#252)
    
    * internal/schemavalidator: Fix bug where unknown values were returning error diagnostics too early
    
    * changelog
    austinvalle authored Dec 12, 2024
    Configuration menu
    Copy the full SHA
    b500ce7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    89e17ee View commit details
    Browse the repository at this point in the history
Loading