Closed snopoke closed 3 weeks ago
Attention: Patch coverage is 93.61702%
with 3 lines
in your changes missing coverage. Please review.
Files with missing lines | Patch % | Lines |
---|---|---|
apps/pipelines/nodes/nodes.py | 92.68% | 3 Missing :warning: |
:loudspeaker: Thoughts on this report? Let us know!
Description
Currently you can configure 'history' on nodes that don't support recording history. This change removes those fields from nodes that don't use it.
This PR also adds support for using history to the router node.
User Impact
Simpler node interface for nodes that don't need history support + actual working history for router nodes.