Remi Rampin
d5d315df08
Add missing words
...
Copied from https://jupyterhub.readthedocs.io/en/latest/reference/services.html
2019-07-01 20:40:02 -04:00
Tim Head
f7f82b8214
add activity_resolution config ( #2605 )
...
add activity_resolution config
2019-06-19 08:14:09 +02:00
Min RK
ddece49abb
Merge pull request #2588 from cmd-ntrf/services_hubauth_ssl
...
Define default values for HubAuth ssl traitlets
2019-06-17 11:15:59 +02:00
Min RK
02192ee2d5
Merge pull request #2609 from kinow/use-tornado-addslash
...
Replace existing redirect code by Tornado's addslash decorator
2019-06-17 11:14:47 +02:00
Richard Darst
a6b7e303df
cull-idle: Include a hint on how to add custom culling logic
...
- cull_idle_servers.py gets the full server state, so is capable of
doing any kind of arbitrary logic on the profile in order to be more
flexible in culling.
- This patch does not change anything, but gives an embedded
(commented out) example of how you can easily add custom logic to
the script.
- This was added as a tempate/demo for #2598 .
2019-06-16 20:13:27 +03:00
Bruno P. Kinoshita
5e5a976ea6
Replace existing redirect code by Tornado's addslash decorator
2019-06-12 15:27:23 +12:00
Min RK
c20c07ec87
Merge pull request #2570 from consideRatio/announcements-css
...
Make announcements visible without custom HTML
2019-06-07 12:54:45 +02:00
Min RK
bac34e394b
Merge pull request #2577 from InfuseAI/remove-stop-my-server-after-server-stopped
...
Hide Stop My Server red button after server stopped.
2019-06-07 11:53:06 +02:00
Min RK
2ce223c811
Merge pull request #2560 from adelcast/dev/adelcast/shutdown
...
Jupyterhub: use previous exit strategy for Windows
2019-06-07 11:49:34 +02:00
Min RK
e107c84162
Merge pull request #2590 from sbrunk/openapi-compliance
...
Change API description to be a valid OpenAPI spec
2019-06-07 11:47:48 +02:00
Min RK
1cea503292
add activity_resolution config
...
limits last_activity update interval to 30 seconds by default to avoid a db commit on every authenticated request
2019-06-07 11:44:57 +02:00
Will Starms
19da170435
Correct empty string redirect to default
2019-05-31 17:49:24 -05:00
Sören Brunk
30cfdcaa83
Change API description to a valid OpenAPI spec
...
* Add missing responses (doesn't include all possible responses yet)
* Refactor invalid multi in body parameters into a single parameter
* Change form type into valid formData
* Fix use of required fields
* Apply a few other minor fixes
2019-05-28 18:04:17 +02:00
Félix-Antoine Fortin
e9c78422b5
Define default values for HubAuth ssl traitlets
...
The default values are taken from environment variables defined by Spawner.get_env.
2019-05-27 14:12:39 -04:00
Tim Head
844817297e
Merge pull request #2584 from minrk/check-error
...
re-raise exceptions in launch_instance_async
2019-05-24 17:17:56 +02:00
Min RK
b624116be7
re-raise exceptions in launch_instance_async
...
avoids asyncio tracebacks in e.g. `jupyterhub --version`
2019-05-24 13:29:34 +02:00
Aaron Huang
38cf95523f
Update script
2019-05-21 17:12:01 +08:00
Yuvi Panda
d6d8590acb
Merge pull request #2565 from iblis17/patch-1
...
Update link of `changelog`
2019-05-21 00:37:45 -07:00
Erik Sundell
da460064ae
Make announcements visible without custom HTML
...
Fixes https://github.com/jupyterhub/jupyterhub/issues/2566 to some
degree by making the announcement stand out using twitter-bootstrap
classes `alert` and `alert-warning`. Perhaps we could theme twitter
bootstrap or this alert specifically with jupyter related colors as well
though?
2019-05-16 18:31:10 +02:00
Erik Sundell
8a6de3006c
Merge pull request #2564 from julienchastang/typo
...
typo
2019-05-15 08:11:29 +02:00
Iblis Lin
9e35ba5bef
Update link of changelog
2019-05-15 11:29:35 +08:00
Julien Chastang
c83777ccdc
typo
2019-05-14 16:54:08 -06:00
Alejandro Del Castillo
aaad55e076
Jupyterhub: use previous exit strategy for Windows
...
Windows doesn't have support for signal handling so it can't use the
signal handling capabilities of asyncio. Use the previous atexit
strategy on the Windows case instead.
Signed-off-by: Alejandro Del Castillo <alejandro.delcastillo@ni.com >
2019-05-13 10:07:50 -05:00
Min RK
c1e359bd38
Merge pull request #2546 from remyleone/dict_literal
...
Dict rewritten as literal
2019-05-13 10:54:15 +02:00
Min RK
53f5dbd902
Merge pull request #2558 from NikeNano/spawn_options
...
Update to simplify the language related to spawner options
2019-05-10 11:39:56 +02:00
NikeNano
9e7b0c0bfd
update to simplyfi the language related to spawner options
2019-05-10 09:52:17 +02:00
Tim Head
0aca778a9e
Merge pull request #2548 from IamViditAgarwal/add_elucidata_use_case
...
Adding the use case of the Elucidata: How Jupyter Notebook is used in…
2019-05-06 14:05:32 +02:00
viditagarwal
83af28c137
Adding the use case of the Elucidata: How Jupyter Notebook is used inside the Elucidata with Jupyterhub
2019-05-06 16:49:41 +05:30
Rémy Léone
bfbf2c0521
Dict rewritten as literal
2019-05-03 16:41:43 +02:00
Min RK
09edf38a35
back to dev
2019-05-03 16:16:19 +02:00
Min RK
e4d4e059bd
Merge pull request #2545 from minrk/changelog-1.0
...
releasing 1.0
1.0.0
2019-05-03 16:12:51 +02:00
Min RK
2967383654
release 1.0.0
2019-05-03 13:50:45 +02:00
Min RK
85f5ae1a37
Merge pull request #2544 from minrk/autodoc-link-targets
...
[autodoc] move config sample to annotation
2019-05-03 13:49:31 +02:00
Min RK
ecafe4add9
[autodoc] move config sample to annotation
...
preserves link targets, which mangling the directive header does not
2019-05-03 13:00:25 +02:00
Min RK
9462511aa5
Merge pull request #2543 from minrk/pin-mysql-connector
...
pin mysql-connector-python on travis
2019-05-03 10:55:34 +02:00
Min RK
31736eea9a
pin mysql-connector-python on travis
...
avoids bug in latest connector decoding: https://bugs.mysql.com/bug.php?id=94944
2019-05-03 10:33:28 +02:00
Min RK
f97ef7eaac
Merge pull request #2534 from distortedsignal/refactor-logout-handler
...
Refactor Logout Handler
2019-05-03 10:11:43 +02:00
Min RK
2065099338
Merge pull request #2524 from minrk/fix-db-redact
...
test postgres with url-encoded password
2019-05-03 09:48:57 +02:00
Carol Willing
d4df579fa6
Merge pull request #2538 from labarba/patch-1
...
Update gallery-jhub-deployments.md
2019-05-02 12:14:58 -04:00
Lorena A. Barba
4378603e83
Update gallery-jhub-deployments.md
2019-04-26 07:32:35 -04:00
Min RK
40db4edc6d
remove todo
...
order should be preserved between multiple steps
2019-04-25 13:51:27 +02:00
Min RK
ccf13979e9
Merge pull request #2536 from jcrist/add-jhub-hadoop-links
...
Add a few links for JupyterHub on Hadoop
2019-04-25 10:23:01 +02:00
Jim Crist
76f134c393
Add a few links for JupyterHub on Hadoop [skip ci]
...
- JupyterHub on Hadoop Guide: https://github.com/jcrist/jupyterhub-on-hadoop
- YarnSpawner: https://github.com/jcrist/yarnspawner
- KerberosAuthenticator: https://github.com/jcrist/kerberosauthenticator
2019-04-24 14:40:50 -05:00
Tom Kelley
77d4c1f23d
Changes after CR Comments
...
Big thanks to Erik, Tim, and Min for the great comments!
Change names to be more clear, add function doc comments,
change scoping on some functions, add handle_logout to let
people take custom logout actions, extract
render_logout_page from get method, add TODO.
2019-04-23 09:59:56 -07:00
Min RK
5856f46e1d
Merge pull request #2519 from dfeich/asyncio_signal_cleanup
...
asyncio signal handling and loop cleanup by task cancelling
2019-04-23 15:13:08 +02:00
Min RK
edfd1eb6cf
Merge pull request #2526 from minrk/debug-entrypoints
...
demote entrypoint-loading warning to debug-level
2019-04-23 15:12:21 +02:00
Tom Kelley
1ae6678360
Refactor Logout Handler
...
AS A developer of a Logout handler
I WANT to be able to call a function to kill spawners and
do other backend logout stuff and a separate function to
forward the user along the logout chain.
I believe this PR adds (moderately private) methods to the
Logout Handler to do just that.
2019-04-22 12:14:55 -07:00
Min RK
7794eea3fb
demote entrypoint-loading warning to debug-level
2019-04-16 15:30:04 +02:00
Derek Feichtinger
f51e6a1ca0
move event_loop closing to shutdown_cancel_tasks
2019-04-16 13:04:11 +02:00
Min RK
ab00a19be1
test postgres with url-encoded username+password
2019-04-16 12:57:49 +02:00