You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 27, 2022. It is now read-only.
jupyterlab_server: Autospec creation for update from version 1.2.0 to version 2.0.0
Afshin T. Darian (7):
Add schema to settings list
Update tests.
Release 2.0.0b9
Bump jupyter_server dependency
Release 2.0.0rc0
dynamic => federated
Release 2.0.0rc1
Afshin Taylor Darian (7):
Remove out of date LICENSE reference to json_minify (#135)
Respect environment for page_config.json (#133)
Update page_config handling (#137)
Ensure there is a disabled_key (#138)
Handle source extensions that are disabled (#140)
Update for new jupyter_server pytest plugin interface (#141)
Unpin pytest version (#143)
Alex Bozarth (2):
Fixed bug where disabled extensions still ran
Fix var name typo from prev commit (#139)
Brian E. Granger (1):
Changes needed for improved single document mode (#101)
Eric Charles (72):
initial working version for jupyterlab as sever extension - See also TODO ECH
user jupyter_server - tests need to be updated
revert the .jp-Notebook in the shortcut extension definition
add jupyter_server as deps - will need to pin the version once jupyter_server released
install jupyter_server from @Zsailer branch
use jupyter_server master
user master jupyter server
revert the py deps
depends on jupyter server master
dependency links
deps from git
more iteration to use the jupyter_server pytest plugin
more iteration to use the jupyter_server pytest plugin
handlers are now working fine
extensionhandler is a mixin
more tests for the settingshandler
settings api test ok
test workspaces are ok
add github actions and exra_requires for test
convert posixpath to str for py3.5
add py3.7 and 3.8 to travis
handler loading
jupyterlab_server pytest plugin
rename make_lab_extension_app
add a TODO to pin to a released jupyter_server once available
add missing import
ensure default mathlab_url
add todo to remove cdn usage
update to take jupyter-server/jupyter_server#180
use zach repo
use zach repo
Update to the latest jupyter_server.git@discover-extensionapp-config
Make examples test green
ProcessApp is a server extension
ProcessApp comment
Order methods
Use extension_url to align to latest jupyter server branch
Fix listings
app fixture link to server
use jupyter_server master
user jupyter server py35 branch
Remove duplicated extension_url property
Use name instead of extension_name
listings url
Use jserver extension-loadin branch
Use ZSailer repo
Fix more tests
Better handlers
Add back tree_url
Remove space
Migrate transation test
Remove notebook deps from translation handler
Manually install branches for GitHub Actions
Fix deps for tests
Try uninstall and install jupyter_server
Try again jupyter_server deps
Try to clone jupyter_server
Try to clone jupyter_server
Remove github actions main.yml
relax pytest coverage
Use MASTER_URL_PATTERN
Remove travis.yml
Try with pip cache disablee on Github Actions
Enable temporary git clone to install jupyter_server
Use _jupyter_server_extension_points
Correct url pattern
Depend on released jupyter_server
Depend on jupyter_server 1.0.0rc2
Depend on jupyter_server 1.0.0rc3
Enable back the pip cache on github actions
Use blocked/allowed extensions naming in JupyterLab Server (#111)
app_version should be a trait (#117)
Gonzalo Peña-Castellanos (3):
Add translations handler (#96)
Add CI with github (#100)
PR: Add other OS and update py versions (#102)
Jason Grout (4):
Update minimum python version to 3.6 (#119)
Cache lab extension assets by default (#121)
Support a metadata file in the lab extension directory (#132)
Update jupyter_server requirement to 1.* instead of 1.1.* (#144)
Nicholas Bollweg (4):
Add last_modified and created to settings and workspace API items (#99)
fix file mtime/ctime confusion, restore win3.8, patch event loop (#107)
UTF-8 all over, test with big unicode string (#108)
don't patch event loop for tornado 6.1+ (#142)
Steven Silvester (31):
Release 1.3.0rc0
Release 2.0.0a0
Release 2.0.0a1
Add handling of dynamic labextensions (#109)
Release 2.0.0a2
Fix open_browser for process apps (#110)
Release 2.0.0a3
Release 2.0.0a4
Change payload parsing to accept JSON5 as raw string in JSON payload (#114)
Release 2.0.0b0
Use tilde for server requirement (#116)
Release 2.0.0b1
Release 2.0.0b2
Release 2.0.0b3
Release 2.0.0b4
Release 2.0.0b5
Allow default setting overrides to be configurable in jupyter config (#122)
Release 2.0.0b6
Clean up handling of config (#123)
Release 2.0.0b7
Add handling of incomplete dynamic extension data (#124)
Release 2.0.0b8
Release 2.0.0rc2
Release 2.0.0rc3
Release 2.0.0rc4
Release 2.0.0rc5
Release 2.0.0rc6
Release 2.0.0rc7
Release 2.0.0rc8
Release 2.0.0rc9
Release 2.0.0
Zachary Sailer (2):
fix spurious logging issue (#115)
Added support for fullStaticUrl and fix handling of base_url (#120)
Zsailer (5):
patches to support new extension loading module in jupyterlab
working tests
remove commented lines and fix minor bug in handlers
renamed linking method in pytest plugin
upgrade pip user
0 commit comments