264 Commits

Author SHA1 Message Date
白熱 775d251e23 ci: sync pro 2024-03-16 12:37:29 +08:00
白熱 75d0dca9e2 ci: fix release ci (#1592) 2024-03-15 16:25:23 +08:00
#FF0000 75b4395736 ci: remove translator action (#1580) 2024-03-15 14:29:56 +08:00
Wenzhao Hu 3828239d5c feat(sheet-ui): find & replace (#1349) 2024-03-15 14:27:34 +08:00
白熱 cfd5396362 ci: fix release workflow 2024-03-06 11:26:22 +08:00
白熱 b1d18cae4e feat(design): add preservePositionOnDestroy & defaultPosition to Dialog (#1439)
* feat(design): add `preservePositionOnDestroy` to Dialog

* feat(design): add `preservePositionOnDestroy` & `defaultPosition` to Dialog

* ci: fix storybook preview link
2024-03-04 11:21:01 +08:00
白熱 4cc9e3d99e ci(preview): conditionally deploy to Vercel for Storybook based on the ref value 2024-03-02 20:17:24 +08:00
白熱 d503dc57c9 docs(storybook): chore: reintegrate Storybook (#1459) 2024-03-02 19:15:05 +08:00
白熱 c9d8944c71 ci: test for pro version 2024-02-24 18:15:08 +08:00
白熱 a366a3f5dc ci: remove 'v' prefix from version in notify step webhook payload 2024-02-23 19:24:00 +08:00
白熱 71fc6b0325 chore: remove nightly release workflow 2024-02-20 15:18:25 +08:00
白熱 2e460ed96c chore: fix release workflow 2024-02-19 16:29:07 +08:00
白熱 335fa7024d chore(deps): update deps 2024-02-19 14:30:42 +08:00
白熱 ddf8d949e4 chore(changelog): support changelog (#1367)
* chore(changelog): support changelog

* fix: fix lock file
2024-02-19 12:55:54 +08:00
白熱 3dff992e1a ci: fix notification failure from multiline commit message 2024-02-07 11:08:05 +08:00
白熱 fe4c26aa2c chore: update issues template (#1335) 2024-02-05 17:15:52 +08:00
白熱 ca0880d06c ci: fix incorrect version field in the successful release notification 2024-02-02 12:53:16 +08:00
白熱 4554b275d9 ci: fix incorrect ref specification in the release workflow 2024-02-02 12:42:14 +08:00
白熱 0811849922 chore: upgrade @univerjs/icons 2024-02-02 12:23:47 +08:00
白熱 e506aee0e5 ci: change the read and write permissions of the release workflow 2024-02-02 12:09:07 +08:00
白熱 d83eaf1216 ci: fix translation bot (#1315) 2024-02-01 17:44:50 +08:00
白熱 a780519984 ci: fix release.yml 2024-01-31 20:02:47 +08:00
白熱 aa58dec6ae ci: update release script (#1310) 2024-01-31 20:21:20 +08:00
白熱 6807c8c3e3 ci: allow bot to translate issues title 2024-01-26 20:41:42 +08:00
白熱 9433b0774c ci: fix release workflows 2024-01-26 20:32:53 +08:00
白熱 9f74acfd2c ci: fix ci 2024-01-26 17:23:01 +08:00
白熱 6836da986e chore: migrate stylelint to eslint format (#1275) 2024-01-26 16:26:30 +08:00
白熱 54f6a03088 ci: fix ci 2024-01-26 15:06:20 +08:00
白熱 3c7f2e0eb9 chore: use shared vite configuration (#1270) 2024-01-26 14:59:42 +08:00
白熱 7ef994ed9e ci: fix pull request from fork not triggering ci process correctly 2024-01-26 11:27:20 +08:00
白熱 9051a628ea ci: fix ci 2024-01-25 20:55:56 +08:00
白熱 1489d74991 ci: update ci 2024-01-25 20:00:31 +08:00
白熱 bfd86c1bdf ci: update ci 2024-01-25 18:37:17 +08:00
Ran Luo 9293de8905 build: remove sonar (#1258) 2024-01-25 18:03:14 +08:00
白熱 c7606dbf90 chore: fix lint (#1242)
* chore: fix lint

* chore: optimize actions
2024-01-24 12:17:41 +08:00
白熱 ee85ccbef9 chore: migrate to eslint 8+ (#1235)
* chore: migrate to eslint 8+

* chore: remove unused deps

* fix: fix type check

* chore(eslint): add missing rules
2024-01-24 10:57:03 +08:00
Wenzhao Hu 1ad16facfd ci: add sonar cloud (#1197)
* ci: add sonar cloud

* ci: add tokens

* ci: setup sonar

* fix: fix project key

* fix: try fixing syntac

* fix: fix CI
2024-01-20 19:28:16 +08:00
白熱 4fc8836fc7 ci: support auto translation of issues (#1172) 2024-01-17 21:25:19 +08:00
白熱 3143cf4b9a ci: update sync action 2024-01-16 22:29:45 +08:00
白熱 1792b0ef75 ci(preview-deploy): display run id in comment (#1124) 2024-01-12 17:56:53 +08:00
白熱 225b2b65f4 ci(preview-deploy): display run id in comment (#1123) 2024-01-12 17:49:03 +08:00
白熱 1bc86abbe4 chore(release): v0.1.0-beta.2 (#1116)
* chore(release): v0.1.0-beta.2

* fix: fix ci
2024-01-12 12:15:11 +08:00
Wenzhao Hu 6224b4f3e2 feat(facade): add more Facade API (#1029)
* feat(formula): register function (#928)

* feat(formula): register function

* feat(formula): register function in worker

* feat(formula): register function, send to worker

* feat(formula): register function in uniscript

* feat(formula): use simple description when register function

* fix(facade): conflict

* fix(formula): register description

* fix(formula): register use service

* fix(formula): custom function service name

docs: add how to contribute to facade API

fix: fix type errors

fix: fix unintented change

fix: tsconfig format

chore: move spec file

feat: init find-replace plugin

feat(facade): add more apis

feat(facade): add API of changing number format

feat(facade): add callback API

feat: add set number format apis

feat(facade): change wrap and alignment API

* fix: resolve conflict

* fix: change naming

* fix: fix type error

* fix: fix type error

* fix: lint problems

---------

Co-authored-by: Dushusir <1414556676@qq.com>
2024-01-08 18:39:15 +08:00
白熱 a2141e55dc ci: only report coverage when node-version is 18 (#1042) 2024-01-06 20:37:37 +08:00
Wenzhao Hu d8e4ef57f6 test: add more test for CommandService & LifecycleService (#899)
* test: add more test for CommandService

* fix: fix type error

* chore: update CODEOWNERS

* test: test lifecycle service

* chore: remote redundant code
2024-01-02 09:02:11 +08:00
Ran Luo 5c342304c6 refactor: migrate zen editor to packages (#914)
* refactor: migrate zen editor to packages

* feat: update Zen Editor plugin version and description

* chore: upadte CODEOWNERS

---------

Co-authored-by: 白熱 <sonne@asaki.me>
2023-12-28 20:13:19 +08:00
白熱 4c57d606ee ci: add sync action 2023-12-26 13:55:30 +08:00
白熱 08cca7be49 chore: add default peering (#870)
* chore: add default peering

* fix: fix the compilation of storybook
2023-12-25 14:17:04 +08:00
Wenzhao Hu b9c4cc1840 chore: add codecov threshold (#860) 2023-12-25 09:34:21 +08:00
Wenzhao Hu ffe05d9449 chore: add funding configs 2023-12-22 23:23:06 +08:00