Compare commits

..

5 commits

Author SHA1 Message Date
6a22efce1a
feat: add custom email type for validation
All checks were successful
continuous-integration/drone/push Build is passing
2025-05-28 23:53:01 +02:00
2c708d47e6
chore(Justfile): allow regenerating migrations by commit hash 2025-05-28 23:37:47 +02:00
8f14224eb1
choose input filed type by value_type 2025-05-28 23:36:15 +02:00
6cce36b26e
property value as Union type 2025-05-28 23:36:13 +02:00
feb747bd21
chore: add regen_migrations script and seed-database to Justfile 2025-05-28 23:35:19 +02:00
2 changed files with 3 additions and 3 deletions

View file

@ -86,8 +86,8 @@ steps:
RENOVATE_CONFIG_FILE: "renovate_backend_config.js"
RENOVATE_TOKEN:
from_secret: RENOVATE_TOKEN
GITHUB_COM_TOKEN:
from_secret: GITHUB_COM_TOKEN
#GITHUB_COM_TOKEN:
# from_secret: GITHUB_COM_TOKEN
commands:
# https://github.com/renovatebot/renovate/discussions/15049
- unset GIT_COMMITTER_NAME GIT_COMMITTER_EMAIL GIT_AUTHOR_NAME GIT_AUTHOR_EMAIL

View file

@ -39,7 +39,7 @@ build-docker-container:
# This is meant for debugging the container build process only.
run-docker-container: build-docker-container
docker run -e "SECRET_KEY_BASE=ahK8BeiDaibaige1ahkooS0chie9lo7the7uuzar0eeBeeCh2iereteshee2Oosu" -e='DATABASE_URL=postgres://postgres@localhost:5432/mv_dev' -e='PORT=4040' -e='PHX_HOST=localhost' --network=host mitgliederverwaltung
podman run -e "SECRET_KEY_BASE=ahK8BeiDaibaige1ahkooS0chie9lo7the7uuzar0eeBeeCh2iereteshee2Oosu" -e='DATABASE_URL=postgres://postgres@localhost:5432/mv_dev' -e='PORT=4040' -e='PHX_HOST=localhost' --network=host mitgliederverwaltung
# Usage:
# just regen-migrations migration_name [commit_hash]