Relocate /feature_settings folder to the root /duo_self_hosted directory
What does this MR do and why?
This MR relocates the /feature_settings
folder to nest under ee/pages/admin/ai/duo_self_hosted
.
/duo_self_hosted
is a root directory for all code related to the GitLab Duo Self-Hosted feature and /feature_settings
should be nested here as it contains child components rendered by the root app.
This is part of a series of MRs to re-organise the frontend code for Duo Self-hosted.
References
Please include cross links to any resources that are relevant to this MR. This will give reviewers and future readers helpful context to give an efficient review of the changes introduced.
MR acceptance checklist
Please evaluate this MR against the MR acceptance checklist. It helps you analyze changes to reduce risks in quality, performance, reliability, security, and maintainability.
Screenshots or screen recordings
No visual changes
How to set up and validate locally
To view the GitLab Duo Self-Hosted feature:
Prequisites
- You will need an active Ultimate online cloud license.
- Make sure you are set up with a Duo Enterprise subscription by running the following command in the terminal:
GITLAB_SIMULATE_SAAS=0 bundle exec 'rake gitlab:duo:setup_instance[duo_enterprise]'
- Start GDK in self-managed mode (
GITLAB_SIMULATE_SAAS=0 gdk start
) - Visit Admin Area > Self-hosted models
- Ensure all tabs, pages and buttons work as expected
Related to #519217 (closed)