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: bazel-contrib/bazel-lib
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.14.0
Choose a base ref
...
head repository: bazel-contrib/bazel-lib
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.15.0
Choose a head ref
  • 6 commits
  • 58 files changed
  • 4 contributors

Commits on Mar 7, 2025

  1. feat: Add option to control verbosity of write_source_files. (#1033)

    * add verbosity option to `write_source_files`
    
    * update docs
    
    * fix typo
    
    * fix grammar
    r0bobo authored Mar 7, 2025
    Configuration menu
    Copy the full SHA
    bdc6ade View commit details
    Browse the repository at this point in the history

Commits on Apr 14, 2025

  1. feat(mtree-spec): add include_runfiles flag (#1068)

    * feat(mtree-spec): add include_runfiles flag
    
    * docs: update documentation
    
    Co-authored-by: Sahin Yort <thesayyn@gmail.com>
    
    * fix(mtree-spec): keep existing runfiles
    
    * fix(mtree-spec): add backwards-compatible default
    
    * docs(mtree-spec): add include_runfiles docs
    
    ---------
    
    Co-authored-by: Sahin Yort <thesayyn@gmail.com>
    skeggse and thesayyn authored Apr 14, 2025
    Configuration menu
    Copy the full SHA
    e873c46 View commit details
    Browse the repository at this point in the history

Commits on Apr 21, 2025

  1. chore: docs without compiling protoc (#1063)

    * refactor: use pre-built stardoc jar
    
    Avoids transitive dep on protoc cc_binary which is slow and spammy
    
    * chore: update CI
    
    * chore: fix delta
    
    * chore: remove unneeded tag
    alexeagle authored Apr 21, 2025
    Configuration menu
    Copy the full SHA
    1964f77 View commit details
    Browse the repository at this point in the history
  2. feat: publish release attestations (#1069)

    * feat: publish release attestations
    
    Allows users to trust that release artifacts are not tampered
    
    * chore: bump to release semver
    alexeagle authored Apr 21, 2025
    Configuration menu
    Copy the full SHA
    77a4064 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    bb68fa3 View commit details
    Browse the repository at this point in the history

Commits on Apr 22, 2025

  1. chore: make root workspace buildable (#1071)

    * chore: make root workspace buildable
    
    replaces previous PR which tried to workaround this.
    Remove rules_lint - the reasoning is we want this repo to be simpler since it's a common dependency for users to visit, and also our code is in Go but rules_lint has no Go linters
    
    * fix: include_external_repositories refers to canonical name
    
    Therefore there's a + (or earlier ~) character appended on the end of the value we compare against.
    This seems undesirable.
    alexeagle authored Apr 22, 2025
    Configuration menu
    Copy the full SHA
    c32593b View commit details
    Browse the repository at this point in the history
Loading