Compare commits

..

7 commits

Author SHA1 Message Date
859f5f4497
feat: add custom email type for validation
All checks were successful
continuous-integration/drone/push Build is passing
2025-05-29 15:33:30 +02:00
3e2140fda7
chore(Justfile): allow regenerating migrations by commit hash 2025-05-29 15:33:29 +02:00
723d9c7205
choose input filed type by value_type 2025-05-29 15:33:29 +02:00
b849cfa3df
property value as Union type 2025-05-29 15:33:26 +02:00
e3779a73ff
chore: add regen_migrations script and seed-database to Justfile 2025-05-29 15:32:56 +02:00
d641711ecf
fix(ci): Explicitly pass github token to renovate job
Some checks reported errors
continuous-integration/drone/push Build was killed
2025-05-29 10:58:32 +02:00
e7d93e2850
Replace accidental podman command with docker 2025-05-28 15:40:06 +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
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
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
# Usage:
# just regen-migrations migration_name [commit_hash]