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: bufbuild/protovalidate-go
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.3.3
Choose a base ref
...
head repository: bufbuild/protovalidate-go
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.3.4
Choose a head ref
  • 3 commits
  • 7 files changed
  • 2 contributors

Commits on Oct 3, 2023

  1. Make DefaultResolver public (#59)

    Make DefaultResolver public so that `buf lint` can use it to resolve
    `MessageConstraints` and `FieldConstraints`.
    oliversun9 authored Oct 3, 2023
    Configuration menu
    Copy the full SHA
    05525ac View commit details
    Browse the repository at this point in the history

Commits on Oct 19, 2023

  1. Configuration menu
    Copy the full SHA
    882ed51 View commit details
    Browse the repository at this point in the history
  2. Fix ignore path for resolver.go (#63)

    resolver.go was moved in
    #59 but this ignore
    path didn't get updated so lint started failing. This fixes that so lint
    is passing again.
    nicksnyder authored Oct 19, 2023
    Configuration menu
    Copy the full SHA
    ec5a306 View commit details
    Browse the repository at this point in the history
Loading