Commit Graph

55 Commits (e10df007b3ee7e91c685cd72aef26c69db0e1bca)

Author SHA1 Message Date
Kevin Bates 8cd9a5f78a
Merge pull request #5957 from afshin/contents-manager
5 years ago
Kevin Bates 2a90e23434
Drop Python 3.5
5 years ago
Afshin T. Darian 3865b7f2e5 Allow jupyter_server-based contents managers in notebook
5 years ago
Sai Rahul Poruri 84df5297d5 CLN : Update super usage
6 years ago
Ram Rachum 7d375282a9 Fix exception causes all over the codebase
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 72d44c58cf
Switch class hierarchy to not use mixin base
6 years ago
Kevin Bates 8a4beb0d15
Convert to async/await and apply touch ups
6 years ago
Kevin Bates 3226b07345
Add support for AsyncMappingKernelManager
6 years ago
Min RK 729183b148 use our own maybe_future
7 years ago
Frédéric Chapoton 9f59b7feb3
remove unused import of os
7 years ago
Kevin Bates acba19033b Minimize handlers and manager methods
7 years ago
Kevin Bates 0e63ebb1db Update session_exists() to account for invalid sessions due to culling
8 years ago
Min RK 962c5ccd80 stop using `@json_handlers`
9 years ago
Min RK 236198571b test dirs are paths, not TempDir objects
9 years ago
Min RK 8b76de80be move tz utils to top-level private module ._tz
9 years ago
Min RK bec396304b add connections to sessions API tests
9 years ago
Min RK 9f55a857f3 use Z isoformat in UTC timestamps
9 years ago
Min RK b472c55d9b add activity watching to kernels
9 years ago
Min RK 8e141df890 run Python tests with a token
9 years ago
Srinivas Reddy Thatiparthy 161c174a98
rename log.warn to log.warning as log.warn is deprecated
9 years ago
Min RK fe86b65183 json_errors should be outermost decorator on API handlers
10 years ago
Min RK 92d3f4235d Merge pull request #1359 from blink1073/generic-session
10 years ago
Scott Sanderson 129f990122 TEST: Use addCleanup in test_sessions_api.
10 years ago
Scott Sanderson 53ebb068c9 TEST: Use addCleanup in test_sessionmanager.
10 years ago
Steven Silvester fb8943b676 Check for a directory in get_kernel_path
10 years ago
Steven Silvester 8f8730788d Clean up the api and update tests
10 years ago
Steven Silvester 06087c2a12 Update sessionmanager tests
10 years ago
Steven Silvester a4c02561f1 Only give back the notebook path if notebook type
10 years ago
Steven Silvester 3eaa5e426c Clean up logic
10 years ago
Steven Silvester 197c673585 Clean up logic
10 years ago
Steven Silvester 8c6257bea5 Allow the deprecated session API to work
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
Min RK 65ba875d5b allow using sqlite from pysqlite2
10 years ago
Min RK 1c7bc21ca7 Merge pull request #1237 from blink1073/session-with-kernel-id
10 years ago
Steven Silvester 5b1e0a7d3c Fall back on new kernel if kernel does note exist
10 years ago
Steven Silvester 59d90f3f72 Remove kernel_id handling temporarily
10 years ago
Steven Silvester 665e7b6c00 Fix handling of kernel_name and kernel_id
10 years ago
Steven Silvester e449c08e1b Allow a session to connect to an existing kernel
10 years ago
Steven Silvester 56c653927f Allow kernel id to take precedence over name
10 years ago
Min RK 23b1beaabc treat null values as unspecified in session PATCH
10 years ago
Min RK e9957ddb35 Handle coroutine possibility in test_sessionmanager
10 years ago
Min RK 02d1554f8f Allow modifying kernel associated with a session via PATCH
10 years ago
Diego Mesa 482ed8a5a3 updating log.warn to log.warning
10 years ago
Min RK ba344843eb add SessionManager.close
11 years ago
Min RK cfa64552b2 initialize Application in background thread
11 years ago
Min RK 9043ae145c handle async in sessions
11 years ago
Jonathan Frederic 831b2a523b Merge pull request #472 from minrk/base-url-always-encoded
11 years ago