- Notifications
You must be signed in to change notification settings - Fork13
PermalinkChoose a base ref {{ refName }}default Choose a head ref {{ refName }}default
Comparing changes
Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also orlearn 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
Uh oh!
There was an error while loading.Please reload this page.
base:v0.15.0
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}defaultLoading
...
head repository:hashicorp/terraform-plugin-framework-validators
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
Uh oh!
There was an error while loading.Please reload this page.
compare:v0.16.0
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}defaultLoading
- 7commits
- 42files changed
- 7contributors
Commits on Nov 4, 2024
Commits on Nov 15, 2024
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>
Commits on Nov 19, 2024
Commits on Dec 12, 2024
Add
NoNullValues
validators (#246)* listvalidator: add `NoNullValues` validatorThis validator will iterate over elements in the list, returning an error diagnostic if any null elements are detected.* setvalidator: add `NoNullValues` validatorThis validator will iterate over elements in the set, returning an error diagnostic if any null elements are detected.* mapvalidator: add `NoNullValues` validatorThis validator will iterate over elements in the map, returning an error diagnostic if any null elements are detected.* Documentation adjustments* changelogs---------
New package
dynamicvalidator
(#249)* Support dynamicvalidator* Pass tests* docs updates + changelog
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
Loading
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:git diff v0.15.0...v0.16.0
Uh oh!
There was an error while loading.Please reload this page.