-
- Downloads
Merge branch 'hide-project-variables' into 'master'
Hide project variables values by default Add a button to reveal/hide the values to help prevent accidental disclosure of sensitive information from wandering on a page.  Closes #21358 See merge request !7731
No related branches found
No related tags found
Showing
- app/assets/javascripts/dispatcher.js.es6 3 additions, 0 deletionsapp/assets/javascripts/dispatcher.js.es6
- app/assets/javascripts/project_variables.js.es6 43 additions, 0 deletionsapp/assets/javascripts/project_variables.js.es6
- app/assets/stylesheets/pages/projects.scss 8 additions, 0 deletionsapp/assets/stylesheets/pages/projects.scss
- app/views/projects/variables/_table.html.haml 2 additions, 2 deletionsapp/views/projects/variables/_table.html.haml
- app/views/projects/variables/index.html.haml 1 addition, 0 deletionsapp/views/projects/variables/index.html.haml
- spec/features/variables_spec.rb 25 additions, 0 deletionsspec/features/variables_spec.rb
Please register or sign in to comment