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: install dependencies in .tool-versions order #1723

Open
wants to merge 19 commits into
base: master
Choose a base branch
from

Commits on Feb 22, 2024

  1. feat: support ordered install mode

    Christopher Palmer committed Feb 22, 2024
    Configuration menu
    Copy the full SHA
    7c7232c View commit details
    Browse the repository at this point in the history

Commits on Feb 28, 2024

  1. feat: refine ordered install mode

    Christopher Palmer committed Feb 28, 2024
    Configuration menu
    Copy the full SHA
    05718d4 View commit details
    Browse the repository at this point in the history

Commits on Feb 29, 2024

  1. chore: small refactor + bug fix

    Christopher Palmer committed Feb 29, 2024
    Configuration menu
    Copy the full SHA
    cf718b2 View commit details
    Browse the repository at this point in the history
  2. fix: put back old behavior of def tools filename

    Christopher Palmer committed Feb 29, 2024
    Configuration menu
    Copy the full SHA
    1bd6cad View commit details
    Browse the repository at this point in the history
  3. chore: remove unused vars

    Christopher Palmer committed Feb 29, 2024
    Configuration menu
    Copy the full SHA
    6693274 View commit details
    Browse the repository at this point in the history

Commits on Mar 5, 2024

  1. fix: include environment overrides

    Christopher Palmer committed Mar 5, 2024
    Configuration menu
    Copy the full SHA
    b4d8306 View commit details
    Browse the repository at this point in the history
  2. chore: shorten install_directory_tools fn names

    Christopher Palmer committed Mar 5, 2024
    Configuration menu
    Copy the full SHA
    675dc7f View commit details
    Browse the repository at this point in the history
  3. chore: check installed tools has all plugins

    Christopher Palmer committed Mar 5, 2024
    Configuration menu
    Copy the full SHA
    cea75a6 View commit details
    Browse the repository at this point in the history
  4. chore: remove todo about env var resolution

    Christopher Palmer committed Mar 5, 2024
    Configuration menu
    Copy the full SHA
    f6fd11a View commit details
    Browse the repository at this point in the history

Commits on Mar 6, 2024

  1. fix: avoid use of banned commands

    Christopher Palmer committed Mar 6, 2024
    Configuration menu
    Copy the full SHA
    54379a5 View commit details
    Browse the repository at this point in the history
  2. chore: add unit test to verified ordered install

    Christopher Palmer committed Mar 6, 2024
    Configuration menu
    Copy the full SHA
    596a1ea View commit details
    Browse the repository at this point in the history
  3. chore: fix installs.bash linting

    Christopher Palmer committed Mar 6, 2024
    Configuration menu
    Copy the full SHA
    0acb232 View commit details
    Browse the repository at this point in the history

Commits on Mar 7, 2024

  1. fix: install multiple versions of same plugin in tool versions

    Christopher Palmer committed Mar 7, 2024
    Configuration menu
    Copy the full SHA
    1e2d698 View commit details
    Browse the repository at this point in the history
  2. chore: remove unused some_tools_installed

    Christopher Palmer committed Mar 7, 2024
    Configuration menu
    Copy the full SHA
    f1a268e View commit details
    Browse the repository at this point in the history

Commits on Mar 18, 2024

  1. fix: stringlist_contains use correct var name

    Christopher Palmer committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    c684c1a View commit details
    Browse the repository at this point in the history
  2. chore: create display_debug_hr for easy hr output

    Christopher Palmer committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    3d97f31 View commit details
    Browse the repository at this point in the history
  3. chore: move display_ functions to utils.sh

    Christopher Palmer committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    53998e2 View commit details
    Browse the repository at this point in the history
  4. fix: avoid treating ASDF_DEFAULT_TOOL_VERSIONS_FILENAME as an absolut…

    …e path
    Christopher Palmer committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    257fff6 View commit details
    Browse the repository at this point in the history
  5. chore: fix linting issues

    Christopher Palmer committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    8d0fc4f View commit details
    Browse the repository at this point in the history