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

Remove yaspin spinner #5468

Merged
merged 13 commits into from
Nov 18, 2022
Merged

Remove yaspin spinner #5468

merged 13 commits into from
Nov 18, 2022

Commits on Nov 12, 2022

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

Commits on Nov 13, 2022

  1. cli: remove create_spinner from --rm

    This is in favour of `rich.console.Console`.
    oz123 committed Nov 13, 2022
    Configuration menu
    Copy the full SHA
    c1a2fc8 View commit details
    Browse the repository at this point in the history
  2. core: remove yaspin spinner in ensure_pipfile

    This is in favor of rich.status.
    oz123 committed Nov 13, 2022
    Configuration menu
    Copy the full SHA
    352ff9f View commit details
    Browse the repository at this point in the history
  3. core: remove yaspin spinner from install python

    This is in favor of rich.status
    oz123 committed Nov 13, 2022
    Configuration menu
    Copy the full SHA
    5758231 View commit details
    Browse the repository at this point in the history
  4. core: fix calls to err.print

    This broke after importing cosole at the top level.
    oz123 committed Nov 13, 2022
    Configuration menu
    Copy the full SHA
    23dcc30 View commit details
    Browse the repository at this point in the history
  5. Remove create_spinner from create_virtualenv

    Use console.status instead.
    oz123 committed Nov 13, 2022
    Configuration menu
    Copy the full SHA
    f64bef7 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    da41e09 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    a1b141c View commit details
    Browse the repository at this point in the history
  8. Fix failing tests

    oz123 committed Nov 13, 2022
    Configuration menu
    Copy the full SHA
    349b6ed View commit details
    Browse the repository at this point in the history
  9. Fix failing tests

    oz123 committed Nov 13, 2022
    Configuration menu
    Copy the full SHA
    0bd03e6 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    74b64f8 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    eff7aa0 View commit details
    Browse the repository at this point in the history

Commits on Nov 18, 2022

  1. Add news snippet

    oz123 committed Nov 18, 2022
    Configuration menu
    Copy the full SHA
    baf1124 View commit details
    Browse the repository at this point in the history