Ankit
151d6cbc48
updated readme
2017-11-21 13:53:39 -05:00
Ankit
04675e5fcb
removed compose and env file
2017-11-21 13:50:43 -05:00
Ankit
b38c6fe06a
added readme and started working on config image
2017-11-21 13:42:50 -05:00
Ankit
089a12bdc9
adding a readme
2017-11-21 13:32:59 -05:00
Ankit
d9a0a2003f
moving base dockerfile into a directory
2017-11-21 13:23:21 -05:00
Derek Heldt-Werle
ad704d9925
No longer force a redirect when pending, simply set url to allow users access to home page during a pending spawn
2017-11-21 10:17:42 -08:00
Ankit
0cca79eeee
auth token instructions updated
2017-11-21 13:03:25 -05:00
Ankit
457bea7c34
Base dockerfile
2017-11-21 13:01:21 -05:00
semiller
2479679eeb
Remove redirect url parameter from error pages
...
Issue #1365
2017-11-21 12:59:02 -05:00
Chris Fournier
937405d2d8
Add super() calls to child script blocks
2017-11-21 12:24:58 -05:00
Seak Pek Chhan
d1bed1b9cc
Add doc for building docs locally.
2017-11-21 12:15:30 -05:00
Ankit
acc60bce57
wip
2017-11-21 11:35:58 -05:00
Carol Willing
43807ff06b
Merge pull request #1550 from syutbai/master
...
add jupyter-alabaster-theme to doc requirements.txt
2017-11-21 07:48:03 -08:00
Ankit
b8a63bcc0c
auth env blank file
2017-11-21 10:26:28 -05:00
Ankit
66c1815a78
creating a simple docker compose environment to isolate jupyterhub notebook from other parts like configurable proxy
2017-11-21 10:25:06 -05:00
Matthias Bussonnier
4e5cfa2077
Merge pull request #1540 from minrk/cookie-secure
...
allow override of cookie options
2017-11-21 10:58:25 +01:00
Seak Pek Chhan
ebaf5d31b7
add jupyter-alabaster-theme to doc requirements.txt
2017-11-18 04:04:28 -05:00
Christian Moscardi
760a640c6a
alternate, horizontal layout
2017-11-17 19:19:13 -05:00
Ankit Sharma
4fc06e9504
Publish exposed port in docker run command
2017-11-18 00:14:38 +05:30
Carol Willing
c283ccb122
Merge pull request #1539 from minrk/cors-fix
...
fix headers for CORS
2017-11-16 10:58:26 -08:00
Carol Willing
80df842b2b
Merge pull request #1541 from jupyterhub/takluyver-patch-1
...
Clarify how to enable/disable statsd collection
2017-11-16 10:49:45 -08:00
Thomas Kluyver
f1a8a72a9f
Clarify how to enable/disable statsd collection
2017-11-16 14:33:08 +00:00
Min RK
0296e16232
allow override of cookie options
...
via `tornado_settings['cookie_options']`
for cases where default options are incorrect or insufficient (e.g. expiry or https detection fails)
2017-11-16 13:53:27 +01:00
Min RK
f6f7081483
adjust headers for CORS
...
- add `authorization` to default Access-Control-Allow-Headers
- allow overriding `Access-Control-Allow-Headers` just like everything else in case default is inappropriate
- ensure case-insensitive comparison for proper header checks
2017-11-16 11:46:40 +01:00
Derek Heldt-Werle
7f7cd0a314
If spawner is pending, always route to /hub/home/:user to resolve issues with form options
2017-11-13 15:22:49 -08:00
Min RK
5ffb5763a5
setup.py: run npm with --unsafe-perm
...
this is the equivalent to bower's `--allow-root` that we had in bower-proper
fixes issues when installing jupyterhub from source with sudo
2017-11-13 11:09:25 +01:00
Christian Moscardi
4382037110
start all button
2017-11-10 16:57:48 -05:00
Carol Willing
963cd88440
Merge pull request #1526 from minrk/form-control
...
don't apply form-control unconditionally to spawn form
2017-11-08 05:40:55 -08:00
Min RK
885f99ac08
back to dev
2017-11-08 14:14:05 +01:00
Min RK
7c3919980a
don't apply form-control unconditionally to spawn form
...
leave it to users to build their own form
2017-11-08 14:13:26 +01:00
Carol Willing
d8860d6f24
Merge pull request #1525 from minrk/thread-hangs
...
avoid waiting forever for threads to exit
2017-11-07 06:47:06 -08:00
Carol Willing
6b992e37e3
Merge pull request #1521 from jupyterhub/its-jupyter-now
...
strike mention of IPython notebook in README
2017-11-07 06:41:39 -08:00
Min RK
a3424355fa
back to dev
2017-11-07 15:32:13 +01:00
Min RK
569a91296d
avoid waiting forever for threads to exit
...
- call loop.stop via `.add_callback`
- add 30s timeout to `thread.join()` to avoid hanging forever if thread fails to exit
- assert that threads exit
2017-11-07 15:17:42 +01:00
Min RK
8b583cb445
release 0.8.1
0.8.1
2017-11-07 13:39:10 +01:00
Min RK
038a85af43
add removal of bower to changelog for 0.8.1
2017-11-07 13:39:10 +01:00
Min RK
9165beb41c
Merge pull request #1306 from minrk/bower-lite
...
remove bower
2017-11-07 13:35:08 +01:00
Min RK
b285de4412
npm install with unsafe-perm on docker
...
npm doesn't like to run postinstall as root
2017-11-07 13:01:31 +01:00
Min RK
5826035fe9
node when css building starts
2017-11-07 12:59:57 +01:00
Min RK
b953ac295b
check for built css as well in data-files lookup
...
avoids serving incomplete files
2017-11-07 11:40:24 +01:00
Min RK
8a95066b2e
run lessc via npm
2017-11-07 11:39:53 +01:00
Min RK
00a4aef607
remove bower
...
use npm to fetch dependencies and a simple postinstall script to copy into components
2017-11-07 11:38:47 +01:00
Min RK
9e2663491e
strike mention of IPython notebook in README
...
It's been long enough that we can call it Jupyter notebook, I think
2017-11-07 10:01:14 +01:00
Carol Willing
e01ce7b665
Merge pull request #1516 from minrk/0.8.1-changes
...
changelog for 0.8.1
2017-11-06 14:23:03 -08:00
Min RK
a57df48f28
changelog for 0.8.1
2017-11-03 11:07:08 +01:00
Min RK
5d7e008055
Merge pull request #1512 from DeepHorizons/update-service-doc
...
Update docs and examples for the slash at the end of the prefix
2017-11-03 10:31:46 +01:00
Min RK
ba31b3ecb7
Merge pull request #1497 from DeepHorizons/update-docs
...
[doc] Updated the rest docs to about change in 0.8
2017-11-01 11:49:41 +01:00
Joshua Milas
3c5eb934bf
Update docs and examples for the slash at the end of the prefix
2017-10-31 14:04:37 -04:00
Joshua Milas
82e15df6e9
Added that you can also access the notebook if you are the owner
2017-10-31 10:15:02 -04:00
Yuvi Panda
e3c83c0c29
Merge pull request #1509 from minrk/stacky
...
copy exception before reraising
2017-10-30 17:50:37 -07:00