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

[wip] Add Language Server Proxy Kernel #278

Open
wants to merge 87 commits into
base: main
Choose a base branch
from
Open
Changes from 1 commit
Commits
Show all changes
87 commits
Select commit Hold shift + click to select a range
6016999
start kernel
bollwyvl May 31, 2020
c2a38e7
linting
bollwyvl May 31, 2020
5cf3b81
linting
bollwyvl May 31, 2020
7999598
replace fetchsessions
bollwyvl Jun 1, 2020
3c09ad0
add primer coat of json-rpc, lsp comms
bollwyvl Jun 4, 2020
a2129a5
hoist most of used connection interface
bollwyvl Jun 4, 2020
49406fb
round out capabilities, connect, initialize
bollwyvl Jun 4, 2020
70accbd
start removing lsp-ws-connection from lab build
bollwyvl Jun 4, 2020
2686f6b
upgrade ts, prettier: mostly working kernel-based language server ses…
bollwyvl Jun 5, 2020
74f4e51
linting, update deps
bollwyvl Jun 6, 2020
ac34763
more requirements
bollwyvl Jun 6, 2020
2c4fbc7
linting
bollwyvl Jun 6, 2020
e1e737f
linting
bollwyvl Jun 6, 2020
f5af9b5
test kernel install
bollwyvl Jun 6, 2020
a7a1ac1
fix up python unit tests
bollwyvl Jun 6, 2020
255c765
rename comm connection
bollwyvl Jun 6, 2020
6aca266
start working on updating unit tests
bollwyvl Jun 6, 2020
54de095
disable lwsp-ws tests
bollwyvl Jun 6, 2020
4024a31
more import cleanup
bollwyvl Jun 6, 2020
9ef459d
remove some more websocket details
bollwyvl Jun 6, 2020
95a9888
clean up some console junk
bollwyvl Jun 6, 2020
df25806
remove more console junk
bollwyvl Jun 6, 2020
d0a84b3
pre-defined service manager
bollwyvl Jun 6, 2020
cda85ef
restore historical notebook-based config, for now
bollwyvl Jun 6, 2020
9ed70bb
tweak coverage for config loading
bollwyvl Jun 6, 2020
5f04011
add shadow stuff to kernel, more node root
bollwyvl Jun 7, 2020
2e3d575
notify messages don't get an id
bollwyvl Jun 7, 2020
a3bad47
handle extra_node_root in atest
bollwyvl Jun 7, 2020
951b3fa
fix up shut down kernel completion test
bollwyvl Jun 7, 2020
1c88566
remove lsp-ws, bump versions
bollwyvl Jun 7, 2020
695b361
linting, remove wsbuild from bootstrap
bollwyvl Jun 7, 2020
eeeb1d2
start removing pageconfig
bollwyvl Jun 7, 2020
f1a3cc3
fix rootUri in tests
bollwyvl Jun 7, 2020
fa59ac4
start removing serverextension
bollwyvl Jun 7, 2020
4930daa
more notebook removal
bollwyvl Jun 7, 2020
ec039c0
more clean up of tests
bollwyvl Jun 7, 2020
2c1378a
fix bad logging exception
bollwyvl Jun 7, 2020
40f5fa5
get status directly from manager
bollwyvl Jun 7, 2020
c20cf76
remove checks around manager
bollwyvl Jun 7, 2020
d56f316
no cover non-implementation
bollwyvl Jun 7, 2020
de3ae95
actually test the kernelspec install cli
bollwyvl Jun 7, 2020
b5e4715
linting
bollwyvl Jun 7, 2020
c6c3bba
remove page config test for uri
bollwyvl Jun 7, 2020
26f06b1
update the arch docs
bollwyvl Jun 7, 2020
9c53820
turn down timeouts and retries to get something to finish on windows
bollwyvl Jun 8, 2020
d64273c
back off of Path traitlet for py35
bollwyvl Jun 8, 2020
9e5ad75
some more work on windows paths in robot
bollwyvl Jun 8, 2020
b426d24
path quoting for windows
bollwyvl Jun 8, 2020
638d345
try libarchive on a hunch
bollwyvl Jun 8, 2020
3572ea9
one more atest retry
bollwyvl Jun 9, 2020
c4af2cc
reuse control and language server comms
bollwyvl Jun 9, 2020
101c31b
fix up required fields in schema
bollwyvl Jun 9, 2020
f5562ff
remove optional chain from comm_ids
bollwyvl Jun 9, 2020
c47a45f
finish up dealing with comm_id
bollwyvl Jun 9, 2020
d06bb11
Merge remote-tracking branch 'origin/add-language-server-kernel' into…
bollwyvl Jun 9, 2020
ac36b41
set atest retries back to 3 (original value)
bollwyvl Jun 10, 2020
d86b92e
consolidate lsp types/constants
bollwyvl Jun 11, 2020
b1e4f20
Merge remote-tracking branch 'origin/add-language-server-kernel' into…
bollwyvl Jun 11, 2020
764ee28
move methods to namespace
bollwyvl Jun 11, 2020
17dae8e
linting
bollwyvl Jun 11, 2020
fe8a572
remove websocket from connect
bollwyvl Jun 11, 2020
8019b1a
clean up capabilities
bollwyvl Jun 11, 2020
db6f536
remove legacy emit argument for connection methods
bollwyvl Jun 11, 2020
81d98e8
request new comms when kernel dies
bollwyvl Jun 12, 2020
6752182
fix rename provider check
bollwyvl Jun 12, 2020
78bef59
merging master
bollwyvl Jun 15, 2020
7e98539
linting
bollwyvl Jun 15, 2020
ae96891
warn on cong notify error
bollwyvl Jun 15, 2020
5249d11
linting
bollwyvl Jun 15, 2020
336870e
start unifying comm targets
bollwyvl Jun 15, 2020
2626d86
fix utest
bollwyvl Jun 15, 2020
ce71f09
handle some potentially malformed messages
bollwyvl Jun 15, 2020
a1badc5
merge master
bollwyvl Jun 16, 2020
2508cc7
linting
bollwyvl Jun 16, 2020
737f961
some more cleanup on architecture diagrams
bollwyvl Jun 16, 2020
6c8899f
smore more cleanup on architecture diagrams
bollwyvl Jun 16, 2020
65542f2
disable docs in azure (now done by rtd)
bollwyvl Jun 16, 2020
2ee1f6d
some more docs about the serverextension->kernel transition
bollwyvl Jun 16, 2020
7bc7e32
update some more docs with kernel stuff
bollwyvl Jun 16, 2020
2e7bfe9
linting
bollwyvl Jun 16, 2020
03015f4
ensure docs are opened before changing
bollwyvl Jun 16, 2020
0cd699d
merge master
bollwyvl Jul 19, 2020
cb1baf6
upgrading lab
bollwyvl Jul 19, 2020
1423eaf
more headless work on notebook
bollwyvl Jul 19, 2020
98cc055
linting
bollwyvl Jul 19, 2020
c379117
move imports because lint
bollwyvl Jul 19, 2020
e5610af
use base env in test
bollwyvl Jul 19, 2020
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
use base env in test
bollwyvl committed Jul 19, 2020
commit e5610af73aabef9f5f2fea395254f4ca8ea139b6
6 changes: 3 additions & 3 deletions ci/job.test.yml
Original file line number Diff line number Diff line change
@@ -88,13 +88,13 @@ jobs:
summaryFileLocation: 'packages/${{ js_package }}/coverage/cobertura-coverage.xml'
condition: always()

- script: ${{ platform.activate }} jupyterlab-lsp && jupyter kernelspec list
- script: ${{ platform.activate }} && jupyter kernelspec list
displayName: list kernels

- script: ${{ platform.activate }} jupyterlab-lsp && jupyter lsp kernelspec install
- script: ${{ platform.activate }} && jupyter lsp kernelspec install
displayName: install kernel

- script: ${{ platform.activate }} jupyterlab-lsp && jupyter kernelspec list
- script: ${{ platform.activate }} && jupyter kernelspec list
displayName: list kernels (again)

- script: ${{ platform.activate }} && python scripts/utest.py --test-run-title="Pytest ${{ platform.name }}${{ python.name }}"