brewlog/src/infrastructure
Jon Seager 08c1ef05cf
fix: use gear model column for brew card grinder display
The grinder_model field was computed by splitting the concatenated
"make model" string on the first space, which broke for multi-word
brand names like "Weber Workshops". Fetch g_grinder.model directly
from the database instead.
2026-02-09 19:57:09 +00:00
..
client feat(brews): add brew time field 2026-02-07 11:24:07 +00:00
repositories fix: use gear model column for brew card grinder display 2026-02-09 19:57:09 +00:00
ai.rs refactor(ai): make OpenRouter URL configurable for testability 2026-02-05 19:18:51 +00:00
auth.rs feat(auth): replace password auth with WebAuthn passkeys 2026-02-05 11:00:07 +00:00
backup.rs feat(stats): add pre-computed stats cache with background recomputation 2026-02-08 15:20:01 +00:00
database.rs perf(db): enable WAL mode, add tuning pragmas and missing indexes 2026-02-06 18:04:58 +00:00
foursquare.rs refactor: simplify overly nested and duplicated code across five modules 2026-02-04 19:25:35 +00:00
mod.rs feat(auth): replace password auth with WebAuthn passkeys 2026-02-05 11:00:07 +00:00
webauthn.rs feat(auth): replace password auth with WebAuthn passkeys 2026-02-05 11:00:07 +00:00