hall-monitor

Changelog

New features, improvements, and fixes shipped to hall-monitor.

v0.1.0

Marketing website

  • NewLanding page with interactive pipeline diagram, feature overview, Slack thread previews, and comparison table.
  • NewDocumentation site with setup guides, API reference, per-provider integration guides, and troubleshooting.
  • NewChangelog, security, compare, and status pages.
v0.0.2

Cross-channel threading and incident linking

  • NewCross-channel thread linking — deploy and incident updates fan out to all linked PR threads.
  • NewIncident lifecycle tracking — error reports link back to deploys and originating PRs, fix PRs thread updates to the incident.
  • NewDeploy lifecycle with staging and production environment tracking.
  • NewTest notification system for end-to-end pipeline verification.
  • NewConfig API for org settings, channel routing, and webhook management.
  • FixProper Slack archive links and deduplicated incident deploy notifications.
  • ImprovedImproved cross-channel thread linking quality.
v0.0.1

Initial build

  • NewWebhook gateway with GitHub HMAC-SHA256 signature validation.
  • NewGitHub event normalizer for PR, CI, push, and deployment events.
  • NewPR state machine and job processor for lifecycle tracking.
  • NewSlack message builder and PR thread notifications.
  • NewSlack OAuth install flow.
  • NewTenant provisioning with request-scoped context.
  • NewDatabase layer with Kysely migrations on Postgres.
  • NewMonorepo scaffold with NestJS server and shared package.