summaryrefslogtreecommitdiff
path: root/app/helpers/time_helper.rb
Commit message (Expand)AuthorAgeFilesLines
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2022-09-231-3/+3
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-10-271-0/+4
* 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
* 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
* Cast duration to integer in `TimeHelper#time_interval_in_words`Rémy Coutable2016-07-211-0/+1
* Fix build duration when build is not finished yet19937-fix-wrong-build-elapsed-timeRémy Coutable2016-07-181-13/+13
* 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