fabro/lib/crates
Bryan Helmkamp 86bb88cdca
refactor(server): tidy webhook wiring and test-helper context
- Distinguish the two GitHub webhook auth-failure warn messages (missing
  signature header vs. HMAC mismatch) so logs can tell them apart.
- Route update_github_app_webhook through fabro_github::github_api_base_url()
  so GITHUB_BASE_URL overrides the webhook config endpoint too.
- Drop a narrative shutdown comment that restated the next two lines.
- Replace concat!(file!(), ":", line!()) inside local test-helper wrappers;
  those macros expand at the wrapper definition site, so every panic
  reported the same phantom location. Pass the wrapper name instead.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2026-04-20 08:27:50 -04:00
..
fabro-agent refactor(unwrap): clear non-test workspace warnings 2026-04-19 20:56:38 -04:00
fabro-api refactor(unwrap): clear non-test workspace warnings 2026-04-19 20:56:38 -04:00
fabro-auth Merge remote-tracking branch 'origin/main' 2026-04-19 20:32:02 -04:00
fabro-checkpoint lint(clippy): disallow blocking std::fs on Tokio paths 2026-04-19 17:22:21 -04:00
fabro-cli test(http): improve HTTP test failure diagnostics 2026-04-20 08:06:14 -04:00
fabro-config feat(server): add explicit GitHub webhook strategies 2026-04-19 22:53:22 -04:00
fabro-core refactor(unwrap): clean runtime hotspot call sites 2026-04-19 20:48:44 -04:00
fabro-devcontainer refactor(unwrap): clear non-test workspace warnings 2026-04-19 20:56:38 -04:00
fabro-github chore(clippy): require reasons on allow attributes 2026-04-19 20:24:24 -04:00
fabro-graphviz refactor(unwrap): clear non-test workspace warnings 2026-04-19 20:56:38 -04:00
fabro-hooks refactor(unwrap): clear non-test workspace warnings 2026-04-19 20:56:38 -04:00
fabro-http chore(clippy): require reasons on allow attributes 2026-04-19 20:24:24 -04:00
fabro-install lint(clippy): disallow blocking std::fs on Tokio paths 2026-04-19 17:22:21 -04:00
fabro-interview Merge remote-tracking branch 'origin/main' 2026-04-19 20:32:02 -04:00
fabro-llm test(unwrap): clean shared support and workflow fixtures 2026-04-19 21:01:25 -04:00
fabro-macros refactor(settings): stage 6.3b shrink server runtime types + delete Combine 2026-04-09 18:27:46 -04:00
fabro-mcp fix: simplify fabro-http crate and fix correctness issues 2026-04-12 12:20:55 -04:00
fabro-model chore(clippy): require reasons on allow attributes 2026-04-19 20:24:24 -04:00
fabro-oauth test(http): improve HTTP test failure diagnostics 2026-04-20 08:06:14 -04:00
fabro-proc Merge remote-tracking branch 'origin/main' 2026-04-19 20:32:02 -04:00
fabro-retro ci: switch clippy to pinned nightly, clean up workspace lints 2026-04-16 18:59:11 -04:00
fabro-sandbox refactor(unwrap): clear non-test workspace warnings 2026-04-19 20:56:38 -04:00
fabro-server refactor(server): tidy webhook wiring and test-helper context 2026-04-20 08:27:50 -04:00
fabro-slack refactor(http): centralize reqwest behind fabro-http 2026-04-12 11:48:54 -04:00
fabro-spa chore(spa): refresh embedded bundle to match bun 1.3.13 2026-04-20 07:48:33 -04:00
fabro-store Merge origin/main into Run Files Changed feature branch 2026-04-19 19:30:36 -04:00
fabro-telemetry Merge remote-tracking branch 'origin/main' 2026-04-19 20:32:02 -04:00
fabro-template refactor(async): lint std::process::Command across all targets 2026-04-12 13:35:57 -04:00
fabro-test test(http): satisfy clippy in response assert helpers 2026-04-20 08:18:12 -04:00
fabro-tracker refactor(unwrap): clear non-test workspace warnings 2026-04-19 20:56:38 -04:00
fabro-types feat(server): add explicit GitHub webhook strategies 2026-04-19 22:53:22 -04:00
fabro-util refactor(unwrap): clear non-test workspace warnings 2026-04-19 20:56:38 -04:00
fabro-validate fmt: apply nightly rustfmt after merge 2026-04-11 13:43:30 -04:00
fabro-vault lint(clippy): disallow blocking std::fs on Tokio paths 2026-04-19 17:22:21 -04:00
fabro-workflow test(unwrap): clean shared support and workflow fixtures 2026-04-19 21:01:25 -04:00