Commit Graph

11081 Commits

Author SHA1 Message Date
Thomas Kluyver
0d6ffa6888 Explain how to disable host check in warning message 2018-06-30 19:37:42 +02:00
Thomas Kluyver
c99935556e Decode IP addresses on Windows 2018-06-25 17:26:51 +02:00
Thomas Kluyver
845ea48c31 getaddrinfo() on Py2 only takes positional args 2018-06-25 14:49:49 +02:00
Thomas Kluyver
fa3abf2209 Allow remote access by default when we're listening on external addresses 2018-06-25 13:53:14 +02:00
Thomas Kluyver
7f1bba613d Check 'Host' header for local connections 2018-06-25 10:26:10 +02:00
Thomas Kluyver
b8b66332e2 Back to development 2018-06-21 09:51:37 +02:00
Thomas Kluyver
b428d2d40a release 5.6.0rc1 2018-06-21 09:49:59 +02:00
Thomas Kluyver
1af0e430a6
Merge pull request #3688 from mpacer/changelog_5.6
updates changelog in prep for releasing5.6rc
2018-06-21 09:45:39 +02:00
Thomas Kluyver
54ecbce364
Updates and additions to release notes 2018-06-20 14:24:35 +02:00
Thomas Kluyver
5766341360
Merge pull request #3289 from Madhu94/add-save-as-menu-option
Add save as menu option
2018-06-20 12:51:29 +02:00
Min RK
0c81fc3f06 Remove ES6 syntax from save_notebook_as
ES6 syntax is not available to us
2018-06-20 12:26:13 +02:00
Min RK
90894ee639
Merge pull request #3696 from takluyver/start-no-active-kernels
Don't show number of active kernels on notebook start
2018-06-20 11:46:26 +02:00
Min RK
2bad812602
Merge pull request #3668 from tomjorquera/connect_host
Add option to override host in displayed url
2018-06-20 11:45:42 +02:00
Tom Jorquera
24e39d32c2 Add option to override displayed url
This commit introduces a new alias `custom_display_url` to override the
URL info displayed at launch with a custom string.

It is intended to be used when the app is run in an environment where
the url to display to the users is not detectable reliably (proxified or
containerized setups for example).
2018-06-19 22:08:02 +02:00
Carol Willing
e7771baeb4
Merge pull request #3690 from takluyver/unpin-sphinx
Unpin Sphinx version for Readthedocs
2018-06-17 08:00:21 -07:00
madhu94
81c6eed3d7 Don't get entire contents of the notebooks, while checking
if it exists
Don't get entire contents of the notebooks, while checking
if it exists
2018-06-17 15:32:17 +05:30
Thomas Kluyver
5e9915609b Don't show number of active kernels on notebook start 2018-06-17 11:40:34 +02:00
Thomas Kluyver
d48c5512d7 Move sphinx to be installed by conda 2018-06-17 11:15:28 +02:00
Thomas Kluyver
0179bb4c7e
Merge pull request #3686 from gnestor/upgrade-marked
Upgrade marked
2018-06-16 09:44:06 +02:00
Grant Nestor
2ca3684003 Update selenium tests 2018-06-15 15:31:21 -07:00
Grant Nestor
6670d57e2f Update tests 2018-06-15 13:09:06 -07:00
Thomas Kluyver
708cc502d2 Unpin Sphinx version for Readthedocs 2018-06-15 11:49:34 +02:00
Thomas Kluyver
39168030d6
Merge pull request #3689 from takluyver/doc-prometheus
Install prometheus_client on Readthedocs
2018-06-15 11:43:01 +02:00
Thomas Kluyver
28b0fe2782 Install prometheus_client on Readthedocs 2018-06-15 11:22:23 +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
Grant Nestor
8c368eeb07 Upgrade marked 2018-06-14 10:30:04 -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