-
- Downloads
There was an error fetching the commit references. Please try again later.
Refactor CI variable list code for usage with CI/CD settings page secret variables
Showing
- app/assets/javascripts/behaviors/secret_values.js 5 additions, 3 deletionsapp/assets/javascripts/behaviors/secret_values.js
- app/assets/javascripts/ci_variable_list/ci_variable_list.js 205 additions, 0 deletionsapp/assets/javascripts/ci_variable_list/ci_variable_list.js
- app/assets/javascripts/ci_variable_list/native_form_variable_list.js 26 additions, 0 deletions...javascripts/ci_variable_list/native_form_variable_list.js
- app/assets/javascripts/commons/polyfills.js 2 additions, 0 deletionsapp/assets/javascripts/commons/polyfills.js
- app/assets/javascripts/pipeline_schedules/pipeline_schedule_form_bundle.js 5 additions, 2 deletions...ripts/pipeline_schedules/pipeline_schedule_form_bundle.js
- app/assets/javascripts/pipeline_schedules/setup_pipeline_variable_list.js 0 additions, 73 deletions...cripts/pipeline_schedules/setup_pipeline_variable_list.js
- app/assets/javascripts/toggle_buttons.js 4 additions, 4 deletionsapp/assets/javascripts/toggle_buttons.js
- app/assets/stylesheets/framework.scss 1 addition, 0 deletionsapp/assets/stylesheets/framework.scss
- app/assets/stylesheets/framework/buttons.scss 5 additions, 0 deletionsapp/assets/stylesheets/framework/buttons.scss
- app/assets/stylesheets/framework/ci_variable_list.scss 88 additions, 0 deletionsapp/assets/stylesheets/framework/ci_variable_list.scss
- app/assets/stylesheets/framework/variables.scss 2 additions, 2 deletionsapp/assets/stylesheets/framework/variables.scss
- app/assets/stylesheets/pages/pipeline_schedules.scss 0 additions, 81 deletionsapp/assets/stylesheets/pages/pipeline_schedules.scss
- app/views/ci/variables/_variable_row.html.haml 49 additions, 0 deletionsapp/views/ci/variables/_variable_row.html.haml
- app/views/projects/pipeline_schedules/_form.html.haml 11 additions, 5 deletionsapp/views/projects/pipeline_schedules/_form.html.haml
- app/views/projects/pipeline_schedules/_variable_row.html.haml 0 additions, 17 deletions...views/projects/pipeline_schedules/_variable_row.html.haml
- changelogs/unreleased/refactor-ci-variable-list-for-future-usage-in-4110.yml 5 additions, 0 deletions...ed/refactor-ci-variable-list-for-future-usage-in-4110.yml
- spec/features/projects/pipeline_schedules_spec.rb 16 additions, 14 deletionsspec/features/projects/pipeline_schedules_spec.rb
- spec/javascripts/ci_variable_list/ci_variable_list_spec.js 163 additions, 0 deletionsspec/javascripts/ci_variable_list/ci_variable_list_spec.js
- spec/javascripts/ci_variable_list/native_form_variable_list_spec.js 30 additions, 0 deletions...cripts/ci_variable_list/native_form_variable_list_spec.js
- spec/javascripts/fixtures/pipeline_schedules.rb 43 additions, 0 deletionsspec/javascripts/fixtures/pipeline_schedules.rb
Please register or sign in to comment