summaryrefslogtreecommitdiff
path: root/lib/gitlab/ci/cron_parser.rb
Commit message (Expand)AuthorAgeFilesLines
* Adopt Fugit to replace Rufus::SchedulerLin Jen-Shin2019-01-151-5/+2
* Enable frozen string for lib/gitlab/cigfyoung2018-10-261-0/+2
* [Rails5] Fix TZInfo::InvalidTimezoneIdentifier exceptionblackst0ne2018-04-291-1/+7
* Resolve "Update gem sidekiq-cron from 0.4.4 to 0.6.0 and rufus-scheduler from...Dosuken shinya2017-05-101-1/+1
* Fix lazy error handling of cron parserDosuken shinya2017-05-031-2/+17
* Improve instantiate recursion in cron_parser.rbShinya Maeda2017-04-061-2/+2
* Add empty line in cron_parser.rbShinya Maeda2017-04-061-1/+1
* Rename cron_time_zone to cron_timezone. Separate add_concurrent_foreign_key.Shinya Maeda2017-04-061-7/+7
* Ommit begin block in try_parse_cronShinya Maeda2017-04-061-5/+3
* Separate cron_valid? and cron_time_zone_valid?Shinya Maeda2017-04-061-4/+6
* Dry up next_time_from. Move cron_parser_spec to appropriate location.Shinya Maeda2017-04-061-5/+1
* Move Ci::CronParser to Gitlab::Ci::CronParserShinya Maeda2017-04-061-0/+38