Commit Graph

13 Commits

Author SHA1 Message Date
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
9d67de4ce0 install workaround before installing with pip 2022-04-12 08:28:10 +02:00
Eric Charles
e3aea457b9 temporary workaround to fix js-tests related to sanitizer js loading by phantomjs 2022-04-12 08:10:23 +02:00
Steven Silvester
9e3a700111
Update links and fix check-release (#6310) 2022-03-14 07:46:27 -05:00
Alexey Stepanov
8fd3ce97b3
Fix: CI error for python 3.6 & macOS (#6215)
Co-authored-by: GitHub Action <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: maliubiao <maliubiao@gmail.com>
Co-authored-by: Maxim Martynov <martinov_m_s_@mail.ru>
Co-authored-by: Niyas Sait <niyas.sait@linaro.org>
Co-authored-by: Jiaqi <jiaqi@creditninja.com>
Co-authored-by: Ben Greiner <code@bnavigator.de>
Co-authored-by: David Leen <dleen@netflix.com>
Co-authored-by: Kevin Bates <kbates4@gmail.com>
Co-authored-by: Steven Silvester <steven.silvester@gmail.com>
2021-12-24 11:19:42 -06:00
Steven Silvester
601ac0e4f4
enforce labels on PRs (#6235) 2021-11-18 15:50:27 -06:00
Niyas Sait
25abca0723 Enable terminal tests as pywinpty is ported for python 3.9 2021-11-11 16:05:57 +00:00
Steven Silvester
44c7f1260b
clean up link checking (#6130) 2021-08-10 08:43:56 -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
Jeremy Tuloup
6451230075
Add Workflow Permissions for Lock Bot (#6042) 2021-04-23 04:02:01 -05:00
Afshin Taylor Darian
c14d7f4ec8
Add Issue Lock and Answered Bots (#6019) 2021-03-22 16:30:07 -05:00
Kevin Bates
434c5cb4cb
Skip collection of terminal tests on Windows 3.9+ 2021-01-29 11:15:42 -08:00
Kevin Bates
364ac5257d
Replace Travis and Appveyor with Github Actions 2021-01-13 15:07:02 -08:00