Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add the gazelle plugin to the distribution #400

Merged
merged 13 commits into from
Nov 7, 2022

Commits on Oct 18, 2022

  1. Add the gazelle plugin to the distribution

    To avoid everyone needing to take a dep on `rules_go`, we
    do the following:
    
    1. Regular Bazel users need to load `bazel_skylib_gazelle_plugin_workspace`
       and call that, and then `bazel_skylib_gazelle_plugin_setup`
    
    2. `bzlmod` users need do nothing, but we now include the
       `rules_go` dep in the `MODULE.bazel` shipped in the release.
        This is fine, because `bzlmod` will lazily load
        dependencies.
    shs96c committed Oct 18, 2022
    Configuration menu
    Copy the full SHA
    a0b4be3 View commit details
    Browse the repository at this point in the history
  2. Run buildifier

    shs96c committed Oct 18, 2022
    Configuration menu
    Copy the full SHA
    4f269cd View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    87394f2 View commit details
    Browse the repository at this point in the history
  4. Move "internal only" marker

    shs96c committed Oct 18, 2022
    Configuration menu
    Copy the full SHA
    1ed8cad View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e96655b View commit details
    Browse the repository at this point in the history
  6. Respond to review comments

    shs96c committed Oct 18, 2022
    Configuration menu
    Copy the full SHA
    962eebd View commit details
    Browse the repository at this point in the history

Commits on Nov 3, 2022

  1. Configuration menu
    Copy the full SHA
    242167e View commit details
    Browse the repository at this point in the history
  2. Run buildifier

    shs96c committed Nov 3, 2022
    Configuration menu
    Copy the full SHA
    b5938b5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4bf6c88 View commit details
    Browse the repository at this point in the history
  4. Bump versions of rules_go and gazelle used in the top-level module to…

    … match the ones in gazelle
    shs96c committed Nov 3, 2022
    Configuration menu
    Copy the full SHA
    1d56cbe View commit details
    Browse the repository at this point in the history

Commits on Nov 4, 2022

  1. Respond to review comments and add gazelle to ignored directories so …

    …//... works as expected
    shs96c committed Nov 4, 2022
    Configuration menu
    Copy the full SHA
    d3acf47 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4a5457e View commit details
    Browse the repository at this point in the history

Commits on Nov 7, 2022

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