Carol Willing
942e05888b
Add rotating log info by @minrk to docs
2017-03-24 10:56:35 -07:00
Min RK
1970273c58
Merge pull request #1027 from mgeplf/form_redirect
...
Teach FormSpawner to handle query next=/path/to/landing
2017-03-24 15:56:58 +01:00
Min RK
06d081a73b
prevent warnings about security in single-user servers
...
single-user warns if no token or password is set unless validate_security is overridden
these checks are not relevant when using JupyterHub
2017-03-24 13:14:18 +01:00
Min RK
352efa6d47
Merge pull request #1036 from yuvipanda/none-cmd
...
Allow setting spawner.cmd to None
2017-03-24 11:32:19 +01:00
Min RK
586dc3868d
describe when setting port config makes sense
...
only in containers / remote servers
2017-03-24 11:14:18 +01:00
yuvipanda
0fe149dd57
Allow setting spawner.cmd to None
...
In some spawners you want to unset .cmd - for example, in
KubeSpawner setting it to None will use the CMD metadata that
is set in the Docker Image. Currently there's no way to set a
None value - you can't set it to [] either. Treating None and
empty values as separate is a useful thing to have.
2017-03-23 16:49:50 -07:00
yuvipanda
688845b907
Tag c.Spawner.port as configurable
...
Fixes #1029
2017-03-18 17:25:57 -07:00
Mike Gevaert
21af37a7a3
Teach FormSpawner to handle query next=/path/to/landing
...
* before, if /user-redirect/ was used, or if ?next=/path/
and there was a FormSpawner, the query param would be lost
2017-03-17 14:00:15 +01:00
Carol Willing
6078b8d9e5
Merge pull request #1025 from barrachri/correct_named_servers
...
correct self.allow_multiple_servers to self.allow_named_servers
2017-03-16 18:30:17 -07:00
Christian Barra
bfe1457897
fix after test fail
2017-03-17 01:53:04 +01:00
Christian Barra
f873b77a5f
correct self.allow_multiple_servers to self.allow_named_servers
2017-03-17 01:15:47 +01:00
Min RK
be1af58147
Merge pull request #1016 from yuvipanda/accessibility
...
Hide the logout icon from screen readers
2017-03-09 13:45:38 -08:00
Min RK
2b8268f1d4
Merge pull request #1015 from willingc/aws-config
...
[DOC] Integrate AWS example into doc
2017-03-09 13:44:44 -08:00
Min RK
6cc3cd325c
Merge pull request #1014 from willingc/galler
...
[DOC] Add gallery of jupyterhub deployments
2017-03-09 13:44:19 -08:00
YuviPanda
efab0dbc47
Hide the logout icon from screen readers
...
This makes the logout link more discoverable by screen readers,
which sort links based on what they say. Since our icon was
in front of and not behind 'Logout', someone looking for Logout
will not find this
2017-03-09 10:35:28 -08:00
Carol Willing
a5b4ed83f7
Integrate AWS example into doc
2017-03-07 16:11:29 -08:00
Carol Willing
8eed5c7709
Merge pull request #1002 from ThomasMChen/aws-setup-doc
...
Add AWS setup documentation.
2017-03-07 16:00:24 -08:00
Carol Willing
883d3ad29b
Fix typo
2017-03-07 15:55:03 -08:00
Carol Willing
044d5d2a84
Add gallery of deployments to docs
2017-03-07 15:51:52 -08:00
Min RK
68f23b2cdf
Merge pull request #1009 from jupyterhub/willingc-patch-1
...
Add word to docstring to improve comprehension
2017-03-05 16:03:39 -08:00
Carol Willing
91553ebe34
Add word to docstring to improve comprehension
2017-03-05 13:15:58 -08:00
Carol Willing
a45bc9b31e
Merge pull request #1008 from willingc/rtd-build
...
Pin Python to 3.5 for RTD build
2017-03-05 12:37:20 -08:00
Carol Willing
849f52de67
Pin Python to 3.5
2017-03-05 12:28:03 -08:00
Min RK
46f9841dce
Merge pull request #1007 from barrachri/contributor_list
...
correct barrachri
2017-03-05 09:53:08 -08:00
Christian Barra
d8213b5fa5
correct barrachri
2017-03-05 12:35:26 +01:00
Carol Willing
ee276adcf8
Merge pull request #1006 from jupyterhub/willingc-patch-1
...
Add Christian Barra to contributor list
2017-03-04 15:28:46 -06:00
Carol Willing
07ae847d08
Add Christian Barra to contributor list
2017-03-04 15:28:05 -06:00
Min RK
95dc4713f4
Merge pull request #942 from barrachri/multi_servers
...
Multiple singleuser servers
2017-03-04 14:00:53 -05:00
Christian Barra
2294dc0ad9
from multiservers to namedservers
2017-03-03 03:42:24 +01:00
Min RK
87c0d7e54f
Merge pull request #1005 from prasadkatti/patch-1
...
minor fix in upgrade process doc
2017-03-01 15:38:59 -05:00
Prasad Katti
18238241ef
minor fix
2017-03-01 12:24:55 -08:00
Min RK
192cb193a1
Merge pull request #1003 from whitead/issue_997_fix
...
Ensure that SERVICE_FIX has trailing slash
2017-02-27 23:20:49 +01:00
Andrew White
2fb503df17
Ensure that SERVICE_FIX has trailing slash.
...
Fixes Issue #997 . Also updated Traitlets to 4.3.2 since the change in singleuser.py relies on trait default values being checked through validator, which was added in traitlets 4.3.2.
2017-02-27 16:34:54 -05:00
Thomas Chen
810566729d
Add AWS setup documentation.
2017-02-25 21:16:06 -06:00
Christian Barra
746912cece
fix *args and **kwargs
2017-02-24 00:37:41 +01:00
Christian Barra
7a38a57397
remove unused imports and correct base_url
2017-02-24 00:37:41 +01:00
Christian Barra
4fdf405d77
add JupyterHub.allow_multiple_servers
2017-02-24 00:37:41 +01:00
Christian Barra
488706293f
pass server_name to the spawner
2017-02-24 00:37:41 +01:00
Christian Barra
9373325f1b
fix options error and base_url
2017-02-24 00:37:40 +01:00
Christian Barra
e151248ac2
fix server_name
2017-02-24 00:37:40 +01:00
Christian Barra
b09ccc4373
fix base_url
2017-02-24 00:37:40 +01:00
Christian Barra
f4a7e28aa5
add default_server_name, change spawn start
2017-02-24 00:37:40 +01:00
Christian Barra
5b85d1e248
correct server name and base_url unique=True
2017-02-24 00:09:48 +01:00
Christian Barra
a85bc5cad4
change classes for creating/deleting a server, add server_name param for delete method
2017-02-24 00:09:48 +01:00
Christian Barra
d682edd44f
use only the first 10 chars of server_url
2017-02-24 00:09:48 +01:00
Christian Barra
3524399984
fix some errors
2017-02-24 00:09:48 +01:00
Christian Barra
b127788100
add a new base for multi servers
2017-02-24 00:09:48 +01:00
Christian Barra
a823a6b371
add a name field for the server
2017-02-24 00:09:48 +01:00
Carol Willing
b47f76c037
Merge pull request #983 from minrk/config-docs
...
add configurable traits to api docs
2017-02-22 08:36:33 -06:00
Min RK
1d19684b2c
Handle traitlets 4.x
2017-02-21 18:06:48 +01:00