FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

Merge back from release to master by karthiknadig · Pull Request #13825 · microsoft/vscode-python · GitHub

Merge back from release to master - #13825

Merged
Karthik Nadig (karthiknadig) merged 16 commits into
microsoft:mainfrom
karthiknadig:mergeback
Sep 8, 2020
Merged

Merge back from release to master#13825
Karthik Nadig (karthiknadig) merged 16 commits into
microsoft:mainfrom
karthiknadig:mergeback

Conversation

Copy link
Copy Markdown
Member

No description provided.

David Kutugata and others added 16 commits August 6, 2020 14:34
…ft#13296)

* Add gather status bar and update survey link (microsoft#13225)

* add status bar

* add localization

* Added news file

* add a 2 second timeout

* updated the gather survey link

* Change the gather icon while gathering

* moved the gathering redux function to
interactive common
added a constant

* move css to common.css

* removed the status bar message

* changed noop import

* update changelog
Co-authored-by: Rich Chiodo <rchiodo@users.noreply.github.com>
…dings for most new interactive window cell commands (microsoft#13334) (microsoft#13348)

* Add Goto Prev/Next Cell

* Add goto previous cell

* Remove unneeded changes

* Add default keybindings for cell commands

* Goto should be Go to

Co-authored-by: Jim Griesmer <jimg@live.com>

Co-authored-by: Jim Griesmer <jimg@live.com>
)

Code change can only affect new keyboard shortcut operations
* update version number and npm install to update package-lock.json

* update changelog version and date

* update news for changelog.md

* update generated TPN

Co-authored-by: Ian Huff <ianhuff@ravikun-dev2.redmond.corp.microsoft.com>
* Update LSP to latest to resolve problems with LS settings  (microsoft#13511)

* Fix path

* Actually fix settings

* Add news

* Add test

* Format

* Suppress 'jediEnabled' removal

* Drop survey first launch threshold

* Update LSP to fix issue with settings in MPLS v1

* Add telemetry for `switch to Pylance` acceptance (microsoft#13526)

* Fix path

* Actually fix settings

* Add news

* Add test

* Format

* Suppress 'jediEnabled' removal

* Drop survey first launch threshold

* Initial

* Add test

* PR feedback

* Rename property

* Rename constant

* Define property

* Moar rename

* casing

* Update version and changelogs

* Show status of Jupyter server (Connected/Disconnected) when the user hovers over the status icon (microsoft#13544)

* Update change log with more cherry picks

Co-authored-by: Mikhail Arkhipov <mikhaila@microsoft.com>
Co-authored-by: Shantnu Suman <shsuman@microsoft.com>
* Show the server display string that the user is going to connect to after selecting a compute instance and reloading the window. (microsoft#13600)

* Update "Tip" notification for new users to either show the existing tip, a link to a feedback survey or nothing (microsoft#13554)

* Update vscode-tas-client
* Add experiment group enum
* Add method to retrieve experiment values
* Implementation + tests
* News file
* Update wording of the news entry
* Add telemetry
* More tests
* No opting-in and out of this one
* Don't fetch value if opted out, add tests
* Address comments

* Fix save on close (microsoft#13567)

* Pass model through command instead of URI in order to use directly

* Add a test to verify we don't regress

* Finish fixing tests

* Add news entry

* Fix unit tests

* Update changelog and version for point release.

* Change date.

* Format using latest black (microsoft#13625)

Co-authored-by: Shantnu Suman <shsuman@microsoft.com>
Co-authored-by: Kim-Adeline Miguel <51720070+kimadeline@users.noreply.github.com>
Co-authored-by: Rich Chiodo <rchiodo@users.noreply.github.com>
* Show the server display string that the user is going to connect to after selecting a compute instance and reloading the window. (microsoft#13600)

* Update "Tip" notification for new users to either show the existing tip, a link to a feedback survey or nothing (microsoft#13554)

* Update vscode-tas-client
* Add experiment group enum
* Add method to retrieve experiment values
* Implementation + tests
* News file
* Update wording of the news entry
* Add telemetry
* More tests
* No opting-in and out of this one
* Don't fetch value if opted out, add tests
* Address comments

* Fix save on close (microsoft#13567)

* Pass model through command instead of URI in order to use directly

* Add a test to verify we don't regress

* Finish fixing tests

* Add news entry

* Fix unit tests

* Update changelog and version for point release.

* Skip workspace virtual env service tests

* Add link to issue for skipping

Co-authored-by: Shantnu Suman <shsuman@microsoft.com>
Co-authored-by: Kim-Adeline Miguel <51720070+kimadeline@users.noreply.github.com>
Co-authored-by: Rich Chiodo <rchiodo@users.noreply.github.com>
…osoft#13666)

* Add install telemetry (microsoft#13653)

* Add extension install telemetry.

* Add tests.

* Fix typo

* Fix tests.

* Update comment to reflect what the installed actually does.

* Update change log and version for point release.
…ble (microsoft#13712)

* Fix: Getting an error on selecting an existing CI which has a display name from the historical CI's in the quick picks (microsoft#13642)

* Make Jupyter Server name clickale to select Jupyter server (microsoft#13657)

* Update Changelog and remove news files
…t#13756)

Co-authored-by: Jake Bailey <5341706+jakebailey@users.noreply.github.com>
* fix showStartPage setting on configSettings.ts (microsoft#13706)

* fix showStartPage setting on configSettings.ts

* add news file

* Fix unit tests

* oops

* update changelog

sonarqubecloud Bot commented Sep 7, 2020

Copy link
Copy Markdown

Kudos, SonarCloud Quality Gate passed!

0 Bugs
0 Vulnerabilities (and 0 Security Hotspots to review)
0 Code Smells

No Coverage information
No Duplication information

Codecov Comments Bot (codecov-commenter) commented Sep 7, 2020
edited
Loading

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 59%. Comparing base (24d1bc1) to head (1f9517e).
⚠️ Report is 2973 commits behind head on main.

Additional details and impacted files
@@          Coverage Diff           @@
##            main   #13825   +/-   ##
======================================
- Coverage     59%      59%   -1%     
======================================
  Files        684      684           
  Lines      37962    37962           
  Branches    5466     5466           
======================================
- Hits       22753    22744    -9     
+ Misses     14048    14040    -8     
- Partials    1161     1178   +17     

see 9 files with indirect coverage changes

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

Karthik Nadig (karthiknadig) merged commit d53650c into microsoft:main Sep 8, 2020
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

no-changelog No news entry required

Projects

None yet

Development

Successfully merging this pull request may close these issues.

6 participants


Back | FazBrowse Home | New Git URL