github_url |
---|
- Fall back to
DEFAULT_LOCALE
when translation settings schema is invalid inget_current_locale
#207 (@telamonian)
(GitHub contributors page for this release)
- Translate settings schema #205 (@fcollonval)
(GitHub contributors page for this release)
- Do not overwrite capitalization of region names #202 (@krassowski)
- Use Check Links Action #201 (@blink1073)
- Recommend
pytest --pyargs jupyterlab_server
#203 (@krassowski)
(GitHub contributors page for this release)
@blink1073 | @codecov-commenter | @krassowski
- Fix reset user settings if validation failed #199 (@fcollonval)
- TST: support openapi-core 0.14 SpecPath #198 (@bnavigator)
(GitHub contributors page for this release)
@blink1073 | @bnavigator | @fcollonval | @welcome
- Switch to entrypoints package #187 (@fcollonval)
(GitHub contributors page for this release)
(GitHub contributors page for this release)
@afshin | @codecov-commenter | @goanpeca
(GitHub contributors page for this release)
- Add changelog for 2.6.0 #185 (@blink1073)
(GitHub contributors page for this release)
- Upgrade packaging #178 (@jtpio)
- Add more API docs #177 (@jtpio)
- Add cli config options documentation #176 (@jtpio)
- Add example request/responses to REST docs #174 (@blink1073)
- Add Swagger Docs #173 (@jtpio)
- Update Readme Badges #171 (@blink1073)
(GitHub contributors page for this release)
@afshin | @blink1073 | @jtpio | @mlucool | @welcome
- Add Sphinx docs #169 (@afshin)
- Cleanup unused imports #165 (@jtpio)
- Fill in missing changelog entries #164 (@blink1073)
- Improve documentation: Instructions for development and test setups #130 (@ZelphirKaltstahl)
(GitHub contributors page for this release)
@afshin | @blink1073 | @jtpio | @ZelphirKaltstahl
- Alleviate invalid locale issue by only setting it if language pack exists #159 (@krassowski)
- Add URL and description for federated extension data #154 (@krassowski)
- Fix/cp949 encoding error #158 (@k-takanori)
- Move open_browser to ProcessApp class #149 (@jasongrout)
- Update jupyter_server requirement to 1.* instead of 1.1.* #144 (@jasongrout)
- Unpin pytest version #143 (@afshin)
- don't patch event loop for tornado 6.1+ #142 (@bollwyvl)
- Update for new jupyter_server pytest plugin interface #141 (@afshin)
- Handle source extensions that are disabled #140 (@afshin)
- Fix var name typo from prev commit #139 (@ajbozarth)
- Ensure there is a disabled_key #138 (@afshin)
- Update page_config handling #137 (@afshin)
- Remove out of date LICENSE reference to json_minify #135 (@afshin)
- Respect environment for page_config.json #133 (@afshin)
- Support a metadata file in the lab extension directory #132 (@jasongrout)
- Fixed bug where disabled extensions still ran #131 (@ajbozarth)
- dynamic => federated #127 (@afshin)
- Bump jupyter_server dependency #126 (@afshin)
- Add schemas to settings list #125 (@afshin)
- Add handling of incomplete dynamic extension data #124 (@blink1073)
- Clean up handling of config #123 (@blink1073)
- Allow default setting overrides to be configurable in jupyter config #122 (@blink1073)
- Cache lab extension assets by default #121 (@jasongrout)
- Added support for fullStaticUrl and fix handling of base_url #120 (@Zsailer)
- Update minimum python version to 3.6 #119 (@jasongrout)
- app_version should be a trait #117 (@echarles)
- Use tilde for server requirement #116 (@blink1073)
- fix spurious logging issue #115 (@Zsailer)
- Change payload parsing to accept JSON5 as raw string in JSON payload #114 (@blink1073)
- Use blocked/allowed extensions naming in JupyterLab Server #111 (@echarles)
- Fix open_browser for process apps #110 (@blink1073)
- Add handling of dynamic labextensions #109 (@blink1073)
- UTF-8 all over, test with big unicode string #108 (@bollwyvl)
- fix file mtime/ctime confusion, restore win3.8, patch event loop #107 (@bollwyvl)
- PR: Add other OS and update py versions #102 (@goanpeca)
- Changes needed for improved single document mode #101 (@ellisonbg)
- PR: Add CI with github #100 (@goanpeca)
- Add last_modified and created to settings and workspace API items #99 (@bollwyvl)
- PR: Add a translations handler #96 (@goanpeca)
- JupyterLab Server as Server Extension #79 (@echarles)
- Always wait for process to finish #93 (@blink1073)
- Backport PR #91 on branch 1.0.x (Clean up terminate logic) #92 (@meeseeksmachine)
- ensure the 'WHICH' command returns absolute path instead of relative path #72 (@tgrout)
- Clean up terminate logic #91 (@blink1073)
- Start a Change Log #90 (@blink1073)
- Backport PR #88 on branch 1.0.x (Kill the subprocess if it does not stop) #89 (@meeseeksmachine)
- Kill the subprocess if it does not stop #88 (@blink1073)
- Do not try to close the watch process file handle #85 (@blink1073)
- Update nodejs error message to not give an outdated version. #84 (@jasongrout)
- Backport PR #91 on branch 1.0.x (Clean up terminate logic) #92 (@meeseeksmachine)
- Clean up terminate logic #91 (@blink1073)
- Start a Change Log #90 (@blink1073)
- Backport PR #88 on branch 1.0.x (Kill the subprocess if it does not stop) #89 (@meeseeksmachine)
- Kill the subprocess if it does not stop #88 (@blink1073)
- Do not try to close the watch process file handle #85 (@blink1073)
- Update nodejs error message to not give an outdated version. #84 (@jasongrout)
- Black and White Listings Handler #82 (@echarles)
- Fix URL prefixing for absolute URLs #81 (@santiagobasulto)
- Add .json.orig files to sdists #78 (@toddrme2178)
- Require jinja2 2.10+ to fix extra escaping #77 (@blink1073)
- Use escape instead of urlencode for urls #76 (@blink1073)
- Escape template values in Jinja #75 (@jasongrout)
- Add store ID to page config #74 (@saulshanabrook)
- fix page config escaping #73 (@nicorikken)
- Use json5 to load settings files. #71 (@ian-r-rose)
- Cleanup for 1.0 #70 (@blink1073)
- A 403.html file. Should close jupyterlab issue#6065 #69 (@zerline)
- Cleanup #56 (@blink1073)
- Switch to Python 3.5+ #55 (@blink1073)
- Switch to jupyter_server #49 (@SylvainCorlay)
- Include LICENSE file in wheels #45 (@toddrme2178)
- move process utilities from jupyterlab to jupyterlab_launcher #44 (@ivanov)
- Update test for tornado 5 #43 (@blink1073)
- Include plugin/schema name in error messages. #39 (@afshin)
- Fix path handling on Windows #33 (@blink1073)
- Add a theme handler #32 (@blink1073)
- Require jsonschema library. #30 (@afshin)
- Allow an admin to override extension schema defaults. #29 (@afshin)
- Remove MathJax and Streamline Handler config #27 (@blink1073)
- Add error message option #26 (@blink1073)
- Update settings handler to support JSON with comments. #25 (@afshin)
- Add console error on error page #24 (@blink1073)
- Clean up static dir handling #23 (@blink1073)
- Do not cache themes #22 (@blink1073)
- Cleanup and handle no assets dir #20 (@blink1073)
- Fix handling of user settings dir #21 (@blink1073)
- Remove trailing slash to fix theme relative urls #18 (@blink1073)
- Do not cache the static files #17 (@blink1073)
- Theme and settings #16 (@blink1073)
- Switch to a static namespace for webpack files #13 (@blink1073)
- We do not need to encode server provided urls #12 (@blink1073)
- Add simple travis file #11 (@blink1073)
- Fix addition of public path handler #9 (@blink1073)
- Add backwards compatibility for public url #8 (@blink1073)
- Fix handling of page config #7 (@blink1073)
- Fix handling of base and ws urls #6 (@blink1073)
- Fix handling of data #4 (@blink1073)
- Clean up config handling #3 (@blink1073)