summaryrefslogtreecommitdiff
path: root/app/helpers/time_helper.rb
Commit message (Collapse)AuthorAgeFilesLines
* Drop `allow_overflow` option in `TimeHelper.duration_in_numbers`Shinya Maeda2018-10-181-9/+7
|
* Do not omit leading zeros in duration_in_numbers helperWinnie Hellmann2018-10-021-5/+1
|
* Allow remaining time of scheduled jobs to overflow one dayWinnie Hellmann2018-10-021-3/+15
|
* Enable frozen string for app/helpers/**/*.rbgfyoung2018-09-061-0/+2
| | | | Partially addresses #47424.
* Update time_helper.rb to fix output for exact minutes.Marcel Amirault2018-07-101-2/+6
|
* Cleanup the use of duration and optimize some queriesLin Jen-Shin2016-08-101-19/+3
|
* Show wall-clock time when showing pipeline instead of:Lin Jen-Shin2016-08-091-0/+5
| | | | cumulative builds time. Closes #17007
* Cast duration to integer in `TimeHelper#time_interval_in_words`Rémy Coutable2016-07-211-0/+1
| | | | Signed-off-by: Rémy Coutable <remy@rymai.me>
* Fix build duration when build is not finished yet19937-fix-wrong-build-elapsed-timeRémy Coutable2016-07-181-13/+13
| | | | Signed-off-by: Rémy Coutable <remy@rymai.me>
* Change 3600 to 1.hourAnnabel Dunstone2016-07-071-1/+1
|
* Update time format of duration18181-pipeline-durationAnnabel Dunstone2016-07-061-0/+7
|
* Allow to show the time in the futureKamil Trzcinski2016-06-131-1/+0
|
* Refactor CI helpersDmitriy Zaporozhets2015-09-291-0/+27
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>