fix(webhook): omit repo names from enqueue error logs - #3614
Conversation
|
Superagent didn't find any vulnerabilities or security issues in this PR. |
|
Warning 🟨🟨🟨🟨🟨🟨🟨🟨🟨🟨🟨🟨 ⏸️ Gittensory review result - manual review recommendedReview updated: 2026-07-05 19:47:38 UTC
⏸️ Suggested Action - Manual Review
Review summary Nits — 4 non-blocking
Concerns raised — review before merging
Review context
Contributor next steps
Signal definitions
🟩 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 Gittensory, a quiet PR intelligence layer for OSS maintainers.
|
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #3614 +/- ##
=======================================
Coverage 93.11% 93.11%
=======================================
Files 305 305
Lines 31532 31532
Branches 11509 11509
=======================================
Hits 29361 29361
Misses 1517 1517
Partials 654 654
🚀 New features to boost your workflow:
|
Motivation
repositoryfrom structured enqueue-failure logs so self-host telemetry does not leak repo metadata.Description
repository: eventRow.repositoryFullNamefrom the missing-WEBHOOKS-binding and queue-send failureconsole.errorJSON payloads inenqueueWebhookByEnvand update the corresponding unit tests to assert repository names are not emitted.Testing
npx vitest run test/unit/webhook.test.ts --reporter=verboseand the webhook unit tests passed (1 file, 20 tests all green).git diff --check && npm run test:ci, but the run did not complete here due to long-running suites and existing unrelated timeouts / failures observed intest/unit/queue.test.tsandtest/unit/backfill.test.ts, so the end-to-end CI gate could not be finalized in this environment.Codex Task