whisper-money/tests
Víctor Falcón 86f172218e fix(banking): record the repeat job deaths, not just the first one
The log call sat behind the status guard, so it only ever fired for a
connection that was not already in Error. The connection this commit was
written for - 68 failed jobs, 3 sync-log rows - is parked in Error and
stays there, so every one of the 65 missing deaths would have hit the
guard and written nothing.

Logging now happens as soon as the connection row resolves; the guards
still own the status write, which is the part that must not clobber an
earlier, better error message.
2026-08-12 11:21:16 +02:00
..
.pest Speed up PR CI browser path (#365) 2026-05-07 20:40:13 +01:00
Browser feat(landing): stop auto-redirecting signed-in visitors to the dashboard (#777)a 2026-08-11 14:02:18 +00:00
Feature fix(banking): record the repeat job deaths, not just the first one 2026-08-12 11:21:16 +02:00
Fixtures refactor: consolidate duplicated financial calculations (#643) 2026-07-04 22:26:44 +02:00
Performance feat(transactions): make new-transaction marker cross-device (#611) 2026-06-29 19:11:37 +02:00
Support test(open-banking): e2e coverage for Enable Banking connection flows (#509) 2026-06-09 11:58:50 +02:00
Unit feat(mcp): budget tools — read, create, edit and delete (#779) 2026-08-11 14:28:53 +00:00
Pest.php chore: harden Inertia boundary, CI type-check, and test isolation (#640) 2026-07-04 18:57:58 +00:00
TestCase.php Remove encryption from browser tests and demo user (#129) 2026-02-17 11:45:27 +01:00
bootstrap.php chore: upgrade Laravel 12 to 13 (#242) 2026-03-25 12:56:33 +00:00