Commit Graph

186 Commits (b53386b37b3bfdb8a35161bc078cb7b4e023cfb5)

Author SHA1 Message Date
Jonathan Frederic b53386b37b Ran function comment conversion tool
11 years ago
Matthias Bussonnier 480beffd7b Move js donc into function themselves.
11 years ago
Jason Grout da8cab76dd Clean up promises code some more.
11 years ago
Thomas Kluyver 7cf7d3f202 Merge pull request #6818 from jdfreder/race_conditions
11 years ago
Jonathan Frederic 61ebd40206 Bug fix, promise not resolving.
11 years ago
Min RK d88f5c5898 Merge pull request #6874 from takluyver/config-js-api
11 years ago
Min RK c1a664dfb9 fix event hookup for kernel changed
11 years ago
Jonathan Frederic 907bde3b25 Address review comments
11 years ago
Jonathan Frederic 3c949aad92 Remove message promise.
11 years ago
Jonathan Frederic fe398593e7 Typo fix
11 years ago
Jonathan Frederic 93cedc167e Address @takluyver 's comments
11 years ago
Jonathan Frederic eb319c8aab Promise logic is infectious like a disease
11 years ago
Jonathan Frederic b56fc606ad Promise the messages to the model
11 years ago
Jonathan Frederic bed3a4cfda use es6
11 years ago
Jonathan Frederic bbcd5cb55f Bug fixes
11 years ago
Jonathan Frederic 3870bb571b Use rsvp.js for Promises
11 years ago
Jonathan Frederic 1d1572421f Add a WrappedError class
11 years ago
Jonathan Frederic c41dcb35e9 Proxy console.error calls
11 years ago
Jonathan Frederic 2eae36ac9a Use load_class in comms instead of callbacks.
11 years ago
Thomas Kluyver 2bfdbfc631 Fix some other bugs
11 years ago
Thomas Kluyver 89222b6dfd Actually define the module
11 years ago
Thomas Kluyver cbd4929785 Use promising_ajax in config API
11 years ago
Thomas Kluyver 625c4f5bc2 Fix punctuation
11 years ago
Thomas Kluyver d9b71ff750 Add JS config API
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
Min RK fe00509f32 add sticky `Connection lost` notification
11 years ago
Min RK a6d427e5c9 add exponential falloff for reconnect
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