Min RK
dc873f1290
use self.request in status test
9 years ago
Min RK
32a353378a
track REST API activity
...
add /api/status endpoint for retrieving current status
includes
- started: start time of the server
- last_activity: latest activity across all endpoints
- connections: number of current connections
- kernels: number of current kernels
9 years ago
Min RK
b472c55d9b
add activity watching to kernels
...
adds to kernel REST model:
- last_activity: datetime-aware timestamp
- execution_state: from last recorded status message
9 years ago
John Detlefs
4cdaed7e5b
Fix other swagger error
9 years ago
John Detlefs
77252b97a9
Change responses to actual behavior.
...
Fill in missing response descriptions
Fix terminal ID error
9 years ago
John Detlefs
ab8decfd40
Add terminals info to notebook api
9 years ago
Steven Silvester
8f8730788d
Clean up the api and update tests
10 years ago
Steven Silvester
6486b2430f
Update the session model and the tests
10 years ago
Steven Silvester
76d08aca99
Update the session api in preparation for file and console sessions
10 years ago
Carol Willing
40d0833869
Fixed reference that was erroring in validator
10 years ago
Diego Mesa
482ed8a5a3
updating log.warn to log.warning
10 years ago
Min RK
732fc9cc18
Checkpoint restored typo
10 years ago
Min RK
ba65ca5030
fix swagger validation errors
10 years ago
Min RK
1a7d23479b
update swagger doc from jupyter-js-services
10 years ago
Jason Grout
4671134fdf
Initial work-in-progress for contents api swagger docs
10 years ago
Min RK
66d15ce304
Don't re-use APIHandler name for serving yaml spec
10 years ago
Min RK
798fc8acef
move swagger API handler off of existing `/api`
...
that spot was already taken
also set the content-type correctly
11 years ago
Jason Grout
a690e6c059
Serve API from the handlers directory
11 years ago
Jason Grout
ad25d33808
Add an api discovery url
11 years ago