Commit 5e86ef1
committed
fix: derive runDuration from assessment timestamps and capture new SDK fields
privateer-sdk v1.24.0 removed `run-duration` in favor of `start`/`end`
timestamps; compute the duration locally so the existing column stays
populated. Adds the new optional `plan` and `confidence-level` fields
to the YAML types so they survive parsing into Redis.
Signed-off-by: Joana Maia <jmaia@contractor.linuxfoundation.org>1 parent 0f79e0b commit 5e86ef1
2 files changed
Lines changed: 6 additions & 1 deletion
Lines changed: 4 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
132 | 132 | | |
133 | 133 | | |
134 | 134 | | |
| 135 | + | |
| 136 | + | |
| 137 | + | |
135 | 138 | | |
136 | 139 | | |
137 | 140 | | |
| |||
141 | 144 | | |
142 | 145 | | |
143 | 146 | | |
144 | | - | |
| 147 | + | |
145 | 148 | | |
146 | 149 | | |
147 | 150 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
| 28 | + | |
28 | 29 | | |
29 | 30 | | |
30 | 31 | | |
| |||
34 | 35 | | |
35 | 36 | | |
36 | 37 | | |
| 38 | + | |
37 | 39 | | |
38 | 40 | | |
39 | 41 | | |
| |||
0 commit comments