Scaffold UI elements for minimal version
Add a masked switch to variable rows Copy some behavior from the protected switch
显示
- app/assets/javascripts/ci_variable_list/ci_variable_list.js 32 个添加, 2 个删除app/assets/javascripts/ci_variable_list/ci_variable_list.js
- app/assets/stylesheets/framework/ci_variable_list.scss 1 个添加, 0 个删除app/assets/stylesheets/framework/ci_variable_list.scss
- app/controllers/groups/variables_controller.rb 1 个添加, 1 个删除app/controllers/groups/variables_controller.rb
- app/controllers/projects/variables_controller.rb 1 个添加, 1 个删除app/controllers/projects/variables_controller.rb
- app/helpers/ci_variables_helper.rb 8 个添加, 0 个删除app/helpers/ci_variables_helper.rb
- app/serializers/group_variable_entity.rb 1 个添加, 0 个删除app/serializers/group_variable_entity.rb
- app/serializers/variable_entity.rb 1 个添加, 0 个删除app/serializers/variable_entity.rb
- app/views/ci/variables/_content.html.haml 1 个添加, 1 个删除app/views/ci/variables/_content.html.haml
- app/views/ci/variables/_header.html.haml 1 个添加, 1 个删除app/views/ci/variables/_header.html.haml
- app/views/ci/variables/_variable_row.html.haml 21 个添加, 1 个删除app/views/ci/variables/_variable_row.html.haml
- changelogs/unreleased/13784-validate-variables-for-masking.yml 5 个添加, 0 个删除...elogs/unreleased/13784-validate-variables-for-masking.yml
- locale/gitlab.pot 13 个添加, 4 个删除locale/gitlab.pot
- spec/features/group_variables_spec.rb 1 个添加, 1 个删除spec/features/group_variables_spec.rb
- spec/features/project_variables_spec.rb 1 个添加, 1 个删除spec/features/project_variables_spec.rb
- spec/fixtures/api/schemas/variable.json 2 个添加, 0 个删除spec/fixtures/api/schemas/variable.json
- spec/javascripts/ci_variable_list/ci_variable_list_spec.js 12 个添加, 7 个删除spec/javascripts/ci_variable_list/ci_variable_list_spec.js
- spec/support/features/variable_list_shared_examples.rb 93 个添加, 30 个删除spec/support/features/variable_list_shared_examples.rb
加载中
想要评论请 注册 或 登录