31 Commits

Author SHA1 Message Date
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
4a0387f6c4
Update to JupyterLab 4.0.0a35 (#6757)
* Update deps

* Drop `skipLibCheck`

* Integrity fixes

* Fix deps

* Enable the file size column by default

* Fix yarn.lock

* Enable file name search toolbar item

* Update Playwright Snapshots

* Update Playwright Snapshots

* Try set overflow options explicitly

* Update Playwright Snapshots

* Update to the latest Lumino 2 rc

* Fix yarn.lock

* Update Playwright Snapshots

---------

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2023-03-07 14:42:48 +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
Steven Silvester
4ebaa3c0b6 update version handling again 2022-09-23 12:53:55 -05:00
Steven Silvester
ca6dd3cf42 more version handling 2022-09-23 12:47:23 -05:00
Steven Silvester
1f2b682228 another attempt 2022-09-23 12:40:15 -05:00
Steven Silvester
697ba0fea8 switch to hatch for python version 2022-09-23 12:10:10 -05:00
Steven Silvester
614e4780b8
Use hatch backend (#6425) 2022-06-13 10:19:48 -05:00
Jeremy Tuloup
8b6c8209ad More renaming 2022-03-01 08:39:53 +01:00
Jeremy Tuloup
78f745573c First round of renaming to notebook 2022-03-01 08:39:36 +01:00
Jeremy Tuloup
059422c629 Fix handling of Python version 2022-01-02 15:06:41 +01:00
Jeremy Tuloup
efa9740494 Add script to link schemas 2021-11-01 16:04:15 +01:00
Jeremy Tuloup
83cefe4326
Fix handling of --skip-commit 2021-09-23 09:44:41 +02:00
Jeremy Tuloup
ec010b0fa3 More cleanup 2021-09-11 19:33:55 +02:00
Jeremy Tuloup
16678dc581 Clean up bump version script 2021-09-11 19:32:59 +02:00
Jeremy Tuloup
ecdeb28163
Fix handling of skip-commit (#212)
* Fix handling of skip-commit

* Expose skip-commit
2021-09-08 17:08:44 +02:00
Jeremy Tuloup
17c1792c8f
Remove release-npm script (#210)
* Remove release-npm script

* Remove the npm publish check on CI
2021-09-08 14:51:22 +02:00
Jeremy Tuloup
a7ed40634f
Improve the bump version script (#185)
* Improve the bump version script

* Add releaser `version-cmd` to `package.json`

* Add `RH_VERSION_SPEC` to the check release workflow

* Update version in package.json

* Remove prepare script

* Update MANIFEST.in

* Add `check-manifest` ignore list

* Remove old logo

* Update ignore list

* Update MANIFEST.in

* Revert "Update MANIFEST.in"

This reverts commit a0357d9084aaa239258337fdf8609ae36cd7e36a.

* Update ignore list
2021-07-22 17:19:59 +02:00
Jeremy Tuloup
98d2e067f5 Run integrity on release postbump 2021-04-12 00:11:24 +02:00
Jeremy Tuloup
b5c93c8a2d Add small integrity script to ensure resolutions 2021-04-12 00:05:32 +02:00
Jeremy Tuloup
1414c011c0
Add script to publish tarballs to npm (#86)
* Add script to publish tarballs

* Add CI check for the release:npm script

* Move release script first

* Remove console.log

* Create dist folder

* Fix resolve in npm script

* Cleanup dist after test publish

* debug

* git checkout

* Test in separate job for simplicity

* Fix deps

* Publish npm in dry run mode

* mkdir pkgs

* Remove sha256 files from dist

* Remove skip_existing

* Remove --dry-run
2021-01-22 16:57:20 +01:00
Jeremy Tuloup
160c310016 Reset version on CI 2021-01-20 17:54:19 +01:00
Jeremy Tuloup
8f82032036 Tag after committing 2021-01-19 13:50:37 +01:00
Jeremy Tuloup
23f6a4e6e2 Fix major version bump 2021-01-19 11:32:19 +01:00
Jeremy Tuloup
e59ea4e7d8 Add script to bump the version 2021-01-19 10:38:15 +01:00
Jeremy Tuloup
b902112a7f Rename script to release:patch 2021-01-19 10:10:50 +01:00
Jeremy Tuloup
f51d5f7829 Commit Python and JS together 2021-01-19 10:06:25 +01:00
Jeremy Tuloup
c38f114221 Add --no-git-tag-version 2021-01-19 10:02:43 +01:00
Jeremy Tuloup
068a3ed006 Update patch release script 2021-01-19 09:56:28 +01:00
Jeremy Tuloup
bb2dbdf1c6 Add bumpversion configuration files 2021-01-19 09:56:27 +01:00
Jeremy Tuloup
7a519059bf Add script to do a patch release 2021-01-19 09:56:25 +01:00