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

Refuse to uninstall federated extensions. #9232

Merged
merged 2 commits into from Oct 30, 2020

Conversation

jasongrout
Copy link
Contributor

@jasongrout jasongrout commented Oct 27, 2020

References

Fixes #9230

See more discussion at #9231.

Code changes

Since we did not install the federated extension, we should not be uninstalling it and deleting files from other packages and installation systems.

User-facing changes

Users will need to uninstall federated extensions the same way they installed them.

Backwards-incompatible changes

@jasongrout jasongrout added this to the 3.0 milestone Oct 27, 2020
@jasongrout jasongrout added this to In progress in Extension System rework via automation Oct 27, 2020
@jupyterlab-dev-mode
Copy link

Thanks for making a pull request to JupyterLab!

To try out this branch on binder, follow this link: Binder

Since we did not install the federated extension, we should not be uninstalling it and deleting files from other packages and installation systems.

Fixes jupyterlab#9230

See more discussion at jupyterlab#9231.
Since federated extensions mask other extensions, we should error out right away if there is a federated extension. Otherwise, we might uninstall the hidden extension the federated extension is masking.
@jasongrout
Copy link
Contributor Author

This PR is included in #9244, so either we can merge this then that, or we can just close this as being superceded by that.

@blink1073 blink1073 merged commit 82db529 into jupyterlab:master Oct 30, 2020
1 check was pending
Extension System rework automation moved this from In progress to Done Oct 30, 2020
@github-actions github-actions bot added the status:resolved-locked Closed issues are locked after 30 days inactivity. Please open a new issue for related discussion. label Apr 29, 2021
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Apr 29, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
status:resolved-locked Closed issues are locked after 30 days inactivity. Please open a new issue for related discussion.
Projects
Development

Successfully merging this pull request may close these issues.

jupyter labextension uninstall deletes federated extensions
2 participants