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

uv run: List available scripts when a script is not specified #7687

Merged

Commits on Sep 27, 2024

  1. uv run: List available scripts when a script is not specified

    Signed-off-by: Kemal Akkoyun <kakkoyun@gmail.com>
    kakkoyun committed Sep 27, 2024
    Configuration menu
    Copy the full SHA
    645a7e0 View commit details
    Browse the repository at this point in the history
  2. Update tests for windows

    Signed-off-by: Kemal Akkoyun <kakkoyun@gmail.com>
    kakkoyun committed Sep 27, 2024
    Configuration menu
    Copy the full SHA
    27369fc View commit details
    Browse the repository at this point in the history
  3. Address the review comments

    Signed-off-by: Kemal Akkoyun <kakkoyun@gmail.com>
    kakkoyun committed Sep 27, 2024
    Configuration menu
    Copy the full SHA
    0b887b3 View commit details
    Browse the repository at this point in the history
  4. Address review comments: Optional RunCommand

    Signed-off-by: Kemal Akkoyun <kakkoyun@gmail.com>
    kakkoyun committed Sep 27, 2024
    Configuration menu
    Copy the full SHA
    0b1bc37 View commit details
    Browse the repository at this point in the history
  5. Address review comments: Fix the exit code

    Signed-off-by: Kemal Akkoyun <kakkoyun@gmail.com>
    kakkoyun committed Sep 27, 2024
    Configuration menu
    Copy the full SHA
    4a13cea View commit details
    Browse the repository at this point in the history
  6. Address review comments: Propagate errors and exit early

    Signed-off-by: Kemal Akkoyun <kakkoyun@gmail.com>
    kakkoyun committed Sep 27, 2024
    Configuration menu
    Copy the full SHA
    ce3c4a1 View commit details
    Browse the repository at this point in the history
  7. Unify the message formatting

    Signed-off-by: Kemal Akkoyun <kakkoyun@gmail.com>
    kakkoyun committed Sep 27, 2024
    Configuration menu
    Copy the full SHA
    30885bc View commit details
    Browse the repository at this point in the history

Commits on Oct 8, 2024

  1. Configuration menu
    Copy the full SHA
    e6e76d1 View commit details
    Browse the repository at this point in the history
  2. Specify that the commands are available in the environment

    Commands can be used from outside the environment so we should be careful not to hint these are the only ones available
    zanieb committed Oct 8, 2024
    Configuration menu
    Copy the full SHA
    7886adb View commit details
    Browse the repository at this point in the history
  3. Fix Windows snap

    zanieb committed Oct 8, 2024
    Configuration menu
    Copy the full SHA
    2aacc87 View commit details
    Browse the repository at this point in the history