56 Commits (1fbbda5a14319aedabb19102f72b056a557fdbe5)

Author SHA1 Message Date
Min RK ad83e79ea5 allow requesting contents without body
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 7030a8717a DEV: Add full support for non-notebook checkpoints.
11 years ago
Scott Sanderson 631a68d83e TEST: Test separate roots for Contents and Checkpoints.
11 years ago
Scott Sanderson 4da8a30f20 DEV: Refactor checkpoint logic from FileContentsManager.
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
Min RK c166a05f5d abstract some methods in contents service tests
11 years ago
Thomas Kluyver f2e1b6f65f Merge pull request #7145 from minrk/type____
11 years ago
Min RK 22e206de6f ContentsManager type kwarg to match model key
11 years ago
Min RK f0181836b2 run test server in thread
11 years ago
Thomas Kluyver d04e41251d Merge pull request #6915 from minrk/contents-no-0
11 years ago
Min RK 456e65b1f3 adjustments to filename increment
11 years ago
Thomas Kluyver c9b6e30526 Actually pass URL params with API request
11 years ago
Thomas Kluyver f1f81e2efa Rename get_model() to get()
11 years ago
Thomas Kluyver 6f48b58b18 Fix various review comments
11 years ago
Thomas Kluyver b5a6cb7da1 Allow specifying format when getting files from contents API
11 years ago
Thomas Kluyver ce6dd40c5c Add type parameter for contents GET requests
11 years ago
Min RK da832ef59f split ContentsManager.new, add ContentsManager.new_untitled
11 years ago
Min RK 39041a9f03 address review in contents service
11 years ago
Min RK bc4f0b32bb rename ContentsManager.create_file->new
11 years ago
Min RK b6c4baa2fb remove copy via PUT
11 years ago
MinRK 3ada0c2c27 Remove separate 'path', 'name' in Contents API
11 years ago
Min RK 525f6a7561 fix backward `f, nb` args for nbformat.write
11 years ago
MinRK af735018f3 don't use nbformat.current in IPython.html
11 years ago
MinRK 12f94ae2a2 use from_dict for dict->notebook
11 years ago
MinRK dd95b1ef5f remove heading cells in v4
11 years ago
MinRK 07079095a8 update html/js to nbformat 4
11 years ago
MinRK 4ae05c729c trust is stored in code_cell.metadata
11 years ago
Thomas Kluyver fa6056e9ed Sort directory contents in test before assertion
12 years ago
MinRK 819c3c326c fix directory listing with broken symlinks
12 years ago
MinRK 3e79eea46b update contents per further review
12 years ago
MinRK 3c26b079f0 updates per review
12 years ago