2918 Commits (e67c331a4e1c1cf7f37b7960f730bdab21dfb534)

Author SHA1 Message Date
Kevin Bates e67c331a4e
Add shim to mathjaxutils.js
5 years ago
Kevin Bates 57db70979b
Merge pull request #5928 from mishaschwartz/persist-cell-id
5 years ago
Kevin Bates 8d0af52125
Adjust skip decorators to avoid remaining dependency on nose (#5932)
5 years ago
mishaschwartz a5d7528994 cell copy: make sure that cell id is not copied when copying cell
5 years ago
mishaschwartz b070efc32c cell data: make sure that the cell id (from nbformat 4.5) is kept when saving notebooks
5 years ago
Dvoiak Stepan d95f251ac6
Update notebook/gateway/managers.py
5 years ago
sd cd102428ca traitlets Int for gateway_retry_max parameter
5 years ago
sd ba0f490c94 mirrored logic from https://github.com/jupyter/nb2kg/pull/45 to notebook/gateway
5 years ago
Kevin Bates 16727777f5
Merge pull request #5894 from stefanor/trashpermissionerror
5 years ago
user202729 3cc628e3fe Fix typo
5 years ago
Zsailer fb5deeed23 Back to dev version
5 years ago
Zsailer e39ccb9188 Release 6.1.6
5 years ago
Zachary Sailer 63450082ea
Merge pull request #5875 from kevin-bates/kernel-list-race-condition
5 years ago
Kevin Bates 24bf3a5a73
Merge pull request #5898 from minrk/allow_origin_wildcard
5 years ago
Min RK 5abcbd3e9f
Merge pull request #5908 from SylvainCorlay/nudge-kernel
5 years ago
Min RK 672f0a6e20 nudge: handle failure cases
5 years ago
Sylvain Corlay 94678545db Use transient shell channel, and do not nudge busy kernels
5 years ago
Min RK f716328d90 relax busy/idle ordering on reconnect
5 years ago
Sylvain Corlay b4f5f6b4d4 Log nudge attempt count at warning-level if it keeps going up
5 years ago
Sylvain Corlay 2c87813ef4 Add counter for nudge attempts
5 years ago
Sylvain Corlay 9770ef7760 Review: open is not a coroutine
5 years ago
Daisuke Taniwaki caab6baeca
Fix typo
5 years ago
Min RK 067c3993f2 handle allow_origin='*' in check_referrer
5 years ago
Sylvain Corlay 7a3ae6e4a4 Nudge kernel with info request until we receive IOPub messages
5 years ago
Nicholas Bollweg 73c9ac1b2c do not apply asyncio patch for tornado >=6.1
5 years ago
Stefano Rivera 7bcc824873 Handle send2trash failure in test_delete_non_empty_dir
5 years ago
Stefano Rivera 6a46458f1f Check for TrashPermissionError rather than guess
5 years ago
mofanke af72fa1cc7
Update handlers.py
5 years ago
Min RK e8459d97eb
Release 6.1.5
5 years ago
Min RK 1abd95130c
Validate redirect target in TrailingSlashHandler
5 years ago
Kevin Bates ed0c640898
Fix race condition with async kernel management
5 years ago
YuviPanda c0ab18a534 Allow toggling auth for prometheus metrics
5 years ago
Kevin Bates cd7a06ce88
Merge pull request #5845 from bollwyvl/add-wasm-mime
6 years ago
Nicholas Bollweg c508af3cff add wasm mimetype
6 years ago
Kevin Bates c893b59a9b
Restore ctrl-enter shortcut for mac users
6 years ago
pgajdos 30a716fb85 remove redundant print statements
6 years ago
pgajdos ec3c3dd89e fix one more function
6 years ago
pgajdos 1c3dbcc6bf do not use nose for testing
6 years ago
Kevin Bates 639da8d813
Add separate handler for /terminals/new
6 years ago
Kevin Bates 84ba421e86
Create auto-named terminals via /terminals/new
6 years ago
Kevin Bates 7778dc3202
Allow for redundant accesses of same endpoint
6 years ago
Kevin Bates ac50d2e530
Add support for creating terminals via GET
6 years ago
Kevin Bates 1550410229
Merge pull request #5799 from mriedem/5798-json-logging
6 years ago
Kevin Bates 545dbab070
Merge pull request #5807 from rahulporuri/cln/remove-dead-code
6 years ago
Kevin Bates 18e4834b12
Merge pull request #5806 from rahulporuri/cln/update-super-usage
6 years ago
Matt Riedemann 67ad5a1c06 Merge remote-tracking branch 'origin/master' into 5798-json-logging
6 years ago
Kevin Bates 158cc007e8
Merge pull request #5805 from rahulporuri/cln/remove-unnecessary-future-imports
6 years ago
Matt Riedemann 6a883e0a1c Fix NotebookAppJSONLoggingTests.test_log_json_enabled
6 years ago
Matt Riedemann 4ee4bb24f9 Use unittest assertion methods for improved logging
6 years ago
Matt Riedemann 08f8ccd1f8 Add log_json=True test for log_request
6 years ago