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

Reduce the amount of calls to pip and the number of tempfiles in batch_install. #5301

Merged
merged 15 commits into from
Aug 31, 2022

Commits on Aug 27, 2022

  1. Exploring reducing the amount of calls to pip and the number of temp …

    …files in batch_install.
    matteius committed Aug 27, 2022
    Configuration menu
    Copy the full SHA
    25bea23 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    adb1a6c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    438c344 View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2022

  1. Add logic to read the progress of the install in realtime from pip an…

    …d remove progress bar.
    matteius committed Aug 28, 2022
    Configuration menu
    Copy the full SHA
    d4d879c View commit details
    Browse the repository at this point in the history
  2. Drop progress bar.

    matteius committed Aug 28, 2022
    Configuration menu
    Copy the full SHA
    298197d View commit details
    Browse the repository at this point in the history
  3. remove this change to tests.

    matteius committed Aug 28, 2022
    Configuration menu
    Copy the full SHA
    eddfbb1 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ce101a3 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    8983394 View commit details
    Browse the repository at this point in the history
  6. Fix bug with --skip-lock

    matteius committed Aug 28, 2022
    Configuration menu
    Copy the full SHA
    6e789f7 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    6e9f13e View commit details
    Browse the repository at this point in the history

Commits on Aug 31, 2022

  1. Configuration menu
    Copy the full SHA
    efcc51e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5cd089b View commit details
    Browse the repository at this point in the history
  3. Revert "Remove no longer used method which_pip"

    This reverts commit 438c344.
    matteius committed Aug 31, 2022
    Configuration menu
    Copy the full SHA
    df35abf View commit details
    Browse the repository at this point in the history
  4. Revert "Drop progress bar."

    This reverts commit 298197d.
    matteius committed Aug 31, 2022
    Configuration menu
    Copy the full SHA
    f8449ae View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    2f04d36 View commit details
    Browse the repository at this point in the history