Commit Graph

11 Commits

Author SHA1 Message Date
fengmk2
4427a4fca5 feat: use egg v4 (#747)
BREAKING CHANGE: only support egg >= 4.0.0

the first app on egg v4

https://github.com/eggjs/egg/issues/3644
2025-02-09 15:43:24 +08:00
fengmk2
9664504151 fix: force detect unpkg-white-list (#695) 2024-05-30 14:20:48 +08:00
elrrrrrrr
73b4383f5c feat: revalidate latest version (#573)
> closes #376: fix issue with incomplete binary file after upstream
release or sync failure
* 🧶 Modify the binary `diff` method, adding latest version check method.
* ♻️ Perform additional comparison on the latest version, without
modifying existing data.

---------
> 修复 #376 ,兼容上游发布或同步失败后,产物同步不全的问题
* 🧶 调整 binary `diff` 方法,添加最新版本校验逻辑
* ♻️ 对最新版本的子目录进行额外比对,存量数据不做修改
2023-08-22 15:41:04 +08:00
elrrrrrrr
27ee3d61a3 fix: type import (#502)
> fix loading issues in the integrate mode
* 🧶 Modify the spec validation to only support `version` `tag` `range`
and not `alias` method.
* 🤖 Remove ts baseUrl config, use relative paths uniformly.

----

> 修复集成模式加载失败
* 🧶 修改 Spec 校验,仅支持 `version` `tag` `range`,不支持 `alias` 方式
* 🤖 去除 ts baseUrl 配置,统一使用相对路径
2023-06-07 18:10:36 +08:00
fengmk2
f4f40edf43 fix: skip download exists binary file (#389) 2023-02-02 15:54:07 +08:00
fengmk2
8e3acaead9 refactor: use tegg v3 (#370)
BREAKING CHANGE: use SingletonProto instead of ContextProto

Co-authored-by: killagu <killa123@126.com>
2023-01-17 23:37:38 +08:00
fengmk2
07f2eba137 🤖 TEST: Mock all binary http requests (#328) 2022-10-07 23:59:05 +08:00
fengmk2
4b0c7dc619 🤖 TEST: Mock all httpclient request (#327) 2022-10-07 01:14:56 +08:00
killagu
a309edfa2e feat: support bug-versions when package synced 2022-04-05 14:53:40 +08:00
fengmk2
78e3a50aa2 📦 NEW: Sync sqlite3 binary (#88) 2022-01-06 01:10:53 +08:00
fengmk2
9c318331fa 📦 NEW: Support binary sync worker (#80) 2022-01-03 22:37:42 +08:00