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
...
Fix race condition with async kernel management
5 years ago
Kevin Bates
24bf3a5a73
Merge pull request #5898 from minrk/allow_origin_wildcard
...
handle allow_origin='*' in check_referer
5 years ago
Min RK
5abcbd3e9f
Merge pull request #5908 from SylvainCorlay/nudge-kernel
...
ensure iopub subscriptions propagate prior to accepting websocket connections
5 years ago
Min RK
672f0a6e20
nudge: handle failure cases
...
- connect iopub first (tiny effect on the race!)
- docstrings, log details
- resolve immediately if kernel is busy, rather than setting up timeouts, futures
- use gen.with_timeout instead of separately managed timeout
- use gen.multi to wait for both futures instead of duplicated check in each handler, third Future
- add various cancel conditions (sockets closed, kernel stopped, etc.)
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
...
nudge can leak idle messages, so it could be busy->idle, or idle->busy->idle.
The important thing is that we get at least one idle message
5 years ago
Sylvain Corlay
b4f5f6b4d4
Log nudge attempt count at warning-level if it keeps going up
...
Co-authored-by: Min RK <benjaminrk@gmail.com>
5 years ago
Sylvain Corlay
708c8c7c51
Merge pull request #5911 from dtaniwaki/patch-1
...
Fix typo
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
...
allow_origin can be the wildcard '*' to allow any host
check_referer should match check_origin
5 years ago
Min RK
3b974015c9
Merge pull request #5907 from bollwyvl/fix-asyncio-win-patch-version
...
do not apply asyncio patch for tornado >=6.1
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
Zachary Sailer
0c83c9d59f
Merge pull request #5889 from jmandreoli/patch-1
...
Added section for file editor configuration
5 years ago
Kevin Bates
c5a0f804f0
Merge pull request #5893 from mgeier/review-notebook-examples
...
example notebook: don't recommend using $$...$$ for display math
5 years ago
Kevin Bates
eb2b4c6a7f
Merge pull request #5896 from Zsailer/issue_template
...
Add an issue template and issue landing page.
5 years ago
Zsailer
13bc0d6a1c
clearly distinguish this/that in issue template pointing at discourse
5 years ago
Zsailer
1a1bf7dfb2
add issue template
5 years ago
Matthias Geier
99adc0e5c4
example notebook: don't recommend using $$...$$ for display math
5 years ago
jmandreoli
9e62e2defe
Added section for file editor configuration
...
The doc shows how to update codemirror options for the notebook cell editor, but not for the whole file editor. I have added lines 51-62 to give that information. The information comes from Stack-Overflow (and has been tested), but it has been frustratingly long to find, so I think it is worth sharing ...
5 years ago
Kevin Bates
02024f0b9a
Merge pull request #5880 from mofanke/master
...
Update handlers.py Remove or correct this useless self-assignment
5 years ago
mofanke
af72fa1cc7
Update handlers.py
...
Remove or correct this useless self-assignment
5 years ago
Zachary Sailer
32bd47068b
Merge pull request #5874 from kevin-bates/port-sec-advisory
...
Apply security advisory fix to master
5 years ago
Min RK
e8459d97eb
Release 6.1.5
5 years ago
Min RK
ee64f5475d
changelog for 6.1.5
5 years ago
Min RK
1abd95130c
Validate redirect target in TrailingSlashHandler
...
Fixes open redirect vulnerability GHSA-c7vm-f5p4-8fqh
5 years ago
Kevin Bates
ed0c640898
Fix race condition with async kernel management
5 years ago
Zachary Sailer
5a73a8e402
Merge pull request #5870 from yuvipanda/authenticate-prometheus
...
Allow toggling auth for prometheus metrics
5 years ago
YuviPanda
c0ab18a534
Allow toggling auth for prometheus metrics
...
Equivalent to https://github.com/jupyterhub/jupyterhub/pull/2224
Prometheus metrics can potentially leak information about
the user, so they should be kept behind auth by default.
However, for many JupyterHub deployments, they would need
to be scraped by a centralized Prometheus instance that can not
really authenticate separately to each user notebook without
a lot of work. Admins can use this setting to allow unauthenticated
access to the /metrics endpoint.
5 years ago
Kevin Bates
cd7a06ce88
Merge pull request #5845 from bollwyvl/add-wasm-mime
...
Add wasm mimetype override
6 years ago
Zachary Sailer
57f8150ab9
Merge pull request #5847 from kevin-bates/restore-mac-ctrl-enter
...
Restore ctrl-enter shortcut behavior for macOS users
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
Kevin Bates
72217183c8
Merge pull request #5826 from pgajdos/denose
...
do not require nose for testing
6 years ago
pgajdos
30a716fb85
remove redundant print statements
6 years ago
Kevin Bates
8a53994144
Merge pull request #5823 from rjn01/master
...
[docs] Update Chinese and Hindi readme.md
6 years ago
pgajdos
3e7f4b9518
ipython_genutils requires nose
6 years ago
pgajdos
2e8c3159e5
fix pytest argument
6 years ago
pgajdos
fdf14b4ab3
run tests with pytest
6 years ago
pgajdos
ec3c3dd89e
fix one more function
6 years ago
pgajdos
1c3dbcc6bf
do not use nose for testing
6 years ago
rjn01
11b317a1e9
update zh-CN/README.md
6 years ago
rjn01
81246861e8
update zh-CN/README.md and hi-IN/README.md
6 years ago
rjn01
30fb63bbf4
update zh-CN/README.md
6 years ago
rjn01
e894230bd0
Update hi-IN/Readme.md
6 years ago