summaryrefslogtreecommitdiff
path: root/app/models/ci/pipeline_schedule.rb
Commit message (Expand)AuthorAgeFilesLines
* Add latest changes from gitlab-org/gitlab@14-0-stable-eev14.0.0-rc42GitLab Bot2021-06-161-0/+12
* Add latest changes from gitlab-org/gitlab@13-12-stable-eev13.12.0-rc42GitLab Bot2021-05-191-26/+4
* Add latest changes from gitlab-org/gitlab@13-11-stable-eev13.11.0-rc43GitLab Bot2021-04-201-0/+2
* Add latest changes from gitlab-org/gitlab@13-9-stable-eev13.9.0-rc42GitLab Bot2021-02-181-1/+1
* Add latest changes from gitlab-org/gitlab@13-0-stable-eeGitLab Bot2020-05-201-0/+4
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-02-121-1/+1
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-01-111-9/+1
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-10-031-0/+2
* Remove old ignore_column in AR modelsdz-remove-old-ignore-columnDmitriy Zaporozhets2019-07-151-3/+0
* Fix pipeline schedule edge casefix-pipeline-schedule-edge-caseShinya Maeda2019-06-241-6/+17
* Use Time.zone.now for Ci::PipelineSchedule#ideal_next_run_atLin Jen-Shin2019-06-111-1/+2
* Make pipeline schedule worker resilientset-real-next-run-at-for-preventing-duplciate-pipeline-creationsShinya Maeda2019-06-031-8/+17
* Strip whitespace for PipelineSchedule#cronstrip-attr-cron-in-pipeline-scheduleFabio Pitino2019-05-021-0/+3
* Inherit from ApplicationRecord instead of ActiveRecord::BaseNick Thomas2019-03-281-1/+1
* 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