Skip to content

Tags: jupyter-lsp/jupyterlab-lsp

Tags

Verified

This tag was signed with the committer’s verified signature.
krassowski Michał Krassowski

v5.3.0

Toggle v5.3.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Prepare jupyterlab-lsp 5.3.0 and jupyter-lsp 2.3.1 (#1177)

* Prepare jupyterlab-lsp 5.3.0 and jupyter-lsp 2.3.1

* Lint

jupyter-lsp-2.3.0

Toggle jupyter-lsp-2.3.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Prepare `jupyter-lsp` 2.3.0 release (#1153)

* Prepare `jupyter-lsp` 2.3.0 release

* Try using `PythonModuleSpec` for pyright, lint

* Try to split installation

* Uninstall jupyter_lsp before reinstalling

* Add '-y' flag to pip uninstall command

* Revert unnecessary changes

v5.2.0

Toggle v5.2.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Prepare 5.2.0 release and jupyter-lsp 2.2.6 (#1147)

* Prepare 5.2.0 release

* Lint

v5.1.1

Toggle v5.1.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Prepare 5.1.1 release (#1122)

* Prepare 5.1.1 release

* Lint

jupyter-lsp-2.2.5

Toggle jupyter-lsp-2.2.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fix environment variables leaking into the parent environment (#1078)

* Add a test against issue #1076

* Test against a single server, not all of them

* Fix the issue by using `os._Environ.copy()`

* Add changelog entry

* Bump version to 2.2.5

jupyter-lsp-2.2.4

Toggle jupyter-lsp-2.2.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #1069 from krassowski/fix-websocket-and-spurious-n…

…otebook-json

Fix websocket handler and remove spurious config for old notebook server

v5.1.0

Toggle v5.1.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #1062 from krassowski/more-prep-for-5.1

Minor version/debug statement cleanup in preparation for v5.1

v5.0.3

Toggle v5.0.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Prepare 5.0.3 release (#1046)

v5.0.2

Toggle v5.0.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request from GHSA-4qhp-652w-c22x

* Add auth decorators, add traversal guard

* Fix mocks resolving most test failures;

`test_listeners` still fails not sure how to fix it

* Address review comments

* add tests for (un)authn'd REST and WebSocket handlers

* Restore old import for 1.x compat, remove a log

* handle advertised jupyter-server 1.x version

* Lint (isort any mypy)

* More tests for paths

---------

Co-authored-by: Nicholas Bollweg <nick.bollweg@gmail.com>