feat: propagate context through workflow execution - #158
Conversation
Signed-off-by: Tim Li <ltim@uber.com>
57d8de8 to
407f467
Compare
Signed-off-by: Tim Li <ltim@uber.com>
Signed-off-by: Tim Li <ltim@uber.com>
Signed-off-by: Tim Li <ltim@uber.com>
|
I don't see places where we set the headers before start workflows. |
|
Because it's in the inject() method, I read it wrong. |
Code Review ✅ Approved 1 resolved / 1 findingsPropagates context through workflow execution and adds missing propagators, addressing the previous finding regarding silently swallowed propagator inject/extract failures. ✅ 1 resolved✅ Quality: Propagator inject/extract failures are silently swallowed
OptionsAuto-apply is off → Gitar will not commit updates to this branch. Comment with these commands to change the behavior for this request:
Was this helpful? React with 👍 / 👎 | Gitar |
What changed?
Context propagation
Why?
Necessary feature
How did you test it?
Unit and integration tests
Potential risks
Release notes
Documentation Changes
related issue: #160