• Joined on 2025-10-28
pkartch pushed to main at pkartch/basil 2026-01-15 21:17:59 +00:00
f781f64500 fix: improve deployment health checks and remove failing backup attempt
pkartch pushed to main at pkartch/basil 2026-01-15 20:59:45 +00:00
d1b615f62e fix: update deployment script for automatic .env loading and docker compose v2
pkartch pushed to main at pkartch/basil 2026-01-15 20:41:50 +00:00
01ac9458ca fix: install iproute2 for ip command in webhook trigger
pkartch pushed to main at pkartch/basil 2026-01-15 20:31:36 +00:00
e8cb965c7c fix: install jq and use Docker host IP for webhook trigger
pkartch pushed to main at pkartch/basil 2026-01-15 19:13:17 +00:00
0d2869ecfb fix: use jq for webhook JSON encoding to handle multiline commit messages
pkartch pushed to main at pkartch/basil 2026-01-15 18:16:03 +00:00
e568f51c9e fix: upgrade Docker CLI to v27.4.1 for API 1.44 support
pkartch pushed to main at pkartch/basil 2026-01-15 17:52:23 +00:00
28145d0022 fix: install Docker CLI in build-and-push job
pkartch pushed to main at pkartch/basil 2026-01-15 17:41:16 +00:00
ffdb388340 fix: downgrade upload-artifact to v3 for Gitea compatibility
pkartch pushed to main at pkartch/basil 2026-01-15 14:59:45 +00:00
101a5392d0 fix: generate Prisma client before TypeScript build
pkartch pushed to main at pkartch/basil 2026-01-15 13:36:20 +00:00
2d24959d90 fix: resolve TypeScript build errors
pkartch pushed to main at pkartch/basil 2026-01-15 04:27:51 +00:00
c2313c9464 fix: update unit tests to match findUnique implementation
pkartch pushed to main at pkartch/basil 2026-01-15 04:22:51 +00:00
929fbb9a76 fix: resolve 10 test failures in meal-plans and RecipeList
pkartch pushed to main at pkartch/basil 2026-01-15 03:24:35 +00:00
cc23033f11 fix: verify test user emails to allow login
pkartch pushed to main at pkartch/basil 2026-01-15 03:21:14 +00:00
98d6127631 fix: add proper error checking to meal-plans test setup
pkartch pushed to main at pkartch/basil 2026-01-15 03:10:46 +00:00
ffe17bfacf fix: correct registration flow in meal-plans tests
pkartch pushed to main at pkartch/basil 2026-01-15 03:01:09 +00:00
a09784bd75 fix: suppress all console.error noise in API tests
pkartch pushed to main at pkartch/basil 2026-01-15 02:53:02 +00:00
86ef94ea92 fix: remove test workflow and suppress email errors in tests
pkartch pushed to main at pkartch/basil 2026-01-15 01:32:15 +00:00
8b219b456e test: validate clean pipeline with error suppression
pkartch pushed to main at pkartch/basil 2026-01-14 23:11:08 +00:00
90119ead26 fix: suppress console.error in error-testing scenarios
pkartch pushed to main at pkartch/basil 2026-01-14 23:05:35 +00:00
46fca233c4 test: trigger full pipeline with Harbor integration