Carol Willing
b52fcf4936
Add structure to upgrading doc
2016-11-08 10:50:49 -08:00
Carol Willing
539be2f08e
Add basics for alembic
2016-11-08 10:50:49 -08:00
Carol Willing
29b2836c50
Add wip upgrade doc
2016-11-08 10:50:49 -08:00
Min RK
3a757d003a
Merge pull request #852 from parente/use-conda-forge
...
[WIP] Update Dockerfile
2016-11-08 09:58:36 -08:00
Peter Parente
236802be1f
Update Dockerfile
...
* Use nodejs, CHP from condaforge
* Bump the version of conda used
2016-11-07 18:46:04 -08:00
Carol Willing
4a2c9e97c6
Merge pull request #844 from willingc/secure-doc
...
Reflow text in websecurity doc
2016-11-01 15:15:16 -07:00
Carol Willing
0444d8465c
Reflow text in doc
2016-11-01 14:27:49 -07:00
Carol Willing
faef34e4ff
Merge pull request #838 from minrk/ensure-strings
...
quotes around single-user CLI args
2016-11-01 14:05:56 -07:00
Carol Willing
c174ec42f0
Merge pull request #842 from minrk/generate-path-error
...
finish error message when generate-config path does not exist
2016-11-01 09:26:52 -07:00
Min RK
d484728de9
check directory existence when writing config file
...
rather than file
and put output on stderr with exit message
2016-11-01 14:47:44 +01:00
Min RK
7da7f7e074
quotes around single-user CLI args
...
avoids mishandling things such as integer-literals
2016-11-01 12:07:25 +01:00
Min RK
53bdcd7d74
Merge pull request #840 from parente/clear-services-cookie
...
Fix jupyter-services cookie reset on logout
2016-10-31 13:25:43 +01:00
Peter Parente
1849964699
Fix jupyter-services cookie reset on logout
...
It currently remains set after logout from the hub allowing the user to
continue to access any services.
2016-10-30 22:36:31 -04:00
Carol Willing
5163c7a97f
Merge pull request #824 from minrk/allow-empty-state
...
Don't assume empty state means not running
2016-10-27 08:33:54 -07:00
Min RK
b9daef9947
docstring review
2016-10-27 11:41:23 +02:00
Carol Willing
f16e0488ab
Merge pull request #837 from Scrypy/issue-821
...
Updated authenticators and spawner docs
2016-10-26 15:44:09 -07:00
Daniel Martinez
adc16be4dc
Updated spawners docs
2016-10-26 16:50:25 -05:00
Daniel Martinez
3e4b4149de
Updated authenticators docs
2016-10-26 16:48:15 -05:00
Min RK
c392bae7e4
Merge pull request #835 from willingc/check-return
...
Edit model check to be consistent for user and group
2016-10-26 23:25:24 +02:00
Carol Willing
2e5373aa37
Edit model check to be consistent for user and group
2016-10-26 12:03:53 -07:00
Min RK
5412cd414f
Merge pull request #832 from willingc/replace-warn
...
Use warning instead of warn for logs
2016-10-26 13:26:41 +02:00
Carol Willing
d957c5158f
Use warning instead of warn for logs
2016-10-26 04:06:29 -07:00
Carol Willing
4a622cb964
Merge pull request #831 from jupyterhub/willingc-patch-1
...
Remove duplicate word in docstring
2016-10-26 02:24:39 -07:00
Carol Willing
69e721de46
Remove duplicate word in docstring
2016-10-26 02:19:49 -07:00
Carol Willing
f3f130f452
Merge pull request #830 from minrk/services-todo
...
Flesh out custom services examples
2016-10-26 02:16:39 -07:00
Min RK
fd4a04e3f3
docs review
2016-10-26 10:22:54 +02:00
Min RK
85c040ab8e
flesh out custom services doc
2016-10-25 13:28:13 +02:00
Min RK
2bb4cd4739
allow HubAuthenticated to check groups
2016-10-25 13:27:57 +02:00
Min RK
4c3b134f10
add flask whoami service
...
for a non-tornado example
2016-10-25 13:24:46 +02:00
Carol Willing
bb8536b553
Merge pull request #826 from Scrypy/issue-822
...
Updated spawner docs
2016-10-24 23:21:00 -07:00
Carol Willing
8998fd480c
Merge pull request #829 from Todd-Z-Li/issue-823
...
Added funky ascii art to previous TODO messages.
2016-10-24 18:40:25 -07:00
Carol Willing
d948fed0b5
Merge pull request #828 from temogen/deldoc
...
Deleted IPython from howitworks doc.
2016-10-24 18:38:17 -07:00
Daniel Anthony Noventa
fcfe6314ac
Delted IPython from howitworks docs.
2016-10-24 19:13:57 -05:00
Todd
dcfe2aa792
Added funky ascii art to previous TODO messages.
2016-10-24 19:03:21 -05:00
Danowsky
85790ab9d8
Updated spawner docs
2016-10-24 18:57:17 -05:00
Min RK
adda2fcd90
Don't assume empty state means not running
...
Some Spawners may not need state,
and they should be allowed to resume on Hub restart as well.
Adds some detail about when .poll may be called and how it should behave in less obvious circumstances
2016-10-21 16:28:40 +02:00
Min RK
5604e983db
Merge pull request #818 from minrk/unmanaged-no-start
...
don’t try to start unmanaged services
2016-10-19 10:44:14 +02:00
Min RK
386563a10a
don’t try to start unmanaged services
2016-10-18 16:18:03 +02:00
Min RK
0e3c5cf625
statsd typo
2016-10-18 16:17:49 +02:00
Min RK
a3eb2d2b9a
Merge pull request #815 from kinuax/fix-setting-in-configuration-example
...
Fix setting in configuration example
2016-10-14 13:03:45 +02:00
Asier
b6a8860a44
Fix setting in configuration example
2016-10-13 13:45:23 -05:00
Carol Willing
b8a649ae86
Add error message when generate config path does not exist
2016-10-13 07:20:38 -07:00
Min RK
7774bfc612
Merge pull request #811 from willingc/quick-install
...
Sync quick install steps with PyData tutorial
2016-10-13 10:56:55 +02:00
Carol Willing
9f76613aed
Sync quick install steps with PyData tutorial
2016-10-12 18:06:11 -07:00
Min RK
f1ccbe4bed
Merge pull request #807 from willingc/normalize-whitelist
...
Add tests for username normalization
2016-10-12 16:21:19 +02:00
Carol Willing
668d78f729
Add tests for username normalization
2016-10-11 16:44:24 -07:00
Min RK
0009b9a3d6
Merge pull request #805 from danielballan/template-vars
...
MNT: Add hub host and prefix to template vars in prep for JLab extension
2016-10-11 18:18:21 +02:00
danielballan
b2be07ea6a
MNT: Add hub host and prefix to template vars in prep for JLab extension.
2016-10-11 11:27:50 -04:00
Min RK
74649eaad0
Merge pull request #804 from willingc/ssl-termination
...
Clarify deprecation of --no-ssl
2016-10-11 12:08:55 +02:00
Carol Willing
f33086aa13
Clarify deprecation of --no-ssl
2016-10-10 12:05:39 -07:00