Min RK
e1f93a4721
Merge pull request #2009 from BerserkerTroll/patch-2
...
proxy.py: Respect base_url in add_hub_route
2018-07-03 13:36:48 +02:00
Min RK
2e95f3c039
Merge branch 'master' into patch-2
2018-07-03 13:29:54 +02:00
Min RK
b0ba51f209
host-based routing doesn't support wildcards
2018-07-03 12:27:24 +02:00
Min RK
89e6c2110e
add hub.routespec
...
this is the routespec for sending requests to the hub
It is [host]/prefix/ (not /hub/) so it receives all
requests, not just those destined for the hub
2018-07-03 12:05:21 +02:00
Min RK
7dfdc23b4e
Prepare changelog for 0.9.1
2018-07-03 11:44:37 +02:00
Min RK
4c7df53a8a
Merge pull request #2020 from weatherforce/master
...
Fix a couple of typos in the technical reference documentation
2018-07-03 11:23:36 +02:00
Alex Marandon
678afd3783
Fix a couple of typos
2018-07-03 11:16:55 +02:00
Carol Willing
0185a08f32
Merge pull request #2015 from minrk/allow_remote
...
disable host checking in upcoming notebook app
2018-07-02 08:45:41 -07:00
Tim Head
f3787dd2c8
Merge pull request #2016 from minrk/spawner-docs
...
mention get_env and get_args in spawner reference
2018-06-30 09:59:38 +02:00
Min RK
30f19cfc8c
mention get_env and get_args in spawner reference
...
these are important and usually required (especially get_env) for custom Spawner implementations
2018-06-29 14:46:08 +02:00
Min RK
a84fa38c6b
ensure prefix is on next_url in test_pages
2018-06-29 14:21:32 +02:00
Min RK
867ce4c213
use app.base_url in Proxy.check_routes
...
rather than assuming '/'
2018-06-29 14:19:20 +02:00
Min RK
005118e09d
disable upcoming host checking in single-user notebook application
2018-06-29 11:55:47 +02:00
Carol Willing
04ce67ee71
add python 3.7 to travis
2018-06-28 08:47:04 -07:00
Min RK
31807929cb
update test expectations for proxy state
...
expect app.base_url instead of unconditional ‘/‘
2018-06-27 12:46:13 +02:00
Min RK
cb4105b53e
Merge pull request #2012 from josemonsalve2/master
...
c.LocalProcessSpawner.shell_cmd configuration option does not work
2018-06-27 12:39:19 +02:00
Carol Willing
151887dd56
Merge pull request #2008 from minrk/services-localhost
...
managed services always talk to hub on localhost
2018-06-26 12:07:29 -07:00
Carol Willing
5f97487184
Merge pull request #2001 from minrk/auto-spawn-api
...
avoid triggering a spawn from API requests to a not-running server
2018-06-26 12:04:10 -07:00
Carol Willing
4d2d677777
Merge pull request #1996 from minrk/proxy-cleanup
...
use pid file to check for previous proxy instances
2018-06-26 12:02:54 -07:00
Jose M Monsalve Diaz
6a3b3807c9
fixing shell_cmd attribute of the LocalProcessSpawner that was not tag for configuration
2018-06-25 17:07:39 -04:00
Min RK
02a52a0289
Merge pull request #1997 from gesiscss/master
...
fix wrong/missing closing tags in templates
2018-06-25 12:54:36 +02:00
BerserkerTroll
7bd1e387df
proxy.py: Respect base_url in add_hub_route
2018-06-24 17:22:43 +03:00
Min RK
edc0d7901f
services always talk to hub on localhost
...
When the Hub listens on all ips by default, the connection ip is the hostname.
in some cases (e.g. certain kubernetes deployments) the hub’s container’s hostname is not connectable from itself, preventing managed services from connecting to the hub.
This ensures that managed service processes talk to the hub over localhost in this case, rather than via the hostname.
2018-06-22 13:48:34 +02:00
Min RK
8e561f1c12
avoid triggering a spawn from API requests to a not-running server
...
this avoids left-open notebook tabs from respawning a culled server indefinitely
2018-06-20 14:57:41 +02:00
Kenan Erdogan
24d87c882f
fix wrong/missing closing tags in templates
2018-06-19 09:15:18 +02:00
Min RK
1e333e2f29
Merge pull request #1992 from willingc/doc-toc
...
add templates and user env docs to home page index
2018-06-18 15:45:52 +02:00
Carol Willing
a507fa1c8a
add templates and user env docs to home page index
2018-06-16 10:21:33 -07:00
Min RK
90cc03b3ec
back to dev
2018-06-15 15:39:02 +02:00
Min RK
6f15113e2a
link and date for 0.9.0
0.9.0
2018-06-15 15:36:48 +02:00
Min RK
f3f08c9caa
0.9.0
2018-06-15 15:23:25 +02:00
Min RK
c495c4731a
Merge pull request #1983 from willingc/test-tilde
...
add test case for user with tilde
2018-06-15 14:48:49 +02:00
Min RK
e08a50ef66
Merge pull request #1988 from gesiscss/redirects
...
fix AddSlashHandler for hub_prefix without trailing /
2018-06-15 14:48:14 +02:00
Min RK
fbcd792062
Merge pull request #1984 from chicocvenancio/tilde_safe_in_proxy
...
mark tilde as safe in proxy routespec quoting FIX:#1982
2018-06-15 14:38:38 +02:00
Min RK
bb81ce0160
also test @ handling in proxy.check_routes
...
@ and ~ should be the same
2018-06-15 14:33:31 +02:00
Kenan Erdogan
315087d67c
fix AddSlashHandler for hub_prefix without trailing /
2018-06-15 13:36:05 +02:00
Chico Venancio
31e6a15a85
mark tilde as safe in proxy routespec quoting FIX:#1982
2018-06-14 18:18:52 -03:00
Carol Willing
aed99d8d19
add test case for user with tilde
2018-06-14 13:24:05 -07:00
Min RK
ec83708892
use pid file to check for previous proxy instances
...
avoids failure to start when the previous proxy wasn't cleaned up properly
2018-06-14 17:50:33 +02:00
Min RK
bedac5f148
Merge pull request #1980 from willingc/pypi-meta
...
Add info to display at pypi site
2018-06-14 11:51:29 +02:00
Carol Willing
376aa13981
correct link
2018-06-13 14:37:27 -07:00
Carol Willing
4bc8b48763
add info to display at pypi site
2018-06-13 14:35:23 -07:00
Carol Willing
21496890f6
Remove stray bullet that I missed in review
2018-06-13 11:10:41 -07:00
Carol Willing
70dcd50e44
Merge pull request #1976 from minrk/changelog-more
...
last few things in changelog
2018-06-13 11:09:30 -07:00
Min RK
24094567e5
Merge pull request #1977 from kpfleming/patch-1
...
Correct 'conda' installation instructions
2018-06-13 15:44:27 +02:00
Kevin P. Fleming
6bd0febbe1
Correct 'conda' installation instructions
...
JupyterHub packages are in the 'conda-forge' channel of Anaconda packages; if the Anaconda installation doesn't already have 'conda-forge' enabled, `conda install jupyterhub` fails.
Rather than adding instructions to enable 'conda-forge' in Anaconda, this patch modifies the installation command to specify that channel.
2018-06-13 09:42:05 -04:00
Min RK
57075aba52
Add last few entries in changelog for 0.9
2018-06-13 15:15:18 +02:00
Min RK
f0260aae52
add missing expiry fields in rest-api doc
2018-06-13 15:15:09 +02:00
Min RK
edd8e21f71
Merge pull request #1969 from willingc/edit-userenv
...
Edit and reflow user environment reference
2018-06-13 09:49:23 +02:00
Min RK
681d3ce2d8
Merge pull request #1971 from willingc/contributor-list
...
Update contributor list for 0.9 release
2018-06-13 09:45:37 +02:00
Carol Willing
97e792ccde
Update issue templates
2018-06-12 15:47:05 -07:00