Member Resource Policies closes #345 #346

Merged
moritz merged 33 commits from feature/345_member_policies_2 into main 2026-01-13 16:36:24 +01:00
Showing only changes of commit 8610ab842a - Show all commits

View file

@ -32,6 +32,8 @@ lint:
mix format --check-formatted mix format --check-formatted
mix compile --warnings-as-errors mix compile --warnings-as-errors
mix credo mix credo
# Check that all German translations are filled (UI must be in German)
@bash -c 'for file in priv/gettext/de/LC_MESSAGES/*.po; do awk "/^msgid \"\"$/{header=1; next} /^msgid /{header=0} /^msgstr \"\"$/ && !header{print FILENAME\":\"NR\": \" \$0; exit 1}" "$file" || exit 1; done'
mix gettext.extract --check-up-to-date mix gettext.extract --check-up-to-date
audit: audit:
@ -116,4 +118,4 @@ init-prod-secrets:
# Start production environment with Docker Compose # Start production environment with Docker Compose
start-prod: init-prod-secrets start-prod: init-prod-secrets
docker compose -f docker-compose.prod.yml up -d docker compose -f docker-compose.prod.yml up -d