Commit Graph

147 Commits

Author SHA1 Message Date
Jeremy Tuloup
b5133c67f1
Test against Python 3.12 (#6999)
* Test against Python 3.12

* Only on `ubuntu-latest` for now

* Fix typo

* `allow-prereleases: true`

* Fix `py_cmd`

* Update build.yml

* Try all platforms on 3.12
2023-08-07 07:10:46 +02:00
Emmanuel Ferdman
0f7729fda1
fix: update link to troubleshooting guidelines (#6964)
* fix: update link to troubleshooting guidelines

Signed-off-by: emmanuel-ferdman <emmanuelferdman@gmail.com>

* fix: small typo in ISSUE_TEMPLATE/config.yml

Signed-off-by: emmanuel-ferdman <emmanuelferdman@gmail.com>

---------

Signed-off-by: emmanuel-ferdman <emmanuelferdman@gmail.com>
2023-07-17 10:30:37 +02:00
Rosio
9b9ab51c67
update issue templates (#6939) 2023-06-22 09:08:44 +02:00
Jeremy Tuloup
245c3e9efb
Update JupyterLab, add image viewer (#6922) 2023-06-16 09:39:04 +02:00
Jeremy Tuloup
044089dc98
Update to JupyterLab 4.0.1 (#6892)
* Update to JupyterLab 4.0.1

* Sort notebooks first by default
2023-05-31 14:35:21 +02:00
Jeremy Tuloup
9863625809
Provide a custom rendermime plugin to handle local links (#6885)
* Provide a custom rendermime plugin

* Lint

* Add UI tests for local links

* Ignore check link in the test notebook

* Improve tests
2023-05-25 17:10:16 +02:00
Jeremy Tuloup
00eed6292a
Fix action name in update workflow (#6884) 2023-05-25 13:49:45 +02:00
Jeremy Tuloup
78ad211fdc
Fix playwright bot (#6880)
* Add `stdout` to the playwright config

* tmp: test UI change

* add env var

* try on push

* try triggers

* more debug

* uncomment condition

* fix pr checkout

* try additional jlpm

* try copy yarnrc

* try jlpm install

* run base setup after

* try jlpm install

* try start_server_script

* try installing yarn 3

* try alias

* try with custom action

* undo previous debug

* undo test changes

* Use `npm_client`

* Update to upstream action
2023-05-25 13:42:44 +02:00
Jeremy Tuloup
d51836480c
Update to JupyterLab 4 final (#6871)
* Update to JupyterLab 4 final

* Update python package

* fix yarn.lock

* Fix leftover `@jupyterlab/celltags`
2023-05-16 09:22:19 +02:00
Jeremy Tuloup
c0071d7960
Update to JupyterLab 4.0.0rc1 (#6864)
* Update to JupyterLab 4.0.0rc1

* Update yarn.lock

* Bump to `4.0.0rc1`
2023-05-09 18:24:24 +02:00
Jeremy Tuloup
4b6af274b2
Update to JupyterLab 4.0.0rc0 (#6853)
* Update to JupyterLab 4.0.0rc0

* Increase `timeout-minutes`

* ignore binder link

* try without query string parameter
2023-04-28 08:54:39 +02:00
Jeremy Tuloup
787339c09e
Update to JupyterLab 4.0.0b1 and 4.0.0b2 (#6838)
* Update to JupyterLab 4.0.0b1

* fix resolutions

* more updates

* Remove previous shortcuts plugin

* Bump `jupyter_server` dependency

* Align playwright dependency

* Update to JupyterLab 4.0.0b2

* fix some deps

* Update yarn.lock

* add util fallback

* style the footer

* fix footer background

* move mouse before taking the screnshot

* update ui tests yarn.lock

* disable the notebook footer for now

* update snapshots
2023-04-27 10:12:43 +02:00
Steven Silvester
27c93719e7
Use local coverage (#6839)
* use local coverage

* bump min jupyterlab_server version

* bump min jupyterlab_server version

* add fail_under
2023-04-14 00:44:51 +00:00
Jeremy Tuloup
2282307c36
Update to JupyterLab 4.0.0b0 (#6803)
* Update to JupyterLab beta

* fix resolutions

* fix the build
2023-03-28 14:29:41 +02:00
Jeremy Tuloup
7903de83e8
Update to JupyterLab 4.0.0a37 (#6777)
* Update JupyterLab and Lumino packages

* fix resolutions

* Update to TypeScript 5 final

* Reuse upstream sessionDialogs plugin

* update gitpod setup

* Update UI tests setup

* Update npmClient

* try without immutable

* add explicit playwright dep

* Update mathjax package

* update yarn.lock

* update dev dependencies

* lint

* update yarn.lock

* Fix typescript dependency

* fix metapackage
2023-03-20 13:49:22 +01:00
Jeremy Tuloup
0faa88c8b6
Update to JupyterLab 4.0.0a36 (#6773)
* Update to JupyterLab 4.0.0a36

* Update `webpack`

* Refresh deps

* fix yarn.lock

* Update Playwright Snapshots

* Update Playwright Snapshots

---------

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2023-03-15 09:50:55 +01:00
Jeremy Tuloup
b8e9cae07b
Enable nx (#6718)
* Enable `nx`

* Remove the `install` script

* Remove `prepublishOnly`script

* try clean before build:prod

* debug

* more debug

* try removing pip install -e . step

* Remove debug
2023-02-16 09:37:27 +01:00
Jeremy Tuloup
ef67879306
Update to JupyterLab 4.0.0a34 (#6732)
* Update `@jupyterlab` and `@lumino`packages

* Remove docprovider and collaboration packages

* Fix rendermime

* Drop `@types/react`

* Fix `ICompletionProviderManager`

* Bump jupyterlab Python package

* Update Jupyter Server config

* Ignore F821 for now

* Try `LabServerApp`

* Update Playwright Snapshots

* Update Playwright Snapshots

* Remove the `--collaborative` flag

---------

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2023-02-15 08:34:26 +01:00
Jeremy Tuloup
6e6ac276e7
Fix Playwright snapshot update workflow (#6724)
* tmp: test updating UI

* Update `test_folder`

* try debug with workflow dispatch

* try on push

* fix

* try more triggers

* debug

* Install pre-commit

* run base setup

* try disable git hooks

* undo test changes
2023-02-09 15:15:16 +01:00
Jeremy Tuloup
32970b4417
Add workflow to update snapshots (#6723)
* Add workflow to update snapshots

* tmp: test ui change

* Revert "tmp: test ui change"

This reverts commit d964bf80e3.
2023-02-09 12:17:44 +01:00
Jeremy Tuloup
61b2ad27ea
Use Playwright webServer (#6720)
* Use Playwright `webServer`

* Try `jlpm start`

* Lint
2023-02-09 09:50:23 +01:00
Jeremy Tuloup
27c2bfbb80
Update to JupyterLab 4.0.0a33 (#6713)
* Update to JupyterLab 4.0.0a33

* Update Lumino packages

* Update to React 18

* Fix default browser

* Add defaultFileBrowser plugin

* Update yarn.lock

* Require Python 3.8

* Remove docprovider

* Bump Python dependencies

* Move Python bumps

* Unbump `jupyterlab_server`

* Align `jupyterlab_server`dep

* Bump jupyterlab_server

* Try with 3.10

* Manually set checkpoint text in UI tests

* Fix checkpoints value in UI tests

* Update snapshots
2023-02-07 14:52:18 +01:00
Steven Silvester
4e6282c1e5
Add releaser workflows (#6698)
* add releaser workflows

* add workflow files
2023-01-17 09:04:05 +01:00
Jeremy Tuloup
7b82dbbdf6
Create auto_author_assign.yml (#6696) 2023-01-16 14:03:41 +01: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
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
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
Steven Silvester
62977896e0
Clean up workflows (#6635) 2022-11-24 14:15:23 +00: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
Jeremy Tuloup
b7ba0592f2
Merge branch 'main' into ci-cleanup 2022-11-21 09:50:46 +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
a5d0bb2124 Update JupyterLab Python package 2022-11-18 10:18:31 +00:00
Jeremy Tuloup
34f82c127a Bump to Python 3.11 on CI 2022-11-15 10:03:38 +01:00
Steven Silvester
9141f3eabb
Fix async contents handling and add test (#6616)
* Fix async contents handling and add test

* cleanup

* fix arg

* add another ignore
2022-11-10 20:50:26 -06:00
dependabot[bot]
43f24e7637
Bump dessant/lock-threads from 2 to 3
Bumps [dessant/lock-threads](https://github.com/dessant/lock-threads) from 2 to 3.
- [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/v2...v3)

---
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>
2022-10-17 13:49:44 +00:00
Jeremy Tuloup
a525ced952
Add dependabot config to update GitHub Actions 2022-10-17 15:34:34 +02:00
Jeremy Tuloup
d7612e5d6a
Update actions/upload-artifact 2022-10-17 15:15:12 +02:00
Jeremy Tuloup
d111c159ba
Update actions/checkout and actions/download-artifact 2022-10-17 14:44:18 +02:00
Steven Silvester
642be7aef5 cleanup 2022-10-16 19:54:40 -05:00