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: v1.34.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: v1.34.1
Choose a head ref
  • 11 commits
  • 26 files changed
  • 7 contributors

Commits on Aug 23, 2023

  1. Configuration menu
    Copy the full SHA
    672ea6a View commit details
    Browse the repository at this point in the history
  2. docs: clarify write_source_files output constraint (#498)

    * docs: clarify write_source_files output constraint
    
    For both the "write_source_files" rule's "files" attribute and the
    "write_source_file" rule's "out_file" attribute, we ensure that the
    destination files and directories to which we'll write sit within the
    same containing Bazel package as the Bazel target requesting this
    writing. Clarify the documentation for each attribute to make it clear
    that we're constraining the destinations and not the sources of the
    content to be written.
    
    * Update lib/write_source_files.bzl
    
    ---------
    
    Co-authored-by: Derek Cormier <derek@aspect.dev>
    seh and kormide authored Aug 23, 2023
    Configuration menu
    Copy the full SHA
    3af9e00 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7d88eac View commit details
    Browse the repository at this point in the history

Commits on Aug 24, 2023

  1. Configuration menu
    Copy the full SHA
    9ba7a65 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d01387c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ef4830b View commit details
    Browse the repository at this point in the history

Commits on Aug 26, 2023

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

Commits on Aug 29, 2023

  1. chore: Switch to buildbuddy for RBE

    Our Engflow cluster seems to be down.
    alexeagle committed Aug 29, 2023
    Configuration menu
    Copy the full SHA
    84c60be View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    40c2ddc View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2023

  1. fix: green up red main CI

    On windows, we can't turn on the Aspect CLI currently as we don't have a release
    alexeagle committed Aug 30, 2023
    Configuration menu
    Copy the full SHA
    594fb03 View commit details
    Browse the repository at this point in the history
  2. yq: allow any filename in srcs (#496)

    * yq: allow any filename in srcs
    
    * yq: add test cases for free-form file extensions in input
    
    * run buildifier
    
    ---------
    
    Co-authored-by: Alex Eagle <alex@aspect.dev>
    pjjw and alexeagle authored Aug 30, 2023
    Configuration menu
    Copy the full SHA
    3e9577a View commit details
    Browse the repository at this point in the history
Loading