Skip to content

Rename notebookProvider to notebookEditorProvider #10564

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

Merged
merged 2 commits into from
Mar 13, 2020

Conversation

DonJayamanne
Copy link

In preparation for #10563
Plan is to introduce a NotebookProvider that manages the life time of notebooks outside the Native Editor. Hence the need to change properties/variables from notebookProvider to notebookEditorProvider.

Besides the actual interface/class is NotebookEditorProvider, hence changing from notebookProvider to notebookEditorProvider is better and more explicit.

Separate PR that introduces renames (else when I do the work, there's a lot of noise in PRs due to renames)

@DonJayamanne DonJayamanne added the no-changelog No news entry required label Mar 13, 2020
@sonarqubecloud
Copy link

Kudos, SonarCloud Quality Gate passed!

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities (and Security Hotspot 0 Security Hotspots to review)
Code Smell A 0 Code Smells

No Coverage information No Coverage information
0.0% 0.0% Duplication

@codecov-io
Copy link

codecov-io commented Mar 13, 2020

Codecov Report

Merging #10564 into master will decrease coverage by 0.01%.
The diff coverage is 78.57%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master   #10564      +/-   ##
==========================================
- Coverage   60.76%   60.74%   -0.02%     
==========================================
  Files         578      578              
  Lines       31355    31355              
  Branches     4464     4464              
==========================================
- Hits        19052    19046       -6     
- Misses      11335    11339       +4     
- Partials      968      970       +2
Impacted Files Coverage Δ
.../client/datascience/context/activeEditorContext.ts 19.04% <0%> (ø) ⬆️
src/client/datascience/activation.ts 94.28% <100%> (ø) ⬆️
src/client/telemetry/importTracker.ts 87% <100%> (ø) ⬆️
...cience/jupyter/jupyterCellOutputMimeTypeTracker.ts 80% <100%> (ø) ⬆️
src/client/datascience/commands/kernelSwitcher.ts 91.66% <100%> (ø) ⬆️
src/client/datascience/commands/commandRegistry.ts 31.74% <50%> (ø) ⬆️
src/datascience-ui/react-common/arePathsSame.ts 75% <0%> (-12.5%) ⬇️
src/client/common/utils/platform.ts 64.7% <0%> (-11.77%) ⬇️
src/client/linters/pydocstyle.ts 86.66% <0%> (-2.23%) ⬇️
src/client/datascience/debugLocationTracker.ts 76.56% <0%> (-1.57%) ⬇️
... and 1 more

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update ca776ab...0affcf7. Read the comment docs.

@DonJayamanne DonJayamanne merged commit 83d1ede into microsoft:master Mar 13, 2020
@DonJayamanne DonJayamanne deleted the refactorRename branch March 13, 2020 19:51
DonJayamanne added a commit that referenced this pull request Mar 13, 2020
* master:
  Rename notebookProvider to notebookEditorProvider (#10564)
@lock lock bot locked as resolved and limited conversation to collaborators Mar 21, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
no-changelog No news entry required
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants