35 Commits (4317b94de53a7f5016794e275190e1e22add09f0)

Author SHA1 Message Date
Min RK ad83e79ea5 allow requesting contents without body
11 years ago
Bussonnier Matthias eaf8fdc4f9 Do not inject self in IPython namespace
11 years ago
Thomas Kluyver 4cee2f5f3a Merge pull request #7128 from minrk/more-v-less-m
11 years ago
Scott Sanderson ccc8cb9cbf Minor cleanups in the contents API.
11 years ago
Min RK 0dfcc1b512 expect JSON reply to save
11 years ago
Jonathan Frederic b53386b37b Ran function comment conversion tool
11 years ago
Thomas Kluyver d3699c8e3b Update JS docstrings in contents API
11 years ago
Thomas Kluyver 1e53c1f924 Re-raise errors with throw instead of Promise.reject()
11 years ago
Thomas Kluyver 56320588da Return JSON from contents API checkpoint methods
11 years ago
Thomas Kluyver aecb4bffa5 All aboard the promise train
11 years ago
Thomas Kluyver 11cfcc40d4 Use promises for GET requests
11 years ago
Min RK 0a22217f7e Merge pull request #6900 from takluyver/contents-api-get-as-type
11 years ago
Thomas Kluyver 6f48b58b18 Fix various review comments
11 years ago
Thomas Kluyver f9db65ab6f Expose and use get requests specifying type in the JS
11 years ago
Thomas Kluyver c7529c53eb Eliminate remaining uses of extra_settings
11 years ago
Thomas Kluyver ef98d48921 Disable passing extra AJAX settings to Contents.new()
11 years ago
Min RK 3870a30ce4 contents.new_untitled to match Python API
11 years ago
Min RK 39041a9f03 address review in contents service
11 years ago
Min RK 8407ba3a08 update frontend with path/name changes
11 years ago
Thomas Kluyver 9a7c6e78d9 JS Contents API doesn't need dialog module
11 years ago
Thomas Kluyver b7a558d5b9 Use synchronous request for creating new notebooks
11 years ago
Thomas Kluyver 2a497c16eb load_file -> load
11 years ago
Thomas Kluyver a4f869aa8b Rename methods to remove _file suffix
11 years ago
Thomas Kluyver 5279418acf Make Contents.new more generic
11 years ago
Thomas Kluyver 658eb39c56 Remove one more unnecessary cache parameter
11 years ago
Thomas Kluyver 2962a3ce17 Remove some unnecessary cache: false parameters
11 years ago
Thomas Kluyver a2f3e23fd8 Add copy_file to contents JS API
11 years ago
Thomas Kluyver b8f9dc07e2 Fix error callback when deleting file
11 years ago
Kester Tong 9797a6b7c0 typo fix
11 years ago
Kester Tong 89df330129 Modifies Contents API to return Error objects
11 years ago
Thomas Kluyver ea314a2a86 Rename callback parameters to success/error
11 years ago
Thomas Kluyver c1c591336e Some more event cleanup
11 years ago
Thomas Kluyver c9bd254735 Make contents JS API consistent
11 years ago
Thomas Kluyver 29d88a91a6 Standardise JS checkpointing API, use it for notebooks
11 years ago
Thomas Kluyver 14106cbd66 Move contents API module into services
11 years ago