Skip to content
This repository was archived by the owner on Sep 12, 2025. It is now read-only.

Conversation

@sigmarkarl
Copy link

@sigmarkarl sigmarkarl commented Oct 27, 2023

should be backwards compatible, the new javascript sends session_id with the payload, emtpy if it is requesting a new one, otherwise it is polling a kernel startup. if the session_id is None it behaves like before, waits until the kernel is ready and answers the post request

blink1073 and others added 30 commits April 19, 2022 20:27
…mit autoupdate) (jupyter-server#795)

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
…to the logging message in case of non compliant preferred_dir) (jupyter-server#805)

Co-authored-by: Eric Charles <[email protected]>
* Automated Changelog Entry for 1.16.1 on 1.x

* Update CHANGELOG.md

Co-authored-by: GitHub Action <41898282+github-actions[bot]@users.noreply.github.com>
SHA256 hashes:

jupyter_server-1.17.0-py3-none-any.whl: 5aa5e0945e3dbf29390cfe9c418a9af245d812ce282932ae97d0671e10c147a0

jupyter_server-1.17.0.tar.gz: 7b3aa524790ab0da64f06dfe0b2af149d0a3f59aad71fdedcf1d8bae6508018c
* added checks for hidden files and directories on FileManager Class

* added checks for hidden files and directories in api handlers

* updated error messages to not mention hidden files

* cleaned up issues flagged by pre-commit
* add changelog for 1.17.1

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: GitHub Action <41898282+github-actions[bot]@users.noreply.github.com>
SHA256 hashes:

jupyter_server-1.18.0-py3-none-any.whl: 06103b71740eaa80aac1b3918da1b22125d3d649386c91fa236de753934bd6c8

jupyter_server-1.18.0.tar.gz: b65ea1d24038dc32c80b916c89005ae8d1d70f6ede0d314230e93b329b7e845a
…t the response router thread is finishing) (jupyter-server#897)

Co-authored-by: Ciprian Anton <[email protected]>
blink1073 and others added 29 commits November 7, 2022 13:56
SHA256 hashes:

jupyter_server-1.23.1-py3-none-any.whl: 4bdcde2aa576b05da5cf89f33b7d97adcaea5cad4f5863a0db09dcc9eecd66bf

jupyter_server-1.23.1.tar.gz: cee48d9d96cecd0f94b7cb41ecd4f0ab05b01643769f61c5d397b7873bc9a1e2
SHA256 hashes:

jupyter_server-1.23.2-py3-none-any.whl: c01d0e84c22a14dd6b0e7d8ce4105b08a3426b46582668e28046a64c07311a4f

jupyter_server-1.23.2.tar.gz: 69cb954ef02c0ba1837787e34e4a1240c93c8eb590662fae1840778861957660
…lete_file to handle hidden files properly) (jupyter-server#1075)

Co-authored-by: Satoshi Yazawa <[email protected]>
SHA256 hashes:

jupyter_server-1.23.3-py3-none-any.whl: 438496cac509709cc85e60172e5538ca45b4c8a0862bb97cd73e49f2ace419cb

jupyter_server-1.23.3.tar.gz: f7f7a2f9d36f4150ad125afef0e20b1c76c8ff83eb5e39fb02d3b9df0f9b79ab
…dual problematic extensions when listing extension) (jupyter-server#1141)

Co-authored-by: Zachary Sailer <[email protected]>
…art of kernelspec resources path) (jupyter-server#1138)

Co-authored-by: Sam Bloomquist <[email protected]>
SHA256 hashes:

jupyter_server-1.23.4-py3-none-any.whl: aa3398aeb5249d470ea53abcf81fca8a6876bb9dbdc652822e5bbbb0574a6e83

jupyter_server-1.23.4.tar.gz: 4ee4f311bd944bcf8060a8b746059571c40f6b8ada1d1e6e51239d26ab23b15c
…better backwards compatability (jupyter-server#1167)

Co-authored-by: Steven Silvester <[email protected]>
SHA256 hashes:

jupyter_server-1.23.5-py3-none-any.whl: d42e520af98af9fbb7f0fb0d069991054d88e4d2ee051eb7110aef35f3756cef

jupyter_server-1.23.5.tar.gz: a2caa759e2a29ece1aad013c58215fe951f38317b97de462b921834955fe3fca
…oad_jupyter_server_extension is not found (jupyter-server#1193) (jupyter-server#1199)Co-authored-by: Steven Silvester <[email protected]> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>

* Backport jupyter-server#1193 to 1.x

* bump isort dep

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

* fix check links job name

---------

Co-authored-by: Steven Silvester <[email protected]>
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
…s from request logs (jupyter-server#1214)

replaces `?token=abc123` with `?token=[secret]` in logs

(cherry picked from commit 968c56c)

Co-authored-by: Min RK <[email protected]>
SHA256 hashes:

jupyter_server-1.23.6-py3-none-any.whl: ede3a5c09b075541d960bb02854b617c0ffa58706c37de92e2d1c5acdc359c20

jupyter_server-1.23.6.tar.gz: fde15df6d11a053b17cf2450eea9984ec9a6f28ad3cb2caa73c31e53ea184fc1
…n to gateway_request function) (jupyter-server#1234)Co-authored-by: Broden Wanner <[email protected]> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Steven Silvester <[email protected]>

* Backport PR jupyter-server#1233: Added error propagation to gateway_request function

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

* lint

---------

Co-authored-by: Broden Wanner <[email protected]>
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: Steven Silvester <[email protected]>
SHA256 hashes:

jupyter_server-1.24.0-py3-none-any.whl: c88ddbe862966ea1aea8c3ccb89a5903abd8fbcfe5cd14090ef549d403332c37

jupyter_server-1.24.0.tar.gz: 23368e8e214baf82b313d4c5a0d828ca73015e1a192ce3829bd74e62fab8d046
@sigmarkarl sigmarkarl changed the base branch from v1.24.0-ocean to v2.5.0-ocean November 3, 2023 13:56
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.