-
Notifications
You must be signed in to change notification settings - Fork 84
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: create sync task with auth header #442
feat: create sync task with auth header #442
Conversation
看了一下只有PackageSyncerService里用到了NPMRegistry,只要保证里面调用的地方都带上auth参数就行 |
Codecov Report
@@ Coverage Diff @@
## master #442 +/- ##
==========================================
- Coverage 97.16% 97.11% -0.06%
==========================================
Files 157 157
Lines 14123 14154 +31
Branches 1810 1817 +7
==========================================
+ Hits 13722 13745 +23
- Misses 401 409 +8
... and 4 files with indirect coverage changes Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. |
[skip ci] ## [3.15.0](v3.14.0...v3.15.0) (2023-04-21) ### Features * create sync task with auth header ([#442](#442)) ([d95c58b](d95c58b))
🎉 This PR is included in version 3.15.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
The upstream repository carries authentication header information via task parameters when alwaysAuth is enabled --- 上游仓库开启 alwaysAuth 时通过任务参数携带认证头信息
[skip ci] ## [3.15.0](cnpm/cnpmcore@v3.14.0...v3.15.0) (2023-04-21) ### Features * create sync task with auth header ([cnpm#442](cnpm#442)) ([d95c58b](cnpm@d95c58b))
The upstream repository carries authentication header information via task parameters when alwaysAuth is enabled
上游仓库开启alwaysAuth时通过任务参数携带认证头信息