Min RK
cd47dac0ff
Merge pull request #2061 from dkrenn/dkrenn/event-finished-exec
...
add event for finished execution of cell
9 years ago
Min RK
eb73920cbf
Merge pull request #2070 from ivanov/halt-kernel
...
Add "Shutdown" item to Kernel menu
9 years ago
Paul Ivanov
051e430f98
fix tests
...
along with a minor whitespace inconsistency introduced in an earlier
commit.
9 years ago
Paul Ivanov
03e410ba61
rename Halt to Shutdown
9 years ago
Paul Ivanov
95790be956
kernel halt confirmation dialog
9 years ago
Daniel Krenn
e3bdb1586c
cleanup
9 years ago
Daniel Krenn
540b51e7d0
trigger an event finished_execute.CodeCell
9 years ago
Daniel Krenn
d689ac1a38
trigger an event finished_iopub.Kernel
9 years ago
Thomas Kluyver
f5072cf434
Merge pull request #1827 from minrk/kernel-activity
...
add activity watching to kernels
9 years ago
Kyle Kelley
f8c41bec1a
Merge pull request #2055 from ivanov/faster-testing
...
speed up casperjs tests
9 years ago
Paul Ivanov
eb3377cc45
speed up casperjs tests
...
This code claimed to be required for SlimerJS, but our test suite does
not currently pass on SlimerJS (and does no better or worse without this
code).
With PhantomJS, however, this eliminates a ~10s startup cost for each
file which uses notebook_test, and all of the tests continue to pass.
There are ~40 files using this, the bult of them in the js/notebook
section, which should now run 5-6 minutes faster as a result.
9 years ago
Min RK
dc873f1290
use self.request in status test
9 years ago
Min RK
2a5f8d2e17
add token auth to kernel websocket test
9 years ago
Min RK
75a0d71c28
give the server a second to notice that the websocket closed
...
because travis is slow
9 years ago
Min RK
32a353378a
track REST API activity
...
add /api/status endpoint for retrieving current status
includes
- started: start time of the server
- last_activity: latest activity across all endpoints
- connections: number of current connections
- kernels: number of current kernels
9 years ago
Min RK
8b76de80be
move tz utils to top-level private module ._tz
9 years ago
Min RK
bec396304b
add connections to sessions API tests
9 years ago
Min RK
9f55a857f3
use Z isoformat in UTC timestamps
...
instead of +00:00
9 years ago
Min RK
d45cb2ad80
track active kernel connections
9 years ago
Min RK
b472c55d9b
add activity watching to kernels
...
adds to kernel REST model:
- last_activity: datetime-aware timestamp
- execution_state: from last recorded status message
9 years ago
Jason Grout
b4928d481a
Change ‘resize’ cell event to ‘resizeOutput’
...
This addresses the ‘resize’ event bubbling issue mentioned in https://bugs.jquery.com/ticket/9841#comment:8 by not triggering an event that will bubble up to something unrelated.
9 years ago
Thomas Kluyver
666ecbf35c
Merge pull request #2011 from minrk/unwebpack
...
unwebpackify
9 years ago
Thomas Kluyver
4917ba4d44
Merge pull request #1991 from minrk/template-log-message
...
remove debug statement about no custom error page template
9 years ago
Min RK
68a514a29d
Merge pull request #2033 from vlimant/master
...
simple overload of passwd_check
9 years ago
Kyle Kelley
f5f97d1f93
Merge pull request #2007 from minrk/password
...
add `jupyter notebook password` entrypoint
9 years ago
Min RK
2659ff85b1
Merge pull request #2026 from ashaffer/master
...
Throttle element resizing in output areas
9 years ago
jean-roch
6ab3a5c098
correcting function definition
9 years ago
Min RK
035fc91fa9
test runtime-loading of modules
...
verify that runtime-required modules are the same as those used to build the classes
(this is the primary motivator for the rollback of webpack)
9 years ago
Min RK
f587b01f66
avoid race to set ws.onclose callback
...
between stop_channels and ws_closed_late
9 years ago
Min RK
16a751c4d6
fix attachments test
...
Don't try to pass non-JSONable data across evaluate boundary
9 years ago
Min RK
7188f02763
check if module is defined before checking for items on it
9 years ago
Min RK
003ce4e71a
reimpelement casper.thenClick
...
using jquery.
default implementation doesn't seem to trigger events.
9 years ago
michaelpacer
f3b4d16d14
fix typo(?) on the exception to edit application/javascript
9 years ago
michaelpacer
cd24d1ee92
add .tpl to set of editable extensions by notebook text editor
9 years ago
vlimant
ab019aae74
allows to overload the method to check unix-type password using crypt
9 years ago
Andrew Shaffer
28008783e1
Merge branch 'master' of ssh://github.com/ashaffer/notebook
9 years ago
Andrew Shaffer
e16c590b73
throttle element resizing in output areas
9 years ago
Min RK
4f7160aac6
es5ify
...
- const, let -> var
- evaluated object keys
9 years ago
Min RK
5cafbfe822
Merge pull request #2005 from minrk/require-api-token
...
forward-port xsrf fixes
9 years ago
Min RK
82b3a65523
ES5ify shortcut editor
9 years ago
Min RK
cbd6eef04a
get preact from script tag
...
doesn't seem to like loading with require
9 years ago
Min RK
11bd42c353
un-nest loading of contents in main modules
9 years ago
Min RK
aa5293a253
missing typeahead require in commandpalette
9 years ago
Min RK
7839d32cfe
remove test for reverted deprecated paths
9 years ago
Min RK
47d4451958
remove webpack shims
...
restore explicit imports of jquery, etc.
9 years ago
Min RK
83ca4833eb
update bundler tests with self.request
9 years ago
Min RK
a69494833b
forward-port fixes
9 years ago
Min RK
f871d64e6e
exercise password app
9 years ago
Min RK
53f809d407
use a warning for failure to set file permissions
...
instead of print
9 years ago
Kyle Kelley
4da035c577
Merge pull request #2009 from ellisonbg/md-max-width
...
Don't use max-width on tables in rendered markdown
9 years ago