feat(sandbox): expose sandbox resource APIs - #458
Conversation
Expose sandbox resource management and support inline Kodo credentials. Add typed template disk size configuration and regression coverage.
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #458 +/- ##
==========================================
- Coverage 93.41% 93.01% -0.41%
==========================================
Files 14 14
Lines 2006 2120 +114
==========================================
+ Hits 1874 1972 +98
- Misses 132 148 +16
🚀 New features to boost your workflow:
|
There was a problem hiding this comment.
Reviewed the complete fixed diff for sandbox resource APIs, inline Kodo credential handling, template build disk-size typing, and their callers/tests. I found no actionable correctness, compatibility, security, or reliability regression introduced by this PR. Inline Kodo credentials correctly avoid requiring Qiniu MAC signing, while credential-less Kodo resources retain the existing Qiniu-authenticated path; the new resource methods and facade delegation are consistent with the surrounding API patterns.
Verification note: the requested local checks could not run because the installed mocha and tsc executables are unavailable/non-executable in this workspace.
Summary
Validation