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

[1.1.x] Make server extension verification call during extension startup non-blocking (#480) #486

Merged
merged 4 commits into from
Feb 16, 2024

Conversation

andrii-i
Copy link
Collaborator

…p non-blocking (jupyter-server#480) (jupyter-server#481)

* Make server extension verification call during extension startup non-blocking (jupyter-server#480)

* remove async call, make call sync, refactor into a separate function

* don't use abbreviations in the verifyServerExtension function or type naming

* Update src/index.tsx

Co-authored-by: david qiu <[email protected]>

* remove unused type

* add @jupyterlab/rendermime-interfaces as a dependency

* Remove async from activatePlugin function declaration (makes it not async)

* set @jupyterlab/rendermime-interfaces version to ^3.8.0 to support all JLab >= 4

---------

Co-authored-by: david qiu <[email protected]>

* Fix translator usage, remove @jupyterlab/rendermime-interfaces dependency (jupyter-server#483)

* update snapshots

* use lowercase "es" is "es2017" as is convention in Project Jupyter

* fix 1.x dependencies

* fix package manifest to be compatible with JL3

* Make ErrorBoundary return JSX.Element to avoid type conflicts

---------

Co-authored-by: david qiu <[email protected]>
@andrii-i andrii-i added the bug Something isn't working label Feb 16, 2024
Copy link
Contributor

Binder 👈 Launch a Binder on branch andrii-i/jupyter-scheduler/1.1.5

@andrii-i
Copy link
Collaborator Author

Readthedocs failure is expected as we don't want to build docs for this branch, don't have config files such as .readthedocs.yml, docs/conf.py. Looking into adjusting readthedocs website settings to not build docs for this branch by marking it as inactive (https://docs.readthedocs.io/en/stable/versions.html#active).

@andrii-i andrii-i merged commit ca2bb89 into jupyter-server:1.1.x Feb 16, 2024
13 of 14 checks passed
@andrii-i andrii-i deleted the 1.1.5 branch February 16, 2024 21:52
@andrii-i andrii-i restored the 1.1.5 branch February 16, 2024 21:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant