-
Notifications
You must be signed in to change notification settings - Fork 13
Permalink
Choose 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 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
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
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
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 7 commits
- 42 files changed
- 7 contributors
Commits on Nov 4, 2024
-
Configuration menu - View commit details
-
Copy full SHA for c832d5d - Browse repository at this point
Copy the full SHA c832d5dView commit details
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>
Configuration menu - View commit details
-
Copy full SHA for 6831a7c - Browse repository at this point
Copy the full SHA 6831a7cView commit details
Commits on Nov 19, 2024
-
Configuration menu - View commit details
-
Copy full SHA for e16013a - Browse repository at this point
Copy the full SHA e16013aView commit details
Commits on Dec 12, 2024
-
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 ---------
Configuration menu - View commit details
-
Copy full SHA for 7d19faa - Browse repository at this point
Copy the full SHA 7d19faaView commit details -
New package
dynamicvalidator
(#249)* Support dynamicvalidator * Pass tests * docs updates + changelog
Configuration menu - View commit details
-
Copy full SHA for 16687f3 - Browse repository at this point
Copy the full SHA 16687f3View commit details -
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
Configuration menu - View commit details
-
Copy full SHA for b500ce7 - Browse repository at this point
Copy the full SHA b500ce7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 89e17ee - Browse repository at this point
Copy the full SHA 89e17eeView commit details
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