cli/pkg/cmd/run
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
..
cancel Replace ioutil with io and os (#5498) 2022-04-26 13:07:44 +02:00
download Add --pattern field to run download (#5539) 2022-05-23 08:57:57 +00:00
list Correctly determine run started/elapsed timestamps (#5945) 2022-07-21 17:30:46 +02:00
rerun chore: typo hunting ft. codespell 2022-07-09 21:41:09 -05:00
shared Correctly determine run started/elapsed timestamps (#5945) 2022-07-21 17:30:46 +02:00
view Correctly determine run started/elapsed timestamps (#5945) 2022-07-21 17:30:46 +02:00
watch Correctly determine run started/elapsed timestamps (#5945) 2022-07-21 17:30:46 +02:00
run.go Merge remote-tracking branch 'origin/trunk' into gh-run-cancel 2021-10-15 14:12:53 -05:00