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

Update to JupyterLab 3.0 RC #1063

Merged
merged 43 commits into from
Nov 23, 2020
Merged
Changes from 1 commit
Commits
Show all changes
43 commits
Select commit Hold shift + click to select a range
1d1cff4
Inital lab 3 commit with sccessful build
ajbozarth Oct 17, 2020
0457f58
Removed built files and fixed gitignore and clean
ajbozarth Oct 20, 2020
25a7c18
initial changes for server
kevin-bates Oct 20, 2020
5a4c95f
Transition handler tests to jupyter-server pytest framework
kevin-bates Oct 21, 2020
bab2490
undo switch to federated build
ajbozarth Oct 21, 2020
61c5ed8
update to rc6
ajbozarth Oct 23, 2020
a992854
some clean up and fixes
ajbozarth Oct 26, 2020
c651179
remove elyra launcher to be reverted later
ajbozarth Oct 26, 2020
ad67c93
Merge branch 'master' into jupyterlab3
ajbozarth Oct 27, 2020
ca005e6
Install Latest JupyterLab pre-release
lresende Oct 28, 2020
b059d11
Fix jest tests (#1020)
marthacryan Nov 4, 2020
2e92395
Switch to use JupyterLab PathExt for path manipulation
lresende Oct 28, 2020
3f3f4b6
Update to JupyterLab rc7
lresende Nov 5, 2020
bf622af
disable launcher extension
ajbozarth Nov 5, 2020
8472226
Revert "remove elyra launcher to be reverted later"
ajbozarth Nov 5, 2020
2ba1e51
Switch to using pytest-jupyter plugin package
kevin-bates Nov 9, 2020
cd0394e
Merge branch 'master' into jupyterlab3
ajbozarth Nov 12, 2020
7def787
Merge, fix deprecation warning, remove debug.
kevin-bates Nov 12, 2020
667c608
temp update clean script to install with pre
ajbozarth Nov 12, 2020
7434436
re-enable flake8
ajbozarth Nov 12, 2020
a9af193
Merge branch 'jupyterlab3' into use-pytest-jupyter
kevin-bates Nov 12, 2020
ce03382
Add pytest-jupyter dependency
lresende Nov 14, 2020
3ac440a
Merge branch 'master'
lresende Nov 14, 2020
888afc3
Disable git integration test
lresende Nov 14, 2020
f418ad8
Update jupyterlab extension versions
lresende Nov 14, 2020
f657811
capture test failures
lresende Nov 14, 2020
3d8b6e3
Avoid duplicate runs which consume resource limits
lresende Nov 14, 2020
baa6eec
Merge branch 'master'
lresende Nov 16, 2020
f7f2993
Reduce test wait period
lresende Nov 17, 2020
0bd2ec6
Don't build on forks
lresende Nov 17, 2020
f28c3a1
Merge branch 'master'
lresende Nov 17, 2020
251692d
Merge branch 'master'
lresende Nov 18, 2020
6319696
Update setup.py
lresende Nov 18, 2020
81851df
Wait for filebrowser content before proceeding
lresende Nov 18, 2020
e24c3e2
Update cypress test configurations
lresende Nov 18, 2020
12089dc
Wait for dom element before testing
lresende Nov 18, 2020
122accf
Play with timeouts
lresende Nov 19, 2020
2455723
Disable videos
lresende Nov 19, 2020
244eb82
Fix metadata editor tags style
karlaspuldaro Nov 19, 2020
31af800
Update lab dependencies to rc10
karlaspuldaro Nov 19, 2020
cd91d5d
More updates to pipeline tests
lresende Nov 20, 2020
0ea5b9a
Merge branch 'master'
lresende Nov 20, 2020
397f6e9
Update lab3 build details
lresende Nov 20, 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
Next Next commit
Update jupyterlab extension versions
  • Loading branch information
lresende committed Nov 14, 2020
commit f418ad8ee2e935d2c018806de379ea0018fc8bc8
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -28,7 +28,7 @@
"devDependencies": {
"@4tw/cypress-drag-drop": "^1.3.1",
"@cypress/webpack-preprocessor": "^4.1.5",
"@jupyterlab/testutils": "^3.0.0-rc.7",
"@jupyterlab/testutils": "^3.0.0-rc.9",
"@types/enzyme": "^3.10.5",
"@types/enzyme-adapter-react-16": "^1.0.6",
"@types/jest": "^26.0.9",
8 changes: 4 additions & 4 deletions packages/application/package.json
Original file line number Diff line number Diff line change
@@ -33,10 +33,10 @@
},
"dependencies": {
"@elyra/ui-components": "^2.0.0-dev",
"@jupyterlab/apputils": "^3.0.0-rc.7",
"@jupyterlab/coreutils": "^5.0.0-rc.7",
"@jupyterlab/services": "^6.0.0-rc.7",
"@jupyterlab/ui-components": "^3.0.0-rc.7",
"@jupyterlab/apputils": "^3.0.0-rc.9",
"@jupyterlab/coreutils": "^5.0.0-rc.9",
"@jupyterlab/services": "^6.0.0-rc.9",
"@jupyterlab/ui-components": "^3.0.0-rc.9",
"react": "^17.0.1"
},
"devDependencies": {
22 changes: 11 additions & 11 deletions packages/code-snippet/package.json
Original file line number Diff line number Diff line change
@@ -34,17 +34,17 @@
"@elyra/application": "^2.0.0-dev",
"@elyra/metadata-common": "^2.0.0-dev",
"@elyra/ui-components": "^2.0.0-dev",
"@jupyterlab/application": "^3.0.0-rc.7",
"@jupyterlab/apputils": "^3.0.0-rc.7",
"@jupyterlab/cells": "^3.0.0-rc.7",
"@jupyterlab/codeeditor": "^3.0.0-rc.7",
"@jupyterlab/coreutils": "^5.0.0-rc.7",
"@jupyterlab/docmanager": "^3.0.0-rc.7",
"@jupyterlab/docregistry": "^3.0.0-rc.7",
"@jupyterlab/fileeditor": "^3.0.0-rc.7",
"@jupyterlab/mainmenu": "^3.0.0-rc.7",
"@jupyterlab/notebook": "^3.0.0-rc.7",
"@jupyterlab/ui-components": "^3.0.0-rc.7",
"@jupyterlab/application": "^3.0.0-rc.9",
"@jupyterlab/apputils": "^3.0.0-rc.9",
"@jupyterlab/cells": "^3.0.0-rc.9",
"@jupyterlab/codeeditor": "^3.0.0-rc.9",
"@jupyterlab/coreutils": "^5.0.0-rc.9",
"@jupyterlab/docmanager": "^3.0.0-rc.9",
"@jupyterlab/docregistry": "^3.0.0-rc.9",
"@jupyterlab/fileeditor": "^3.0.0-rc.9",
"@jupyterlab/mainmenu": "^3.0.0-rc.9",
"@jupyterlab/notebook": "^3.0.0-rc.9",
"@jupyterlab/ui-components": "^3.0.0-rc.9",
"@lumino/algorithm": "^1.3.3",
"@lumino/coreutils": "^1.5.3",
"@lumino/messaging": "^1.4.3",
8 changes: 4 additions & 4 deletions packages/metadata-common/package.json
Original file line number Diff line number Diff line change
@@ -33,10 +33,10 @@
"@blueprintjs/core": "^3.22.2",
"@elyra/application": "^2.0.0-dev",
"@elyra/ui-components": "^2.0.0-dev",
"@jupyterlab/application": "^3.0.0-rc.7",
"@jupyterlab/apputils": "^3.0.0-rc.7",
"@jupyterlab/codeeditor": "^3.0.0-rc.7",
"@jupyterlab/ui-components": "^3.0.0-rc.7",
"@jupyterlab/application": "^3.0.0-rc.9",
"@jupyterlab/apputils": "^3.0.0-rc.9",
"@jupyterlab/codeeditor": "^3.0.0-rc.9",
"@jupyterlab/ui-components": "^3.0.0-rc.9",
"@lumino/algorithm": "^1.3.3",
"@lumino/messaging": "^1.4.3",
"@lumino/widgets": "^1.14.0",
8 changes: 4 additions & 4 deletions packages/metadata/package.json
Original file line number Diff line number Diff line change
@@ -33,10 +33,10 @@
"dependencies": {
"@elyra/application": "^2.0.0-dev",
"@elyra/metadata-common": "^2.0.0-dev",
"@jupyterlab/application": "^3.0.0-rc.7",
"@jupyterlab/apputils": "^3.0.0-rc.7",
"@jupyterlab/codeeditor": "^3.0.0-rc.7",
"@jupyterlab/ui-components": "^3.0.0-rc.7",
"@jupyterlab/application": "^3.0.0-rc.9",
"@jupyterlab/apputils": "^3.0.0-rc.9",
"@jupyterlab/codeeditor": "^3.0.0-rc.9",
"@jupyterlab/ui-components": "^3.0.0-rc.9",
"@lumino/algorithm": "^1.3.3",
"@lumino/widgets": "^1.14.0"
},
22 changes: 11 additions & 11 deletions packages/pipeline-editor/package.json
Original file line number Diff line number Diff line change
@@ -37,17 +37,17 @@
"@elyra/canvas": "9.1.6",
"@elyra/metadata-common": "^2.0.0-dev",
"@elyra/ui-components": "^2.0.0-dev",
"@jupyterlab/application": "^3.0.0-rc.7",
"@jupyterlab/apputils": "^3.0.0-rc.7",
"@jupyterlab/coreutils": "^5.0.0-rc.7",
"@jupyterlab/docregistry": "^3.0.0-rc.7",
"@jupyterlab/filebrowser": "^3.0.0-rc.7",
"@jupyterlab/filebrowser-extension": "^3.0.0-rc.7",
"@jupyterlab/launcher": "^3.0.0-rc.7",
"@jupyterlab/mainmenu": "^3.0.0-rc.7",
"@jupyterlab/notebook": "^3.0.0-rc.7",
"@jupyterlab/outputarea": "^3.0.0-rc.7",
"@jupyterlab/ui-components": "^3.0.0-rc.7",
"@jupyterlab/application": "^3.0.0-rc.9",
"@jupyterlab/apputils": "^3.0.0-rc.9",
"@jupyterlab/coreutils": "^5.0.0-rc.9",
"@jupyterlab/docregistry": "^3.0.0-rc.9",
"@jupyterlab/filebrowser": "^3.0.0-rc.9",
"@jupyterlab/filebrowser-extension": "^3.0.0-rc.9",
"@jupyterlab/launcher": "^3.0.0-rc.9",
"@jupyterlab/mainmenu": "^3.0.0-rc.9",
"@jupyterlab/notebook": "^3.0.0-rc.9",
"@jupyterlab/outputarea": "^3.0.0-rc.9",
"@jupyterlab/ui-components": "^3.0.0-rc.9",
"@lumino/algorithm": "^1.3.3",
"@lumino/coreutils": "^1.5.3",
"@lumino/disposable": "^1.4.3",
28 changes: 14 additions & 14 deletions packages/python-editor/package.json
Original file line number Diff line number Diff line change
@@ -31,20 +31,20 @@
"watch": "tsc -w"
},
"dependencies": {
"@jupyterlab/application": "^3.0.0-rc.7",
"@jupyterlab/apputils": "^3.0.0-rc.7",
"@jupyterlab/codeeditor": "^3.0.0-rc.7",
"@jupyterlab/docregistry": "^3.0.0-rc.7",
"@jupyterlab/filebrowser": "^3.0.0-rc.7",
"@jupyterlab/fileeditor": "^3.0.0-rc.7",
"@jupyterlab/launcher": "^3.0.0-rc.7",
"@jupyterlab/logconsole": "^3.0.0-rc.7",
"@jupyterlab/mainmenu": "^3.0.0-rc.7",
"@jupyterlab/outputarea": "^3.0.0-rc.7",
"@jupyterlab/rendermime": "^3.0.0-rc.7",
"@jupyterlab/services": "^6.0.0-rc.7",
"@jupyterlab/settingregistry": "^3.0.0-rc.7",
"@jupyterlab/ui-components": "^3.0.0-rc.7",
"@jupyterlab/application": "^3.0.0-rc.9",
"@jupyterlab/apputils": "^3.0.0-rc.9",
"@jupyterlab/codeeditor": "^3.0.0-rc.9",
"@jupyterlab/docregistry": "^3.0.0-rc.9",
"@jupyterlab/filebrowser": "^3.0.0-rc.9",
"@jupyterlab/fileeditor": "^3.0.0-rc.9",
"@jupyterlab/launcher": "^3.0.0-rc.9",
"@jupyterlab/logconsole": "^3.0.0-rc.9",
"@jupyterlab/mainmenu": "^3.0.0-rc.9",
"@jupyterlab/outputarea": "^3.0.0-rc.9",
"@jupyterlab/rendermime": "^3.0.0-rc.9",
"@jupyterlab/services": "^6.0.0-rc.9",
"@jupyterlab/settingregistry": "^3.0.0-rc.9",
"@jupyterlab/ui-components": "^3.0.0-rc.9",
"@lumino/messaging": "^1.4.3",
"@lumino/widgets": "^1.14.0",
"react": "^17.0.1"
10 changes: 5 additions & 5 deletions packages/theme/package.json
Original file line number Diff line number Diff line change
@@ -32,11 +32,11 @@
},
"dependencies": {
"@elyra/ui-components": "^2.0.0-dev",
"@jupyterlab/application": "^3.0.0-rc.7",
"@jupyterlab/apputils": "^3.0.0-rc.7",
"@jupyterlab/launcher": "^3.0.0-rc.7",
"@jupyterlab/mainmenu": "^3.0.0-rc.7",
"@jupyterlab/ui-components": "^3.0.0-rc.7",
"@jupyterlab/application": "^3.0.0-rc.9",
"@jupyterlab/apputils": "^3.0.0-rc.9",
"@jupyterlab/launcher": "^3.0.0-rc.9",
"@jupyterlab/mainmenu": "^3.0.0-rc.9",
"@jupyterlab/ui-components": "^3.0.0-rc.9",
"@lumino/algorithm": "^1.3.3",
"react": "^17.0.1"
},
2 changes: 1 addition & 1 deletion packages/ui-components/package.json
Original file line number Diff line number Diff line change
@@ -32,7 +32,7 @@
"dependencies": {
"@blueprintjs/core": "^3.22.2",
"@blueprintjs/select": "^3.11.2",
"@jupyterlab/ui-components": "^3.0.0-rc.7",
"@jupyterlab/ui-components": "^3.0.0-rc.9",
"react": "^17.0.1",
"react-dom": "^17.0.1",
"react-json-tree": "^0.11.2"