Commit Graph

12222 Commits

Author SHA1 Message Date
GitHub Action
f6d6f9c7a4 Automated Changelog Entry for 6.5.3 on 6.5.x 2023-03-06 07:03:05 +00:00
Lumír 'Frenzy' Balhar
7939fc595d
Add .mo and .json files for translations (#6728)
Fixes: https://github.com/jupyter/notebook/issues/6717
2023-02-23 10:21:52 -08:00
Andrii Ieroshenko
20c8eea472
Fix ru_RU translation (#6745)
* Fix ru_RU translation

* remove typo
2023-02-22 23:05:02 -08:00
Jason Weill
81fb1ff1f8
Update kernel translation (#6744) 2023-02-22 16:49:25 -08:00
Eric Charles
d0ecb74a1b
Add a banner and log to information about the migration to Notebook 7 plan (#6742)
* Add a banner to inform about the migration plan to notebook 7

* remove trailing spaces
2023-02-20 09:12:03 -08:00
Juergen Hasch
87738641b3
Add sys_info to page template (#6668)
Co-authored-by: Juergen Hasch <juergen.hasch@mmwaves.de>
2022-12-21 07:17:30 +01:00
Satoshi Yazawa
e9e5a93dc8
Apply PR #6609 to 6.5.x (Fix rename_file and delete_file to handle hidden files properly) (#6660)
* Fix the path form for rename_file

* Fix tests for rename_file to give values in relative paths

* Fix tests to be in line with jupyter-server

* Fix for determining whether a file is hidden and tests for delete_file

Co-authored-by: yacchin1205 <968739+yacchin1205@users.noreply.github.com>
2022-12-12 10:46:45 -08:00
GitHub Action
047f69f328 Publish 6.5.2
SHA256 hashes:

notebook-6.5.2-py3-none-any.whl: e04f9018ceb86e4fa841e92ea8fb214f8d23c1cedfde530cc96f92446924f0e4

notebook-6.5.2.tar.gz: c1897e5317e225fc78b45549a6ab4b668e4c996fd03a04e938fe5e7af2bfffd0
2022-10-30 06:46:46 +00:00
Eric Charles
318c8830c8
Merge pull request #6606 from jupyter/changelog-cc96dc8e581c11eda150ad4b01cb604c
Automated Changelog Entry for 6.5.2 on 6.5.x
2022-10-30 07:42:25 +01:00
GitHub Action
e8f2d434b8 Automated Changelog Entry for 6.5.2 on 6.5.x 2022-10-30 06:33:43 +00:00
Rosio
8a00144fa9
Merge pull request #6593 from datalayer-externals/deps/nbclassic-0.4.7
Depend on nbclassic 0.4.7
2022-10-28 09:56:46 -07:00
Eric Charles
94b7b0d204 nbclassic lower boundary to 0.4.7 2022-10-27 09:34:32 +02:00
Eric Charles
1399aa64e3 upgrade nbclassic dependency to 0.4.7 2022-10-20 09:09:39 +02:00
Rosio
2a9199de14
Merge pull request #6580 from datalayer-externals/fix/custom-preload
Ensure custom preload is correctly handled
2022-10-18 12:59:35 -07:00
Eric Charles
ab71610669 Ensure custom preload is correctly handled 2022-10-16 11:36:45 +02:00
Eric Charles
8e5d4f5c5a
Merge pull request #6578 from RRosio/update_jqui_path
Fix: jQuery-UI 404 Error by updating dependency path in static template
2022-10-16 08:42:59 +02:00
RRosio
f68d5198b0 update dependency path in static template 2022-10-14 09:13:31 -07:00
GitHub Action
e278213b07 Publish 6.5.1
SHA256 hashes:

notebook-6.5.1-py3-none-any.whl: 660849b12a1e03f98bfc84ec73422f09a4fdd1af6679c1935b1baf426b864fca

notebook-6.5.1.tar.gz: f69fd3b13df092af3a66c8797fa8ce00608db71cade89105ac4178b8d8d154aa
2022-10-13 14:01:13 +00:00
Eric Charles
1345a6e20c
Merge pull request #6571 from jupyter/changelog-e392ac544afe11ed98bfb9dc4caa5efa
Automated Changelog Entry for 6.5.1 on 6.5.x
2022-10-13 15:57:33 +02:00
GitHub Action
f5ff41ffd1 Automated Changelog Entry for 6.5.1 on 6.5.x 2022-10-13 13:56:52 +00:00
Eric Charles
67546dad67
Merge pull request #6570 from datalayer-externals/fix/pin-nbclassic
fix: pin temporary to nbclassic 0.4.5
2022-10-13 15:54:39 +02:00
Eric Charles
228c1bacb3 fix: pin temporary to nbclassic 0.4.5 2022-10-13 15:51:42 +02:00
GitHub Action
cd117534ef Publish 6.5.0
SHA256 hashes:

notebook-6.5.0-py3-none-any.whl: 9a8617be63ef54d14c79c4089b714359dfee49a945ae723220fea282421e0f6e

notebook-6.5.0.tar.gz: c5b747b047aa934da5f8f52d3b7219e7338684890d8dd6d9cac5d67d4513f924
2022-10-13 13:42:20 +00:00
Eric Charles
4a3318d65d
Automated Changelog Entry for 6.5.0 on 6.5.x (#6569)
* Automated Changelog Entry for 6.5.0 on 6.5.x

* Update CHANGELOG.md

* Automated Changelog Entry for 6.5.0 on 6.5.x

Co-authored-by: GitHub Action <41898282+github-actions[bot]@users.noreply.github.com>
2022-10-13 15:33:26 +02:00
Eric Charles
3c7afbdff6
Merge pull request #6545 from krassowski/forwardport-6461-on-6.5
Forward port of #6461: Fix a typo in exception text
2022-09-25 04:46:51 +02:00
Michał Krassowski
8af9729c81
Update filemanager.py 2022-09-25 03:16:02 +01:00
Eric Charles
4fe291e0ac
Merge pull request #6540 from krassowski/patch-2
Normalise `os_path`
2022-09-25 03:55:11 +02:00
Michał Krassowski
73bf317dd1
Normalise os_path
Port of https://github.com/jupyter-server/jupyter_server/pull/886
2022-09-11 18:33:47 +01:00
GitHub Action
8e5bd6b13b Publish 6.5.0rc0
SHA256 hashes:

notebook-6.5.0rc0-py3-none-any.whl: 1694558aa4620e2169eb42db5a036dfb3e06307186fdae1598b1e816fbd8fd5e

notebook-6.5.0rc0.tar.gz: 5080b2b7541d93aea1604d3ea544c307ae80a354e4446585bab9698a262ed018
2022-08-30 19:03:20 +00:00
Rosio
3028a23c1a
Merge pull request #6530 from jupyter/changelog-23507466289511edbd86b162d62d4cb8
Automated Changelog Entry for 6.5.0rc0 on 6.5.x
2022-08-30 11:57:20 -07:00
GitHub Action
660de2ff37 Automated Changelog Entry for 6.5.0rc0 on 6.5.x 2022-08-30 18:54:12 +00:00
Eric Charles
6d7109a6f3
Merge pull request #6511 from RRosio/patch-redirect
Update redirect logic and tests
2022-08-10 10:07:21 +02:00
RRosio
9aacc4dea1 update tests for login 2022-08-08 08:32:49 -07:00
RRosio
a9a85861ec update redirect login checks 2022-08-08 08:30:44 -07:00
GitHub Action
8794be872e Publish 6.5.0b0
SHA256 hashes:

notebook-6.5.0b0-py3-none-any.whl: 13a7eed7bb19162b0e36c8a8ed010dd9a0873c40061fd92d7bf9c330437baa53

notebook-6.5.0b0.tar.gz: 264b7925abf90b0396e962bc76a17960cda2c0358b578b817ef159e73272f04d
2022-07-29 16:01:22 +00:00
Eric Charles
d40f3b5e16
Merge pull request #6493 from jupyter/changelog-755a1de60f5611ed8e506f9c4c6fa68b
Automated Changelog Entry for 6.5.0b0 on 6.5.x
2022-07-29 17:56:02 +02:00
GitHub Action
3bb220ad4c Automated Changelog Entry for 6.5.0b0 on 6.5.x 2022-07-29 15:52:33 +00:00
GitHub Action
cf99895d59 Publish 6.5.0a0
SHA256 hashes:

notebook-6.5.0a0-py3-none-any.whl: 350528ca6ddfef52b29d28334b356f7b890b016d87e0f26360ef68a2c9650330

notebook-6.5.0a0.tar.gz: 311d48fb6712d344438d7ab39ebb9ec8a7dfa6350efa7712648e5fe788919b57
2022-07-26 16:25:13 +00:00
Eric Charles
e84578139c
Merge pull request #6491 from datalayer-externals/revert/release_6_5_0a0
Revert failed release 6.5.0a0
2022-07-26 18:14:39 +02:00
Eric Charles
d2b3ec008f revert failed release 6.5.0a0 2022-07-26 18:13:36 +02:00
GitHub Action
5b0a60223a Publish 6.5.0a0
SHA256 hashes:

notebook-6.5.0a0-py3-none-any.whl: 9a2a2e0fa063b958e2c60fe8dafe85ae4957f4542f3c85daa2b7d79a869f359e

notebook-6.5.0a0.tar.gz: 8181eba2e695b77bd6417ce42e399af9f65287e956513677a8f8496d13116532
2022-07-26 16:05:34 +00:00
Eric Charles
d8c57100ae
Merge pull request #6490 from jupyter/changelog-bc288ea40cfb11edba5dbb19ec336462
Automated Changelog Entry for 6.5.0a0 on 6.5.x
2022-07-26 18:01:37 +02:00
GitHub Action
7680da7ddc Automated Changelog Entry for 6.5.0a0 on 6.5.x 2022-07-26 15:58:05 +00:00
Eric Charles
87d57658aa
Merge pull request #6488 from RRosio/update_docs
Update contributing docs to reflect changes to build process
2022-07-26 09:50:49 +02:00
RRosio
72325f5f06 add link to nbclassic repository 2022-07-25 12:48:44 -07:00
RRosio
1c71ecf117 Updating CONTRIBUTING.rst to reflect changes to build process 2022-07-25 12:37:19 -07:00
Eric Charles
eb52418ea0
Merge pull request #6484 from ericsnekbytes/selenium_test_updates
Selenium test updates
2022-07-25 15:16:08 +02:00
Eric Gentry
446d02eb12
Merge branch '6.5.x' into selenium_test_updates 2022-07-25 08:46:08 -04:00
Eric Gentry
dc64e03afc
Make notebook 6.5.x point to nbclassic static assets (#6474)
* Initial WIP static files removal (it builds, but has bugs).

* del nbclassic from __init__.

* Removed unneeded CSS/JS compilation logic.

* Removed more frontend web logic.

* Added nbclassic as a proper notebook dependency.

* Updated nbclassic dependency version.

* Added nbclassic to pyproject.toml.

* Moved DEFAULT_STATIC_FILES_PATH.

* Removed JS tests.

* Added nbclassic tgo docs build.

* Adding blank pre-commit-config for CI checks.

* Edited empty pre-commit-config

* Added docs to enforce-label workflow.

* Revised workflow comments.

* Adding WIP version_spec value to check_release step.

* Changed dev version number.

* Revert "Changed dev version number."

This reverts commit e66673160f.

* Manual WIP version number update to 6.5.0.dev

* Manual (WIP) version dummy value for CI check.

* Revised version numbner (WIP).

* Reverted version number to pre-PR value.

* Pinned selenium version.

* Removed setup.py jsversion call.

* Removed webpack config.

* Removed bower/other web files.

* Disable test with modal dialog error.

* Modified pip upgrade command.
2022-07-25 14:36:46 +02:00
Eric Charles
e97f73dd9f
Merge pull request #6485 from RRosio/docs
Fix Check Release/link_check CI Job
2022-07-22 17:37:07 +02:00