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

PORT - Port document dispose fix to release. #4798

Merged
merged 4 commits into from
Feb 13, 2021

Conversation

IanMatthewHuff
Copy link
Member

For #

  • 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).

@IanMatthewHuff IanMatthewHuff requested a review from a team as a code owner February 12, 2021 23:21
@IanMatthewHuff
Copy link
Member Author

Note: I won't push until we have a PR run on the branch here.

@rchiodo
Copy link
Contributor

rchiodo commented Feb 12, 2021

I submitted the PR for getting tests to run. I think you have to reopen?

@codecov-io
Copy link

codecov-io commented Feb 13, 2021

Codecov Report

Merging #4798 (6e61a1a) into release-2021.02 (43efcda) will increase coverage by 0%.
The diff coverage is 100%.

@@               Coverage Diff               @@
##           release-2021.02   #4798   +/-   ##
===============================================
  Coverage               73%     73%           
===============================================
  Files                  411     411           
  Lines                26960   26953    -7     
  Branches              3907    3905    -2     
===============================================
- Hits                 19882   19880    -2     
+ Misses                5489    5484    -5     
  Partials              1589    1589           
Impacted Files Coverage Δ
...ent/datascience/notebook/notebookEditorProvider.ts 64% <ø> (+2%) ⬆️
src/client/datascience/notebook/notebookEditor.ts 24% <100%> (ø)
src/client/common/process/pythonDaemonPool.ts 78% <0%> (-5%) ⬇️
src/client/datascience/jupyter/kernelVariables.ts 73% <0%> (-1%) ⬇️
...active-common/intellisense/intellisenseProvider.ts 74% <0%> (+<1%) ⬆️
...active-common/intellisense/intellisenseDocument.ts 67% <0%> (+<1%) ⬆️
...rc/client/common/process/pythonExecutionFactory.ts 86% <0%> (+3%) ⬆️

@IanMatthewHuff IanMatthewHuff merged commit 5e57c45 into release-2021.02 Feb 13, 2021
@IanMatthewHuff IanMatthewHuff deleted the dev/ianhu/portDocDispose branch February 13, 2021 12:24
rchiodo pushed a commit that referenced this pull request Feb 18, 2021
* Only clean up editors on close not on Panel dispose (#4787)

* update changelog

Co-authored-by: Ian Huff <ianhuff@LICHYOGAIOT.northamerica.corp.microsoft.com>
rchiodo added a commit that referenced this pull request Feb 18, 2021
* PORT Variable view icon to release branch (#4748)

* update changelog (#4752)

* Cherry pick change for icon overflow (#4753)

* Change number of icons in notebook toolbar (#4747)

* Fix icons

* Have trust command show up and nothing else if untrusted

* Add trust check to all commands

* Update based on discussion

* Update change log

* PORT - variable context (#4770)

* Add new editor context for just if native notebook is active (#4762)

* update news

Co-authored-by: Ian Huff <ianhuff@LICHYOGAIOT.northamerica.corp.microsoft.com>

* Port control enter fix to release (#4774)

* Fix ctrl+enter and alt+enter by removing the redundant command. (#4769)

* Fix ctrl+enter and alt+enter by removing the redundant command.

* Code review feedback

* Update changelog

* port .NET fix to release (#4776)

* Fix .NET interactive to always use native (#4772)

* Fix .NET interactive

* Fix tests and linter

* Update changelog

* Port kernel finder change to release (#4799)

* Fix duplicate kernel generation (#4790)

* Fix duplicate kernel generation

* Fix functional tests

* Update changelog

* Actually use stable

* PORT - Port document dispose fix to release. (#4798)

* Only clean up editors on close not on Panel dispose (#4787)

* update changelog

Co-authored-by: Ian Huff <ianhuff@LICHYOGAIOT.northamerica.corp.microsoft.com>

* Port surveys (#4804)

* Refactor surveys and add a new one (#4794)

* Refactor surveys and add a new one

* add news and lint

* lint

* lint

* PR comments

* update changelog

* Fix IJupyterExtensionBanner service identifier (#4825)

Co-authored-by: Joyce Er <joyceerhuiling@gmail.com>

* PORT - Fix for top level save and undo commands (#4851)

* Update cache ignore

* Actually ignore .so files

* Update release plan

* Put back package.json changes

* Delete news entries

Co-authored-by: Ian Huff <ianhu@microsoft.com>
Co-authored-by: David Kutugata <dakutuga@microsoft.com>
Co-authored-by: Ian Huff <ianhuff@LICHYOGAIOT.northamerica.corp.microsoft.com>
Co-authored-by: Joyce Er <joyceerhuiling@gmail.com>
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.

4 participants