Thomas Kluyver
54ecbce364
Updates and additions to release notes
2018-06-20 14:24:35 +02:00
M Pacer
4c2e1d7132
Update changelog in prep for 5.6rc
2018-06-14 11:40:00 -07:00
Kyle Kelley
c852813aa5
Merge pull request #3687 from mpacer/consistent_prompt
...
add el & update css in output_area to match run button in input prompt from #3535
2018-06-14 11:06:51 -07:00
M Pacer
dd282f6970
add el & update css in output_area to match run button in In from #3535
...
Without this change the output and Input areas become unaligned.
This still isn't an ideal fix, but it'll make a release possible without
making the styling problematic.
2018-06-14 10:50:45 -07:00
Min RK
19188568c9
Merge pull request #3490 from yuvipanda/prometheus-intro
...
Add a /metrics endpoint for Prometheus Metrics
2018-06-13 15:34:18 +02:00
Min RK
f111f9aec7
Merge pull request #3647 from SayakoKondo/SayakoKondo-patch-1
...
Add remote installation guide in README.md
2018-06-13 15:33:35 +02:00
Min RK
d9baafaabf
Merge pull request #3673 from takluyver/win-dir-notrash
...
Don't trash non-empty directories on Windows
2018-06-12 16:02:48 +02:00
yuvipanda
7a3c0f334a
Rename prometheus metrics to be more standard
2018-06-11 12:42:37 -07:00
yuvipanda
de132033a7
Fixup docstrings
2018-06-11 12:30:13 -07:00
Thomas Kluyver
7ea7a8b97d
Skip directory deletion test on Windows
2018-06-10 20:00:47 +02:00
Thomas Kluyver
f63af7376b
Don't trash non-empty directories on Windows
...
It appears that the Windows backend of send2trash can't guarantee that
files won't actually be deleted. There are some hints that this happens
in particular when you delete a lot of data at once. So this returns to
refusing to delete folders unless they're empty (or contain only ipynb
checkpoints).
Closes gh-3631
2018-06-10 19:49:22 +02:00
Thomas Kluyver
ebe01762eb
Merge pull request #3601 from arovit/test_empty_arrows
...
[WIP] [3335] Convert JS tests to Selenium
2018-06-10 19:39:47 +02:00
Thomas Kluyver
1437dfec29
Merge pull request #3656 from takluyver/undouble-token
...
Don't duplicate token in displayed URL
2018-06-10 19:28:35 +02:00
Thomas Kluyver
2941158ec7
Merge branch 'master' into test_empty_arrows
2018-06-10 19:12:31 +02:00
Thomas Kluyver
56e08333ba
Merge pull request #3655 from takluyver/jquery-3
...
Update to jQuery 3.3
2018-06-10 19:11:15 +02:00
Thomas Kluyver
77e8901805
Merge pull request #3671 from toddrme2178/patch-1
...
Include LICENSE file in wheels
2018-06-10 19:01:48 +02:00
Thomas Kluyver
702b67d15e
Merge pull request #3630 from arovit/add_find_replace_test
...
[WIP: 838] Add find replace test
2018-06-10 19:00:18 +02:00
Todd
6abdbc195e
Include LICENSE file in wheels
...
The license requires that all copies of the software include the license. This makes sure the license is included in the wheels. See the wheel documentation [here](https://wheel.readthedocs.io/en/stable/#including-the-license-in-the-generated-wheel-file ) for more information.
2018-06-08 16:57:54 -04:00
Min RK
2c061a45ff
Merge pull request #3665 from mpacer/reply_timeout
...
add kernel_info_timeout traitlet for slow kernel start/restart
2018-06-08 15:50:55 +02:00
arovitn
dcb45b2b34
modified the deletion logic as per the comments and setting the readonly cell to false
2018-06-07 19:01:13 -07:00
arovitn
b22994eb47
renamed the ids, removed the replace_all parameter and changed the name of the testcase as mentioned in the comments
2018-06-07 18:48:54 -07:00
M Pacer
c6dd032bf8
add kernel_info_timeout traitlet to wait for slow kernel startups
...
This affects both the MappingKernelManager and the ZMQChannelsHandler(by extension). This allows one setting to apply to both startup andrestarting.
2018-06-06 12:39:32 -07:00
Thomas Kluyver
c16701af84
Don't duplicate token in displayed URL
...
Closes gh-3620
2018-06-02 19:04:55 +02:00
Thomas Kluyver
e3011c1afa
Update to jQuery 3.3
2018-06-02 18:33:06 +02:00
arovitn
33c1dea080
add 'ids' to the form_and_replace form and address other review comments
2018-06-01 14:37:19 -07:00
arovitn
66b257bf3b
removing test_empty_arrows_keys.py and moving the delete_cell test into test_deletecell.py
2018-05-30 19:45:29 -07:00
SayakoKondo
18053d95cf
Add remote installation guide in README.md
2018-05-29 06:17:25 +00:00
Min RK
459b92cd23
Merge pull request #3624 from MathisRosenhauer/bugfix/hiddenlink
...
stat symlink to determine access
2018-05-24 14:23:39 +02:00
Thomas Kluyver
374da5a451
Merge pull request #3535 from lucasoshiro/clickable-prompt
...
[WIP] Executing cell when clicking its prompt
2018-05-23 11:29:12 +02:00
Lucas Oshiro
40cf1ab912
Click instead of mouseup
2018-05-22 12:56:16 -03:00
arovitn
0afa1e5855
Modified to use list comprehension, added '()' for to_command_mode, added assert to check presence of cell and remove 'return True' from remove_cells
2018-05-21 18:33:42 -07:00
arovitn
6fc09088ed
[WIP 838: Writing test for 'Find and replace' in selected cell apply on all cells]
2018-05-18 15:49:54 -07:00
Thomas Kluyver
893505a89b
Merge pull request #3621 from Carreau/test-3.7
...
start testing on 3.7
2018-05-18 16:00:39 +02:00
Mathis Rosenhauer
a9ccdef489
stat symlink to determine access
2018-05-18 14:36:46 +02:00
Matthias Bussonnier
0463ca9b19
start testing on 3.7
2018-05-17 10:52:47 -07:00
Thomas Kluyver
dc73f9a9be
Back to development
2018-05-09 15:39:00 +02:00
Thomas Kluyver
3b84442f21
release 5.5.0
2018-05-09 15:35:27 +02:00
arovitn
70ce8fac33
forgot adding .perform() for ActionChain
2018-05-07 19:19:23 -07:00
Lucas Oshiro
8e5601370a
Firefox media query for touch devices
2018-05-07 22:53:15 -03:00
Thomas Kluyver
11743f1865
Merge pull request #3593 from takluyver/url-prefer-ipaddr
...
Prefer IP address over hostname when available
2018-05-05 07:35:23 +02:00
Thomas Kluyver
8d62e041b2
Add PR to changelog
2018-05-05 07:19:30 +02:00
arovitn
031c90b933
1. Converting 'empty_arrows_keys.js' into selenium based test
...
2. Moved "delete_cell" method to utils.py and modified references to use it from there
3. added a generalized method "trigger_keystrokes" to send keystrokes to browser
2018-05-04 16:31:32 -07:00
Thomas Kluyver
38a67bc790
Prefer IP address over hostname when available
2018-05-04 22:39:34 +02:00
arovitn
55be52b8a3
fix merge
2018-05-04 10:22:04 -07:00
arovitn
c37bf03655
Merge branch 'jupyter-master'
2018-05-04 10:17:49 -07:00
Thomas Kluyver
5cfba9cb24
Back to development
2018-05-01 21:49:49 +02:00
Thomas Kluyver
0f31d59c97
release 5.5.0rc1
2018-05-01 21:35:23 +02:00
Thomas Kluyver
bcacc83953
Merge pull request #3590 from takluyver/changelog-5.5
...
Add changelog for Notebook 5.5
2018-05-01 21:30:45 +02:00
Thomas Kluyver
e16407e988
Add changelog for Notebook 5.5
2018-05-01 12:02:43 +02:00
Thomas Kluyver
9ae9e7c7e5
Merge pull request #3571 from takluyver/docs-privacy
...
Add section in docs about privacy
2018-05-01 10:16:40 +02:00