Kyle Kelley
097d883905
Merge pull request #435 from minrk/debug-no-server
...
add debug logging for adding users with no running server
2016-02-20 06:04:12 -08:00
Min RK
cb55118f70
add debug logging for adding users with no running server
...
in check_routes, it has been reported that users without a running server are attempted to be added.
So something is wrong, either in sqlalchemy or my understanding of what it does (likely the latter),
because a filter for users with a non-None server is returning at least one result whose server is None.
2016-02-20 14:22:50 +01:00
Carol Willing
2a3c87945e
Merge pull request #434 from rgbkrk/ssl
...
Don't let the default include `--no-ssl`.
2016-02-18 16:48:06 -08:00
Kyle Kelley
2b2aacedc6
Don't let the default include --no-ssl
.
2016-02-18 16:27:53 -08:00
Kyle Kelley
8ebec52827
Merge pull request #431 from ObiWahn/master
...
Update README.md
2016-02-18 16:25:56 -08:00
Jan Christoph Uhde
1642cc30c8
fix: run vs exec and split sentence
2016-02-19 00:13:02 +01:00
Kyle Kelley
1645d8f0c0
Merge pull request #432 from minrk/no-port-retries
...
disable port_retries in single-user server
2016-02-18 06:40:51 -08:00
Min RK
8d390819a1
disable port_retries in single-user server
...
since Spawners won't notice that the server has started somewhere other than where it was asked to
2016-02-18 09:03:45 +01:00
Jan Christoph Uhde
c7dd18bb03
Update README.md
2016-02-16 22:58:27 +01:00
Min RK
84b7de4d21
set x bit on jupyterhub-singleuser
2016-02-15 21:50:55 +01:00
Carol Willing
161df53143
Merge pull request #426 from takluyver/docs-intro
...
Add overview to landing page
2016-02-13 11:12:35 -08:00
Thomas Kluyver
1cfd6cf12e
Fix grammaros
2016-02-13 18:18:23 +00:00
Thomas Kluyver
d40dcc35fb
Reword intro
2016-02-13 16:44:41 +00:00
Thomas Kluyver
a570e95602
Add my overview to intro
...
Closes gh-425
2016-02-13 15:29:08 +00:00
Thomas Kluyver
e4e43521ee
Close code block
2016-02-13 15:28:37 +00:00
Min RK
1b2c21a99c
Merge pull request #423 from minrk/custom-logo
...
allow overriding logo
2016-02-11 15:03:02 +01:00
Min RK
e28eda6386
exercise some static file handlers in tests
2016-02-09 15:38:44 +01:00
Min RK
39c171cce7
allow overriding logo
...
by specifying JupyterHub.logo_file
also ensures single-user server always has the same logo image as the Hub
2016-02-09 15:38:34 +01:00
Min RK
c81cefd768
Merge pull request #372 from minrk/require-notebook-4
...
drop support for single-user server from IPython 3.x
2016-02-09 14:42:12 +01:00
Min RK
325f137265
Merge pull request #421 from Fokko/add-docker-label
...
Added label to dockerfile for referencing
2016-02-09 14:41:48 +01:00
Fokko Driesprong
1ae795df18
Changed domain of the label to .org
2016-02-09 14:16:50 +01:00
Fokko Driesprong
2aacd5e28b
Added label to dockerfile for referencing
2016-02-08 17:16:20 +01:00
Kyle Kelley
6e1425e2c0
Merge pull request #417 from minrk/require-confirm-insecure
...
require confirmation for JupyterHub to run without SSL
2016-02-05 19:27:37 -06:00
Carol Willing
010db6ce72
Merge pull request #416 from willingc/doc-warn
...
Add more prominent message for https
2016-02-04 14:21:52 -08:00
Min RK
ce8d782220
no-ssl in changelog
2016-02-04 23:00:54 +01:00
Min RK
90c2b23fc0
require confirmation for JupyterHub to run without SSL
...
ensures folks deploying JupyterHub on HTTP have been told what's up.
2016-02-04 23:00:54 +01:00
Carol Willing
32685aeac1
Add more prominent message for https
2016-02-04 13:42:13 -08:00
Min RK
01c5608104
update version requirements in README
2016-02-04 22:41:18 +01:00
Min RK
a35f6298f0
drop support for single-user server from IPython 3.x
2016-02-04 22:40:44 +01:00
Min RK
8955d6aed4
Merge pull request #411 from minrk/one-two-seven
...
use 127.0.0.1 instead of localhost
2016-02-04 20:37:09 +01:00
Min RK
cafbf8b990
back to dev
2016-02-03 21:05:48 +01:00
Min RK
7837a9cf68
release 0.4.1
0.4.1
2016-02-03 21:04:32 +01:00
Min RK
65a019e05b
Merge pull request #413 from minrk/login_url
...
Restore /login handler
2016-02-03 21:00:03 +01:00
Min RK
f2014c5687
note that login/logout should always be registered
2016-02-03 20:54:01 +01:00
Min RK
109c315336
changelog for 0.4.1
2016-02-03 16:55:25 +01:00
Min RK
941fc7e627
restore /login page
...
erroneously removed in 0.4
2016-02-03 16:52:43 +01:00
Min RK
f626d2f6e5
use 127.0.0.1 instead of localhost
...
localhost can cause some issues on badly behaved or misconfigured systems,
and 127 seems simpler.
2016-02-03 10:30:09 +01:00
Min RK
80215f6b3c
Merge pull request #407 from willingc/doc-proxy
...
Add doc details for #406
2016-02-02 09:06:35 +01:00
Carol Willing
84916062f0
Edit per @minrk and added troubleshooting
2016-02-01 14:17:14 -08:00
Carol Willing
641154bf06
Add doc details for #406
2016-02-01 11:47:08 -08:00
Min RK
14b0dbde0e
Merge pull request #405 from willingc/doc-link
...
Update documentation link to source code
2016-02-01 19:58:08 +01:00
Carol Willing
cd85766441
Update link to source code
2016-02-01 08:42:49 -08:00
Min RK
6c072bdb3d
nonempty long_description
...
avoids dumping README.md garbage onto PyPI
2016-02-01 11:05:58 +01:00
Min RK
35f080458e
Upload with twine
2016-02-01 10:41:51 +01:00
Min RK
feac4f6bc4
Changelog for 0.4
2016-02-01 10:41:51 +01:00
Min RK
1bbabbb989
back to dev
2016-02-01 10:37:46 +01:00
Min RK
ad5624c7ce
release 0.4.0
0.4.0
2016-02-01 10:37:16 +01:00
Min RK
a7d6c37d26
Merge pull request #400 from willingc/juphub-spawner
...
Edit tone and grammar in Spawners document
2016-01-29 21:57:51 +01:00
Min RK
b8d9954c28
Merge pull request #402 from mistercrunch/fix_custom_html
...
Fixing the custom_html feature in the login form
2016-01-29 21:02:45 +01:00
Maxime Beauchemin
927a341764
Fixing the custom_html feature in the login form
2016-01-28 11:25:19 -08:00