Commit Graph

12061 Commits

Author SHA1 Message Date
Nazeeh Vahora
94ac6d73c5
Fix issue #3218 (#6108)
* Fix issue #3218, add comment "// accessibility improvement" before each line changed
2021-07-28 09:24:52 -07:00
Kevin Bates
b5ce67252e
Merge pull request #6101 from frenzymadness/patch-2
Fix version of jupyter-packaging in pyproject.toml
2021-07-13 15:39:31 -07:00
Lumír 'Frenzy' Balhar
4f397ab9d6
Fix version of jupyter-packaging in pyproject.toml
The specifier `~=0.9` is equivalent to `>= 0.9, == 0.*` so there is no need to specify `<2`.
2021-06-30 11:04:03 +02:00
Kevin Bates
6fe9755971
Merge pull request #6085 from saiwing-yeung/fix_help_messages
Add missing spaces to help messages in config file
2021-06-03 14:35:06 -07:00
Saiwing
5042c80c62 Add missing spaces to help messages in config file 2021-06-03 13:37:24 -07:00
ilayh123
56416cbd2d
"#element".tooltip is not a function on home page fixed. (#6070)
* Fixed missing $ symbol and cleaned up code a bit.
2021-05-24 13:37:51 -07:00
GitHub Action
74da6d1974 Bump to 6.5.0.dev0 2021-05-17 11:14:21 +00:00
GitHub Action
0c35002e45 Publish 6.4.0
SHA256 hashes:

dist/notebook-6.4.0-py3-none-any.whl: f7f0a71a999c7967d9418272ae4c3378a220bd28330fbfb49860e46cf8a5838a

dist/notebook-6.4.0.tar.gz: 9c4625e2a2aa49d6eae4ce20cbc3d8976db19267e32d2a304880e0c10bf8aef9
2021-05-17 11:14:19 +00:00
Steven Silvester
39d20d845a
Automated Changelog Entry for 6.4.0 on master (#6059)
* Automated Changelog Entry for 6.4.0 on master

* Clean up

* Add 6061 entry

* Update end commit hash

Co-authored-by: GitHub Action <41898282+github-actions[bot]@users.noreply.github.com>
2021-05-17 06:05:34 -05:00
Min RK
80eb286f31
Bind the HTTPServer in start (#6061)
Binding sockets hooks them up to the running eventloop, which we should try to avoid in initialize
in case any other stages may configure the event loop policy
2021-05-13 08:23:17 -05:00
GitHub Action
c1101de779 Bump to 6.4.0.dev0 2021-05-12 18:24:13 +00:00
GitHub Action
7f7f617fa3 Publish 6.4.0rc0
SHA256 hashes:

dist/notebook-6.4.0rc0-py3-none-any.whl: 944399ed932a6d8107ecdebcdfb10fd27b2a8e52e37920ad0b6bd72ba69bdb4d

dist/notebook-6.4.0rc0.tar.gz: d93f3eb1b2e5f6bf6d9d0b3a2aa99a605f3d35470f6b10ad42d03a0aa613725a
2021-05-12 18:24:11 +00:00
Steven Silvester
087fcc3c6b
Automated Changelog Entry for 6.4.0rc0 on master (#6058)
Co-authored-by: GitHub Action <41898282+github-actions[bot]@users.noreply.github.com>
2021-05-12 13:17:35 -05:00
Afshin Taylor Darian
c19323de9a
Use Jupyter Releaser (#6048)
* Use Jupyter Releaser

* Automated Changelog Entry for 6.4.0a0 on notebook-releaser

* Publish 6.4.0a0

SHA256 hashes:

dist/notebook-6.4.0a0-py3-none-any.whl: abbbbb02504cedb85c2d5eeac39ea11615360b9b0075126bf180d6011eac14a5

dist/notebook-6.4.0a0.tar.gz: 2984630a020a9396c61b2c3b98f43b1957dd0121b162a926b3d6136fafa7ca16

* Bump to 6.5.0.dev0

* Remove jupyter_packaging as a runtime requirement

* Automated Changelog Entry for 6.4.0a1 on notebook-releaser

* Publish 6.4.0a1

SHA256 hashes:

dist/notebook-6.4.0a1-py3-none-any.whl: 4b0ae5cb972b5b16b18b942810b85859185ef2081017dd495e5f57099ce06ef4

dist/notebook-6.4.0a1.tar.gz: c48e10d34afa35e304e3b7deca1882508195960f35c4661dec044bb8da344ae5

* Bump to 6.5.0.dev0

* Update notebook/_version.py

Co-authored-by: Kevin Bates <kbates4@gmail.com>

* Update pyproject.toml

Co-authored-by: Kevin Bates <kbates4@gmail.com>

Co-authored-by: GitHub Action <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Steven Silvester <steven.silvester@ieee.org>
Co-authored-by: Kevin Bates <kbates4@gmail.com>
2021-05-12 11:04:31 -05:00
Min RK
008a6c0450
Revert "do not apply asyncio patch for tornado >=6.1" (#6052)
This reverts commit 73c9ac1b2c.
2021-05-11 07:01:39 -05:00
wggillen
8ca2887920
Spelling correction (#6045)
An instance of 'attachment' was misspelled 'attachement'.
2021-04-25 10:29:06 -05:00
Jeremy Tuloup
6451230075
Add Workflow Permissions for Lock Bot (#6042) 2021-04-23 04:02:01 -05:00
Kevin Bates
a5ace13e0a
Merge pull request #5980 from kevin-bates/track-server-kernels
[Gateway] Track only this server's kernels
2021-04-21 08:46:05 -07:00
Kevin Bates
1a9928ef8a
Merge pull request #6035 from stef4k/master
Add maths checks in CSS reference test
2021-04-21 08:05:20 -07:00
stef4k
0fec0beb56 Add maths check in CSS reference test 2021-04-09 00:40:14 +03:00
Afshin Taylor Darian
2cfff07a39
Fix Handling of Encoded Paths in Save As Dialog (#6030) 2021-04-01 11:28:51 -05:00
Kevin Bates
7e8fb1a787
Merge pull request #6026 from faucct/patch-1
Correct 'Content-Type' headers
2021-03-31 07:22:48 -07:00
faucct
5ab8717fec
Merging headers in load_connection_args 2021-03-31 09:40:29 +07:00
faucct
935d6df839
Correct 'Content-Type' headers 2021-03-30 08:13:15 +03:00
David Hay
b97dda1ade
Minor typographical or comment changes (#6025)
- Fix capitalization and pluralization of `Cells`
- Add comment for `.get_selected_cells`
- Add comment for `.get_selected_cells_indices`
- Fix typo in `.ensure_focused`
- Fix capitalization in `.render_cell_output` and `.clear_output` and `.clear_cells_outputs`
2021-03-27 15:57:21 -05:00
gamestrRUS
57d063cd83
Fix: split_cell doesn't always split cell (#6017)
* Split cells if a single cursor is positioned at the beginning or end of a cell

* Duplicate cell if full cell is selected

* fix null replace
2021-03-25 02:30:25 -05:00
Kevin Bates
c719e27fe7
Merge pull request #6018 from befeleme/fix-tests 2021-03-23 20:30:26 -07:00
Lumír 'Frenzy' Balhar
ec4969eed1
Fixes related to the recent changes in the documentation (#6021)
* Add myst-parser to setup.py extras_require

* Include new location of CHANGELOG.md in MANIFEST.in
2021-03-23 05:02:11 -05:00
Steven Silvester
9a0ef920dc
Fix readthedocs environment (#6020)
* Fix readthedocs environment

* Update environment.yml

* Update environment.yml
2021-03-23 04:44:18 -05:00
Karolina Surma
0723596c54 Rename StopTestApp -> StopAppTest to reflect the original class better. 2021-03-23 08:08:01 +01:00
Afshin Taylor Darian
c14d7f4ec8
Add Issue Lock and Answered Bots (#6019) 2021-03-22 16:30:07 -05:00
Steven Silvester
dd6543c7ba Back to dev version 2021-03-22 05:25:06 -05:00
Steven Silvester
28413daae5 Release 6.3.0 2021-03-22 05:22:16 -05:00
Steven Silvester
4a95561591
add changelog entry for 6.3 release (#6014) 2021-03-22 05:15:08 -05:00
Karolina Surma
34b4f7ed6d Fix skipped tests & remove deprecation warnings 2021-03-22 09:36:20 +01:00
Karolina Surma
92a388c04a
Add square logo and desktop entry files (#6010)
* Add square logo and desktop entry files

* Install desktop file and icon using data files.

Co-authored-by: Karolina Surma <ksurma@redhat.com>
2021-03-17 11:30:45 -05:00
Afshin Taylor Darian
20f7e9e697
Modernize Changelog (#6008) 2021-03-16 07:55:48 -05:00
Zachary Sailer
406be47478
Merge pull request #5986 from frenzymadness/patch-1
Remove configuration for nosetests from setup.cfg
2021-03-03 09:36:49 -08:00
Zachary Sailer
dc8b70519f
Merge pull request #5999 from mgeier/import-inspect
Add missing "import inspect"
2021-03-03 09:33:58 -08:00
Matthias Geier
346c635595 Add missing "import inspect" 2021-03-03 15:15:48 +01:00
Zachary Sailer
4b2e849e83
Merge pull request #5989 from thomasrockhu/codecov-badge
Add Codecov badge to README
2021-03-01 16:37:15 -08:00
Tom Hu
a36615351a Add Codecov badge to README 2021-02-23 16:56:23 -05:00
Lumír 'Frenzy' Balhar
e10df007b3
Remove configuration for nosetests from setup.cfg 2021-02-18 08:49:10 +01:00
Kevin Bates
bbe2744f87
[Gateway] Track only this server's kernels 2021-02-12 07:24:43 -08:00
Kevin Bates
6a3f4a79dd
Merge pull request #5976 from rjn01/master
Docs-Translations: Updated Hindi and Chinese Readme.md
2021-02-08 08:36:14 -08:00
Kevin Bates
fb443d3dff
Merge pull request #5974 from blairdrummond/prometheus-auth-default
Allow /metrics by default if auth is off
2021-02-08 08:33:10 -08:00
Kevin Bates
ccb2d18d9a
Merge pull request #5978 from dlrice/patch-1
Update security.rst
2021-02-08 08:32:02 -08:00
Daniel Rice
993286209a
Update security.rst 2021-02-07 11:58:38 +00:00
blair drummond
2712dc4226 change authenticate_prometheus default 2021-02-05 10:13:25 -05:00
rjn01
05f1c51169 Updated Docs-Translations 2021-02-05 19:47:50 +05:30