Skip to content

Commit

Permalink
feat: Add webhook handler to onStatusChange (#576)
Browse files Browse the repository at this point in the history
* feat: Add webhook handler to onStatusChange

* chore: Make Run.status notNull
  • Loading branch information
johnjcsmith authored Jan 14, 2025
1 parent e919467 commit b813d8d
Show file tree
Hide file tree
Showing 14 changed files with 3,546 additions and 204 deletions.
2 changes: 2 additions & 0 deletions control-plane/drizzle/0209_stiff_tenebrous.sql
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
ALTER TABLE "workflows" ADD COLUMN "on_status_change_statuses" json;--> statement-breakpoint
ALTER TABLE "services" DROP COLUMN IF EXISTS "queue_url";
1 change: 1 addition & 0 deletions control-plane/drizzle/0210_tiny_katie_power.sql
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
ALTER TABLE "workflows" ALTER COLUMN "status" SET NOT NULL;
Loading

0 comments on commit b813d8d

Please sign in to comment.