-
Notifications
You must be signed in to change notification settings - Fork 8
MAINT: Update JupyterHub to v0.8.1 #552
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
Merged
Merged
Changes from all commits
Commits
Show all changes
69 commits
Select commit
Hold shift + click to select a range
48c9f4a
MAINT: bump jupyterhub package to 0.8.1
flongford cf35e77
FIX: replace jupyterhub.orm.Proxy with jupyterhub.proxy.Proxy
flongford d90ac0c
FIX: include missing X-JupyterHib-Version headers
flongford 8e5b290
TST: add dummy-user option for dev testing
flongford 4e7aa4d
Merge branch 'master' into maint/update-jupyterhub
flongford 474f11a
Merge branch 'master' into maint/update-jupyterhub
flongford 1c20dea
Merge branch 'maint/update-jupyterhub' of github.com:simphony/simphon…
flongford e8d7e85
Merge branch 'master' into maint/update-jupyterhub
flongford 56b76ef
CLN: remove uneeded override of BaseHandler.set_default_headers
flongford 92e694b
STY: flake8 fixes
flongford e4aa2ec
FIX: revert cli function name changes in favor of flake exceptions
flongford 8d6ae2b
FIX: tidy up deprecated uses of orm.Proxy
flongford f73361c
TST: formatting fixed to returned auth dicts
flongford b023dd9
TST: replace mocking of deprecated orm.Hub
flongford 6be89c5
FIX: update EnvironmentConfig to source hub settings relocated to os …
flongford f6d617e
TST: remove hub_* traits from CommandLineConfig replace source in Bas…
flongford 5e00472
FIX: various fixes to BaseSpawner class
flongford 5c18531
FIX: wrong assignment of ConfigurableHTTPProxy.api_server trait
flongford 373fee3
TST: Spawner.ip no longer has a default value, manually assigning 127…
flongford eff19bc
FIX: further fixes to BaseSpawner get_args
flongford 4c4e013
STY: flake8 fixes
flongford 05c49e4
TST: fix test environment for BaseApplication
flongford c1d74a7
FIX: pass Proxy API status to Spawner in config, rather than during r…
flongford 9299d3c
STY: flake8 fixes
flongford 35e5514
FIX: hack-y fix for breaking changes to Spawner class introduced in v…
flongford d1cf760
FIX: simply overwrite LocalProcessSpawner.get_args
flongford 45addc3
FIX: remove default BaseSpawner.ip value
flongford 50011c1
FIX: handle None value for LocalProcessSpawner.ip
flongford 5877724
MAINT: changes to Nginx conf file
flongford 3a71e90
FIX: set LocalProcessSpawner.server upon instantiation from User attr…
flongford 1ad490a
FIX: avoid recursion loop between Spawner and User server assignments
flongford 6ed6dc6
FIX: amend Spawner test suite to instantiate from orm.Server instance…
flongford 47a75f2
CLN: tidy up jupyterhub config
flongford 50939f8
EXP: attempt to fix redirect loop by patching RequestHandler headers
flongford 498b980
STY: flake8 fixes
flongford 5cc5478
FIX: use correct assignment of cookie name from JupyterHub
flongford c2f8bce
FIX: use correct env variable for EnvironmentConfig.hub_prefix
flongford 0032c50
FIX: more parsing of hub_prefix argument back to CommandLineConfig
flongford de60c6d
CLN: remove typo in jupyterhub_config.py
flongford e3df744
FIX: correctly parse cookie-name argument
flongford 1ce2240
FIX: use cookie-name as of jupyterhub 0.8.0
flongford d0a3f19
EXP: run selenium tests in debug mode
flongford 3c28a92
STY: flake8 fixes
flongford 435cf94
EXP: change url for tornado RedirectHandlers in application
flongford 740598a
EXP: revert change to RedirectHandler for admin application to avoid …
flongford 92cb197
EXP: revert change to RedirectHandler for user application to avoid u…
flongford 3a25a7a
Merge branch 'master' into maint/update-jupyterhub
flongford e14fce4
DEV: enable user authentication with remoteappmanager via JupyterHub …
flongford c45a768
CLN: move connection with JupyterHub OAuth service into remoteappmana…
flongford 1879aa1
TST: include mocking of new HubOAuth.get_user method for testing
flongford 8af2684
DEV: fold HubOAuth class into Hub
flongford 28656de
CLN: minor tidy up
flongford 3b1d1c3
FIX: typo in keyword argument
flongford 795f8fa
FIX: minor fixes to auth process
flongford e487a86
TST: replace mocked calls to verify_token with get_user
flongford fb6d6d1
STY: flake8 fix
flongford 5563cef
TST: fix python tests via mocking jupyterhub HubOAuth calls (for now)
flongford 73f4b63
CLN: remove unnecessary dev changes
flongford c8cb009
FIX: remove deprecated code from logout workaround
flongford 760768e
TST: fix admin login for selenium tests
flongford 9ecf514
FIX: error handling for shutting down server upon user logout
flongford dc24c2d
CLN: separate JupyterHub authentication framework into separate metho…
flongford d40c607
Revert "CLN: separate JupyterHub authentication framework into separa…
flongford 8dbc7ed
DOC: add more documentation to describe the new authentication flows
flongford f00778b
CLN: minor tidy up
flongford 1be503b
CLN: reverse change to Nginx conf template
flongford b6c7ebc
CLN: replace HubAuthenticator with HubOAuthenticator (since it wont w…
flongford da197ae
DOC: tidy up docstrings
flongford 746a13e
MAINT: reduce constraints on dependencies
flongford File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -113,6 +113,7 @@ npmdeps: | |
| fi | ||
|
|
||
| npm install | ||
| npm install configurable-http-proxy | ||
| npm --version | ||
|
|
||
| .PHONY: pythondeps | ||
|
|
||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.