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

Changes to logic for selection of best (default) version of Python interpreter #3813

Merged
merged 48 commits into from Jan 3, 2019

Commits on Dec 27, 2018

  1. Configuration menu
    Copy the full SHA
    e82a3f2 View commit details
    Browse the repository at this point in the history
  2. Fix tests

    DonJayamanne committed Dec 27, 2018
    Configuration menu
    Copy the full SHA
    73344c9 View commit details
    Browse the repository at this point in the history
  3. Fix test

    DonJayamanne committed Dec 27, 2018
    Configuration menu
    Copy the full SHA
    ece8afd View commit details
    Browse the repository at this point in the history
  4. First batch of changes

    DonJayamanne committed Dec 27, 2018
    Configuration menu
    Copy the full SHA
    2bc224e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    03f6535 View commit details
    Browse the repository at this point in the history
  6. Skip failing tests

    DonJayamanne committed Dec 27, 2018
    Configuration menu
    Copy the full SHA
    410d5e1 View commit details
    Browse the repository at this point in the history
  7. Fix recursion

    DonJayamanne committed Dec 27, 2018
    Configuration menu
    Copy the full SHA
    aca0ed9 View commit details
    Browse the repository at this point in the history
  8. Fix tests

    DonJayamanne committed Dec 27, 2018
    Configuration menu
    Copy the full SHA
    1cef8e3 View commit details
    Browse the repository at this point in the history
  9. refactor

    DonJayamanne committed Dec 27, 2018
    Configuration menu
    Copy the full SHA
    e93d015 View commit details
    Browse the repository at this point in the history

