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.36.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.37.0
Choose a head ref
  • 12 commits
  • 33 files changed
  • 4 contributors

Commits on Oct 7, 2023

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

Commits on Oct 8, 2023

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

Commits on Oct 9, 2023

  1. feat: expose a config_setting for copy execution_requirements (#606) (#…

    …607)
    
    * feat: expose a config_setting for copy execution_requirements
    
    Fixes #604
    
    * chore: add user docs
    
    * chore: improve docs
    
    * chore: better link to copy_file
    alexeagle authored Oct 9, 2023
    Configuration menu
    Copy the full SHA
    8b06f31 View commit details
    Browse the repository at this point in the history

Commits on Oct 10, 2023

  1. fix: always include files from the same workspace as the build target…

    … in `copy_to_directory()` (#360)
    
    * fix: always include files from the same workspace as the build target in `copy_to_directory`
    
    Fixes #359.
    
    This updates the `copy_to_directory` tool to accept a workspace name representing the workspace of the target it is executing under. Any files in this workspace are automatically included, regardless of the `include_external_repositories` option. This makes it support usage within an external target (such as `@wksp//:dir`).
    
    * test: add e2e test which uses `copy_to_directory` within an external workspace
    
    Refs #359.
    
    This should catch regressions where no files are copied when built within an external workspace and not using `include_external_repositories`.
    
    * ci: fix stray workspace refs
    
    ---------
    
    Co-authored-by: Alex Eagle <alex@aspect.dev>
    dgp1130 and alexeagle authored Oct 10, 2023
    Configuration menu
    Copy the full SHA
    c6b39ab View commit details
    Browse the repository at this point in the history
  2. fix: windows home directory (#608)

    HOMEPATH isn't always set. For example https://buildkite.com/bazel/bazel-bazel-examples/builds/2163#018b1a9d-0127-461f-8200-e89894397f35
    USERPROFILE seems more widely documented as being the equivalent of HOME
    alexeagle authored Oct 10, 2023
    Configuration menu
    Copy the full SHA
    f489b3c View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2023

  1. chore: check gazelle on CI (#586)

    alexeagle authored and gregmagolan committed Oct 31, 2023
    Configuration menu
    Copy the full SHA
    5172e9b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9ed663e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    90f7847 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5c1aea5 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    6b0927d View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    ceaa936 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    b396514 View commit details
    Browse the repository at this point in the history
Loading