Commit Graph

11487 Commits

Author SHA1 Message Date
韩韬
0eb567f1cb Closes #3992 2019-06-25 16:51:53 +02:00
Thomas Kluyver
d62c41a7c8
Merge pull request #4696 from uclixnjupyternbaccessibility/issue-4009
Solved issue #4009
2019-06-25 16:43:07 +02:00
Thomas Kluyver
a77c230808
Merge pull request #4677 from uclixnjupyternbaccessibility/issue-4015
Solved Issues #4015 and #3951
2019-06-25 16:33:58 +02:00
Thomas Kluyver
60c17ed9a7
Merge pull request #4711 from uclixnjupyternbaccessibility/issue-4006
Solved Issue #4006
2019-06-25 16:23:07 +02:00
Thomas Kluyver
566a81a1da
Merge pull request #4695 from uclixnjupyternbaccessibility/issues-3963/3960
Solved Issues #3963 and #3960
2019-06-25 16:15:31 +02:00
Joshua Zeltser
3e06d64270
Merge branch 'master' into issue-4009 2019-06-25 14:56:22 +01:00
Thomas Kluyver
1d9d5d7128
Merge pull request #4689 from uclixnjupyternbaccessibility/issue-3970
Solved Issue #3970
2019-06-25 15:50:16 +02:00
Joshua Zeltser
1e341838ee
Add semicolon at end of anonymous function 2019-06-25 14:20:33 +01:00
Thomas Kluyver
530a026e2a
Merge pull request #4694 from uclixnjupyternbaccessibility/issue-3997
Solved Issue #3997
2019-06-25 15:20:24 +02:00
Thomas Kluyver
7760369e3c
Merge pull request #4685 from uclixnjupyternbaccessibility/issue-3938
Solved Issue #3938
2019-06-25 15:16:32 +02:00
Joshua Zeltser
70c9e3db0b made the numbering of certain menus dymanic 2019-06-25 14:15:30 +01:00
Joshua Zeltser
5da2e45022
Removed unnecessary changes 2019-06-25 13:51:54 +01:00
Thomas Kluyver
2fab244fb6
Merge pull request #4691 from uclixnjupyternbaccessibility/issue-3973
Solved Issue #3973
2019-06-25 14:42:11 +02:00
Thomas Kluyver
a6926b237a
Merge pull request #4693 from uclixnjupyternbaccessibility/issue-3996
Solved Issue #3996
2019-06-25 14:41:22 +02:00
norah
263b01e7df #4009 removed the need to tab twice upload button 2019-06-25 13:22:45 +01:00
tao
dd4f59fb18
Update newnotebook.js 2019-06-25 12:36:03 +01:00
Joshua Zeltser
24f1191cfa fixed bug stopping the edit notebook metadata popup from closing 2019-06-25 12:19:46 +01:00
Joshua Zeltser
5387cabd50
Added translation function call to close button 2019-06-25 12:10:32 +01:00
Joshua Zeltser
d581abaab9
Added translation function call 2019-06-25 12:08:57 +01:00
Joshua Zeltser
2df70e79e2
Added trans tags for the aria-label of the upload button 2019-06-25 11:57:51 +01:00
Joshua Zeltser
9588b98ec2
Added trans tags to the "Toggle Dropdown" span 2019-06-25 11:49:01 +01:00
ednut15
b341f1217d #3996 Removed role button attribute from Trusted notificaton as it is not clickable. 2019-06-25 10:59:14 +01:00
Thomas Kluyver
cfb9262338
Merge pull request #4686 from uclixnjupyternbaccessibility/issue-3941
Solved Issue #3941
2019-06-25 10:21:15 +02:00
Thomas Kluyver
48445c87d0
Merge pull request #4703 from uclixnjupyternbaccessibility/issue-3957
Solved issue 3957
2019-06-25 10:02:03 +02:00
Thomas Kluyver
3c9cad69af
Merge pull request #4674 from asreimer/patch-1
bugfix: shutdown_server returns True when pid exists
2019-06-25 09:34:54 +02:00
Thomas Kluyver
2d274295c9
Merge pull request #4713 from saraedum/patch-2
Fix typo
2019-06-25 08:57:02 +02:00
Min RK
efc0f0089e Allow ?no_track_activity=1 to opt-out of activity tracking (#4235)
* Don't track API requests with `?no_track_activity=1` in the activity counter

allows external idle-culling scripts to avoid updating the activity counter

* Don't track kernel shutdown as kernel activity

this causes idle-kernel shutdowns to restart the idle-shutdown timer

user-requested shutdowns will still be tracked as api activity

* test ?no_track_activity=1 tracking

* Changelog for activity
2019-06-25 08:53:50 +02:00
Kevin Bates
f68e34f198 Add keepalive ping on gateway websocket 2019-06-24 19:35:05 -07:00
Kevin Bates
6939fae22b Add authorization token to header only if no authorization already 2019-06-24 19:35:05 -07:00
Kevin Bates
191dc333f6 Modify/add various timeout values
The connect and request timeout defaults have been updated from 20 to 60
seconds and a default value of 40 has been added for KERNEL_LAUNCH_TIMEOUT.
The code ensures that KERNEL_LAUNCH_TIMEOUT is in the env and that the
value of the request timeout is at least 2 greather than KERNEL_LAUNCH_TIMEOUT.

This PR is port of the NB2KG PRs 35 and 38.
2019-06-24 19:35:05 -07:00
Solaris
83f591b81f Fix binary message issue when configured to forward to gateway (#4576)
If the message is bytes, we should set binary=True
This is a port from NB2KG PR jupyter/nb2kg#33
2019-06-24 19:28:36 -07:00
Julian Rüth
973b06610b
Fix typo 2019-06-25 01:08:16 +02:00
Scott Sanderson
8d98489f84 BUG: Pin preact and friends using ~ rather than ^. (#4681)
The most recent release of preact-compat appears to have broken notebook.
2019-06-24 13:41:52 -07:00
Joshua Zeltser
fc2c46141d removed merge conflicts 2019-06-24 16:34:08 +01:00
Joshua Zeltser
1a9a096f9c Solved issue #4006 2019-06-24 16:31:25 +01:00
ednut15
b6ac3d7a6d Solved issue 3957 2019-06-20 10:51:33 +01:00
ednut15
99ad777942 Solved issue #4009 2019-06-19 16:07:14 +01:00
韩韬
7fc284eda0 Solved Issues #3963 and #3960 2019-06-19 15:39:06 +01:00
ednut15
d8df52b267 Solved Issue #3997 2019-06-19 15:31:19 +01:00
ednut15
b5b494d2ad #3996 Added role attribute with value button to the element 2019-06-19 15:18:11 +01:00
Joshua Zeltser
a76a3e6cce added new span to new button to cause narrator to mention it is a dropdown 2019-06-19 11:58:31 +01:00
Joshua Zeltser
6953e4d704 fixed issue 3970 giving upload button an aria-label 2019-06-19 11:26:51 +01:00
Joshua Zeltser
24d2c6026f #3941: narrator now reads labels of textareas in popups 2019-06-19 10:46:06 +01:00
Joshua Zeltser
9b1fa3d66b #3938: solved this issue, but more checking needs to be done to see whether this is sufficient 2019-06-19 10:39:19 +01:00
Joshua Zeltser
42ba2b0a40
Removed extra lines 2019-06-18 18:30:32 +01:00
Joshua Zeltser
37d795e591 Solved Issue 4015 2019-06-18 18:08:56 +01:00
Ashton Reimer
dd0f5d2608
bfix: shutdown_server returns True when pid exists
`check_pid` returns `True` if the PID for a notebook server still exists. Therefore, the `if check_pid(pid):` statements on lines 424 and 437 evaluate to `True` even though the notebook server is still running.

This commit simply adds a `not` to each line: `if not check_pid(pid):` so that the conditional only evaluates to `True` if `check_pid` returns `False`, which happens when the notebook server has shutdown, as expected.
2019-06-13 15:36:45 -07:00
Tim
6174498ab0 Add id for command palette button group (#4661) 2019-06-07 11:20:33 +01:00
Pierre Tholoniat
922e97922c Fix French typo (#4651)
Corrected "Échec de la connection" to "Échec de la connexion"
2019-06-07 11:17:18 +01:00
Abhinav Sagar
bc920e9879 .travis.yml: The 'sudo' tag is now deprecated in Travis CI (#4654) 2019-06-07 11:16:09 +01:00