Resolve "Deployments::HooksWorker args do not serialize to JSON safely"
Merged
requested to merge 383194-deployments-hooksworker-args-do-not-serialize-to-json-safely into master
All threads resolved!
Compare changes
+ 15
− 10
@@ -169,7 +169,8 @@
@@ -169,7 +169,8 @@
@@ -185,8 +186,8 @@
@@ -185,8 +186,8 @@
@@ -229,7 +230,7 @@
@@ -229,7 +230,7 @@
@@ -245,8 +246,8 @@
@@ -245,8 +246,8 @@
@@ -282,7 +283,8 @@
@@ -282,7 +283,8 @@
@@ -298,7 +300,8 @@
@@ -298,7 +300,8 @@
.with({ 'deployment_id' => deployment.id, 'status' => 'failed', 'status_changed_at' => Time.current })
@@ -334,7 +337,8 @@
@@ -334,7 +337,8 @@
@@ -350,7 +354,8 @@
@@ -350,7 +354,8 @@
.with('deployment_id' => deployment.id, 'status' => 'canceled', 'status_changed_at' => Time.current)