Commit Graph

16 Commits

Author SHA1 Message Date
github-actions[bot] 6791ce569a v3.9.0 2025-05-20 08:57:13 +00:00
github-actions[bot] 445496e37a v3.8.2 2025-03-11 02:27:03 +00:00
github-actions[bot] c82a45683e v3.8.1 2025-03-07 09:02:42 +00:00
github-actions[bot] 83d7b2e19f v3.8.0 2025-02-24 11:43:56 +00:00
opensumi[bot] 20a03ae089 Merge branch 'v3.7' 2025-02-17 12:37:43 +00:00
github-actions[bot] 222d1329fb v3.7.1 2025-02-17 12:32:10 +00:00
LouisLv 90516ac90c
chore: update to the latest diff package (#4376)
* fix: update diff package version

* chore: update lock

* fix: exclude notebook package from coverage
2025-02-17 14:34:26 +08:00
LouisLv 54bc272ac0
feat: support diff & git uri preview of notebook file (#4323)
* feat: 支持 notebook git uri 预览

* feat: 完成diff新增cell能力开发

* feat: 支持cell diff

* feat: support delete & unchanged cell diff

* fix: fix notebook git uri

* fix: dispose editors

* fix: update dependency on editorTargetRef current value

* fix: lint problem

* fix: missing deps

* chore: update lock
2025-01-20 17:12:20 +08:00
github-actions[bot] 81708ca105 v3.7.0 2025-01-03 09:09:57 +00:00
John 647b57360e
refactor: upgrade monaco 0.53.0-dev (#4227)
* chore: dev commit

* fix: ext host with commonjs referencing esm

* fix: lazy recursive error

* fix: adaptation feature

* fix: monaco worker module

* fix: problem ai

* chore: improve code

* fix: lint

* fix: ci

* fix: monaco dynamic import bundle

* fix: ci

* feat: enhance Jest configuration with custom transform settings

* fix: ci
2024-12-24 17:30:32 +08:00
github-actions[bot] 23eb1f0732 v3.6.4 2024-12-20 07:03:30 +00:00
github-actions[bot] 47aace4ea8 v3.6.3 2024-12-17 11:11:00 +00:00
github-actions[bot] 2d56a07d5d v3.6.2 2024-12-17 06:47:20 +00:00
github-actions[bot] ca15b4c76f v3.6.1 2024-12-10 09:15:39 +00:00
github-actions[bot] 8031f46b73 v3.6.0 2024-12-02 09:52:45 +00:00
zhanba e38d4dc21c
feat: add notebook (#3945)
* feat: add notebook module

* chore: temp support startup

* fix: issues related to the libro export way

* feat: upgrade typescript to 5, build notebook to esnext

* chore: sync libro official change

* fix: change build setting

* chore: sync libro official change

* fix: devtool support esModule

* chore: reset test

* fix: outline

* feat: add notebookServerHost to appConfig

* chore: only init libro server manager when notebook file opened for the first time

* chore: add readme

* chore: remove useless code

* fix: missing extension

* fix: dep conflict

* chore: update lock

* chore: add fixme to existed error

* fix: ts error

* fix: lint error

* fix: add missing deps

* chore: remove outdated tsconfig

* fix: update server connection settings based on protocol

* chore: add tsconfig for notebook package

* chore: remove useless code

* feat: add authentication token option for notebook server connections

* refactor: extend LibroContribution with Disposable and update theme logic

* refactor: correct method name typo in multiple files

* fix: remove useless observer

* fix: optimize code

* fix: optimize code

* build: add @opensumi/ide-components dependency

* chore: update lock

* chore: simplify notebook command register

Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>

* fix: lint error

* docs: update Jupyter notebook server README with token info

* feat: add i18n support for notebook kernel panel

* chore: remove useless code

* refactor: add cleanup for theme service event listener

---------

Co-authored-by: ensorrow <zheyanglv@qq.com>
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
2024-11-15 10:31:57 +08:00