Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-02-12Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2020-01-11Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-10-03Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-07-15Remove old ignore_column in AR modelsDmitriy Zaporozhets
2019-06-24Fix pipeline schedule edge caseShinya Maeda
2019-06-11Use Time.zone.now for Ci::PipelineSchedule#ideal_next_run_atLin Jen-Shin
2019-06-03Make pipeline schedule worker resilientShinya Maeda
2019-05-02Strip whitespace for PipelineSchedule#cronFabio Pitino
2019-03-28Inherit from ApplicationRecord instead of ActiveRecord::BaseNick Thomas
2018-08-03Enable frozen string for app/models/**/*.rbgfyoung
2018-01-08Remove soft removals related codeYorick Peterse
2017-09-12move `lib/ci/model.rb` into `lib/gitlab/ci/model.rb`Maxim Rydkin
2017-08-17Add validate: false. Add validates uniqueness.Shinya Maeda
2017-07-17Merge remote-tracking branch 'upstream/master' into 30634-protected-pipelineLin Jen-Shin
2017-07-05Implement ayufan validatorShinya Maeda
2017-07-05Revert "Implement Ci::NestedUniquenessValidator"Shinya Maeda
2017-07-05Merge allowed_to_create? into CreatePipelineServiceLin Jen-Shin
2017-07-05Implement Ci::NestedUniquenessValidatorShinya Maeda
2017-07-05Implement uniqueness_of_in_memory_validatorShinya Maeda
2017-07-05zj nice catchesShinya Maeda
2017-07-05Remove dependent => :destroyShinya Maeda
2017-07-05Implement variables_attributes create/update casesShinya Maeda
2017-07-05Controller logic. Delete before modification. Halfway.Shinya Maeda
2017-07-05Implement uniqueness_of_in_memory_validatorShinya Maeda
2017-07-05zj nice catchesShinya Maeda
2017-07-05Remove dependent => :destroyShinya Maeda
2017-07-05Implement variables_attributes create/update casesShinya Maeda
2017-07-05Controller logic. Delete before modification. Halfway.Shinya Maeda
2017-07-05pipeline_schedule_variables model/dbShinya Maeda
2017-06-05Move the check to Pipeline.allowed_to_create?Lin Jen-Shin
2017-05-30Define last_pipeline in PipelineScheduleEntityShinya Maeda
2017-05-30Remove bang from update!Shinya Maeda
2017-05-30Add own! method on PipleineScheduleShinya Maeda
2017-05-30Add API support for pipeline scheduleShinya Maeda
2017-05-29Validate parameters when active is falseShinya Maeda
2017-05-15Do not schedule pipelines if the user can'tZ.J. van de Weg
2017-05-08Add Pipeline Schedules that supersedes experimental Trigger ScheduleZeger-Jan van de Weg