Commit Graph

2781 Commits (cf5cc8bb5e53e99fcd050f57d9fdfc2f411d2b25)
 

Author SHA1 Message Date
Paul Ivanov c6c5066162 don't try to delete notebooks
13 years ago
Paul Ivanov 49770da5ea --no-browser flag to js tests notebook server
13 years ago
Paul Ivanov 5f4c695aab start and use notebook server for js test suite
13 years ago
Paul Ivanov aaae8fd200 JSController working, `iptest js` runs casperjs
13 years ago
Paul Ivanov 66972d69bf added javascript section with casperjs requirement
13 years ago
Paul Ivanov 8338f9ae90 simplify prepare_controllers logic
13 years ago
Paul Ivanov 641fdc77a7 include the # of active kernels in server info
13 years ago
Paul Ivanov 031811225e consistently get the first cell
13 years ago
Paul Ivanov b75cd967d7 less convoluted way of grabbing output
13 years ago
Paul Ivanov 6d7758271e make casperjs test suite pass again
13 years ago
Paul Ivanov 928e846ea8 jstest moved to new place, closes #3125
13 years ago
David Wyde 9f4e9345a3 Add CasperJS tests for `merge_cell_above()` and `merge_cell_below()`.
13 years ago
David Wyde dead20b1bd Use existing IPython method to kill kernels.
13 years ago
David Wyde b566c71dfd Add tests for Markdown toolbar and menubar entries.
13 years ago
David Wyde 95873c65da Wrap CasperJS tests in a helper function to reduce boilerplate.
13 years ago
David Wyde fce51827e0 Use keycode constants from jQuery UI and improve message in test.
13 years ago
David Wyde 6e7cd60cb5 Add a test to demonstrate errors when up/down arrow keys are
13 years ago
David Wyde 7f9aecc2d9 Add a README for CasperJS tests.
13 years ago
David Wyde f5000f416e Add CasperJS utility functions, and tests for code and
13 years ago
Thomas Kluyver 7570c8b00f Merge pull request #4426 from minrk/kernel-cwd
13 years ago
MinRK 6bc2c65c83 notebooks should always have one checkpoint
13 years ago
MinRK 3a4d719033 fix checkpoint filename
13 years ago
Thomas Kluyver ab357f190b Merge pull request #4393 from takluyver/tests-subproc-stream-capture
13 years ago
MinRK 922f458d6a set kernel cwd to notebook's directory
13 years ago
Matthias BUSSONNIER d90429366b Remove tooltip on tab logic
13 years ago
Matthias BUSSONNIER 31bbac508b Update some example notebook with Shift-Tab
13 years ago
MinRK 4a3978ec28 don't expose comm_id arg via new_comm
13 years ago
MinRK b666345633 allow callbacks on status messages
13 years ago
MinRK 34efd17408 catch errors in comm callbacks
13 years ago
MinRK 938dc589dd Add CommManager.new_comm
13 years ago
MinRK 0a89edc641 log exceptions in Comm handlers
13 years ago
MinRK 8bcf95404d add unregister_target to CommManagers
13 years ago
MinRK 90f67d3bbe add CodeCell.get_callbacks
13 years ago
MinRK 9e198d2bd6 attach comm_manager to kernel
13 years ago
MinRK 5c83cd3e52 move comm.js to kernel service
13 years ago
MinRK 04adce96af add message metadata to comm and kernel.send_shell_message
13 years ago
MinRK 99680e21bd move comm.js to base
13 years ago
MinRK 0e7f2831e4 test clear_output callback
13 years ago
MinRK 4fdc4bb3fc get clear_output callback properly
13 years ago
MinRK 76994d2ff8 update callback structure in js commands
13 years ago
MinRK aa388570d3 jshint on codecell
13 years ago
MinRK 7f9832fb73 add output callbacks test notebook
13 years ago
MinRK f7e6435256 only pass shell.reply callback to oinfo / complete
13 years ago
MinRK d99e25f245 refactor js callbacks
13 years ago
MinRK 9206d1e87f add utils.always_new
13 years ago
MinRK 111fccc8ab open is not an event
13 years ago
MinRK aa0387a647 s/target/target_name
13 years ago
MinRK f833b1ca03 hook up output for comm messages
13 years ago
MinRK 3d3c3fd504 COMM: mirror Python callback API in Javascript
13 years ago
MinRK 15819e8535 pass whole message to Comm handlers
13 years ago