Skip to content

Updated Secure Files Settings UI

Darby Frey requested to merge secure-files-settings-ui into master

What does this MR do and why?

This MR changes the UI for Project-level Secure Files to use the proper UI pattern for settings by moving the UI from a dedicated page to the CI/CD settings page. This change resolves the concerns raised in #363309 (closed). See the screenshot below:

Screen_Shot_2022-06-17_at_11.01.54_AM

Screenshots or screen recordings

These are strongly recommended to assist reviewers and reduce the time to merge your change.

How to set up and validate locally

  1. Enable the feature flag in the rails console
Feature.enable(:ci_secure_files)

Numbered steps to set up and validate the change are strongly suggested.

MR acceptance checklist

This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.

Edited by Darby Frey

Merge request reports