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

Overload methods testing rewrite #21082

Merged

Commits on Apr 7, 2023

  1. hel

    Kartik Raj committed Apr 7, 2023
    Configuration menu
    Copy the full SHA
    1374370 View commit details
    Browse the repository at this point in the history

Commits on Apr 11, 2023

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

Commits on Apr 17, 2023

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

Commits on Apr 18, 2023

  1. Configuration menu
    Copy the full SHA
    6403d20 View commit details
    Browse the repository at this point in the history
  2. Use new logging API for python extension logger and LS logger (micros…

    …oft#21062)
    
    In this PR:
    1. Changes the python extension logging to use LogOutputChannel
    2. Changes the language server logger with LogOutputChannel
    3. Test output channel uses OutputChannel as it needs to show test
    output and not really logging. Also, using logging test output makes it
    pretty much unreadable.
    4. Simplifies logging channel and output channel registration.
    
    We need to do this now to make it easier for new test work to integrate
    with output logging.
    
    For microsoft#20844
    
    This still doesn't get rid of the log level setting.
    karthiknadig authored and eleanorjboyd committed Apr 18, 2023
    Configuration menu
    Copy the full SHA
    a1f5041 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3217420 View commit details
    Browse the repository at this point in the history
  4. Add quick pick hover support to explain conda environment lacking a P…

    …ython interpreter (microsoft#21073)
    
    Closes microsoft#20786
    Kartik Raj authored and eleanorjboyd committed Apr 18, 2023
    Configuration menu
    Copy the full SHA
    540658b View commit details
    Browse the repository at this point in the history
  5. Python test execution simple (microsoft#21053)

    closes microsoft#20897
    closes microsoft#20084
    closes microsoft#20081
    
    ---------
    Co-authored-by: Karthik Nadig <kanadig@microsoft.com>
    eleanorjboyd committed Apr 18, 2023
    Configuration menu
    Copy the full SHA
    b377503 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    8223362 View commit details
    Browse the repository at this point in the history
  7. Merge pull request #7 from eleanorjboyd/fix-main

    fix main
    eleanorjboyd committed Apr 18, 2023
    Configuration menu
    Copy the full SHA
    b19126e View commit details
    Browse the repository at this point in the history
  8. Merge pull request #7 from eleanorjboyd/fix-main

    fix main
    eleanorjboyd committed Apr 18, 2023
    Configuration menu
    Copy the full SHA
    72d210f View commit details
    Browse the repository at this point in the history
  9. Merge pull request #7 from eleanorjboyd/fix-main

    fix main
    eleanorjboyd committed Apr 18, 2023
    Configuration menu
    Copy the full SHA
    7dbe187 View commit details
    Browse the repository at this point in the history

Commits on Apr 19, 2023

  1. Merge pull request #7 from eleanorjboyd/fix-main

    fix main
    eleanorjboyd committed Apr 19, 2023
    Configuration menu
    Copy the full SHA
    1bf0450 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #7 from eleanorjboyd/fix-main

    fix main
    eleanorjboyd committed Apr 19, 2023
    Configuration menu
    Copy the full SHA
    c95b095 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #7 from eleanorjboyd/fix-main

    fix main
    eleanorjboyd committed Apr 19, 2023
    Configuration menu
    Copy the full SHA
    7e5f2b4 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #7 from eleanorjboyd/fix-main

    fix main
    eleanorjboyd committed Apr 19, 2023
    Configuration menu
    Copy the full SHA
    b9466cc View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    bf3ad2c View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    c3c6550 View commit details
    Browse the repository at this point in the history
  7. fix comments

    eleanorjboyd committed Apr 19, 2023
    Configuration menu
    Copy the full SHA
    5a84606 View commit details
    Browse the repository at this point in the history

Commits on Apr 20, 2023

  1. add env var for testing

    eleanorjboyd committed Apr 20, 2023
    Configuration menu
    Copy the full SHA
    ab689f6 View commit details
    Browse the repository at this point in the history