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-gazelle
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.39.0
Choose a base ref
...
head repository: bazel-contrib/bazel-gazelle
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.39.1
Choose a head ref
  • 3 commits
  • 4 files changed
  • 2 contributors

Commits on Sep 30, 2024

  1. override-generator: allow users to specify default values (#1910)

    If a repo specifies `gazelle_default_attributes` to be something
    different than the `gazelle_override` tag defaults,
    the user should be able to pass this to the override generator
    so that the output takes this into consideration, and skips
    outputing redundant information.
    
    This PR allows the user to specify a default `build_file_generation`
    and `build_file_proto_mode` that is used in their repo, and generate
    appropriate overrides.
    
    These two tags need to be handled manually after the other tags because
    of the
    non-trivial logic in them.
    tyler-french authored Sep 30, 2024
    Configuration menu
    Copy the full SHA
    66d3092 View commit details
    Browse the repository at this point in the history

Commits on Oct 2, 2024

  1. Update rules_go dep to v0.50.1 (#1943)

    **What type of PR is this?**
    
    Bug fix
    
    **What package or component does this PR mostly affect?**
    
    cmd/gazelle
    
    **What does this PR do? Why is it needed?**
    
    This is needed to pick up the `qnx` and `osx` platforms from
    bazel-contrib/rules_go@eb9a7af.
    
    **Which issues(s) does this PR fix?**
    
    Fixes #
    
    **Other notes for review**
    fmeum authored Oct 2, 2024
    Configuration menu
    Copy the full SHA
    16ae43d View commit details
    Browse the repository at this point in the history
  2. Let the Publish to BCR app maintain the module version (#1944)

    **What type of PR is this?**
    
    Other
    
    **What package or component does this PR mostly affect?**
    
    dev
    
    **What does this PR do? Why is it needed?**
    
    **Which issues(s) does this PR fix?**
    
    Fixes #
    
    **Other notes for review**
    fmeum authored Oct 2, 2024
    Configuration menu
    Copy the full SHA
    293a67e View commit details
    Browse the repository at this point in the history
Loading