-
- Downloads
There was an error fetching the commit references. Please try again later.
Merge branch 'feature/intermediate/32568-adding-variables-to-pipelines-schedules' into 'master'
Add variables to pipelines schedules Closes #32568 See merge request !12372
No related branches found
No related tags found
Pipeline #
Showing
- app/assets/javascripts/pipeline_schedules/pipeline_schedule_form_bundle.js 3 additions, 0 deletions...ripts/pipeline_schedules/pipeline_schedule_form_bundle.js
- app/assets/javascripts/pipeline_schedules/setup_pipeline_variable_list.js 71 additions, 0 deletions...cripts/pipeline_schedules/setup_pipeline_variable_list.js
- app/assets/stylesheets/framework/variables.scss 8 additions, 0 deletionsapp/assets/stylesheets/framework/variables.scss
- app/assets/stylesheets/pages/pipeline_schedules.scss 81 additions, 0 deletionsapp/assets/stylesheets/pages/pipeline_schedules.scss
- app/controllers/projects/pipeline_schedules_controller.rb 14 additions, 5 deletionsapp/controllers/projects/pipeline_schedules_controller.rb
- app/models/ci/build.rb 1 addition, 0 deletionsapp/models/ci/build.rb
- app/models/ci/pipeline_schedule.rb 8 additions, 0 deletionsapp/models/ci/pipeline_schedule.rb
- app/models/ci/pipeline_schedule_variable.rb 8 additions, 0 deletionsapp/models/ci/pipeline_schedule_variable.rb
- app/policies/ci/pipeline_schedule_policy.rb 10 additions, 0 deletionsapp/policies/ci/pipeline_schedule_policy.rb
- app/policies/project_policy.rb 0 additions, 2 deletionsapp/policies/project_policy.rb
- app/validators/variable_duplicates_validator.rb 13 additions, 0 deletionsapp/validators/variable_duplicates_validator.rb
- app/views/projects/pipeline_schedules/_form.html.haml 8 additions, 0 deletionsapp/views/projects/pipeline_schedules/_form.html.haml
- app/views/projects/pipeline_schedules/_pipeline_schedule.html.haml 1 addition, 1 deletion.../projects/pipeline_schedules/_pipeline_schedule.html.haml
- app/views/projects/pipeline_schedules/_variable_row.html.haml 17 additions, 0 deletions...views/projects/pipeline_schedules/_variable_row.html.haml
- changelogs/unreleased/feature-intermediate-32568-adding-variables-to-pipelines-schedules.yml 4 additions, 0 deletions...mediate-32568-adding-variables-to-pipelines-schedules.yml
- db/migrate/20170620064728_create_ci_pipeline_schedule_variables.rb 25 additions, 0 deletions...e/20170620064728_create_ci_pipeline_schedule_variables.rb
- db/migrate/20170620065449_add_foreign_key_to_ci_pipeline_schedule_variables.rb 15 additions, 0 deletions...5449_add_foreign_key_to_ci_pipeline_schedule_variables.rb
- db/schema.rb 14 additions, 0 deletionsdb/schema.rb
- doc/ci/variables/README.md 1 addition, 1 deletiondoc/ci/variables/README.md
- doc/user/project/pipelines/img/pipeline_schedule_variables.png 0 additions, 0 deletions...ser/project/pipelines/img/pipeline_schedule_variables.png
app/models/ci/pipeline_schedule_variable.rb
0 → 100644
13.2 KiB