44 Commits (f71f216880893ff092132b2d54f2dbb0fd086849)

Author SHA1 Message Date
Scott Sanderson f71f216880 DEV: More checkpoint API refactoring.
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
Scott Sanderson 7ab1bf7487 BUG: Set default mimetype when base64 is requested
11 years ago
Min RK 42a92d4794 Merge pull request #6896 from minrk/save-hooks
11 years ago
Min RK 22e206de6f ContentsManager type kwarg to match model key
12 years ago
Thomas Kluyver 4cee2f5f3a Merge pull request #7128 from minrk/more-v-less-m
12 years ago
Min RK 407e63cb80 set default mimetype to octet-stream for binary files
12 years ago
Min RK c81609f5d6 redirect /edit/ to /files/ if not (utf8) text
12 years ago
Min RK ee00dcf083 docstring
12 years ago
Min RK f2343e4ec5 update `--script` behavior to use `nbconvert --to script`
12 years ago
Min RK 1731b9b449 `--script` triggers post_save hook with nbconvert
12 years ago
Min RK 58c0a97ec3 add pre/post-save hooks
12 years ago
Matthias Bussonnier de52775797 Merge pull request #7078 from takluyver/kernelpath
12 years ago
Matthias Bussonnier fd2588612a return API path instead of filesystem
12 years ago
Thomas Kluyver 25ee73a554 Loading a file works
12 years ago
Min RK 837ef7f122 s/open_w/atomic_writing/
12 years ago
Min RK c9a4e5b00d handle various permission failures
12 years ago
Thomas Kluyver 8252f56b00 Allow FileContentsManager and MappingKernelManager to be used outside NotebookApp
12 years ago
Thomas Kluyver 6d776a5292 Allow starting the server with both file_to_run and notebook_dir
12 years ago
Thomas Kluyver f1f81e2efa Rename get_model() to get()
12 years ago
Thomas Kluyver 6f48b58b18 Fix various review comments
12 years ago
Thomas Kluyver b5a6cb7da1 Allow specifying format when getting files from contents API
12 years ago
Thomas Kluyver ce6dd40c5c Add type parameter for contents GET requests
12 years ago
Min RK 39041a9f03 address review in contents service
12 years ago
MinRK 3ada0c2c27 Remove separate 'path', 'name' in Contents API
12 years ago
Min RK 525f6a7561 fix backward `f, nb` args for nbformat.write
12 years ago
MinRK af735018f3 don't use nbformat.current in IPython.html
12 years ago
MinRK 12f94ae2a2 use from_dict for dict->notebook
12 years ago
MinRK dd95b1ef5f remove heading cells in v4
12 years ago
MinRK b2d946d44e don't convert notebooks on upload
12 years ago
MinRK ddd3aa2a5a add dialogs for failed save/load
12 years ago
Thomas Kluyver 81b06d81a1 Merge pull request #6358 from minrk/contents-missing
12 years ago
MinRK 819c3c326c fix directory listing with broken symlinks
12 years ago
Thomas Kluyver 8b7d4c1c2f Rework atomic_writing with tests & docstring
12 years ago
Thomas Kluyver 04cbce2a14 Implement atomic save
12 years ago
MinRK 3e79eea46b update contents per further review
12 years ago
MinRK 3c26b079f0 updates per review
12 years ago
MinRK bec995aa63 updates per review
12 years ago
MinRK 93b300adda support deleting empty directories
12 years ago
MinRK 260afd76ae contents service review
12 years ago
MinRK 8c4069cc00 add support and tests for uploading and saving regular files
12 years ago
MinRK 0c0eb43719 teach contents service about non-notebook files
12 years ago
MinRK 6cce477e07 rename notebooks service to contents service
12 years ago