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
Min RK
6a9f346b21
Deprecate --no-ssl
...
it's unnecessarily pedantic. Just warn instead.
2016-09-30 16:16:33 +02:00
Carol Willing
d4646e1caa
Update link
2016-09-28 20:54:57 -07:00
Carol Willing
77f0e00695
Clarify docstring
2016-09-28 07:36:29 -07:00
Carol Willing
26a6c89b3a
Merge pull request #778 from minrk/shutdown-services
...
cleanup managed services in shutdown
2016-09-27 09:53:50 -07:00
Carol Willing
34297b82b3
Merge pull request #777 from minrk/service-cookie
...
Work on service authentication
2016-09-27 09:53:12 -07:00
Carol Willing
70727c4940
Merge pull request #776 from minrk/cleanup-on-start
...
remove stopped users from proxy on startup
2016-09-27 09:51:01 -07:00
Min RK
56080e5436
Merge pull request #782 from spoorthyv/master
...
Updated Logos To Match New Brand Guidelines
2016-09-27 15:41:44 +02:00
spoorthyv
309b1bda75
Updated Logos
2016-09-26 15:56:11 -07:00
Min RK
f3ebb694b4
Merge pull request #780 from minrk/travis-no-verbose-pip
...
remove -v from pip install on travis
2016-09-26 17:06:44 +02:00
Min RK
f35c14318a
Merge pull request #779 from minrk/docker-cdn
...
Dockerfile: set debian CDN
2016-09-26 17:06:01 +02:00
Min RK
b60f2e8233
remove -v from pip install on travis
...
it makes way too much noise
2016-09-26 17:03:51 +02:00
Min RK
f1a55e31ce
Dockerfile: set debian CDN
...
because the default httpredir fails with some regularity
based on info from http://deb.debian.org
2016-09-26 16:58:31 +02:00
Min RK
2432611264
cleanup managed services in shutdown
...
don’t leave them running
2016-09-26 15:20:34 +02:00
Min RK
729b608eff
Fix setting cookie for services
...
and exercise it in tests
2016-09-26 14:30:00 +02:00
Min RK
eb3252da28
simplify whoami service example
...
rely on defaults in HubAuthenticated to show how simple it can be
2016-09-26 14:18:54 +02:00
Min RK
a9e9338ee4
get HubAuth defaults from service env variables
...
allows use of HubAuthenticated without any arguments
2016-09-26 14:13:04 +02:00
Min RK
aad063e3cd
remove stopped users from proxy on startup
...
We already added running users, but we didn't handle removing users from the proxy
if the user's server was stopped (e.g. while the Hub was restarting).
2016-09-26 13:20:42 +02:00
Min RK
be00265d1a
Merge pull request #762 from willingc/swagger
...
Edit descriptions in API spec for user clarity
2016-09-25 14:39:42 +02:00
Min RK
335ba4f453
Merge pull request #771 from willingc/faq-adds
...
Added navigation links and workshop best practices
2016-09-25 14:38:45 +02:00
Carol Willing
5a4f3a4910
Added navigation links and workshop best practices
2016-09-22 10:02:29 -07:00
Carol Willing
7ee4be0f13
Remove api review notes doc
2016-09-22 09:13:39 -07:00
Carol Willing
10c3fbe5cf
Add changes per @minrk
2016-09-22 09:12:26 -07:00
Carol Willing
13826a41a1
Merge pull request #769 from minrk/service-start-yield
...
service.start is not a coroutine
2016-09-22 03:21:47 -07:00
Min RK
cb35026637
service.start is not a coroutine
...
don’t yield it
2016-09-22 12:04:31 +02:00
Min RK
24c080cf4a
Merge pull request #768 from minrk/service-url
...
only set service URL env if there's a URL to set
2016-09-22 11:57:44 +02:00
Min RK
e9fc629285
only set service URL env if there's a URL to set
...
These fields are only relevant for services with a web endpoint
2016-09-21 12:39:07 +02:00
Min RK
150b67c1c9
Merge pull request #761 from willingc/apidocs
...
Update API docs
2016-09-21 10:34:57 +02:00
Carol Willing
acdee0ac29
Change notes from txt to md
2016-09-19 12:05:26 -07:00
Carol Willing
193b236ef1
Add additional review questions re: API
2016-09-19 11:52:43 -07:00
Carol Willing
1851e6a29d
Edit descriptions in API spec for user clarity
2016-09-19 10:49:56 -07:00
Carol Willing
74f086629c
Update API docs
2016-09-19 08:42:28 -07:00
Min RK
33a59c8352
Merge pull request #757 from willingc/doc-contrib
...
Add contributor list to the docs and update the contents
2016-09-19 09:01:54 +02:00
Carol Willing
08644fea74
Add services to index/table of contents
2016-09-18 15:33:01 -07:00
Carol Willing
f878bf6ad3
Add contribution list to documentation
2016-09-18 15:29:54 -07:00
Carol Willing
651c457266
Add contributor list
2016-09-18 15:28:51 -07:00
Carol Willing
2dd3463ea8
Merge pull request #748 from minrk/string-formatting
...
Deprecate `%U` username substitution
2016-09-18 06:34:01 -04:00
Carol Willing
ad93af8cc8
Merge pull request #749 from minrk/single-user-help-all
...
exercise single-user help output
2016-09-18 06:33:38 -04:00
Min RK
080cf7a29b
exercise single-user help output
...
and tweak some of its output
2016-09-15 13:04:09 +02:00
Min RK
b8f4803ef4
Deprecate %U
username substitution
...
use Python format-strings instead.
2016-09-15 12:05:46 +02:00
Min RK
4a8f51ed6d
Merge pull request #741 from willingc/add-lab
...
Add info on trying out JupyterLab
2016-09-13 10:31:49 +02:00