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
Min RK
9c1cd960fc
Merge pull request #801 from minrk/warn-about-direct-connect
...
try to detect and warn about connecting directly to the Hub
2016-10-10 10:36:50 +02:00
Min RK
3a5226ffa0
Merge pull request #802 from minrk/spawn-pending-finish
...
add User.waiting_for_response
2016-10-07 11:53:04 +02:00
Min RK
96a53f9921
Merge pull request #797 from ianabc/redirection_loop
...
spawn_pending set too soon causing redirect loop
2016-10-07 11:13:09 +02:00
Min RK
ff92ac9dad
more mocking in tests
...
avoids no_patience state leaking into other tests
2016-10-07 10:59:32 +02:00
Min RK
933478bfff
add waiting_for_response indicator on User
...
.spawn_pending used for the *whole* window, from request to responsive (added to proxy)
.waiting_for_response is just used for the window between Spawner.start returning (process started, http endpoint known) and http endpoint becoming responsive
.waiting_for_response will never be True while .spawn_pending is False
2016-10-07 10:59:05 +02:00
Min RK
7d996f91b0
try to detect and warn about connecting directly to the Hub
...
This is guaranteed to result in a redirect loop.
2016-10-07 10:16:21 +02:00
Min RK
c818cbb644
Merge pull request #799 from willingc/doc-install
...
Move README installation instructions to docs
2016-10-06 19:46:51 +02:00
Carol Willing
e638e5b684
Move README installation instructions to docs
2016-10-06 04:37:57 -07:00
Ian Allison
625e76ea40
spawn_pending set too soon causing redirect loop
...
Signed-off-by: Ian Allison <iana@pims.math.ca >
2016-10-05 13:28:52 -07:00
Min RK
f8229c9fb6
Merge pull request #793 from willingc/slimconfpy
...
Slim conf.py comments and options cruft
2016-10-04 15:04:32 +02:00
Min RK
47da422a93
Merge pull request #758 from willingc/update-changes
...
Add changes for 0.7 release
2016-10-04 14:47:00 +02:00
Carol Willing
3dd98bc0fc
Slim conf.py comments and options cruft
2016-10-04 05:28:03 -07:00
Carol Willing
fa6e4aa449
Add pr 789 deprecate --no-ssl
2016-09-30 09:02:58 -07:00
Carol Willing
182472f921
Changes per @minrk review
2016-09-30 08:57:35 -07:00
Carol Willing
d99afe531d
Add changes for 0.7 release
2016-09-30 08:57:35 -07:00
Carol Willing
b6b238073f
Merge pull request #789 from minrk/deprecate-no-ssl
...
Deprecate `--no-ssl`
2016-09-30 08:42:07 -07:00
Min RK
a4c696d3bd
Merge pull request #788 from willingc/warehouse
...
Update link to docs
2016-09-30 17:03:34 +02:00
Min RK
bce767120c
Merge pull request #785 from willingc/devclarity
...
Clarify docstring
2016-09-30 16:58:23 +02:00