summaryrefslogtreecommitdiff
path: root/app/models/ci/pipeline_schedule.rb
Commit message (Expand)AuthorAgeFilesLines
* Enable frozen string for app/models/**/*.rbrepo-forks/gitlab-ce-frozen-string-enable-app-models-moregfyoung2018-08-031-0/+2
* Remove soft removals related codeYorick Peterse2018-01-081-1/+2
* move `lib/ci/model.rb` into `lib/gitlab/ci/model.rb`Maxim Rydkin2017-09-121-1/+1
* Add validate: false. Add validates uniqueness.fix/sm/34805-get-back-validates-uniqueness-1Shinya Maeda2017-08-181-1/+1
* Merge remote-tracking branch 'upstream/master' into 30634-protected-pipelineLin Jen-Shin2017-07-171-0/+8
|\
| * Implement ayufan validatorShinya Maeda2017-07-061-5/+1
| * Revert "Implement Ci::NestedUniquenessValidator"Shinya Maeda2017-07-061-0/+5
| * Implement Ci::NestedUniquenessValidatorShinya Maeda2017-07-051-5/+0
| * Implement uniqueness_of_in_memory_validatorShinya Maeda2017-07-051-0/+5
| * zj nice catchesShinya Maeda2017-07-051-0/+4
| * Remove dependent => :destroyShinya Maeda2017-07-051-1/+1
| * Implement variables_attributes create/update casesShinya Maeda2017-07-051-10/+0
| * Controller logic. Delete before modification. Halfway.Shinya Maeda2017-07-051-10/+11
| * Implement uniqueness_of_in_memory_validatorShinya Maeda2017-07-051-0/+5
| * zj nice catchesShinya Maeda2017-07-051-0/+4
| * Remove dependent => :destroyShinya Maeda2017-07-051-1/+1
| * Implement variables_attributes create/update casesShinya Maeda2017-07-051-10/+0
| * Controller logic. Delete before modification. Halfway.Shinya Maeda2017-07-051-1/+13
| * pipeline_schedule_variables model/dbShinya Maeda2017-07-051-0/+1
* | Merge allowed_to_create? into CreatePipelineServiceLin Jen-Shin2017-07-051-4/+0
* | Move the check to Pipeline.allowed_to_create?Lin Jen-Shin2017-06-061-1/+1
|/
* Define last_pipeline in PipelineScheduleEntityShinya Maeda2017-05-301-4/+0
* Remove bang from update!Shinya Maeda2017-05-301-1/+1
* Add own! method on PipleineScheduleShinya Maeda2017-05-301-0/+4
* Add API support for pipeline scheduleShinya Maeda2017-05-301-0/+4
* Validate parameters when active is falseShinya Maeda2017-05-291-7/+3
* Do not schedule pipelines if the user can'tZ.J. van de Weg2017-05-151-0/+8
* Add Pipeline Schedules that supersedes experimental Trigger ScheduleZeger-Jan van de Weg2017-05-071-0/+52