Jeremy Tuloup
7b82dbbdf6
Create auto_author_assign.yml ( #6696 )
2023-01-16 14:03:41 +01:00
Jeremy Tuloup
ffc7d8dcc3
Fix console error when adding a widget to a side panel ( #6694 )
...
* Fix console error when adding a widget to a side panel
* Remove child-added logic
2023-01-16 10:28:42 +01:00
Jeremy Tuloup
7eb832d6ac
Fix environment activation on Gitpod ( #6693 )
2023-01-16 09:51:00 +01:00
Jeremy Tuloup
534b6f67fd
Add back # type:ignore
( #6695 )
...
* Add back `# type:ignore`
* [pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
2023-01-16 09:38:08 +01:00
Jeremy Tuloup
df4a6bfc55
Add the Settings Editor to the landing page ( #6316 )
...
* Add the Settings Editor to the landing page
* Fix tab panel tabs
* Do not include JSON editor for now
* Hide Settings Editor command from the menu
* Update yarn.lock
* Fix integrity
* Fix yarn.lock and resolutions
* Update yarn.lock
* Allow adding and closing the settings editor
* Do not include JSON editor for now
* Update snapshots
* More snapshot updates
* More snapshot update
* Fix resolutions
2023-01-13 08:20:57 +01:00
Nicolas Brichet
a0b3a8088c
Tree view enhancement ( #6588 )
...
* Opens by default the newly created tab in tree view
* Adds a command to open the file browser when in tree view, which also fixes the broken menu entry 'file Browser' in view
* (1) Remove the menu entry 'Open Files' in tree view, which was opening a new browser tab with the same contents, and was like a duplication of 'File Browser' entry, and (2) rename the menu entry 'Open Files' to 'File Browser' for consistency
* Add test on 'File Browser' menu entry
* Fix pre-commit
* Fix test on File Browser menu entry
* update snapshots of view menu
* Do not activate newly created tree tab by default
* Do not add 'openTree' command if it already exists (meaning that the current page contains a filebrowser plugin)
* Wait for the file browser commands from JupyterLab to be fully created before create a new one
* File Browser menu entry execution depends on the current page ('tree' or other)
* Add the dependency to @jupyter-notebook/tree in application-extension
* Fix typo
* Remove dependency to tree in application-extension
* Clean unused dependency
* Delete a remaining comment
2023-01-12 13:40:28 +01:00
jtpio
69bc21f0b9
Publish 7.0.0a10
...
SHA256 hashes:
jupyter-notebook-application-7.0.0-alpha.10.tgz: 8b2c34f2e355d95528ed0c4e80cb01ab1a12419b37ae7ade39ec3d4f88518d86
jupyter-notebook-application-extension-7.0.0-alpha.10.tgz: 69f4998efa6c0f44160902f071de2673c5287cd2fae2b857271bdef4fda24328
jupyter-notebook-console-extension-7.0.0-alpha.10.tgz: 350e90fb7b60735596dde4f95b299fbaf21cd5a6a1a0563da99525ecd596f3e3
jupyter-notebook-docmanager-extension-7.0.0-alpha.10.tgz: ee2513eb86b3531e22fc9a73a942208aa6648bbdc599128b72b3eec2727004b8
jupyter-notebook-documentsearch-extension-7.0.0-alpha.10.tgz: 12b88c065ca98617de57c6974f5c2e8974c62b4ab2b2e3a1a2d0612ea04b874b
jupyter-notebook-help-extension-7.0.0-alpha.10.tgz: ff449691e4f4dec06d7593cd1e5885d96f856aa56f9f28754214795255e2e5fa
jupyter-notebook-lab-extension-7.0.0-alpha.10.tgz: 6be1ecbfe5a44ce1b6cb82806f2daf84906dee4277621db39547cc0d83bbdb29
jupyter-notebook-notebook-extension-7.0.0-alpha.10.tgz: 479c44646d11e29da5f1a9c3412351c3d8dea39512e51806f0d57b78eaf510b0
jupyter-notebook-terminal-extension-7.0.0-alpha.10.tgz: 42310512763b36453b1d2cb1bae658703a2ccdeea1c95285a13f7c124e3e8402
jupyter-notebook-tree-7.0.0-alpha.10.tgz: 1d17fb7f6538c60c247b7e6c67659d5035ca765e29b21fc846394cb6bda64a5b
jupyter-notebook-tree-extension-7.0.0-alpha.10.tgz: 32e9e7f84fb500d824c89bbce245f4bb4665d70a50636bf78bb4febbe9518636
jupyter-notebook-ui-components-7.0.0-alpha.10.tgz: 5d35a91bacb989db838f94fb46d7ae5ed929b6c5374609b57137b3a8d298ab8e
notebook-7.0.0a10-py3-none-any.whl: d01ad89a5efa5686357b1055d1395d1e0769b65eca06d167eded6ae20c25081f
notebook-7.0.0a10.tar.gz: c7eb4cd9abcd31d4c2b45ae79b7188970c83c4083f8a5f6c346c845a755f66e5
2023-01-09 15:22:56 +00:00
Jeremy Tuloup
6205bf376f
Update to JupyterLab 4.0.0a32 ( #6678 )
...
* Update packages to JupyterLab 4.0.0a32
* Update python dependency
* Update `@jupyterlab/galata`
* Require `jupyter_server>=2.0.1,<3`
* Undo `jupyter_server` bump for now
* Update to Jest 29
* More jest fixes
* Update to the latest Lumino
* Fix yarn.lock
* Fix JSON background color
* Update snapshots
2023-01-09 15:50:12 +01:00
dependabot[bot]
80db6bdd8a
Bump json5 from 1.0.1 to 1.0.2 ( #6681 )
...
Bumps [json5](https://github.com/json5/json5 ) from 1.0.1 to 1.0.2.
- [Release notes](https://github.com/json5/json5/releases )
- [Changelog](https://github.com/json5/json5/blob/main/CHANGELOG.md )
- [Commits](https://github.com/json5/json5/compare/v1.0.1...v1.0.2 )
---
updated-dependencies:
- dependency-name: json5
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-01-09 09:27:46 +01:00
dependabot[bot]
84579902e4
Bump json5 from 2.2.1 to 2.2.3 in /ui-tests ( #6684 )
...
Bumps [json5](https://github.com/json5/json5 ) from 2.2.1 to 2.2.3.
- [Release notes](https://github.com/json5/json5/releases )
- [Changelog](https://github.com/json5/json5/blob/main/CHANGELOG.md )
- [Commits](https://github.com/json5/json5/compare/v2.2.1...v2.2.3 )
---
updated-dependencies:
- dependency-name: json5
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-01-09 08:40:48 +01:00
Jeremy Tuloup
7b56452c01
Update the copyright date to 2023 in the about dialog ( #6679 )
2023-01-05 17:33:47 +01:00
pre-commit-ci[bot]
98b04bea69
[pre-commit.ci] pre-commit autoupdate ( #6674 )
...
updates:
- [github.com/psf/black: 22.10.0 → 22.12.0](https://github.com/psf/black/compare/22.10.0...22.12.0 )
- [github.com/charliermarsh/ruff-pre-commit: v0.0.189 → v0.0.207](https://github.com/charliermarsh/ruff-pre-commit/compare/v0.0.189...v0.0.207 )
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
2023-01-03 09:48:00 +01:00
Jeremy Tuloup
4051c5eea4
Fix check_links
and and Test Lint
CI failures ( #6675 )
...
* Fix check links
* Remove `type:ignore`
2023-01-03 09:18:47 +01:00
Steven Silvester
840b4256da
Add spelling and docstring enforcement ( #6669 )
...
* add spelling and docstring enforcement
* remove markdown format
* restore local hooks
* add docs change
* spelling
2022-12-23 21:55:19 +01:00
Steven Silvester
48fb973071
CI Cleanup ( #6667 )
...
* ci cleanup
* lint
* run ui tests on ubuntu 20.04
2022-12-19 14:37:55 +01:00
Steven Silvester
22475a39ab
Adopt ruff and typing ( #6658 )
...
* adopt ruff and typing
* reinstate local hooks
* fix classifier
* fix lint
* limit ruff target
* fix doc8 test
* add integrity check
* lint
* lint
* only use mdformat for changelog
* prettier
2022-12-11 17:07:54 +01:00
pre-commit-ci[bot]
0b99dcc820
[pre-commit.ci] pre-commit autoupdate ( #6655 )
...
updates:
- [github.com/john-hen/Flake8-pyproject: 1.2.1 → 1.2.2](https://github.com/john-hen/Flake8-pyproject/compare/1.2.1...1.2.2 )
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
2022-12-06 09:00:53 +01:00
dependabot[bot]
aab0711a54
Bump decode-uri-component from 0.2.0 to 0.2.2 ( #6651 )
...
Bumps [decode-uri-component](https://github.com/SamVerschueren/decode-uri-component ) from 0.2.0 to 0.2.2.
- [Release notes](https://github.com/SamVerschueren/decode-uri-component/releases )
- [Commits](https://github.com/SamVerschueren/decode-uri-component/compare/v0.2.0...v0.2.2 )
---
updated-dependencies:
- dependency-name: decode-uri-component
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-12-05 08:43:24 +01:00
dependabot[bot]
d4576e8734
Bump dessant/lock-threads from 3 to 4 ( #6650 )
...
Bumps [dessant/lock-threads](https://github.com/dessant/lock-threads ) from 3 to 4.
- [Release notes](https://github.com/dessant/lock-threads/releases )
- [Changelog](https://github.com/dessant/lock-threads/blob/master/CHANGELOG.md )
- [Commits](https://github.com/dessant/lock-threads/compare/v3...v4 )
---
updated-dependencies:
- dependency-name: dessant/lock-threads
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-12-05 08:28:56 +01:00
Jeremy Tuloup
dd77e50097
Fix issue template formatting ( #6626 )
...
* Fix issue template formatting
* [pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
* Add additional mdformat plugins
* Fix bug_report.md
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
2022-11-29 13:54:39 +01:00
pre-commit-ci[bot]
746785f79d
[pre-commit.ci] pre-commit autoupdate ( #6647 )
...
updates:
- [github.com/pre-commit/pre-commit-hooks: v4.3.0 → v4.4.0](https://github.com/pre-commit/pre-commit-hooks/compare/v4.3.0...v4.4.0 )
- [github.com/john-hen/Flake8-pyproject: 1.2.0 → 1.2.1](https://github.com/john-hen/Flake8-pyproject/compare/1.2.0...1.2.1 )
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
2022-11-29 10:13:18 +01:00
Jeremy Tuloup
bc6b6722d9
Remove PDF link to Jupyter Notebook docs ( #6648 )
2022-11-29 09:58:48 +01:00
Jeremy Tuloup
e9e5c891e3
Update to TypeScript 4.9 ( #6640 )
2022-11-25 10:18:09 +01:00
Steven Silvester
778ecc5551
Add more Python tests ( #6639 )
2022-11-24 20:48:44 -06:00
Steven Silvester
581f98c38f
use main branch for config ( #6638 )
2022-11-24 20:07:29 -06:00
Steven Silvester
62977896e0
Clean up workflows ( #6635 )
2022-11-24 14:15:23 +00:00
Jeremy Tuloup
b508a7e25b
Merge pull request #6634 from jupyter/pre-commit-ci-update-config
...
[pre-commit.ci] pre-commit autoupdate
2022-11-22 09:10:18 +01:00
pre-commit-ci[bot]
4dcfe4f721
[pre-commit.ci] pre-commit autoupdate
...
updates:
- [github.com/john-hen/Flake8-pyproject: 1.1.0.post0 → 1.2.0](https://github.com/john-hen/Flake8-pyproject/compare/1.1.0.post0...1.2.0 )
- [github.com/python-jsonschema/check-jsonschema: 0.19.1 → 0.19.2](https://github.com/python-jsonschema/check-jsonschema/compare/0.19.1...0.19.2 )
2022-11-22 00:05:38 +00:00
Jeremy Tuloup
1b50ded5a9
Merge pull request #6631 from blink1073/ci-cleanup
...
CI Cleanup
2022-11-21 15:37:55 +01:00
Steven Silvester
8ccc516d7b
increase timeout
2022-11-21 06:55:33 -06:00
Steven Silvester
0386e69efb
increase pytest version
2022-11-21 06:37:19 -06:00
jtpio
aa0429881e
Publish 7.0.0a9
...
SHA256 hashes:
jupyter-notebook-application-7.0.0-alpha.9.tgz: cdc301c067e5583a443fdbf3925959845fef7e870c51b8cc2f374451543919a6
jupyter-notebook-application-extension-7.0.0-alpha.9.tgz: f862bf9884952070f0f8af21f4c4bea26e0275948364903843b3fa3a0ca97bd3
jupyter-notebook-console-extension-7.0.0-alpha.9.tgz: f03a4ff061e14f30280bb48a4e8e959baf4170b2f59be193534ae2e219fa40ba
jupyter-notebook-docmanager-extension-7.0.0-alpha.9.tgz: 3aa886c55828b79c122609cb3bebe64d0f8ba5f3f805fce276967f361d31e799
jupyter-notebook-documentsearch-extension-7.0.0-alpha.9.tgz: 1ddea9ceda0a5856ffd0d93a01a57e7999f6a2d3946c5e28976bf61e2b796f7f
jupyter-notebook-help-extension-7.0.0-alpha.9.tgz: d93f160daf480ce205251d9d97ce1f29eb7b084523332e84eef38b4581713cfa
jupyter-notebook-lab-extension-7.0.0-alpha.9.tgz: 77570e00d7f6474cbdf86466a862791081e1569070d04c4eddf9e820c29aaeb7
jupyter-notebook-notebook-extension-7.0.0-alpha.9.tgz: a5ceda82dd86d1df184a87e19f2f088a2adb01059cfe9fdfad35832a2e8cd3b4
jupyter-notebook-terminal-extension-7.0.0-alpha.9.tgz: 93be8193418711a981cc37c9de93ef33f3c8f373db360f15b441a30a28047776
jupyter-notebook-tree-7.0.0-alpha.9.tgz: 9763463fee3563eea0777c16e0a0f74de0b5cb7be53c9f402226034e309e9d17
jupyter-notebook-tree-extension-7.0.0-alpha.9.tgz: 65cc9bc6b481036bbfc08f255585e69e6d00a5175969b40c190570e998eff2f6
jupyter-notebook-ui-components-7.0.0-alpha.9.tgz: d35ede0cd4abc077d6ad055bf814319338b00c0208ff0c80b14b4e9410c28b69
notebook-7.0.0a9-py3-none-any.whl: 282e1bb8c6e2836995135220e7e21001a6b784b5664881b1ca711c7186bcc579
notebook-7.0.0a9.tar.gz: 2dccc5cbcdebd3a223da76e93c305eec544d42ae0139f4120ab80e911adcd5a0
2022-11-21 09:36:36 +00:00
Jeremy Tuloup
b7ba0592f2
Merge branch 'main' into ci-cleanup
2022-11-21 09:50:46 +01:00
Jeremy Tuloup
b4006ce47b
Merge pull request #6629 from gabalafou/run-p
...
Add run-p (npm-run-all) to dev dependencies
2022-11-21 09:39:33 +01:00
gabalafou
5c3d032176
Add run-p (npm-run-all) to dev dependencies
2022-11-21 08:58:40 +01:00
Jeremy Tuloup
e4b91ec058
Merge pull request #6627 from jtpio/update-latest-lab
...
Update to JupyterLab 4.0.0a31
2022-11-21 08:32:48 +01:00
Steven Silvester
ec6874ccb5
more cleanup
2022-11-19 16:38:01 -06:00
Steven Silvester
f9ecd9fe28
try again
2022-11-19 16:21:49 -06:00
Steven Silvester
e539e80e79
cleanup
2022-11-19 16:14:36 -06:00
Steven Silvester
7c7d400535
fixes
2022-11-19 15:37:31 -06:00
Steven Silvester
aaaac25fc1
cleanup
2022-11-19 14:19:05 -06:00
Steven Silvester
0eb820116a
cleanup
2022-11-19 14:17:40 -06:00
Steven Silvester
ba3addf7cf
cleanup
2022-11-19 14:10:44 -06:00
Steven Silvester
e1a2ea0925
ci cleanup
2022-11-19 14:09:38 -06:00
Jeremy Tuloup
47b0c4fe8e
Fix plugin name for @jupyterlab/apputils-extension:sanitizer
2022-11-18 14:38:05 +00:00
Jeremy Tuloup
4faf064f5f
Try explicit jupyter_server[test] dependency
2022-11-18 14:08:54 +00:00
Jeremy Tuloup
6e0bec0fa7
Try fixing jupyterlab_server dependency
2022-11-18 13:54:54 +00:00
Jeremy Tuloup
698f664a3c
Align jupyterlab_server
dependency
2022-11-18 13:43:48 +00:00
Jeremy Tuloup
dee7d55380
Do not load CSS of disabled federated extensions
2022-11-18 13:25:18 +00:00
Jeremy Tuloup
bb33f30577
Bump jupyterlab_server
2022-11-18 10:45:10 +00:00