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: Displays a warning when a plugin from the tools-version list does not exist #1033

Merged
merged 7 commits into from Oct 1, 2021

Commits on Sep 23, 2021

  1. feat: Displays a warning when the plugin from the tools-version does …

    …not exist
    
    When calling the install command, it tried to look for versions for all
    the plugins available and installed them. With this change, it will attempt to
    find versions for all the installed plugins and plugins defined in the
    `.tool-versions`.
    
    Fixes asdf-vm#574
    threkk committed Sep 23, 2021
    Copy the full SHA
    a6290b4 View commit details
    Browse the repository at this point in the history
  2. fix: linter

    threkk committed Sep 23, 2021
    Copy the full SHA
    10734e9 View commit details
    Browse the repository at this point in the history
  3. ci: Removes banned commands

    threkk committed Sep 23, 2021
    Copy the full SHA
    32e2581 View commit details
    Browse the repository at this point in the history
  4. feat: Changes the algorithm to detect not installed plugins

    This patch changes the algorithm. It preserves the original logic for
    the plugin resolution, but at the same time, reports entries with plugins not
    available.
    threkk committed Sep 23, 2021
    Copy the full SHA
    32c21eb View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    d277bbd View commit details
    Browse the repository at this point in the history
  6. fix: Addresses the pull request comments.

    - Changes the comparison to be strict rather than partial.
    - Prints a list of missing plugins.
    - Exists if at least one plugin is not present.
    - Adds unit tests.
    threkk committed Sep 23, 2021
    Copy the full SHA
    6ae8dbc View commit details
    Browse the repository at this point in the history

Commits on Sep 30, 2021

  1. Copy the full SHA
    759613d View commit details
    Browse the repository at this point in the history