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

Use worker threads for fetching conda environments and interpreter related info #22481

Merged
merged 30 commits into from
Nov 19, 2023

Commits on Nov 16, 2023

  1. Add utilities to exec and spawn inside worker threads

    Kartik Raj committed Nov 16, 2023
    Configuration menu
    Copy the full SHA
    3ba58f6 View commit details
    Browse the repository at this point in the history
  2. Shell exec and exec using worker threads in discovery

    Kartik Raj committed Nov 16, 2023
    Configuration menu
    Copy the full SHA
    384e56a View commit details
    Browse the repository at this point in the history
  3. Use worker threads for fetching conda environments

    Kartik Raj committed Nov 16, 2023
    Configuration menu
    Copy the full SHA
    487afe8 View commit details
    Browse the repository at this point in the history
  4. Simplify

    Kartik Raj committed Nov 16, 2023
    Configuration menu
    Copy the full SHA
    f8ea50e View commit details
    Browse the repository at this point in the history
  5. z

    Kartik Raj committed Nov 16, 2023
    Configuration menu
    Copy the full SHA
    6869e48 View commit details
    Browse the repository at this point in the history
  6. z

    Kartik Raj committed Nov 16, 2023
    Configuration menu
    Copy the full SHA
    c9f0a59 View commit details
    Browse the repository at this point in the history
  7. z

    Kartik Raj committed Nov 16, 2023
    Configuration menu
    Copy the full SHA
    828f75c View commit details
    Browse the repository at this point in the history
  8. Wrap setting api

    Kartik Raj committed Nov 16, 2023
    Configuration menu
    Copy the full SHA
    2ab4f31 View commit details
    Browse the repository at this point in the history
  9. Fixes for tests

    Kartik Raj committed Nov 16, 2023
    Configuration menu
    Copy the full SHA
    9a310c1 View commit details
    Browse the repository at this point in the history
  10. improve test

    Kartik Raj committed Nov 16, 2023
    Configuration menu
    Copy the full SHA
    0ca12ac View commit details
    Browse the repository at this point in the history
  11. z

    Kartik Raj committed Nov 16, 2023
    Configuration menu
    Copy the full SHA
    2fa06d8 View commit details
    Browse the repository at this point in the history
  12. z

    Kartik Raj committed Nov 16, 2023
    Configuration menu
    Copy the full SHA
    ba00d7e View commit details
    Browse the repository at this point in the history
  13. z

    Kartik Raj committed Nov 16, 2023
    Configuration menu
    Copy the full SHA
    446162e View commit details
    Browse the repository at this point in the history
  14. check

    Kartik Raj committed Nov 16, 2023
    Configuration menu
    Copy the full SHA
    4f8fbd9 View commit details
    Browse the repository at this point in the history
  15. run all

    Kartik Raj committed Nov 16, 2023
    Configuration menu
    Copy the full SHA
    67cd46c View commit details
    Browse the repository at this point in the history
  16. Fix unit

    Kartik Raj committed Nov 16, 2023
    Configuration menu
    Copy the full SHA
    567938c View commit details
    Browse the repository at this point in the history

Commits on Nov 17, 2023

  1. Fix

    Kartik Raj committed Nov 17, 2023
    Configuration menu
    Copy the full SHA
    ece6a1c View commit details
    Browse the repository at this point in the history
  2. Fix venv tests

    Kartik Raj committed Nov 17, 2023
    Configuration menu
    Copy the full SHA
    384d422 View commit details
    Browse the repository at this point in the history
  3. Remove console statements

    Kartik Raj committed Nov 17, 2023
    Configuration menu
    Copy the full SHA
    d08a51d View commit details
    Browse the repository at this point in the history
  4. z

    Kartik Raj committed Nov 17, 2023
    Configuration menu
    Copy the full SHA
    ee6cc12 View commit details
    Browse the repository at this point in the history
  5. cleanup

    Kartik Raj committed Nov 17, 2023
    Configuration menu
    Copy the full SHA
    4c742ce View commit details
    Browse the repository at this point in the history
  6. Add more tests

    Kartik Raj committed Nov 17, 2023
    Configuration menu
    Copy the full SHA
    7580f32 View commit details
    Browse the repository at this point in the history

Commits on Nov 18, 2023

  1. Add fixes

    Kartik Raj committed Nov 18, 2023
    Configuration menu
    Copy the full SHA
    e16b48e View commit details
    Browse the repository at this point in the history
  2. s

    Kartik Raj committed Nov 18, 2023
    Configuration menu
    Copy the full SHA
    fa34153 View commit details
    Browse the repository at this point in the history
  3. Revert "s"

    This reverts commit fa34153.
    Kartik Raj committed Nov 18, 2023
    Configuration menu
    Copy the full SHA
    c10dc6a View commit details
    Browse the repository at this point in the history
  4. Minmize logging

    Kartik Raj committed Nov 18, 2023
    Configuration menu
    Copy the full SHA
    cd275eb View commit details
    Browse the repository at this point in the history
  5. lint

    Kartik Raj committed Nov 18, 2023
    Configuration menu
    Copy the full SHA
    9276e3a View commit details
    Browse the repository at this point in the history
  6. prettier

    Kartik Raj committed Nov 18, 2023
    Configuration menu
    Copy the full SHA
    98b6296 View commit details
    Browse the repository at this point in the history
  7. Add logging for known path locators

    Kartik Raj committed Nov 18, 2023
    Configuration menu
    Copy the full SHA
    2374105 View commit details
    Browse the repository at this point in the history
  8. sa

    Kartik Raj committed Nov 18, 2023
    Configuration menu
    Copy the full SHA
    e9193db View commit details
    Browse the repository at this point in the history