Min RK
e71d181a23
slow down slow_bad_spawn
...
reduces likelihood of race condition in test
2018-09-24 15:54:01 +02:00
Min RK
fcbc6e06c8
stop keepalive loop promptly on finish
...
rather than waiting until keepalive_interval, which leaves idle coroutines for at least 8 seconds
2018-09-24 15:54:01 +02:00
Min RK
33c6e68b5e
update changelog for 0.9.4
2018-09-24 14:01:23 +02:00
Min RK
a4d241524c
Merge pull request #2177 from nils-werner/patch-1
...
Example homedir bootstrapping using `mkhomedir_helper`
2018-09-24 13:36:24 +02:00
Min RK
af1c71f7ff
Merge pull request #2179 from minrk/disable-pdf
...
back to conda on rtd
2018-09-24 12:56:37 +02:00
Min RK
78c57805d5
omit pdf builds on rtd due to bug in sphinx
2018-09-24 12:48:11 +02:00
Min RK
cc324a6d4b
back to conda for docs
2018-09-24 12:47:47 +02:00
Min RK
8437f47f36
Merge pull request #2165 from minrk/fix-content-type
...
Fix content-type on API endpoints
2018-09-24 11:03:19 +02:00
Min RK
89bde5db17
Merge pull request #2176 from GeorgianaElena/master
...
Issue #13 Outreachy: add running_servers metric
2018-09-24 10:37:20 +02:00
GeorgianaElena
f43ebe8d51
Rename metric
2018-09-24 11:05:01 +03:00
Nils Werner
341bc42d95
Example homedir bootstrapping using mkhomedir_helper
2018-09-24 10:01:57 +02:00
GeorgianaElena
493f9ab331
Issue #13 Outreachy: add running_servers metric
2018-09-23 18:31:37 +03:00
Yuvi Panda
e9753fd65d
Merge pull request #2174 from jmfcodes/typofix
...
fixed a typo
2018-09-22 15:14:00 -07:00
Jennifer
3b136339af
fixed a typo
2018-09-22 14:57:24 -07:00
Yuvi Panda
1821c21243
Merge pull request #2166 from minrk/testing-config
...
add sample configuration that loads dummyauthenticator and simplespawner
2018-09-21 10:58:44 -07:00
Min RK
e675ab85c7
Merge pull request #2164 from sashafierce/add-name-controlpanel
...
Add user name to control panel in JupyterHub
2018-09-21 15:16:19 +02:00
Min RK
58f005eea2
Fix content-type on API endpoints
...
and includes content-type header checks in tests to catch regressions
2018-09-21 15:12:53 +02:00
Min RK
d34e84ae9d
add sample configuration that loads dummyauthenticator and simplespawner
2018-09-21 15:12:41 +02:00
Akanksha Bhardwaj
981ef2ca3b
display username in control panel
2018-09-21 18:08:34 +05:30
Min RK
c87fcd9b71
Merge pull request #2155 from minrk/cleanup-client-fix
...
fix oauth client cleanup
2018-09-21 10:10:34 +02:00
Min RK
c69adfb506
Merge pull request #2161 from yuvipanda/better-contrib
...
Add notes on simplespawner & dummyauthenticator
2018-09-21 10:10:04 +02:00
Min RK
ac82f0f437
apply willingc's text proposals
2018-09-21 10:07:21 +02:00
Carol Willing
c975f7eb4a
Merge pull request #2162 from yuvipanda/other-auth-cleanup
...
Link additional authenticators to wiki
2018-09-21 02:13:50 -04:00
yuvipanda
07b590e2c3
Link additional authenticators to wiki
...
The current list in the docs is out of date. The list
in the wiki is more up-to-date, and easier for folks
to change over time. In the long run, we should decide
where lists like this belong.
2018-09-20 22:49:00 -07:00
Erik Sundell
0b98be05fd
Add links to default spawner & authenticator
2018-09-20 22:11:48 +00:00
yuvipanda
0a54b1aa99
Add notes on simplespawner & dummyauthenticator
2018-09-20 13:01:49 -07:00
Erik Sundell
e114f79e44
Merge pull request #2159 from yuvipanda/better-contrib
...
Expand 'Setting up Developer Environment' in CONTRIBUTING.md
2018-09-20 20:43:48 +02:00
yuvipanda
3ff046affa
Expand 'Setting up Developer Environment' in CONTRIBUTING.md
2018-09-20 11:31:00 -07:00
Carol Willing
e26229c0b4
Merge pull request #2156 from willingc/pin-sphinx
...
Build docs with pip not conda
2018-09-19 20:25:39 -07:00
Carol Willing
6c000968c9
reset dependencies
2018-09-19 14:46:56 -07:00
Carol Willing
8d79be7cfb
switch to requirements and pip
2018-09-19 14:46:36 -07:00
Carol Willing
25264a43cf
update oauthlib dependency in docs
2018-09-19 14:45:00 -07:00
Min RK
4cd4fd1dff
changelog for 0.9.4
2018-09-19 12:48:21 +02:00
Min RK
e2a899327f
fix oauth client cleanup
...
- delete oauth clients for servers when they shutdown
- avoid deleting oauth clients for servers still running across an 0.8 -> 0.9 upgrade, when the oauth client ids changed from `user-NAME` to `jupyterhub-user-NAME`
2018-09-19 12:45:41 +02:00
Carol Willing
56601d93c3
Merge pull request #2149 from minrk/deprecate-maybe-future
...
stop using deprecated `gen.maybe_future`
2018-09-17 20:08:57 -07:00
Min RK
f2fa067025
Merge pull request #2089 from krinsman/master
...
UI for Named Servers (Home and Admin Pages)
2018-09-17 13:04:42 +02:00
William Krinsman
02cb5ec076
Handle named servers in UserSpawnHandler, home, admin pages
...
Made CSS and HTML (and Jinja2) of admin page compatible with named servers.
2018-09-17 11:54:51 +02:00
Min RK
571ca2dec6
Merge pull request #2142 from minrk/async-current-user-2
...
make `.get_current_user` async
2018-09-17 10:49:25 +02:00
Min RK
35a95b5f0c
stop using deprecated gen.maybe_future
...
we already covered supported cases since we are using tornado 5,
so handle the scalar case ourselves, as recommended in the deprecation
2018-09-14 14:13:31 +02:00
Min RK
ce9d9fd26d
clarify docstrings, comments in refresh_user
...
- refresh_user may return True in the common case, identifying that everything is up-to-date
- return False for "needs login"
- return auth_data dict when an update can be performed without logging in again
2018-09-13 10:28:10 +02:00
Min RK
d79a99323e
make .get_current_user
async
...
- `.get_current_user` is called in the `prepare` stage for all handlers
- use `.current_user` to access current user in methods
- adds Authenticator.refresh_user for refreshing user auth (unused at this point)
2018-09-13 10:16:13 +02:00
Thomas Mendoza
a81972067a
Stop servers that don't get cleaned up
...
Running all tests (including internal_ssl
monkey-patched ones) leaves behind some
spawned servers. Stop them.
2018-09-12 17:48:31 -07:00
Thomas Mendoza
67f19a65b7
Use Certipy's trust graph to set up internal_ssl
...
With changes to CHP requiring a second, different
authority, the complexity of managing trust within
JupyterHub has risen. To solve this, Certipy now
has a feature to specify what components should
trust what and builds trust bundles accordingly.
2018-09-12 17:46:39 -07:00
Carol Willing
a21b496d48
Merge pull request #2144 from willingc/comm-guide
...
Add link to Jupyter Community Guide
2018-09-12 10:12:35 -07:00
Carol Willing
7ff49705bc
fix typo
2018-09-12 08:41:05 -07:00
Carol Willing
6dc43dd70b
add link to community guide reference
2018-09-12 08:39:07 -07:00
Min RK
42c78a8ba7
Merge pull request #2143 from minrk/fixup-progress
...
remove spurious print from keepalive code
2018-09-12 09:45:14 +02:00
Min RK
54449562bd
remove spurious print from keepalive code
...
and send keepalive every 8 seconds
to protect against possibly aggressive proxies dropping connections after 10 seconds of inactivity
2018-09-11 16:50:48 +02:00
Min RK
e29fad06ed
write needs no await
2018-09-11 16:41:27 +02:00
Matthias Bussonnier
f1a5c7da55
Merge pull request #2141 from minrk/093
...
changelog for 0.9.3
2018-09-11 13:41:50 +02:00