cli/pkg/cmd/pr/checks
Mislav Marohnić 02881b4783
Correctly determine run started/elapsed timestamps (#5945)
This switches `run list` and `run view` commands to measure how long ago did the run happen by using `run_started_at`, which is the timestamp of the latest run in a series, instead of `created_at`, which is the timestamp of the first run. This change also fixes accurate duration for in-progress runs.
2022-07-21 17:30:46 +02:00
..
fixtures pr and run check symbols revision 2021-08-05 02:13:55 -07:00
aggregate.go pr checks: avoid deduplicating same-named checks under different workflows (#5919) 2022-07-12 09:48:39 +00:00
checks.go Use alternate screen buffer for watching runs 2022-05-23 22:18:11 -07:00
checks_test.go Use alternate screen buffer for watching runs 2022-05-23 22:18:11 -07:00
output.go Correctly determine run started/elapsed timestamps (#5945) 2022-07-21 17:30:46 +02:00