Commits on Dec 28, 2018

  1. Add tests

    DonJayamanne committed Dec 28, 2018
    Configuration menu
    Copy the full SHA
    57c9d52 View commit details
    Browse the repository at this point in the history
  2. Fixed tests

    DonJayamanne committed Dec 28, 2018
    Configuration menu
    Copy the full SHA
    d51aadb View commit details
    Browse the repository at this point in the history
  3. Added tests

    DonJayamanne committed Dec 28, 2018
    Configuration menu
    Copy the full SHA
    228821d View commit details
    Browse the repository at this point in the history
  4. News entry

    DonJayamanne committed Dec 28, 2018
    Configuration menu
    Copy the full SHA
    cc66f4c View commit details
    Browse the repository at this point in the history
  5. Add telemetry

    DonJayamanne committed Dec 28, 2018
    Configuration menu
    Copy the full SHA
    11e9741 View commit details
    Browse the repository at this point in the history
  6. Merge branch 'master' into issue3369AutoX

    * master:
      Added system tests to check activation for virtual environments (#3592)
    DonJayamanne committed Dec 28, 2018
    Configuration menu
    Copy the full SHA
    669a44b View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    2a394e6 View commit details
    Browse the repository at this point in the history
  8. Rename

    DonJayamanne committed Dec 28, 2018
    Configuration menu
    Copy the full SHA
    e18d234 View commit details
    Browse the repository at this point in the history
  9. Fix tests

    DonJayamanne committed Dec 28, 2018
    Configuration menu
    Copy the full SHA
    5bf691f View commit details
    Browse the repository at this point in the history
  10. Fixes

    DonJayamanne committed Dec 28, 2018
    Configuration menu
    Copy the full SHA
    5429b76 View commit details
    Browse the repository at this point in the history
  11. Fixes

    DonJayamanne committed Dec 28, 2018
    Configuration menu
    Copy the full SHA
    1d58cd5 View commit details
    Browse the repository at this point in the history

Commits on Dec 29, 2018

  1. Fix tests

    DonJayamanne committed Dec 29, 2018
    Configuration menu
    Copy the full SHA
    7b7b53a View commit details
    Browse the repository at this point in the history
  2. Disable linter tests

    DonJayamanne committed Dec 29, 2018
    Configuration menu
    Copy the full SHA
    e3b4522 View commit details
    Browse the repository at this point in the history
  3. Fix broken tests

    DonJayamanne committed Dec 29, 2018
    Configuration menu
    Copy the full SHA
    249105e View commit details
    Browse the repository at this point in the history
  4. Comments

    DonJayamanne committed Dec 29, 2018
    Configuration menu
    Copy the full SHA
    3b56b15 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ef23e0a View commit details
    Browse the repository at this point in the history
  6. Fix issue

    DonJayamanne committed Dec 29, 2018
    Configuration menu
    Copy the full SHA
    b32d5d8 View commit details
    Browse the repository at this point in the history
  7. Fixed tests

    DonJayamanne committed Dec 29, 2018
    Configuration menu
    Copy the full SHA
    1b462aa View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    c33c8d0 View commit details
    Browse the repository at this point in the history

Commits on Dec 30, 2018

  1. Configuration menu
    Copy the full SHA
    0d9b5c2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    51b3675 View commit details
    Browse the repository at this point in the history

Commits on Dec 31, 2018

  1. Refactor

    DonJayamanne committed Dec 31, 2018
    Configuration menu
    Copy the full SHA
    8a91233 View commit details
    Browse the repository at this point in the history
  2. Refactor with comments

    DonJayamanne committed Dec 31, 2018
    Configuration menu
    Copy the full SHA
    622bdae View commit details
    Browse the repository at this point in the history
  3. Bust old cache

    DonJayamanne committed Dec 31, 2018
    Configuration menu
    Copy the full SHA
    aa37815 View commit details
    Browse the repository at this point in the history
  4. Bust old cache

    DonJayamanne committed Dec 31, 2018
    Configuration menu
    Copy the full SHA
    5165ebd View commit details
    Browse the repository at this point in the history
  5. Merge branch 'master' into issue3369AutoX

    * master:
      Improvements to message displayed when linter is not installed (#3798)
    DonJayamanne committed Dec 31, 2018
    Configuration menu
    Copy the full SHA
    9c1e8af View commit details
    Browse the repository at this point in the history
  6. Remove old test

    DonJayamanne committed Dec 31, 2018
    Configuration menu
    Copy the full SHA
    0380759 View commit details
    Browse the repository at this point in the history
  7. Fix tests

    DonJayamanne committed Dec 31, 2018
    Configuration menu
    Copy the full SHA
    e7fbbf3 View commit details
    Browse the repository at this point in the history
  8. Improvements

    DonJayamanne committed Dec 31, 2018
    Configuration menu
    Copy the full SHA
    1b88ea0 View commit details
    Browse the repository at this point in the history
  9. Improvements and fixes

    DonJayamanne committed Dec 31, 2018
    Configuration menu
    Copy the full SHA
    a31f7ff View commit details
    Browse the repository at this point in the history
  10. Fix tests

    DonJayamanne committed Dec 31, 2018
    Configuration menu
    Copy the full SHA
    b4e59ba View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    9f7697b View commit details
    Browse the repository at this point in the history

Commits on Jan 1, 2019

  1. Better tests

    DonJayamanne committed Jan 1, 2019
    Configuration menu
    Copy the full SHA
    f06e857 View commit details
    Browse the repository at this point in the history

Commits on Jan 3, 2019

  1. Configuration menu
    Copy the full SHA
    2afc958 View commit details
    Browse the repository at this point in the history
  2. Fix tests

    DonJayamanne committed Jan 3, 2019
    Configuration menu
    Copy the full SHA
    74c0278 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b0084e3 View commit details
    Browse the repository at this point in the history
  4. merge master

    DonJayamanne committed Jan 3, 2019
    Configuration menu
    Copy the full SHA
    d0b70bc View commit details
    Browse the repository at this point in the history
  5. merge master

    DonJayamanne committed Jan 3, 2019
    Configuration menu
    Copy the full SHA
    83e2492 View commit details
    Browse the repository at this point in the history
  6. Fixed linter issues

    DonJayamanne committed Jan 3, 2019
    Configuration menu
    Copy the full SHA
    8c439c2 View commit details
    Browse the repository at this point in the history