mitgliederverwaltung/test/mv_web
Simon b09cdf7f3a feat(member): resolve custom-field filters and sorting in PostgreSQL
Push the boolean and date custom-field predicates and custom-field
sorting down to JSONB expressions so the overview stops classifying
custom-field values in memory. A GIN index on custom_field_values.value
keeps the boolean membership predicates index-served.
2026-07-03 11:19:59 +02:00
..
components Merge branch 'main' into issue/mitgliederverwaltung-533 2026-06-16 18:13:03 +02:00
controllers feat(import): serve dynamic CSV import templates reflecting current custom fields 2026-06-03 02:21:36 +02:00
helpers style: order module directives per StrictModuleLayout 2026-06-16 15:51:07 +02:00
live feat(member): back the overview with a keyset-paginated :overview read action 2026-07-03 11:12:38 +02:00
member_live feat(member): resolve custom-field filters and sorting in PostgreSQL 2026-07-03 11:19:59 +02:00
plugs Improve oidc only mode (#474) 2026-03-16 19:09:07 +01:00
user_live test(member-live): keep deadlock-prone member tests synchronous 2026-06-16 17:53:59 +02:00
authorization_test.exs Fix Credo Readability (strict) 2026-03-04 16:21:14 +01:00
live_user_auth_test.exs fix(auth): redirect a live-view socket in the user-required guard 2026-06-02 12:19:21 +02:00
locale_test.exs add further locale tests 2025-06-18 23:35:43 +02:00