Coding at yuque.com
Block or Report
Block or report fengmk2
Report abuse
Contact GitHub support about this user’s behavior. Learn more about reporting abuse.
Report abusePinned
698 contributions in the last year
Less
More
Activity overview
Contribution activity
January 2022
Created 74 commits in 7 repositories
Created a pull request in cnpm/bug-versions that received 6 comments
Opened 51 other pull requests in 7 repositories
cnpm/cnpmcore
37
merged
1
closed
-
👌 IMPROVE: Avoid query db on tgz download request -
🐛 FIX: Auto fix maintainers -
🐛 FIX: ignore oss not appendable error -
👌 IMPROVE: retry on http request error -
👌 IMPROVE: timeout up to 90s -
👌 IMPROVE: use gzip and increae timeout to 30s -
👌 IMPROVE: Auto retry if network request error -
👌 IMPROVE: Support CDN cache headers -
👌 IMPROVE: Allow disable sync upstream -
🐛 FIX: Refresh manifests when remote version not exists -
👌 IMPROVE: Sync download data only if pkg exists -
👌 IMPROVE: Upstream is cnpmcore -
📦 NEW: Sync download data from old registry -
🐛 FIX: Sync unpublished package -
🐛 FIX: Make sure dist-tags sync between remote and local -
📦 NEW: Sync python binary -
📦 NEW: Add binary index html -
📦 NEW: Allow CORS -
📦 NEW: Add Cache Service -
📦 NEW: Sync imagemin binary -
📦 NEW: Sync node-gdal-async binary -
👌 IMPROVE: Allow remove public package by admin -
📦 NEW: Support sync package block list -
👌 IMPROVE: Allow only sync some archs -
🐛 FIX: Support sync security holding package - Some pull requests not shown.
cnpm/mirrors
3
merged
cnpm/binary-mirror-config
3
merged
cnpm/bug-versions
3
merged
cnpm/cnpmjs.org
2
merged
cnpm/cnpmweb
1
open
puppeteer/puppeteer
1
open
Reviewed 9 pull requests in 6 repositories
eggjs/egg-core
2 pull requests
cnpm/bug-versions
2 pull requests
cnpm/cnpmcore
2 pull requests
eggjs/egg-bin
1 pull request
eggjs/tegg
1 pull request
eggjs/egg-init
1 pull request
Created an issue in cnpm/cnpmcore that received 10 comments
同步原来的 downloads 数据
主要是避免单个包的历史下载数据丢失问题,全站数据我们已经有统计过。
�?�心逻辑
设定某一天是重合期,这一天的下载量相�?,这一天的下载量是覆盖。这一天之后的数据忽略。
选择一个周日(反正从0点开始丢弃的数据也能被接受)开始跑,那么这一天的数据允许丢弃老 registry 的数据,�?为可能会重跑多次…
1 of 2 tasks
