1934 Commits (c72c6375112faef0b86ecaffe4f1f87eca3c8f39)

Author SHA1 Message Date
Jonathan Frederic bbcd5cb55f Bug fixes
12 years ago
Jonathan Frederic 3870bb571b Use rsvp.js for Promises
12 years ago
Jonathan Frederic c67dcc0dc3 Finished adding error handling.
12 years ago
Jonathan Frederic 1d1572421f Add a WrappedError class
12 years ago
Jonathan Frederic b16b2e8749 Make display also pend on set_state.
12 years ago
Jason Grout a4331a93cc Fix some this vs. that errors, as well as returning some promises to wait for fulfillment
12 years ago
Jason Grout 8e769a012f Load the utils module
12 years ago
Jason Grout f11a51bb77 Dictionary key/value typo
12 years ago
Jason Grout fc94383487 Better error messages with correct stack traces
12 years ago
Jason Grout 1b9948d178 Add some error handling for creating views and models
12 years ago
Jason Grout 686e73dfdf More simplifications due to promises
12 years ago
Jason Grout 4412c12929 Simplify code by using Promises in a better way; try_load -> load
12 years ago
Jonathan Frederic c41dcb35e9 Proxy console.error calls
12 years ago
Jonathan Frederic 2eae36ac9a Use load_class in comms instead of callbacks.
12 years ago
Jonathan Frederic 5a745be138 Add Promise support to models.
12 years ago
Jonathan Frederic 78c0bbdb4d Fix view rendering order.
12 years ago
Jonathan Frederic 4beda5d0fb Initial stab at adding promises to the widget framework.
12 years ago
Jason Grout ff680583c1 initial take on promises
12 years ago
Thomas Kluyver 2bfdbfc631 Fix some other bugs
12 years ago
Jonathan Frederic ba9e7365be Fix #6385
12 years ago
Thomas Kluyver 89222b6dfd Actually define the module
12 years ago
Thomas Kluyver cbd4929785 Use promising_ajax in config API
12 years ago
Thomas Kluyver 625c4f5bc2 Fix punctuation
12 years ago
Thomas Kluyver d9b71ff750 Add JS config API
12 years ago
MinRK 29e49329e2 use CodeMirror.runMode to highlight in markdown
12 years ago
Min RK 388fec4f96 Merge pull request #6924 from takluyver/contents-promises
12 years ago
Thomas Kluyver 3dbb600968 Merge pull request #6940 from takluyver/i6937
12 years ago
Thomas Kluyver f7860ce9d2 Remove trailing comma
12 years ago
Thomas Kluyver 8d9d317e91 Merge pull request #6857 from jdfreder/celltoolbar_metadata_fix
12 years ago
Thomas Kluyver 8c962df79c Load promises polyfill from a script tag
12 years ago
Thomas Kluyver 7240d2dafc Just use notebook_path in download URLs
12 years ago
Jonathan Frederic f2b6697098 Use a property instead of a setter method
12 years ago
Thomas Kluyver d3699c8e3b Update JS docstrings in contents API
12 years ago
Thomas Kluyver 1e53c1f924 Re-raise errors with throw instead of Promise.reject()
12 years ago
Thomas Kluyver 0295f5a487 Semicolons
12 years ago
Min RK f569ccc58f Merge pull request #6920 from SylvainCorlay/serialize_date
12 years ago
Thomas Kluyver 56320588da Return JSON from contents API checkpoint methods
12 years ago
Thomas Kluyver aecb4bffa5 All aboard the promise train
12 years ago
Thomas Kluyver 11cfcc40d4 Use promises for GET requests
12 years ago
Thomas Kluyver 9b2dac3fc1 Infrastructure for AJAX requests returning ES6 promises
12 years ago
Sylvain Corlay 7ac82931ca Tooltip on toggle button
12 years ago
Sylvain Corlay 54d6d18baf Correct height for checkbox widget
12 years ago
Sylvain Corlay 604d0bb666 A String is an object
12 years ago
Sylvain Corlay 4b6c753f3f Dates are JavaScript objects, and _pack_models returns an empty object
12 years ago
Min RK 0a22217f7e Merge pull request #6900 from takluyver/contents-api-get-as-type
12 years ago
Min RK 0f8127c36f Merge pull request #6735 from Carreau/native-map
12 years ago
Thomas Kluyver 6f48b58b18 Fix various review comments
12 years ago
Min RK 287d572fb3 Merge pull request #6855 from takluyver/new-notebook-async
12 years ago
Min RK a257e580a0 Merge pull request #6854 from takluyver/post-new-terminal
12 years ago
Thomas Kluyver e453b160b1 Some fixes for the tree view
12 years ago
Thomas Kluyver f9db65ab6f Expose and use get requests specifying type in the JS
12 years ago
Thomas Kluyver c7529c53eb Eliminate remaining uses of extra_settings
12 years ago
Thomas Kluyver ef98d48921 Disable passing extra AJAX settings to Contents.new()
12 years ago
Thomas Kluyver b046af083c Fix some bugs in deleting notebooks from the dashboard
12 years ago
Thomas Kluyver 260ebcebcf Open window before creating new notebook
12 years ago
Min RK 3870a30ce4 contents.new_untitled to match Python API
12 years ago
Min RK 39041a9f03 address review in contents service
12 years ago
Min RK 8407ba3a08 update frontend with path/name changes
12 years ago
Min RK 6d78644411 s/Connection lost/Not Connected/
12 years ago
Min RK 59b54eba53 add Reconnect to kernel menu
12 years ago
Min RK fe00509f32 add sticky `Connection lost` notification
12 years ago
Min RK a6d427e5c9 add exponential falloff for reconnect
12 years ago
Thomas Kluyver 9a7c6e78d9 JS Contents API doesn't need dialog module
12 years ago
Jonathan Frederic bfdf9596fd Fix bug where cell toolbars are not redrawn,
12 years ago
Thomas Kluyver 538fcbc025 Close new window on error creating terminal
12 years ago
Thomas Kluyver e6939f9aa5 Merge pull request #6846 from minrk/deprecate-heading-ui
12 years ago
Thomas Kluyver 8da4e89e3a Make a window immediately, and set its location on response
12 years ago
v923z a2081d042e replaced nbmodel.orig_nbformat by orig_nbformat
12 years ago
v923z 9c122dcd15 fixed notebook checking code
12 years ago
Min RK ef49e32ef0 Merge pull request #6783 from takluyver/contentsmanager-js
12 years ago
Thomas Kluyver b7a558d5b9 Use synchronous request for creating new notebooks
12 years ago
Min RK 04bcfa626d deprecate heading cells in UI
12 years ago
Thomas Kluyver 2a497c16eb load_file -> load
12 years ago
Thomas Kluyver 1f2e4cc6c3 Fix passing empty list to draw_notebook_list()
12 years ago
Thomas Kluyver a4f869aa8b Rename methods to remove _file suffix
12 years ago
Thomas Kluyver 5279418acf Make Contents.new more generic
12 years ago
Thomas Kluyver 4452754a6b Set notebook nbformat in toJSON
12 years ago
Min RK 6b67a69c22 don't assume converted notebooks are old
12 years ago
Thomas Kluyver 684516c79f Fix copy-paste mistakes
12 years ago
Thomas Kluyver 658eb39c56 Remove one more unnecessary cache parameter
12 years ago
Thomas Kluyver 2962a3ce17 Remove some unnecessary cache: false parameters
12 years ago
Thomas Kluyver a2f3e23fd8 Add copy_file to contents JS API
12 years ago
Thomas Kluyver b8f9dc07e2 Fix error callback when deleting file
12 years ago
Kester Tong 9797a6b7c0 typo fix
12 years ago
Kester Tong 89df330129 Modifies Contents API to return Error objects
12 years ago
Thomas Kluyver e1cbaf3d3c Fix spelling
12 years ago
Thomas Kluyver f8ec8d4abe Various minor fixes from review
12 years ago
Thomas Kluyver ea314a2a86 Rename callback parameters to success/error
12 years ago
Thomas Kluyver 060dd1305c Miscellaneous JS fixes
12 years ago
Thomas Kluyver c1c591336e Some more event cleanup
12 years ago
Thomas Kluyver cf828ccf4e Cut out some superfluous events
12 years ago
Thomas Kluyver c9bd254735 Make contents JS API consistent
12 years ago
Thomas Kluyver 29d88a91a6 Standardise JS checkpointing API, use it for notebooks
12 years ago
Thomas Kluyver 14106cbd66 Move contents API module into services
12 years ago
Thomas Kluyver a10dea4cd5 Add Contents.api_url convenience function
12 years ago
Thomas Kluyver 9538726b16 Don't do UI stuff in contents API module
12 years ago
Thomas Kluyver 478648bde5 Page URL is /notebooks/..., not contents
12 years ago
Thomas Kluyver c661c85abd Add missing semicolon
12 years ago
Jeff Hemmelgarn 47a88f0e1d Remove version
12 years ago
Jeff Hemmelgarn dab99c599f Remove unnecessary backwards compatibility code
12 years ago