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

internal: support repo prefixes and config settings in alias rendering #1756

Merged
merged 10 commits into from
Feb 15, 2024

Commits on Feb 14, 2024

  1. internal: support repo prefixes and config settings in alias rendering

    Summary:
    - introduce a whl_alias struct to make code more object oriented.
    - make the interface of the function as small as possible.
    - unify the bzlmod and legacy code paths.
    - allow to specify arbitrary repo prefixes and config settings
      when generating aliases (split out from bazelbuild#1744).
    aignas committed Feb 14, 2024
    Configuration menu
    Copy the full SHA
    3054c6f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cf84eb8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1d8fb10 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    99b7907 View commit details
    Browse the repository at this point in the history
  5. Update .bazelversion

    aignas authored Feb 14, 2024
    Configuration menu
    Copy the full SHA
    7c8f47d View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    ec848ec View commit details
    Browse the repository at this point in the history

Commits on Feb 15, 2024

  1. Update python/private/bzlmod/pip.bzl

    Co-authored-by: Richard Levasseur <richardlev@gmail.com>
    aignas and rickeylev authored Feb 15, 2024
    Configuration menu
    Copy the full SHA
    4ce9f6b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f0ecdf2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d625627 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    598e864 View commit details
    Browse the repository at this point in the history