fix(orb): wire backfillOrbInstallations to an admin backfill route - #8917
Conversation
The registry reconciliation backfillOrbInstallations promises in its doc
comment -- recovering installs whose installation webhook fired before the
receiver secret was configured -- had no caller anywhere in src/, so the
capability never ran. Expose it through a bearer-gated
POST /v1/internal/orb/installations/backfill admin route alongside the
existing /v1/internal/orb/installations endpoints, returning { backfilled }.
Closes JSONbored#8882
|
Superagent didn't find any vulnerabilities or security issues in this PR. |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #8917 +/- ##
==========================================
- Coverage 93.84% 91.01% -2.84%
==========================================
Files 803 97 -706
Lines 80084 24931 -55153
Branches 24277 4671 -19606
==========================================
- Hits 75157 22691 -52466
+ Misses 3562 1975 -1587
+ Partials 1365 265 -1100
Flags with carried forward coverage won't be shown. Click here to find out more.
|
|
Tip ✅ LoopOver review result - approve/merge recommendedReview updated: 2026-07-26 13:43:25 UTC
Review summary Nits — 4 non-blocking
Decision drivers
Context & advisory signals — never blocks the verdict
Linked issue satisfactionAddressed Review context
Contributor next steps
Signal definitions
🧪 Chat with LoopOverAsk LoopOver a question about this PR directly in a comment — grounded only in the same cached, public-safe facts shown above, never a new claim.
Full command reference: https://loopover.ai/docs/loopover-commands 🧪 Experimental — new and may change. 🟩 Safe / merged · 🟦 Advisory · 🟨 Held for review · 🟥 Blocked / closed 💰 Earn for open-source contributions like this. Gittensor lets GitHub contributors earn for the work they already do — register to start earning →. Checked by LoopOver, a quiet PR intelligence layer for OSS maintainers.
|
fix(orb): wire backfillOrbInstallations to an admin backfill route
The registry reconciliation backfillOrbInstallations promises in its doc
comment -- recovering installs whose installation webhook fired before the
receiver secret was configured -- had no caller anywhere in src/, so the
capability never ran. Expose it through a bearer-gated
POST /v1/internal/orb/installations/backfill admin route alongside the
existing /v1/internal/orb/installations endpoints, returning { backfilled }.
Closes #8882
Validation
Verified locally on this branch before opening:
npm run typechecknpx turbo run build:tsc build:verifynpm run test:coverage— patch coverage 100.0% of changed lines