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

feat: add filtering options to ls-remote #1063

Merged
merged 21 commits into from
May 27, 2024
Merged

feat: add filtering options to ls-remote #1063

merged 21 commits into from
May 27, 2024

Commits on Feb 29, 2024

  1. Configuration menu
    Copy the full SHA
    934ec4f View commit details
    Browse the repository at this point in the history
  2. use UserVersion for filtering

    ryanccn committed Feb 29, 2024
    Configuration menu
    Copy the full SHA
    1e2f09a View commit details
    Browse the repository at this point in the history
  3. add additional lts filter

    ryanccn committed Feb 29, 2024
    Configuration menu
    Copy the full SHA
    38a0780 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3abd284 View commit details
    Browse the repository at this point in the history
  5. fix docstring for sort option

    ryanccn committed Feb 29, 2024
    Configuration menu
    Copy the full SHA
    c82e79e View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    5079ea8 View commit details
    Browse the repository at this point in the history
  7. refactor vec filtering

    Co-authored-by: Brennan Kinney <5098581+polarathene@users.noreply.github.com>
    ryanccn and polarathene committed Feb 29, 2024
    Configuration menu
    Copy the full SHA
    d29c77b View commit details
    Browse the repository at this point in the history
  8. refactor to use sort_by_key and reverse

    Co-authored-by: Brennan Kinney <5098581+polarathene@users.noreply.github.com>
    ryanccn and polarathene committed Feb 29, 2024
    Configuration menu
    Copy the full SHA
    84523ef View commit details
    Browse the repository at this point in the history
  9. add latest flag

    ryanccn committed Feb 29, 2024
    Configuration menu
    Copy the full SHA
    9d8f809 View commit details
    Browse the repository at this point in the history
  10. make filter an option as well

    ryanccn committed Feb 29, 2024
    Configuration menu
    Copy the full SHA
    cb179dc View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    86191ba View commit details
    Browse the repository at this point in the history
  12. fix getting latest version

    ryanccn committed Feb 29, 2024
    Configuration menu
    Copy the full SHA
    76bd090 View commit details
    Browse the repository at this point in the history
  13. refactors

    ryanccn committed Feb 29, 2024
    Configuration menu
    Copy the full SHA
    81e6532 View commit details
    Browse the repository at this point in the history

Commits on May 27, 2024

  1. Configuration menu
    Copy the full SHA
    d587f61 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5674423 View commit details
    Browse the repository at this point in the history
  3. update docs/commands.md

    Schniz committed May 27, 2024
    Configuration menu
    Copy the full SHA
    c019f1c View commit details
    Browse the repository at this point in the history
  4. sort upon installation

    Schniz committed May 27, 2024
    Configuration menu
    Copy the full SHA
    769b96e View commit details
    Browse the repository at this point in the history
  5. fix clippy

    Schniz committed May 27, 2024
    Configuration menu
    Copy the full SHA
    ab5ea61 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    b0903b5 View commit details
    Browse the repository at this point in the history
  7. sort by default

    Schniz committed May 27, 2024
    Configuration menu
    Copy the full SHA
    516c6d8 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    a436254 View commit details
    Browse the repository at this point in the history