Min RK
4c5d6167bd
use just path for default hub auth login_url
2016-09-01 15:07:00 +02:00
Min RK
9a002c2445
update services doc with some feedback
2016-09-01 15:01:02 +02:00
Min RK
f97d32c5bd
add services to the proxy
...
and start test coverage
2016-09-01 14:46:34 +02:00
Min RK
bac311677f
Merge pull request #711 from willingc/update-change
...
Update changelog format
2016-08-29 12:01:08 +02:00
Carol Willing
94cb5b3a05
Update changelog format
2016-08-29 02:39:39 -07:00
Carol Willing
ed4f0ba014
Merge pull request #707 from willingc/mytheme
...
Update conda env and conf.py for clean build
2016-08-28 10:42:49 -07:00
Carol Willing
fd219b5fff
Update conda env and conf.py for clean build
2016-08-28 10:08:00 -07:00
Min RK
140c4f2909
use services API in cull-idle example
2016-08-27 13:23:45 +02:00
Min RK
a1c787ba5f
basic implementation of managed services
...
- managed services are automatically restarted
- proxied services not there yet
2016-08-27 12:59:26 +02:00
Min RK
54c808fe98
Service specification document
2016-08-26 17:25:53 +02:00
Min RK
eaeec9f19b
Merge pull request #693 from willingc/doc-revise
...
Documentation refresh
2016-08-24 23:05:54 +02:00
Min RK
21d25ac130
Merge pull request #689 from minrk/log-add-user-error
...
log errors adding users already in db
2016-08-21 22:19:39 +02:00
Min RK
eda21642bd
log errors adding users already in db
...
avoids removal of system users preventing Hub startup
2016-08-21 22:07:46 +02:00
Carol Willing
aace54d5b2
Merge pull request #699 from jhamrick/swarm-docs
...
Remove link to SwarmSpawner
2016-08-19 20:41:18 -07:00
Jessica B. Hamrick
e460c00759
Remove link to SwarmSpawner
2016-08-20 02:02:08 +01:00
Carol Willing
678fd1cd08
Shorten name
2016-08-18 10:36:40 -07:00
Carol Willing
42c78f3c43
Drop back to old environment
2016-08-18 10:20:57 -07:00
Carol Willing
548e0f6153
Edits to technical overview
2016-08-18 09:58:37 -07:00
Carol Willing
31f63c737f
Add image of JupyterHub parts to index
2016-08-18 09:15:48 -07:00
Carol Willing
71b35602d7
Edit grammar in index
2016-08-18 08:36:46 -07:00
Carol Willing
7c41a024ba
Fix typo
2016-08-18 05:05:46 -07:00
Carol Willing
51097de43d
Update contents format
2016-08-18 04:52:51 -07:00
Carol Willing
44e16d538d
Edit and corrections
2016-08-18 04:52:22 -07:00
Carol Willing
f6517d01db
Move 'Using API' to user guide
2016-08-18 04:51:48 -07:00
Carol Willing
039b925cf6
Edit config-examples
2016-08-18 04:50:11 -07:00
Carol Willing
bba5460236
Simplify formating of troubleshooting doc
2016-08-18 04:49:30 -07:00
Carol Willing
e5d3705a1a
Edit headings for authenticators and spawners docs
2016-08-18 04:48:43 -07:00
Carol Willing
7b80b95a49
Add checks for spelling
2016-08-18 04:47:21 -07:00
Carol Willing
75cb487ab3
Update conf
2016-08-17 15:11:57 -07:00
Carol Willing
eba4b3e8c7
More doc edits
2016-08-17 15:11:17 -07:00
Carol Willing
712b895d8e
WIP refresh
2016-08-15 19:18:38 -07:00
Carol Willing
635fd9b2c3
Fix typo
2016-08-15 18:50:26 -07:00
Min RK
afcbdd9bc4
Merge pull request #678 from vilhelmen/swagger_fix
...
Swagger spec conformance
2016-08-04 13:06:00 +02:00
Will Starms
80fa5418b7
Fix missing description for responce
2016-08-03 16:59:14 -05:00
Will Starms
b0a09c027d
Fix invalid type bool->boolean
2016-08-03 16:57:17 -05:00
Kyle Kelley
4edf59efeb
Merge pull request #675 from minrk/api-info
...
Add /api/ and /api/info endpoints
2016-08-02 22:26:10 -05:00
Min RK
9f0dec1247
ignore generated rest-api html
2016-08-01 15:16:26 +02:00
Min RK
2c47fd4a02
Add /api/ and /api/info endpoints
...
/api/ is not authenticated, and just reports JupyterHub's version for now.
/api/info is admin-only, and reports more detailed info about Python, authenticators/spawners in use, etc.
2016-08-01 15:15:59 +02:00
Min RK
9878f1e32d
Document parameters to shutdown API
2016-08-01 15:12:05 +02:00
Min RK
5c396668ff
Merge pull request #671 from vilhelmen/swagger_fix
...
Fix timestamp type in API spec
2016-08-01 13:39:10 +02:00
Min RK
5f12f9f2c3
Merge pull request #667 from vilhelmen/master
...
Proxy will no longer recieve Hub's SIGINT
2016-08-01 11:04:39 +02:00
Will Starms
4974775cd9
Fix timestamp type
2016-07-31 19:23:59 -05:00
Will Starms
0cb777cd0f
Switch to start_new_sesstion
2016-07-29 13:43:09 -05:00
Min RK
a4bb25a75f
Merge pull request #604 from minrk/service-token
...
add Services to db
2016-07-29 10:32:15 +02:00
Min RK
b3f117bc59
Merge pull request #669 from vilhelmen/swagger_fix
...
Fix invalid license object and bad JSON pointers in API spec
2016-07-29 10:25:39 +02:00
Will Starms
499ba89f07
Correct invalid JSON pointers
2016-07-28 22:25:38 -05:00
Will Starms
05d743f725
Correct invalid license object in API spec
2016-07-28 22:19:05 -05:00
Carol Willing
a347d56623
Merge pull request #668 from willingc/toc-tweak
...
Minor additions to work done by @iamed18 in PR#602
2016-07-28 14:33:36 -07:00
Carol Willing
172976208e
Minor additions to work done by @iamed18 in PR#602
2016-07-28 14:27:19 -07:00
Carol Willing
b6db3f59a2
Merge pull request #602 from iamed18/master
...
Added nginx reverse proxy example to GettingStarted.md
2016-07-28 14:09:31 -07:00