This repository was archived by the owner on Jan 8, 2024. It is now read-only.
Commit 11221f8
committed
cli: Only show CompleteTime if set
Prior to this commit, the `waypoint pipeline list` CLI would attempt to
show an invalid complete time, even if not set on the job. This would
mean if you started a pipeline, the list CLI would claim that the
pipeline completed "a long time ago", which is really code for that
timestamp being nil. This commit fixes that behavior by only setting the
complete time string if set on the job.
Fixes #37481 parent f55642b commit 11221f8
1 file changed
+3
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
131 | 131 | | |
132 | 132 | | |
133 | 133 | | |
134 | | - | |
| 134 | + | |
| 135 | + | |
| 136 | + | |
135 | 137 | | |
136 | 138 | | |
137 | 139 | | |
| |||
0 commit comments