summaryrefslogtreecommitdiff
path: root/app/models/ci/pipeline_schedule_variable.rb
Commit message (Expand)AuthorAgeFilesLines
* Add latest changes from gitlab-org/gitlab@15-7-stable-eev15.7.0-rc42GitLab Bot2022-12-201-1/+1
* Add latest changes from gitlab-org/gitlab@15-6-stable-eev15.6.0-rc42GitLab Bot2022-11-171-0/+1
* Add latest changes from gitlab-org/gitlab@14-2-stable-eev14.2.0-rc42GitLab Bot2021-08-191-2/+1
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-03-181-1/+1
* 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
* Make Variable key not secret43316-controller-parameters-handling-sensitive-information-should-use-a-more-specific-nameMatija Čupić2018-03-221-1/+0
* Use secret_key and secret_value in Pipeline Schedule variablesMatija Čupić2018-03-171-0/+3
* 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-0/+2
* Remove validates :key, uniqueness due to new validator covers the casefeature/intermediate/32568-adding-variables-to-pipelines-schedulesShinya Maeda2017-07-071-2/+0
* Exclude schedule variables from Import/Export featureShinya Maeda2017-07-051-1/+1
* Fix spec. Add PipelineScheduleVariable for import_exportShinya Maeda2017-07-051-1/+1
* Controller logic. Delete before modification. Halfway.Shinya Maeda2017-07-051-0/+1
* pipeline_schedule_variables model/dbShinya Maeda2017-07-051-1/+0
* Exclude schedule variables from Import/Export featureShinya Maeda2017-07-051-1/+1
* Fix spec. Add PipelineScheduleVariable for import_exportShinya Maeda2017-07-051-1/+1
* Controller logic. Delete before modification. Halfway.Shinya Maeda2017-07-051-0/+1
* pipeline_schedule_variables model/dbShinya Maeda2017-07-051-0/+9