• Joined on 2026-01-06
djalim pushed to PMPR-109 at admin/PolyMPR 2026-04-26 12:32:03 +00:00
e2f5bf7b95 ci: remove Run tests step from lint workflow
djalim pushed to PMPR-setup-test-framework at admin/PolyMPR 2026-04-26 12:30:58 +00:00
07b6f1e347 chore(test-framework): remove endpoint-specific tests from framework branch
c5018d9ced test(integration): add DB integration tests for students, promotions, roles, modules
Compare 2 commits »
djalim pushed to PMPR-109 at admin/PolyMPR 2026-04-26 12:18:31 +00:00
cd5c524ff0 style: fix deno fmt on students tests and drizzle.config
djalim created pull request admin/PolyMPR#137 2026-04-26 12:14:23 +00:00
test(students): add unit, integration and e2e tests for /students (#109)
djalim pushed to PMPR-109 at admin/PolyMPR 2026-04-26 12:12:27 +00:00
e5c6c389ea test(students): add unit, integration and e2e tests for /students (#109)
djalim created branch PMPR-109 in admin/PolyMPR 2026-04-26 12:12:27 +00:00
djalim pushed to develop at admin/PolyMPR 2026-04-26 11:30:35 +00:00
daa7f4951f fix(ci): fix postgres TCP setup and truncateAll superuser error
a95818e3bf fix(ci): use connection URL with ssl:false in drizzle config
26eedcc4f2 debug(ci): add connection diagnostics before migrate
ce4782580d fix(ci): remove unsupported --verbose from drizzle-kit migrate
91248370da fix(ci): add GRANT on public schema and verbose migrate output
Compare 14 commits »
djalim merged pull request admin/PolyMPR#136 2026-04-26 11:30:34 +00:00
chore(test): set up integration test framework with postgres
djalim pushed to PMPR-setup-test-framework at admin/PolyMPR 2026-04-26 11:26:58 +00:00
367b0b2357 fix(ci): fix postgres TCP setup and truncateAll superuser error
djalim pushed to PMPR-setup-test-framework at admin/PolyMPR 2026-04-25 22:58:22 +00:00
e0ac451372 fix(ci): use connection URL with ssl:false in drizzle config
djalim pushed to PMPR-setup-test-framework at admin/PolyMPR 2026-04-25 22:54:35 +00:00
ae5d5b64ac debug(ci): add connection diagnostics before migrate
djalim pushed to PMPR-setup-test-framework at admin/PolyMPR 2026-04-25 22:51:56 +00:00
7be13737d5 fix(ci): remove unsupported --verbose from drizzle-kit migrate
djalim pushed to PMPR-setup-test-framework at admin/PolyMPR 2026-04-25 22:49:21 +00:00
32052ab1c9 fix(ci): add GRANT on public schema and verbose migrate output
djalim pushed to PMPR-setup-test-framework at admin/PolyMPR 2026-04-25 22:46:15 +00:00
ce807391c6 fix(ci): start postgres with pg_ctlcluster instead of systemctl
djalim pushed to PMPR-setup-test-framework at admin/PolyMPR 2026-04-25 22:43:42 +00:00
182342aab0 fix(ci): install postgres via apt-get instead of docker
d32758b310 fix(ci): use docker run instead of services for postgres
Compare 2 commits »
djalim pushed to PMPR-setup-test-framework at admin/PolyMPR 2026-04-25 22:37:37 +00:00
f26b2b044f fix(ci): use bash /dev/tcp for postgres readiness check
djalim pushed to PMPR-setup-test-framework at admin/PolyMPR 2026-04-25 22:36:00 +00:00
af2562ef2b fix(ci): replace pg_isready with nc for postgres readiness check
djalim pushed to PMPR-setup-test-framework at admin/PolyMPR 2026-04-25 22:32:07 +00:00
f739f94403 fix(ci): use deno install for unit tests, add postgres readiness check
djalim pushed to PMPR-setup-test-framework at admin/PolyMPR 2026-04-25 22:27:23 +00:00
f66de20dad fix(ci): install npm deps before running unit tests
djalim created pull request admin/PolyMPR#136 2026-04-25 22:26:17 +00:00
chore(test): set up integration test framework with postgres