285 Commits (02cd1fa8a00a97f531845ad7533aaf25130a8772)

Author SHA1 Message Date
Kevin Bates 1fc9bc0b72
Add comments indicating when dependency check can be removed
6 years ago
Kevin Bates 53d4d08813
Fix detection of unsupported config, prevent async on 3.5
6 years ago
Kevin Bates 99b0afd16e
Apply changes per review
6 years ago
Kevin Bates 72d44c58cf
Switch class hierarchy to not use mixin base
6 years ago
Kevin Bates 788bb0ebe0
Update all coroutine/yield methods to async/await, share another method
6 years ago
Kevin Bates 570986282e
Move duplicated methods to mixin, fix mixin order
6 years ago
Kevin Bates 8a4beb0d15
Convert to async/await and apply touch ups
6 years ago
Kevin Bates 7abd4bee27
Indicate that async kernel management is configured
6 years ago
Kevin Bates 3226b07345
Add support for AsyncMappingKernelManager
6 years ago
Kevin Bates 677ccc3d7a
Refactor buffering, culling and activity monitoring into classes
6 years ago
Kerwin.Sun b5f5c9500e remove py2 dependence
7 years ago
sasaki takeru dcef16a5be typo (#4946)
7 years ago
Vibhanshu 70d74d21ac changed default filename for a copied notebook (#4618)
7 years ago
Min ho Kim bd66c18b4f Fix typos (#4760)
7 years ago
Sylvain Corlay 10318a9827
Merge pull request #4672 from JohanMabille/control
7 years ago
Min RK efc0f0089e Allow ?no_track_activity=1 to opt-out of activity tracking (#4235)
7 years ago
Johan Mabille 61ae2d6778 Added control channel to ZMQChannelsHandler
7 years ago
Min RK e908edf171 Fix return value for async restart_kernel
7 years ago
Min RK d7becafd59 add xsrf checks on files endpoints
7 years ago
Min RK 729183b148 use our own maybe_future
7 years ago
Min RK 88aae11172
Merge pull request #4431 from kevin-bates/apply-nb2kg-updates
7 years ago
Kevin Bates 46bcf78d63 Update gateway support with recent changes
7 years ago
Frédéric Chapoton 9f59b7feb3
remove unused import of os
7 years ago
Min RK 6d15e9cdab
Merge pull request #4328 from maxmouchet/list_hidden_files
7 years ago
Min RK bba82ca3bd
Merge pull request #4412 from kevin-bates/async-startup
7 years ago
Kevin Bates 2c526fb60b Enable restart_kernel for async usage
7 years ago
Kevin Bates acba19033b Minimize handlers and manager methods
7 years ago
Maxime Mouchet 48915c0ad7 Split logic
7 years ago
Maxime Mouchet 1566dd1712 List hidden files if allowed (#3812)
7 years ago
Matthias Bussonnier 64fa7cf674
Merge pull request #4210 from SylvainCorlay/message-filtering
7 years ago
Sylvain Corlay 4a7151448c Enable kernel message filtering
8 years ago
Kevin Bates 0e63ebb1db Update session_exists() to account for invalid sessions due to culling
8 years ago
Michal Charemza 815ed3ce56
Allow more contents manager functions to return futures
8 years ago
Min RK b663bf1b14
Merge pull request #4034 from Carreau/adaptation-log
8 years ago
Kevin Bates 23e74dcdfa Include status types when logging activity
8 years ago
Maxim Vov f2fdbf929e Added metrics for number of kernels running labeled by type
8 years ago
Matthias Bussonnier 96cb061e7b
More descriptive message.
8 years ago
Matthias Bussonnier 7e140c5baf When adapting also log the version jupyter_client is expecting.
8 years ago
Kevin Bates 2d688f2071 Prevent access through 'NoneType' when closing activity_stream
8 years ago
Sally Wilsak c258d3fa79 Get the list of exporters from entrypoints
8 years ago
Min RK a53d2c8489 flush iopub before sending restarting/dead status messages
8 years ago
Thomas Kluyver 7ea7a8b97d Skip directory deletion test on Windows
8 years ago
Thomas Kluyver f63af7376b Don't trash non-empty directories on Windows
8 years ago
M Pacer c6dd032bf8 add kernel_info_timeout traitlet to wait for slow kernel startups
8 years ago
Thomas Kluyver 160754d27e
None -> null for JSON API
8 years ago
Celina Kilcrease 174e724174 get file size in base model
8 years ago
Ashley Teoh 577cbe52b7 update api description
8 years ago
Celina Kilcrease 8cc9734c77 merged changes
8 years ago
Celina Kilcrease acc2056e05 fixed filesize
8 years ago
Celina Kilcrease ff8e1cc983 only get filesize for files and notebooks
8 years ago