Commit Graph

122 Commits (4317b94de53a7f5016794e275190e1e22add09f0)

Author SHA1 Message Date
Min RK c9a12798d1 copy uniq_stable out of IPython.utils.data
11 years ago
Min RK 7931ee52f1 move utils.io.atomic_writing to contents.fileio
11 years ago
Min RK 569857bede import jsonutil from jupyter_client
11 years ago
Min RK 5786346bde Merge pull request #8168 from quantopian/stop-delete-root
11 years ago
Scott Sanderson f2825fdcad BUG: Don't allow ContentsManager to delete root.
11 years ago
Min RK 02739afa42 use >= instead of > when comparing dates
11 years ago
Scott Sanderson e8fd4ba9c2 TEST: Allow greater or equal modified_date on rename.
11 years ago
Scott Sanderson 72aeb78aaf TEST: Add test for handling of last_modified.
11 years ago
Scott Sanderson 7971a5ffc7 TEST: Also test deletion.
11 years ago
Scott Sanderson fdcbd02ffb TEST: Add test for renaming files with checkpoint.
11 years ago
Min RK 9ded491c97 Merge pull request #7708 from SylvainCorlay/allow_none
11 years ago
Scott Sanderson e21b99900d MAINT: Remove unused import.
11 years ago
Scott Sanderson 257c7296c9 TEST: Move test_escape_root to TestFileContentsManager
11 years ago
Min RK 62e4a5d072 contents: double check that os_path is always within root
11 years ago
Min RK 0bc4549d25 skip permission -> 403 test on Windows
11 years ago
Fernando Perez 50c8c5feed Merge pull request #7852 from minrk/open-perm
11 years ago
Thomas Kluyver 80b931897c Fix some formatting for config options help
11 years ago
Min RK b83a9383a6 test that FileContentsManager.open turns permission error into 403
11 years ago
Min RK 4e6805c408 catch IOError in addition to OSError
11 years ago
Jason Grout 512187ac10 Fix contentsmanager api error message to give the path name
11 years ago
Sylvain Corlay 5c16ffe559 removing redundant allow_none=False
11 years ago
Min RK ad83e79ea5 allow requesting contents without body
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
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
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
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 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