Commit Graph

11305 Commits

Author SHA1 Message Date
Grant Nestor
f54e4355e8 Only display inline run button on mobile 2018-07-17 12:33:48 -07:00
Thomas Kluyver
a71a822de2
Merge pull request #3767 from takluyver/reenable-host-check
Re-enable Host header check after 5.6
2018-07-16 21:39:34 +02:00
M Pacer
be16b9540f
Merge pull request #3768 from munkm/testing
adding selenium to test requirements
2018-07-15 10:51:27 -05:00
Thomas Kluyver
0300f7341d Work around Mac's scoped link-local address for localhost 2018-07-15 09:13:26 +02:00
Madicken Munk
f2499f3713 adding selenium to test requirements 2018-07-14 11:09:39 -05:00
Thomas Kluyver
2bb4252f21 Re-enable Host header check after 5.6 2018-07-14 14:06:20 +02:00
Thomas Kluyver
2dd46b16c9 back to development 2018-07-14 13:43:16 +02:00
Thomas Kluyver
7674331e3d release 5.6.0 2018-07-14 13:36:19 +02:00
Thomas Kluyver
86e6f7954c
Merge pull request #3766 from takluyver/disable-host-check
Disable the host check for 5.6 because of gh-3754
2018-07-14 13:15:28 +02:00
Thomas Kluyver
a0503629ba Disable the host check for 5.6 because of gh-3754 2018-07-14 10:52:51 +02:00
Min RK
ebc60bc22e
Merge pull request #3752 from takluyver/changelog-56-b
Update changelog with recent changes merged
2018-07-13 11:43:13 -05:00
Thomas Kluyver
2c562e8587 Update changelog with recent changes merged 2018-07-12 11:06:13 +02:00
Thomas Kluyver
2ff28491f3
Merge pull request #3751 from gnestor/upgrade-mathjax
Upgrade mathjax
2018-07-12 10:39:06 +02:00
Grant Nestor
621a1cd83a Ignore package-lock.json 2018-07-11 22:06:50 -07:00
Grant Nestor
d0d156df70 Upgrade mathjax 2018-07-11 22:06:42 -07:00
Mokkapati, Praneet(ES)
b3457a068e Disabling Slide Type changes, when a cell is not editable 2018-07-07 17:59:57 +05:30
Mokkapati, Praneet(ES)
24dd9d67d7 Disabling Adding or Removing Tags, when a cell is not editable 2018-07-07 17:58:56 +05:30
Thomas Kluyver
9d0ea1a427
Merge pull request #3726 from takluyver/selenium-newnb-clickable
Wait for 'New' dropdown button to be clickable for Selenium tests
2018-07-04 14:53:30 +02:00
Min RK
b670fae728
Merge pull request #3714 from takluyver/check-host
Check 'Host' header for local connections
2018-07-03 11:40:42 +02:00
Thomas Kluyver
c4c49b71ea Wait for 'New' dropdown button to be clickable for Selenium tests 2018-06-30 20:22:52 +02:00
Thomas Kluyver
1b69205530
Merge pull request #3703 from minrk/public-host
add `or 127.0.0.1` when listening on all-ips
2018-06-30 20:01:26 +02:00
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
bxy007
c339a34605 fix:can't choose same file 2018-06-25 16:14:22 +08:00
Min RK
357b8e7758 add “or 127.0.0.1” for all-ips
Makes it not a copyable URL anymore, but there’s no way for a copyable host to work in general in this case.
2018-06-21 12:08:11 +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