Commit Graph

302 Commits (ec3c3dd89e617b0b1da7607c923bd6809e2d8dc7)

Author SHA1 Message Date
pgajdos ec3c3dd89e fix one more function
6 years ago
pgajdos 1c3dbcc6bf do not use nose for testing
6 years ago
Kevin Bates 545dbab070
Merge pull request #5807 from rahulporuri/cln/remove-dead-code
6 years ago
Kevin Bates 18e4834b12
Merge pull request #5806 from rahulporuri/cln/update-super-usage
6 years ago
Kevin Bates 158cc007e8
Merge pull request #5805 from rahulporuri/cln/remove-unnecessary-future-imports
6 years ago
Sai Rahul Poruri 2641b64ada CLN : Remove code for unsupported python versions
6 years ago
Sai Rahul Poruri 667e0d7519 CLN : Remove unnecessary future imports
6 years ago
Sai Rahul Poruri 84df5297d5 CLN : Update super usage
6 years ago
Sai Rahul Poruri 9dd2af27de CLN : Remove utf8 coding cookies
6 years ago
Ram Rachum 7d375282a9 Fix exception causes all over the codebase
6 years ago
Shane Canon b5b44eb520
Fix for recursive symlink issue #4669 (#4670)
6 years ago
Kevin Bates 6e9256b064
Culling: ensure last_activity attr exists before use (#5355)
6 years ago
Kevin Bates e06a55ea51
Merge branch 'master' into cull-terminals
6 years ago
Kevin Bates a291f31cfe
Merge pull request #5425 from pinarkavak/log-notebook-type
6 years ago
Pinar Kavak 8c063c2a61 Added notebook name to the logs
6 years ago
Kevin Bates df887b2edf
Check for invalid characters prior to rename (#5193)
6 years ago
Kevin Bates deeb1e1214
Add ability to cull terminals and track last activity
6 years ago
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
8 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