206 Commits (4317b94de53a7f5016794e275190e1e22add09f0)

Author SHA1 Message Date
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
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
Thomas Kluyver db6cd028ea Merge pull request #6793 from takluyver/langinfo
11 years ago
Thomas Kluyver 9c7d73a05e Move language info from kernelspec to kernel_info_reply
11 years ago
Thomas Kluyver a77b5e8e31 Support specifying requirejs modules for comm targets
11 years ago
MinRK a67abc297d remove unnecessary 'js' subdir from services
11 years ago
MinRK 7fd161599b cleanup serialize per review
11 years ago
MinRK 8c743d304f unsigned ints for offsets
11 years ago
MinRK 11f5775103 test binary websocket messages
11 years ago
MinRK b548e51550 use TextEncoding for string<->ArrayBuffer
11 years ago
MinRK 3693ac83ae support binary message from javascript
11 years ago
MinRK 6cef7fcb86 use utf8.js
11 years ago
MinRK c9c131ebf9 s/unserialize/deserialize
11 years ago
MinRK 3a1c845f96 support buffers in comm messages
11 years ago
MinRK 624f0071a2 remove on_first_message authentication
11 years ago
Jessica B. Hamrick b650c56a66 One more this/that change
11 years ago
Jessica B. Hamrick bbb9edf374 Fix bugs with this and that
11 years ago
Jessica B. Hamrick 37c2419c5e Rename all status_event to kernel_event
11 years ago
Jessica B. Hamrick 8f28134a89 Keep trying to reconnect
11 years ago
Jessica B. Hamrick e5a5bdcdd3 Handle and test for failed restart in session.js
11 years ago
Jessica B. Hamrick 29e6885b60 Test for autorestart and failed autorestart
11 years ago
Jessica B. Hamrick 7f8b95a661 Add status_ready.Kernel event and rename status_started to status_created
11 years ago
Jessica B. Hamrick 504f0b4d9d Add docstring to Session.restart
11 years ago
Jessica B. Hamrick c43e06bbc4 Add test for kernel_dead.Session
11 years ago
Jessica B. Hamrick 42e863db8c Remove debugging statements
11 years ago
Jessica B. Hamrick 01ba501b88 Fix event tests
11 years ago
Jessica B. Hamrick 9180004fd1 Better way of logging events
11 years ago
Jessica B. Hamrick d5a4dec6c3 Add restart function to session
11 years ago
Jessica B. Hamrick 42a9a1f46d Make kernel js events clearer and more consistent
11 years ago
Jessica B. Hamrick 951d9a7249 Don't actually change kernel constructor signature
11 years ago
Jessica B. Hamrick 05611569ec Add docstrings to kernel.js
11 years ago
Jessica B. Hamrick 4aa66d09dd Add docstrings to session.js
11 years ago
Jessica B. Hamrick 2dbfc30934 Add no_kernel.Kernel event
11 years ago
Jessica B. Hamrick 999daf041c Handle query string in Kernel.start
11 years ago
Jessica B. Hamrick befe8eb720 Update session tests
11 years ago
Jessica B. Hamrick 741b2e97b1 Only set channels to null when they are fully closed
11 years ago
Jessica B. Hamrick a601531e1c Move channels into their own object
11 years ago
Jessica B. Hamrick cf98a0a5a0 Better respect for abstraction barriers
11 years ago
Jessica B. Hamrick 2f3d8617b4 Fix shutdown test
11 years ago
Jessica B. Hamrick ade7692ccd Fix bugs in kernel.js
11 years ago
Jessica B. Hamrick bd16964276 Clean up kernel.js
11 years ago
Jessica B. Hamrick c0eb372612 Fix bugs introduced into session.js
11 years ago
Jessica B. Hamrick 8d76a40677 Clean up session class
11 years ago
Jessica B. Hamrick c4a89cd54d Better user experience when kernel isn't found
11 years ago
Jessica B. Hamrick 58fcb3abb9 Show the user a different notification
11 years ago
Sylvain Corlay c4006f1439 status_started.Kernel was never triggered
12 years ago
MinRK d5a4553b8e improve indicators and handling of dead kernels and broken websocket connections
12 years ago
MinRK 0909694b50 avoid race condition when deleting/starting sessions
12 years ago
MinRK e3696996be JS: close WebSockets when killing kernels
12 years ago
Min RK d093237f2f Merge pull request #6216 from SylvainCorlay/comm-unregister
12 years ago
Sylvain Corlay 2c648fe4d0 bad call and missing call to unregister_comm
12 years ago
Thomas Kluyver 76477386ae Don't refer to global kernelselector object in Session
12 years ago
Thomas Kluyver c432af1af5 Use JS events for switching kernelspecs
12 years ago
Thomas Kluyver b644ddbe36 Store kernelspec in notebook metadata on change
12 years ago
Thomas Kluyver 9581bd7dc3 Change displayed kernel name when our session is started
12 years ago
MinRK 137f98014a pass ws_url to kernel constructor
12 years ago
MinRK 579f5101f0 restore websocket_url configurable
12 years ago
Thomas Kluyver 6efbe46b73 Update JS for kernels and sessions APIs
12 years ago
Jonathan Frederic 2d7a4a7879 Some JS test fixes
12 years ago
jon d9ab2d203a In person review with @ellisonbg
12 years ago
Jonathan Frederic c7961ae2db Fix imports of "modules",
12 years ago
Jonathan Frederic 0edfdbc703 Return dicts instead of classes,
12 years ago
Jonathan Frederic 0e9e1dd5a3 MWE,
12 years ago
Jonathan Frederic 516958ac07 Almost done!
12 years ago
Thomas Kluyver 2cc7b1ca30 Merge pull request #4536 from minrk/msgspec5
12 years ago
MinRK 58aca05486 add version key to js message headers
12 years ago
MinRK fb72c3d863 remove an inappropriate `!`
12 years ago
MinRK b78c5b1554 s/object_info_request/inspect_request
12 years ago
MinRK a74c79ceab update completion_ and objection_info_request
12 years ago
MinRK 5e8ce3b7e1 remove user_variables
12 years ago
MinRK 5fb9837f5a pyerr -> error
12 years ago
MinRK 38c76aa913 pyout -> execute_result
12 years ago
Min RK 6b7d3fddec Merge pull request #5668 from minrk/async-output
12 years ago
MinRK 82964a09c2 log all failed ajax API requests
12 years ago
MinRK 66ee7dcea4 allow async output on the most recent request
12 years ago
Jason Grout ea66ebe316 Change $.post to this.post in the kernel js file
12 years ago
MinRK 37cb0fbdee remove websocket url
12 years ago