cli/pkg/cmd/run/shared
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
..
artifacts.go fix gh run download <run-id> not getting > 100 artifacts (#5799) 2022-07-12 11:01:38 +00:00
artifacts_test.go fix gh run download <run-id> not getting > 100 artifacts (#5799) 2022-07-12 11:01:38 +00:00
presentation.go Rename the module to "github.com/cli/cli/v2" 2021-08-25 12:41:30 +02:00
shared.go Correctly determine run started/elapsed timestamps (#5945) 2022-07-21 17:30:46 +02:00
shared_test.go Correctly determine run started/elapsed timestamps (#5945) 2022-07-21 17:30:46 +02:00
test.go Correctly determine run started/elapsed timestamps (#5945) 2022-07-21 17:30:46 +02:00