Commit Graph

19 Commits

Author SHA1 Message Date
Дмитрий Мамедов
8b06a59dd3 fix seed for Prisma 7: remove datasourceUrl option 2026-06-10 18:00:33 +03:00
Дмитрий Мамедов
910dad8385 remove --skip-generate flag (Prisma 7 does not support it) 2026-06-10 17:59:06 +03:00
Дмитрий Мамедов
b348031ef2 replace npm ci with npm install for cross-version compatibility 2026-06-10 17:57:05 +03:00
Дмитрий Мамедов
25c6e9444b fix: redirect stdin of docker compose exec to /dev/null to prevent stealing script pipe 2026-06-10 17:54:30 +03:00
Дмитрий Мамедов
8ce3cf6e66 replace for loop with while loop for postgres wait 2026-06-10 17:52:49 +03:00
Дмитрий Мамедов
e1da269c08 fix find_free_port: single ss call, grep for :PORT pattern 2026-06-10 17:51:09 +03:00
Дмитрий Мамедов
e608545e1a remove set -u and trap, add exec 2>&1 for full error visibility 2026-06-10 17:44:41 +03:00
Дмитрий Мамедов
8275d21f26 replace remaining seq loops with bash arithmetic for 2026-06-10 17:40:52 +03:00
Дмитрий Мамедов
4492ef8da7 replace set -euo pipefail with explicit error handling + stdout checkpoints 2026-06-10 17:40:37 +03:00
Дмитрий Мамедов
17ef7c7c08 add DBG markers to trace where script stops 2026-06-10 17:37:00 +03:00
Дмитрий Мамедов
8bcfa7ec6f commit 9 2026-06-10 17:34:23 +03:00
Дмитрий Мамедов
18beb48843 commit 8 2026-06-10 17:26:06 +03:00
Дмитрий Мамедов
cd93ddc640 commit 7 2026-06-10 17:17:29 +03:00
Дмитрий Мамедов
4eb9c82b72 commit 6 2026-06-10 17:13:44 +03:00
Дмитрий Мамедов
c23cf1efdb commit 5 2026-06-10 17:06:42 +03:00
Дмитрий Мамедов
f77389199c commit 4 2026-06-10 17:04:47 +03:00
Дмитрий Мамедов
00919968f2 third commit 2026-06-10 17:01:10 +03:00
Дмитрий Мамедов
d393cbe1db second commit 2026-06-10 16:30:15 +03:00
Дмитрий Мамедов
f37733a5c9 first commit 2026-06-10 16:23:41 +03:00