CI/CD pipeline orchestrator — webhook receiver, trailer parser, deploy dispatcher
  • Rust 98.5%
  • Dockerfile 1.5%
Find a file
Ronit Nath b7772a6b0d
All checks were successful
pipeline-service No pipeline action (save)
fix: extract PR gate helper, finalize deploy/review gating
Deduplicates the PR existence check (~43 lines each) in Deploy and
Review intent handlers into a shared require_open_pr() helper.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-24 22:19:19 -07:00
migrations fix: restore exact original migration content to match sqlx checksum 2026-03-24 18:37:48 -07:00
src fix: extract PR gate helper, finalize deploy/review gating 2026-03-24 22:19:19 -07:00
.env.example feat: switch deploy intents to NATS RPC build agent 2026-03-23 15:55:46 -07:00
.gitignore wip: gate deploy/review builds on open PR existence 2026-03-24 21:39:11 -07:00
Cargo.lock fix: webhook SHA dedup + PR comment dedup 2026-03-24 11:57:58 -07:00
Cargo.toml fix: webhook SHA dedup + PR comment dedup 2026-03-24 11:57:58 -07:00
Containerfile feat: add Containerfile for pipeline-service 2026-03-23 15:09:26 -07:00
deploy.toml feat: scaffold pipeline-service project 2026-03-23 14:59:05 -07:00
rust-toolchain.toml feat: scaffold pipeline-service project 2026-03-23 14:59:05 -07:00