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
Carol Willing
4b31279fc8
Merge branch 'iamed18-master'
...
Closes #509
2016-07-28 14:01:29 -07:00
Edward Leonard
bfef83cefc
separated configuration examples into their own document
...
Merge conflict resolved by @willingc
2016-07-28 13:58:20 -07:00
Edward Leonard
07d599fed2
added code-block ends
...
forgot them in last commit
2016-07-28 13:56:15 -07:00
Edward Leonard
0412407558
added example config with nginx reverse proxy
2016-07-28 13:56:15 -07:00
Edward Leonard
4c568b46d6
separated configuration examples into their own document
2016-07-28 14:17:51 -05:00
Michael Milligan
d92fcf5827
batchspawner URL change
2016-07-28 13:54:34 -05:00
Will Starms
36f3abbfc7
Proxy will no longer recieve Hub's SIGINT #665
2016-07-28 13:04:55 -05:00
Min RK
49a45b13e6
debug installation on travis
2016-07-28 17:23:44 +02:00
Min RK
dfa13cb2c5
avoid creating duplicate users in test_api
...
now that we check!
2016-07-28 17:23:44 +02:00
Min RK
fd3b959771
add api_tokens.service_id column with alembic
2016-07-28 17:23:44 +02:00
Min RK
39a80edb74
async fixes in test_init_tokens
2016-07-28 17:23:44 +02:00
Min RK
2a35d1c8a6
add service API tokens
...
service_tokens supersedes api_tokens,
since they now map to a new services collection,
rather than regular Hub usernames.
Services in the ORM have:
- API tokens
- servers (multiple, can be 0)
- pid (0 if not managed)
2016-07-28 17:23:44 +02:00
Min RK
81350322d7
Merge pull request #660 from willingc/remove-badge
...
Remove requires.io badge
2016-07-26 12:02:33 +02:00
Min RK
50c2528359
Merge pull request #659 from willingc/fix-restlink
...
Remove link and reflow text
2016-07-26 12:02:24 +02:00
Min RK
77bac30654
Merge pull request #650 from minrk/return-ip-port
...
return (ip, port) from Spawner.start
2016-07-26 12:02:13 +02:00
Carol Willing
41fafc74cf
Merge pull request #662 from mwmarkland/master
...
Fix typo regarding user's interactions with PATH
2016-07-25 17:58:48 -07:00
Matthew Markland
c6281160fa
Fix typo regarding user
2016-07-25 14:55:17 -05:00
Min RK
3159b61ae7
return (ip, port) from Spawner.start
...
removes the need for Spawners to set db state themselves in most cases
Should be backward-compatible with warnings.
2016-07-25 16:54:15 +02:00
Carol Willing
11278ddb26
Remove requires.io badge
2016-07-25 07:45:34 -07:00