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

merge july release back #6595

Merged
merged 11 commits into from
Jul 8, 2021
Merged

merge july release back #6595

merged 11 commits into from
Jul 8, 2021

Conversation

DavidKutu
Copy link

@DavidKutu DavidKutu commented Jul 8, 2021

  • Pull request represents a single change (i.e. not fixing disparate/unrelated things in a single PR).
  • Title summarizes what is changing.
  • Has a news entry file (remember to thank yourself!).
  • Appropriate comments and documentation strings in the code.
  • Has sufficient logging.
  • Has telemetry for enhancements.
  • Unit tests & system/integration tests are added/updated.
  • Test plan is updated as appropriate.
  • package-lock.json has been regenerated by running npm install (if dependencies have changed).

David Kutugata and others added 10 commits June 29, 2021 11:05
* Fix some problems running kernels with 'jupyter' or no raw kernel (#6464)

* Fix for 6409

* Jupyter server specific case for kernel data not being used

* Update changelog
…and/collapse all from toolbar when focus is not on notebook editor (#6469) (#6493)

* fix #6423

* Debug cell fixes

* update execution count.

* Expand/collapse cell should not rely on `activeNotebookEditor`

* Format

* Refactor add/debug code codepaths

* Prettier

Co-authored-by: rebornix <penn.lv@gmail.com>

Co-authored-by: rebornix <penn.lv@gmail.com>
* Don't pass registrationData twice when registering notebook serializer (#6503)

* If in Python daily insiders and VS Code Insiders opt into native interactive window (#6504)

* If in Python daily insiders and VS Code Insiders opt into native interactive window

* Oops

* Remove unused import

* Changelog

* Format
* don't fetch breakpoints on activate

* implement IDisposable on the debugging manager

* pass on session id's

* delete temp files

* lint

* add try catch

* store sessionId

* pass jupyter session id
* prepare

* use same version in package.jpsn and changelog

* leave version at 2021.8.0
@DavidKutu DavidKutu requested a review from a team as a code owner July 8, 2021 22:58
@codecov-commenter
Copy link

codecov-commenter commented Jul 8, 2021

Codecov Report

Merging #6595 (28dacc6) into main (d20d44f) will increase coverage by 0%.
The diff coverage is n/a.

@@          Coverage Diff          @@
##            main   #6595   +/-   ##
=====================================
  Coverage     64%     64%           
=====================================
  Files        352     352           
  Lines      24542   24542           
  Branches    3750    3750           
=====================================
+ Hits       15930   15940   +10     
+ Misses      7194    7188    -6     
+ Partials    1418    1414    -4     
Impacted Files Coverage Δ
src/client/common/process/pythonDaemonPool.ts 73% <0%> (-5%) ⬇️
src/client/datascience/jupyter/jupyterNotebook.ts 74% <0%> (-1%) ⬇️
...active-common/intellisense/intellisenseProvider.ts 74% <0%> (-1%) ⬇️
src/client/datascience/jupyter/kernels/helpers.ts 71% <0%> (+<1%) ⬆️
...tascience/jupyter/liveshare/hostJupyterNotebook.ts 45% <0%> (+1%) ⬆️
...client/datascience/kernel-launcher/kernelDaemon.ts 54% <0%> (+1%) ⬆️
src/client/datascience/baseJupyterSession.ts 70% <0%> (+2%) ⬆️
src/client/datascience/jupyter/jupyterSession.ts 78% <0%> (+4%) ⬆️
...t/datascience/jupyter/jupyterInvalidKernelError.ts 100% <0%> (+33%) ⬆️

@DavidKutu DavidKutu merged commit a5ecf45 into main Jul 8, 2021
@DavidKutu DavidKutu deleted the david/mergeJulyReleaseBack branch July 8, 2021 23:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants