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-cc
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.6.0
Choose a base ref
...
head repository: bufbuild/protovalidate-cc
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.7.0
Choose a head ref
  • 14 commits
  • 25 files changed
  • 5 contributors

Commits on May 2, 2025

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

Commits on May 8, 2025

  1. Add bzlmod instructions (#94)

    PR for issue #93.
    
    Adding bzlmod instructions for inclusion of this project as an external
    dependency.
    
    ---------
    
    Co-authored-by: jchadwick-buf <116005195+jchadwick-buf@users.noreply.github.com>
    atriviality and jchadwick-buf authored May 8, 2025
    Configuration menu
    Copy the full SHA
    a2eaf29 View commit details
    Browse the repository at this point in the history

Commits on Jun 4, 2025

  1. Update to Protovalidate 0.12.0 (#95)

    This updates protovalidate-cc to use the new v0.12.0 release of
    protovalidate.
    Steve Ayers authored Jun 4, 2025
    Configuration menu
    Copy the full SHA
    d66cec7 View commit details
    Browse the repository at this point in the history

Commits on Jun 5, 2025

  1. Update to pv release candidate (#96)

    This updates the repo to the v1.0.0-rc.1 release candidate for
    Protovalidate.
    Steve Ayers authored Jun 5, 2025
    Configuration menu
    Copy the full SHA
    efabbb1 View commit details
    Browse the repository at this point in the history
  2. Pull cel-cpp from the BCR (#97)

    Hurray, cel-cpp is now in the BCR as of a month ago. Let's get ourselves
    one step closer to the BCR by pulling from it. We don't need the Windows
    patch in Bazel since cel-cpp still doesn't work in Bazel on Windows
    anyways (maybe next release...)
    jchadwick-buf authored Jun 5, 2025
    Configuration menu
    Copy the full SHA
    3f33b5b View commit details
    Browse the repository at this point in the history

Commits on Jun 6, 2025

  1. Add support for BCR publishing (#99)

    Unfortunately we will probably need a couple of tries to get this right,
    but hopefully this is very close to what we want.
    
    Closes #98.
    jchadwick-buf authored Jun 6, 2025
    Configuration menu
    Copy the full SHA
    eb034c8 View commit details
    Browse the repository at this point in the history
  2. Minor BCR publishing fixes for v1.0.0-rc.2 (#100)

    This may not be all. I apologize for the noise.
    - I mistyped the version number. For semver it's better to do rc.2 than
    rc2. (Looking at the BNF, I'm not sure that the latter is expressly
    disallowed, though.)
    - Also, I need to add attestation privileges to the workflow dispatch
    job.
    jchadwick-buf authored Jun 6, 2025
    Configuration menu
    Copy the full SHA
    da54cad View commit details
    Browse the repository at this point in the history
  3. Two more BCR fixes for v1.0.0-rc.2 (#101)

    Like I said... sorry for the noise. :) (Will try to balance around
    different people to bug for these small PRs.)
    
    I almost hit publish before realizing that I failed to specify the BCR
    fork to publish using in thepublish workflow inputs.
    
    Also, fix a race condition by ensuring that the release job does not run
    prior to the create-release-tag job.
    jchadwick-buf authored Jun 6, 2025
    Configuration menu
    Copy the full SHA
    76e17ca View commit details
    Browse the repository at this point in the history
  4. One more fix for BCR publish workflow (#102)

    Publish to BCR needs id-token + attestations.
    
    Hopefully the last one?...
    jchadwick-buf authored Jun 6, 2025
    Configuration menu
    Copy the full SHA
    ccf627e View commit details
    Browse the repository at this point in the history
  5. Fix manual dispatch for Publish to BCR workflow (#103)

    Closer...
    jchadwick-buf authored Jun 6, 2025
    Configuration menu
    Copy the full SHA
    1adfddb View commit details
    Browse the repository at this point in the history

Commits on Jun 9, 2025

  1. Remove the workaround for creating a release draft (#104)

    Upstream merged my PR.
    
    (This will also prevent future attestations from failing.)
    jchadwick-buf authored Jun 9, 2025
    Configuration menu
    Copy the full SHA
    9663aab View commit details
    Browse the repository at this point in the history

Commits on Jun 11, 2025

  1. Fix e2e test by including source info (#105)

    Not urgent but looks like we'll need this to actually make the BCR
    release work all the way.
    jchadwick-buf authored Jun 11, 2025
    Configuration menu
    Copy the full SHA
    4a6c2b1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ed2400a View commit details
    Browse the repository at this point in the history

Commits on Jun 12, 2025

  1. Attempt to make SLSA work again (#107)

    It seems to not like an explicit commit ref... will it accept a branch
    ref instead? I tried looking at the SLSA source code to find out, but
    it's going to be easier to just try. If not I need to bug them to make a
    new release because a change we need is not tagged yet.
    jchadwick-buf authored Jun 12, 2025
    Configuration menu
    Copy the full SHA
    f47663d View commit details
    Browse the repository at this point in the history
Loading