mitgliederverwaltung/test
Moritz 2db467d5d1 fix(pdf-export): match DateTime.from_iso8601 three-tuple when formatting cells
DateTime.from_iso8601/1 returns {:ok, datetime, offset}, so the two-tuple clauses never matched and datetime cells fell through to the naive-parse fallback. Matching the real shape routes them through the intended DateTime path; UTC values render identically.
2026-06-02 12:04:37 +02:00
..
accounts Improve oidc only mode (#474) 2026-03-16 19:09:07 +01:00
fixtures refactor 2026-01-25 17:31:42 +01:00
membership Accept future join dates: remove past-only validation and update tests 2026-05-12 23:14:44 +02:00
membership_fees Fix Credo Readability (strict) 2026-03-04 16:21:14 +01:00
mv fix(pdf-export): match DateTime.from_iso8601 three-tuple when formatting cells 2026-06-02 12:04:37 +02:00
mv_web fix(auth): trigger RP-initiated logout at OIDC provider 2026-06-01 19:59:52 +02:00
support fix: join confirmation mail configuration 2026-03-13 09:34:56 +01:00
seeds_test.exs test: move slow and less critical tests to nightly suite 2026-01-28 14:34:05 +01:00
test_helper.exs harden env handling (#481) 2026-04-08 10:40:22 +02:00