fix(aqua): render minisign asset templates with package asset#10462
Conversation
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Central YAML (base), Organization UI (inherited) Review profile: CHILL Plan: Pro Plus Run ID: 📒 Files selected for processing (2)
📝 WalkthroughWalkthrough
ChangesMinisign Asset Template Resolution
Estimated code review effort🎯 2 (Simple) | ⏱️ ~8 minutes Poem
🚥 Pre-merge checks | ✅ 4 | ❌ 1❌ Failed checks (1 warning)
✅ Passed checks (4 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Greptile SummaryThis PR fixes aqua minisign asset template rendering by passing the selected package asset into the template context, enabling
Confidence Score: 5/5Safe to merge — the change is minimal, targeted, and the new regression test covers the exact failure scenario from the linked discussion. Both changed files are tightly scoped: one adds a parameter to a single function and populates the template context, the other updates the one call site. The No files require special attention. Important Files Changed
Reviews (1): Last reviewed commit: "fix(aqua): render minisign asset templat..." | Re-trigger Greptile |
Summary
{{.Asset}}.minisigtemplates such asjedisct1/minisign0.12Addresses #10450.
Tests
mise x cargo -- cargo test -p aqua-registry test_minisign_asset_template_uses_package_assetmise run format(completed, including cargo check)Summary by CodeRabbit
New Features
Bug Fixes
Tests