summaryrefslogtreecommitdiff
path: root/spec/models/ci/trigger_schedule_spec.rb
Commit message (Expand)AuthorAgeFilesLines
* Fix lazy error handling of cron parserDosuken shinya2017-05-031-0/+32
* Improve trigger_schedule.rbShinya Maeda2017-04-061-6/+62
* Use parenthesis for respond_to :refShinya Maeda2017-04-061-1/+1
* Define next_time as let in trigger_schedule_specShinya Maeda2017-04-061-1/+1
* Remove next_run_at: nil from trigger_schedule_specShinya Maeda2017-04-061-1/+1
* Rename cron_time_zone to cron_timezone. Separate add_concurrent_foreign_key.Shinya Maeda2017-04-061-1/+1
* Rename cron_nightly_build to nightlyShinya Maeda2017-04-061-1/+1
* Move Ci::CronParser to Gitlab::Ci::CronParserShinya Maeda2017-04-061-1/+1
* Add Import/Export Setting for trigger_schedule. Remove ref validation.Shinya Maeda2017-04-061-7/+0
* Commentout check_cron_frequencyShinya Maeda2017-04-061-26/+1
* Fix rubocop issues. Use add_concurrent_foreign_key.Shinya Maeda2017-04-061-1/+0
* Fixed failed testsShinya Maeda2017-04-061-12/+10
* Add validatorShinya Maeda2017-04-061-4/+2
* Move real_next_run to helperShinya Maeda2017-04-061-24/+0
* Brush up 2Shinya Maeda2017-04-061-54/+39
* Brush upShinya Maeda2017-04-061-12/+19
* real_next_run (WIP)Shinya Maeda2017-04-061-23/+71
* Add validation to Ci::TriggerSchedule (Halfway)Shinya Maeda2017-04-061-12/+24
* Rename ScheduledTrigger to TriggerSchedule. Because table structure changed.Shinya Maeda2017-04-061-0/+29