Min RK
ecbe51f60f
signaling typo
2017-01-02 14:50:10 +01:00
Min RK
fed14abed3
back to dev
2017-01-02 14:44:07 +01:00
Min RK
94978ea9e0
release 0.7.1
0.7.1
2017-01-02 13:53:43 +01:00
Min RK
bf6999e439
changelog for 0.7.1
2017-01-02 13:53:43 +01:00
Carol Willing
020ee7378f
Merge pull request #916 from rachmaninovquartet/master
...
Added Toree troubleshooting to docs
2016-12-22 13:56:51 -08:00
Min RK
e4a0569961
Merge pull request #915 from jupyterhub/willingc-patch-1
...
Update README to clarify docker image contents
2016-12-22 16:43:02 +01:00
Ian Maloney
4ff525d5bd
updated docs/source/troubleshooting.md per conversation with @willingc in issue 889
2016-12-21 15:21:50 -05:00
Carol Willing
37a31b01b2
Update README to clarify docker image contents
...
Addresses #879 and #772 re: confusion about the docker image contents
2016-12-21 10:46:30 -08:00
Carol Willing
1604cb1b0b
Merge pull request #914 from minrk/update-bootprint
...
fix rest-api doc building
2016-12-21 10:29:08 -08:00
Min RK
45702ac18c
update bootprint to 0.10
...
0.8 has stopped working for some reason
2016-12-21 14:51:12 +01:00
Min RK
c81e9d60e4
fix rest-api link
...
link to REST API, not Python API
2016-12-21 14:51:12 +01:00
Carol Willing
224865b894
Merge pull request #910 from minrk/cleanup-server-token
...
Avoid cleaning up API tokens for Spawners that will resume
2016-12-20 08:29:06 -08:00
Min RK
3b3bc8224b
comment review
2016-12-20 16:41:26 +01:00
Carol Willing
c56dc2ea6f
Merge pull request #911 from jjaraalm/master
...
Update Service Docs
Closes #908
2016-12-19 10:28:30 -08:00
jjaraalm
62202bbb74
Revert "Revert "Update service docs""
...
This reverts commit 7ba28c0207
.
2016-12-19 13:00:48 -05:00
jjaraalm
7ba28c0207
Revert "Update service docs"
...
This reverts commit 9392a29dad
.
2016-12-19 12:59:42 -05:00
jjaraalm
9392a29dad
Update service docs
...
Fixes #908
2016-12-19 12:56:26 -05:00
Min RK
72ab8f99ec
Avoid cleaning up API tokens for Spawners that will resume
...
in which case the previous API token should be left alone.
2016-12-19 10:50:25 +01:00
Min RK
fcf32c7e50
Merge pull request #909 from willingc/update-travis
...
Add 3.6 to travis
2016-12-19 09:59:47 +01:00
Carol Willing
da451d6552
Add 3.6 to travis
2016-12-18 21:26:52 -08:00
Christian Barra
dbe8bf5428
add users_servers class in orm.py, correct test_orm.py, fix some pep8, issue #766
2016-12-17 04:55:00 +01:00
Carol Willing
662b1a4d4a
Merge pull request #902 from minrk/redirect-empty-msg
...
Don't warn about empty next_url
2016-12-09 08:04:56 -08:00
Min RK
732adea997
Don't warn about empty next_url
...
empty next_url is fine
2016-12-09 15:34:32 +01:00
Carol Willing
7e1dbf3515
Merge pull request #896 from minrk/whitelist-warning
...
Warn about single-character names in whitelist
2016-12-05 11:16:30 -06:00
Min RK
65b92ec246
Warn about single-character names in whitelist
...
likely cause is `set('string')` typo instead of `set(['string'])`,
so include that in the error message:
whitelist contains single-character names: ['i', 'k', 'm', 'n', 'r']; did you mean set(['ikmnr']) instead of set('ikmnr')?
2016-12-05 09:46:52 +01:00
Min RK
dc42ee4779
typo in changelog link
2016-12-02 18:12:28 +01:00
Min RK
c04441c1b2
back to dev
2016-12-02 18:08:03 +01:00
Min RK
c3faef8e2a
release 0.7.0
0.7.0
2016-12-02 18:02:20 +01:00
Carol Willing
d2175635af
Merge pull request #895 from minrk/release-0.7
...
Update changelog for 0.7 final
2016-12-02 10:47:21 -06:00
Min RK
1f7401cd14
Update changelog for 0.7 final
2016-12-02 17:35:19 +01:00
Min RK
c94b3e34d2
Merge pull request #894 from minrk/disable-token
...
disable unused token on singleuser-server
2016-12-02 17:01:50 +01:00
Carol Willing
566e1d05ea
Merge pull request #893 from minrk/expanduser
...
call expanduser on singleuser notebook_dir
2016-12-01 21:53:24 -06:00
Min RK
0488d0bd73
call expanduser on singleuser notebook_dir
...
This copies validate_notebook_dir from notebook with one addition:
calling expanduser.
2016-12-01 22:04:18 +01:00
Min RK
ca31d9b426
disable token on singleuser-server
...
fixes confusing output about token access in notebook server startup
2016-12-01 21:59:44 +01:00
Min RK
8721f9010f
Merge pull request #892 from yuvipanda/maybe-async
...
Document that authenticator's add_user maybe a coroutine
2016-12-01 17:58:02 +01:00
YuviPanda
88de48ebac
Document that authenticator's add_user maybe a coroutine
2016-12-01 19:31:23 +05:30
Min RK
d5a6e2b2ac
Merge pull request #886 from yuvipanda/spawner-docs
2016-11-30 13:48:05 +01:00
Min RK
2152a94156
review pass on spawner docstring changes
...
- small wording, spelling tweaks
- rst formatting fixes
- remove some spurious, cluttering newlines
- clearer traitlets default values on first line
2016-11-30 13:43:59 +01:00
Min RK
bc3824e9bf
review pass on auth docstrings
2016-11-30 13:22:07 +01:00
YuviPanda
60bc92cf78
Spawner doc fixes per @willingc
2016-11-30 14:02:02 +05:30
YuviPanda
3b15467738
Clearer module docstring for spawner.py
2016-11-29 16:26:34 +08:00
YuviPanda
4970fe0a1c
Add more docs for spawner base class
2016-11-29 16:25:15 +08:00
YuviPanda
7dbe2425b8
Fix typo
2016-11-29 16:00:25 +08:00
YuviPanda
433d44a642
Add docs for PAMAuthenticator
2016-11-29 15:58:35 +08:00
YuviPanda
7733d320d0
Add more docs to LocalAuthenticator
2016-11-29 15:56:16 +08:00
YuviPanda
20d367c2a8
Add more docs for authenticator base class
2016-11-29 15:55:32 +08:00
YuviPanda
4687fbe075
Add extended docs for LocalProcessSpawner too
2016-11-28 23:07:54 -08:00
YuviPanda
b0dc52781e
Add info about shell expansion to cmd / args traitlets
...
We should probably standardize this too
2016-11-28 22:45:06 -08:00
YuviPanda
4f1f7d6b8f
Add example use for default_url traitlet
2016-11-28 22:42:10 -08:00
YuviPanda
41f8608f4e
Fix port config documentation to match reality
2016-11-28 22:41:47 -08:00