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

point release back to main #6301

Merged
merged 36 commits into from
Jun 16, 2021
Merged

point release back to main #6301

merged 36 commits into from
Jun 16, 2021

Conversation

DavidKutu
Copy link

  • 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 30 commits June 1, 2021 22:15
* release candidate

* Memorial Day API changes (#6056)

* update changelog

Co-authored-by: Ian Huff <ianhu@microsoft.com>
* change version to 2021.6.x

* match packagejson and changelog versions

* 6/2 API Changes (#6089)

Co-authored-by: Ian Huff <ianhu@microsoft.com>
* Remove our Run Above/Below commands (#6026)

* Update changelog
* update version to 2021.6.99 to be able to filter
update changelog

* update package lock and VSCode api

* don

* remove api changes in the code
* Fix test failures resulting from VSCodes Notebook Start page (#6111)

* Disable kernel auto startup in untrusted workspace (#6088)

* Disable kernel auto startup in untrusted workspace

* Fixes

* Misc

* oops

* misc

* Fixes to breaking tests (#6074)

Co-authored-by: Don Jayamanne <don.jayamanne@outlook.com>
* add component governance file

* remove npm components
* final update

* update changelog
* Contribute shift+enter, ctrl+enter, L, shift+L (#6205)

* Ctrl+Enter should put cell into command mode after executing (#6231)

* Update CHANGELOG and remove news
* Fix Restarting kernel... test (#6267)

* wait for the restart command

* add news file

* update changelog
@DavidKutu DavidKutu marked this pull request as ready for review June 15, 2021 21:36
@DavidKutu DavidKutu requested a review from a team as a code owner June 15, 2021 21:36
@@ -560,7 +560,8 @@ function translateDisplayDataOutput(
items.push(new NotebookCellOutputItem(convertJupyterOutputToBuffer(key, data[key]), key));
}

return new NotebookCellOutput(sortOutputItemsBasedOnDisplayOrder(items), metadata);
const x = sortOutputItemsBasedOnDisplayOrder(items);
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think @DonJayamanne just converted this the other way in main if I recall correctly. I don't think that we want this file changed.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yup I'd remove the variable x

Copy link
Member

@IanMatthewHuff IanMatthewHuff left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Approved per the change that Don mentioned.

@codecov-commenter
Copy link

Codecov Report

Merging #6301 (ee513c2) into main (d8a42ac) will decrease coverage by 0%.
The diff coverage is 100%.

❗ Current head ee513c2 differs from pull request most recent head 6ec0b94. Consider uploading reports for the commit 6ec0b94 to get more accurate results

@@          Coverage Diff           @@
##            main   #6301    +/-   ##
======================================
- Coverage     72%     71%    -1%     
======================================
  Files        401     401            
  Lines      27052   27053     +1     
  Branches    3987    3987            
======================================
- Hits       19538   19425   -113     
- Misses      5866    5995   +129     
+ Partials    1648    1633    -15     
Impacted Files Coverage Δ
src/client/datascience/notebook/helpers/helpers.ts 72% <100%> (+<1%) ⬆️
...ience/variablesView/variableViewMessageListener.ts 22% <0%> (-78%) ⬇️
...ent/common/application/webviewViews/webviewView.ts 14% <0%> (-72%) ⬇️
...c/client/datascience/variablesView/variableView.ts 18% <0%> (-58%) ⬇️
src/client/datascience/webviews/webviewViewHost.ts 19% <0%> (-53%) ⬇️
...on/application/webviewViews/webviewViewProvider.ts 80% <0%> (-20%) ⬇️
.../datascience/variablesView/variableViewProvider.ts 65% <0%> (-16%) ⬇️
...lient/datascience/variablesView/notebookWatcher.ts 80% <0%> (-12%) ⬇️
src/client/datascience/kernel-launcher/types.ts 48% <0%> (-8%) ⬇️
src/client/datascience/webviews/webviewHost.ts 80% <0%> (-7%) ⬇️
... and 14 more

@DavidKutu DavidKutu merged commit 3fd9151 into main Jun 16, 2021
@DavidKutu DavidKutu deleted the david/pointReleaseToMain branch June 16, 2021 18:58
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