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

fix rye config --show-path #706

Merged
merged 7 commits into from
Feb 21, 2024
Merged

fix rye config --show-path #706

merged 7 commits into from
Feb 21, 2024

Commits on Feb 20, 2024

  1. config: fix --show-path and --format broken after PR astral-sh#660

    PR astral-sh#660 (ff130c4) makes an action argument required. This breaks `rye
    config --show-path`. This fixes this behavior by requiring any argument,
    but showing help when no argument is provided.
    
    fix
    dsp committed Feb 20, 2024
    Configuration menu
    Copy the full SHA
    9250367 View commit details
    Browse the repository at this point in the history
  2. tests: allow Spaces::init to be unused

    Some tests, such as testing rye config, do not require a project,
    hence init can be unused.
    dsp committed Feb 20, 2024
    Configuration menu
    Copy the full SHA
    849cef8 View commit details
    Browse the repository at this point in the history
  3. tests: Add a [RYE_HOME] insta filter

    Add a filter for [RYE_HOME]. This will be used for outputs such as
    `rye config --show-path`
    dsp committed Feb 20, 2024
    Configuration menu
    Copy the full SHA
    68024b9 View commit details
    Browse the repository at this point in the history
  4. tests: config tests

    We add configuration tests as an integration insta test, as we
    want to go through the whole process.
    dsp committed Feb 20, 2024
    Configuration menu
    Copy the full SHA
    60267e5 View commit details
    Browse the repository at this point in the history
  5. changelog entry for astral-sh#706

    dsp committed Feb 20, 2024
    Configuration menu
    Copy the full SHA
    a914794 View commit details
    Browse the repository at this point in the history
  6. Fix typo

    mitsuhiko committed Feb 20, 2024
    Configuration menu
    Copy the full SHA
    2330b20 View commit details
    Browse the repository at this point in the history

Commits on Feb 21, 2024

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