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
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