Commit Graph
4 Commits
Author SHA1 Message Date
warkanum f433c5bdb2 Merge branch 'main' of ssh://git.warky.dev/wdevs/pgsql-broker
Integration Tests / integration-test (push) Failing after 20s
2026-09-17 22:11:05 +02:00
warkanum 4c8e1066d4 feat(broker): migrations-based install, roles, RLS, and job dependency groups
Replace the ad-hoc tables/procedures install layout with versioned,
ordered SQL migrations tracked in broker_schema_migrations. Add
optional least-privilege role provisioning (--with-roles), multi-tenant
row-level security, lease-based job claiming with stale-lease recovery,
and job dependencies -- both by job id and by fan-in job group. Add
Docker/Compose support for running the broker and its test suite.
2026-09-17 22:09:41 +02:00
SG Command 8b3d3cc4ba docs: validate broker recommendations against PostgreSQL
Integration Tests / integration-test (pull_request) Failing after 25s
2026-09-15 05:24:00 +02:00
warkanum 602997bcdb docs(plan): add broker audit and recommendations
Integration Tests / integration-test (push) Failing after 21s
2026-09-14 23:10:29 +02:00