Carol Willing
e299a6c279
Remove link and reflow text
2016-07-25 07:41:28 -07:00
Min RK
22ff5f3d91
Merge pull request #635 from minrk/traitlets-4.2-singleuser
...
use traitlets 4.2 API in singleuser script
2016-07-25 16:29:07 +02:00
Carol Willing
a3e8bd346f
Merge pull request #656 from minrk/rest-api-docs
...
Add REST API to docs
2016-07-25 07:09:16 -07:00
Min RK
592a084a28
set API token in single-user-spawner test
2016-07-25 15:57:43 +02:00
Min RK
c27e59b0f9
better exit message if JPY_API_TOKEN is undefined.
2016-07-25 15:27:32 +02:00
Min RK
1c9bc1b133
traitlets 4.2 API in singleuser script
2016-07-25 15:27:32 +02:00
Min RK
be4f4853cf
Merge pull request #655 from willingc/doc-rest
...
Add links to REST API docs
2016-07-25 10:51:08 +02:00
Carol Willing
7d8895c2fb
Add links to swagger docs for REST API
2016-07-23 18:47:23 -07:00
Min RK
5b8913be5b
install nodejs with conda on RTD
2016-07-23 12:23:30 +02:00
Min RK
d03a1ee490
build rest-api on RTD
2016-07-23 12:05:50 +02:00
Min RK
19ae38c108
add REST API to docs
...
include local build, even though it's not as nice as petstore.
Due the that, link to petstore as well.
2016-07-23 12:05:25 +02:00
Carol Willing
9b71f11213
Merge pull request #651 from minrk/check-hub-ip
...
more informative error if single-user server can't connect to Hub for auth
2016-07-22 07:30:27 -07:00
Min RK
8fbaedf4d7
more informative error if single-user server can't connect to Hub for auth
...
error message points to hub_ip setting if Hub doesn't appear to be accessible at 127.0.0.1
2016-07-22 15:35:24 +02:00
Min RK
87ab07b322
Merge pull request #646 from datapolitan/fix_juptyter
...
fixing start_proxy() that misspelled name of the project
2016-07-18 22:05:22 -07:00
Richard Dunks
f36a1e10e6
fixing start_proxy() that misspelled name of the project
2016-07-17 23:23:32 -04:00
Carol Willing
5944671663
Merge pull request #644 from JamiesHQ/doctypo
...
Fix link
2016-07-16 11:21:55 -05:00
Jamie W
27dfd0edca
fix link
2016-07-16 11:18:14 -05:00
Min RK
9dfc043352
Merge pull request #639 from ryanlovett/patch-1
...
Correct Spawner.start typo
2016-07-13 17:10:17 -05:00
Min RK
e8bd1520b2
Merge pull request #640 from minrk/travis-pre-for-nathaniel
...
install dependencies with pre
2016-07-13 17:10:03 -05:00
Min RK
a30b9976f5
install dependencies with pre
...
to catch bugs introduced by dependencies during prerelease
2016-07-13 16:19:15 -05:00
Ryan Lovett
954e5b3d5e
Correct Spawner.start typo
...
As documented at https://github.com/jupyterhub/jupyterhub/blob/master/jupyterhub/spawner.py#L103
2016-07-13 10:23:16 -07:00
Min RK
7cd8aa266b
Merge pull request #634 from minrk/cleanup-after-yourself
...
cleanup servers, api tokens after spawner shutdown
2016-07-11 14:29:20 -05:00
Min RK
d0449d136c
cascade on API token delete
2016-07-11 10:44:55 -05:00
Min RK
ff9aeb70b4
try ondelete=SET NULL in foreign keys
2016-07-09 12:13:04 +02:00
Min RK
2eaecd22ba
cleanup servers, api tokens after spawner shutdown
...
prevents growing table of unused servers and tokens
2016-07-08 16:50:43 +02:00
Carol Willing
4801d647c1
Merge pull request #627 from minrk/alembic-util
...
allow running alembic with `python -m jupyterhub.dbutil`
2016-07-01 17:17:54 -07:00
Carol Willing
b7e6fa3abe
Merge pull request #626 from minrk/check-permissions
...
Add a permissions-check hint when spawn fails with PermissionError
2016-07-01 17:02:37 -07:00
Min RK
d590024c47
allow running alembic with python -m jupyterhub.dbutil
...
since we only have generated alembic.ini, present a command that generates one and uses it.
enables generating new revisions with:
python -m jupyterhub.dbutil revision -m msg
2016-07-01 14:38:31 +02:00
Min RK
f3f71c38c3
Merge pull request #620 from Fokko/fd-add-badge
...
Added requirements badge
2016-07-01 14:37:26 +02:00
Min RK
27125a169c
Merge pull request #621 from minrk/user-redirect-handler
...
Add /user-redirect/ endpoint
2016-07-01 14:37:00 +02:00
Min RK
3f9205d405
Add a permissions-check hint when spawn fails with PermissionError
2016-07-01 14:36:34 +02:00
Carol Willing
96861dc2b0
Merge pull request #622 from minrk/getting-started-log
...
update log instructions in getting started
2016-06-24 08:52:31 -07:00
Min RK
cedaa184f1
update log instructions in getting started
...
use recommended output-piping instead of nonexistent log_file config
2016-06-24 17:15:50 +02:00
Fokko Driesprong
f491791081
Added requirements badge
2016-06-24 16:17:51 +02:00
Min RK
6bba1c474f
Add /user-redirect/ endpoint
...
should avoid needing to cram user-detection / intent into other endpoints.
That functionality isn't removed,
but warnings are added indicating that /user-redirect/ should be used instead.
2016-06-24 16:08:30 +02:00
Carol Willing
357f6799b0
Merge pull request #613 from minrk/user-redirect-560
...
Finish up cross-user redirects
2016-06-16 08:32:03 -07:00
Carol Willing
ce3ea270f5
Merge pull request #612 from minrk/doc-links
...
fix links to authenticator/spawner pages from howitworks
2016-06-16 08:28:56 -07:00
Min RK
992717adc0
support cross-user redirects when JupyterHub is on a prefix
2016-06-16 15:42:00 +02:00
Min RK
993101710f
fix links to authenticator/spawner pages from howitworks
2016-06-16 15:00:19 +02:00
Matthias Bussonnier
ac6fe61804
Merge pull request #609 from minrk/only-relevant-warning
...
hide http warning until it's relevant
2016-06-14 09:42:24 -07:00
Min RK
37aa1a291a
Merge pull request #606 from minrk/rm-hub-prefix-option
...
disable hub_prefix config
2016-06-13 12:08:58 +02:00
Min RK
c6294f2763
Merge pull request #607 from Carreau/fix-bad-security-anchor-link
...
Fix bad anchor
2016-06-13 12:08:34 +02:00
Min RK
6e9a77f55f
hide http warning until it's relevant
...
avoids flash of invalid warning when everything is correct
2016-06-13 12:07:52 +02:00
Min RK
799b407d89
Merge pull request #608 from Carreau/add-ssl-frontend-warning
...
Add a warning on login if page not over ssl.
2016-06-13 12:00:02 +02:00
Matthias Bussonnier
3ddfa5f939
Add a warning on login if page not over ssl.
...
The --no-ssl option in the backend make sens, but still too many
deployment are not over SSL because they underestimate / do not
understand the risks.
2016-06-12 13:24:46 -07:00
Matthias Bussonnier
5968661742
Fix bad anchor
2016-06-11 12:09:00 -07:00
Dara Adib
34592e3da5
Process single-user server redirects
...
Follow-up to #448 .
If single-user notebook is running, it will redirect other
users to hub root with next argument, which was previously
ignored.
2016-06-10 17:15:48 +02:00
Min RK
5aea7eda96
disable hub_prefix config
...
it shouldn't be configurable
2016-06-10 17:14:47 +02:00
Edward Leonard
08024be1c0
added code-block ends
...
forgot them in last commit
2016-06-06 22:07:10 -05:00
Edward Leonard
39daff3099
added example config with nginx reverse proxy
2016-06-06 22:05:27 -05:00