Commit Graph

6911 Commits

Author SHA1 Message Date
Min RK
f8f9c9e121 Merge pull request #108 from minrk/no-e
remove `-e` from IPython line in requirements.txt
2014-11-29 20:54:03 -08:00
Min RK
61e4cdbecf fix check for url lines when building requirements from requirements.txt 2014-11-29 20:50:25 -08:00
Min RK
b64919ed41 remove -e from IPython line in requirements.txt
cannot specify extra dependencies to `pip install -e`
2014-11-29 20:48:43 -08:00
Min RK
53c4915ab6 Merge pull request #105 from minrk/deprecate-hub-app
deprecate JupyterHubApp config
2014-11-25 21:20:37 -08:00
Min RK
ee0be96f2c deprecate JupyterHubApp config
instead of breaking it outright
2014-11-25 21:17:49 -08:00
Min RK
5db7899729 Merge pull request #104 from minrk/jupyterhub
s/JupyterHubApp/JupyterHub/
2014-11-25 20:18:02 -08:00
Min RK
fb7cc171c6 s/JupyterHubApp/JupyterHub/
users shouldn't need to know wtf Applications are
2014-11-25 19:55:24 -08:00
Min RK
3c204e6297 remove a few dangling IPythons 2014-11-25 19:28:54 -08:00
Min RK
0562e0491b Jupyter has a mailing list 2014-11-25 11:02:27 -08:00
Min RK
73d6cd1888 add favicon
designed by Adrienne Wantulok
2014-11-24 16:49:19 -08:00
Min RK
c4bbbfa6ef add missing files to MANIFEST.in
closes #99
2014-11-24 12:16:40 -08:00
Min RK
40b01fa32e Merge pull request #97 from minrk/base-url
some fixes for non-empty base_url
2014-11-21 18:02:20 -08:00
Min RK
6a235da1ce fix redirects when using base_url 2014-11-21 17:56:04 -08:00
Min RK
cf3a5744e7 better handle servers failing to start
including more informative TimeoutError messages
2014-11-21 17:55:52 -08:00
Min RK
d6c6ae2c0f add URLPrefix traitlet
ensures leading, trailing /
2014-11-21 17:44:18 -08:00
Min RK
1c8b1c0cd3 add proper jupyterhub logo 2014-11-18 11:14:16 -08:00
Min RK
32b7091a28 minor readme tweak 2014-11-18 11:13:56 -08:00
Min RK
34b601848e Merge pull request #93 from minrk/setup-no-e
don't include `-e` requirements in setup.py
2014-11-10 10:34:34 -08:00
Min RK
c19ecdd1b2 Don't install requirements in Dockerfile
`pip install .` covers that

The one exception is IPython master,
which is inherited from the base image.
2014-11-08 21:02:46 -08:00
Min RK
584062fbee install requirements explicitly in README
needed for IPython from dev
2014-11-08 21:02:03 -08:00
Min RK
ab6d67f0c9 don't add -e requirements in setup.py
They don't work properly, so don't try.
This means that until IPython 3 is released,
`pip install -e .` will be insufficient.
IPython will need to be installed separately.
2014-11-08 21:00:24 -08:00
Min RK
e79e33051b Merge pull request #91 from minrk/sudo-cwd
handle some failures in sudo
2014-11-04 19:30:22 -08:00
Min RK
612e4ee332 make Spawner.notebook_dir configurable
resolved based on user's home dir
2014-11-04 13:53:01 -08:00
Min RK
6340b1dcc1 ignore some more files in .dockerignore 2014-11-04 13:52:40 -08:00
Min RK
f807a832e0 catch os.chdir errors
when spawning subprocesses.
Walk up until something works,
eventually falling back on a temper.
2014-11-04 13:52:18 -08:00
Min RK
71dbdaf3f2 make home dirs private in sudo example
tests use case where sudo failed to set cwd
2014-11-04 13:47:08 -08:00
Min RK
75d2400b6c fix 'Invalid cookie token' message when no cookie is set 2014-11-04 13:47:08 -08:00
Min RK
5f7c6f8f26 fix typo from dropping IPython 2 support 2014-11-04 12:31:40 -08:00
Min RK
97e308e38f Merge pull request #90 from minrk/jupyterhub_config
update some file names
2014-11-04 12:08:33 -08:00
Min RK
e6335482c5 update some file names
default config file is now `jupyterhub_config.py`,
to be consistent with everything else

add config files, runtime files to .gitignore
2014-11-04 11:58:33 -08:00
Min RK
b1f6a286f9 Merge pull request #89 from minrk/no-python-2
drop support for old Python, IPython < 3
2014-11-04 11:50:27 -08:00
Min RK
9f8fef1f0a Merge pull request #87 from quantopian/postgres-example
Postgres example using docker
2014-11-04 11:45:57 -08:00
Scott Sanderson
cdca10378f DOC: Fix more typos in warning messages. 2014-11-03 14:34:14 -05:00
Scott Sanderson
b6d230e04d DOC: Fix typo in postgres example message. 2014-11-03 13:51:20 -05:00
Scott Sanderson
b34a6d7f83 DEV: Use docker links to set password environment variable in the hub.
Also, yell at people if they use the default password.
2014-11-02 21:40:58 -05:00
Min RK
40a99e61ac drop support for old Python, IPython < 3
Require IPython >= 3.0, Python >= 3.3
2014-11-02 15:51:06 -08:00
Min RK
83569221b9 s/bower/js/ 2014-10-31 16:23:19 -07:00
Scott Sanderson
eee5e5d2ed DOC: Add note about default username/password configuration. 2014-10-31 15:57:35 -04:00
Scott Sanderson
d084d98783 DOC: More tweaks to postgres example. 2014-10-31 15:44:37 -04:00
Scott Sanderson
b5a288587e DOC: Update the README for postgres example. 2014-10-31 14:55:10 -04:00
Scott Sanderson
1a1687f27a DEV: Split postgres example into separate db and hub containers. 2014-10-31 14:38:50 -04:00
Min RK
27e51cd0b4 Merge pull request #81 from minrk/crypto-db
hash tokens in database

closes #80
closes #83
2014-10-30 16:20:16 -07:00
Min RK
da51affacb add hash rounds
default 16k
2014-10-30 15:59:02 -07:00
Scott Sanderson
db3eb28c90 DOC: Tweaks to comments in initdb.sh. 2014-10-30 17:51:00 -04:00
Scott Sanderson
a1a7c432d2 DOC: Add instructions to README.md 2014-10-30 17:42:10 -04:00
Scott Sanderson
8365e291aa DOC: Add example Dockerfile for running a Postgres backend. 2014-10-30 17:30:01 -04:00
Min RK
6149e1f7d9 Merge pull request #73 from minrk/docker-docs
some docs
2014-10-30 11:35:35 -07:00
Min RK
2d6f76d778 shorten interrupt timeout 2014-10-30 10:23:58 -07:00
Min RK
e91b7f630c use starts with when checking token prefix
allows prefix length to change
2014-10-30 10:21:32 -07:00
Min RK
2cd04c6a1e Merge pull request #86 from quantopian/sessions-take-2
DEV: Close transactions at the end of HTTP Requests.
2014-10-30 08:36:56 -07:00