Commit Graph

376 Commits (dcaa52daeebc720244189993caba748cfdb5d3d9)

Author SHA1 Message Date
Min RK 121d495424 protect websocket against errant messages
11 years ago
Min RK ad83e79ea5 allow requesting contents without body
11 years ago
Brian E. Granger ab83599d36 Merge pull request #7389 from minrk/one-websocket
11 years ago
Min RK 3cf6eacc86 Merge pull request #7324 from quantopian/separate-checkpoint-manager
11 years ago
Scott Sanderson 64e5c49608 DEV: Break get_checkpoint into separate methods.
11 years ago
Scott Sanderson 2569c3069d STY: s/CheckpointManager/Checkpoints
11 years ago
Scott Sanderson 021e2da495 DEV: Separate FileCheckpointManager and GenericFileCheckpointManager.
11 years ago
Scott Sanderson 12fe97e2af DEV: Allow CheckpointManagers to optimize for shared backends.
11 years ago
Scott Sanderson 55d4e20aaf DEV: Remove ContentsManager.walk.
11 years ago
Scott Sanderson 2b73f1e620 DEV: Implement os.walk analog for ContentsManagers.
11 years ago
Scott Sanderson 1e2e86dcca MAINT: Return dicts from CheckpointManager.get_checkpoint.
11 years ago
Min RK 1cac03528b use single WebSocket connection for all channels
11 years ago
Scott Sanderson 7030a8717a DEV: Add full support for non-notebook checkpoints.
11 years ago
Scott Sanderson 23837e9ad4 DEV: Remove unnecessary notary calls.
11 years ago
Min RK 67abf3ddab update kernelspec test
11 years ago
Scott Sanderson 631a68d83e TEST: Test separate roots for Contents and Checkpoints.
11 years ago
Scott Sanderson f71f216880 DEV: More checkpoint API refactoring.
11 years ago
Matthias Bussonnier c1d9f4d436 Merge pull request #7283 from minrk/kernel-spec-model
11 years ago
Scott Sanderson dc295f67bd MAINT: Add missing `config=True`s.
11 years ago
Scott Sanderson 4da8a30f20 DEV: Refactor checkpoint logic from FileContentsManager.
11 years ago
Scott Sanderson 9aad3c631f MAINT: Move `update` from FileContentsManager to ContentsManager.
11 years ago
Min RK e7b6d5dec3 update kernelspec model tests
11 years ago
Min RK a417785c5e add resource URLs to kernelspec model
11 years ago
Min RK ad995dfdb8 Merge pull request #7244 from minrk/rm-signature
11 years ago
Min RK db5147998d docstring on test_dir
11 years ago
Min RK 00e4ad59c0 add counter to new notebooks in test_manager
11 years ago
Scott Sanderson a1ad9abe51 MAINT: Unicode literal in assertDictContainsSubset
11 years ago
Scott Sanderson 4a2149d1c3 TEST: Add a non-notebook file to directory test.
11 years ago
Scott Sanderson af7d1cdb50 STY: Define dirs as a single expression.
11 years ago
Scott Sanderson f7cf204b25 BUG: Convert to bytes before comparing binary blobs.
11 years ago
Scott Sanderson e9b81b6c7a TEST: Verify base64 return values after decoding.
11 years ago
Scott Sanderson fcc1bbecb3 MAINT: Remove unused blob and b64_blob attributes.
11 years ago
Scott Sanderson f20a7b41cb TEST: Abstract out directory/file deletion methods.
11 years ago
Scott Sanderson 46f299ccf2 TEST: Refactor symlink tests.
11 years ago
Min RK a4b47e7e8a move symlink tests to TestFileManager
11 years ago
Scott Sanderson 61c2e0442f TEST: Add checks for subdirectory name splitting.
11 years ago
Scott Sanderson c7ca3066ec TEST: More fine-grained test for directory contents.
11 years ago
Scott Sanderson 23e5e6da4f TEST: Expect a 404 on delete of non-existent file.
11 years ago
Scott Sanderson 6bfab2de08 BUG: Allow for the possibility that to_path is empty string.
11 years ago
Scott Sanderson 44805b94db BUG: Sanitize to_path in ContentsManager.copy.
11 years ago
Scott Sanderson 7ab1bf7487 BUG: Set default mimetype when base64 is requested
11 years ago
Min RK c166a05f5d abstract some methods in contents service tests
11 years ago
Min RK dc70ae6b07 allow ContentsManager methods to return Futures
11 years ago
Matthias Bussonnier efbe695523 Merge pull request #7226 from takluyver/win-sleep-session-tests
11 years ago
Matthias Bussonnier 5829ceacb9 s/Json/JSON/g **/*.py
11 years ago
Thomas Kluyver 0178e2add0 Add a brief sleep after shutting down sessions in test teardown
11 years ago
Matthias Bussonnier 4bd9ac7882 Add json in the base config manager name
11 years ago
Bussonnier Matthias 6f38f7b014 generalise manager
11 years ago
Min RK 42a92d4794 Merge pull request #6896 from minrk/save-hooks
11 years ago
Thomas Kluyver f2e1b6f65f Merge pull request #7145 from minrk/type____
11 years ago