Skip to content

Use project id field in setup script for GAR integration

What does this MR do and why?

Use project id field in setup script for GAR integration

Updates configuration & dynamic field component to emit update event (https://gitlab-org.gitlab.io/gitlab-ui/?path=/docs/base-form-form-input--docs)

UX clarification

question: #451604 (comment 1831212657)

Answer: Addressed in 247f839f

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

Before After After UX feedback
Screenshot_2024-03-26_at_3.51.46_PM Screen_Recording_2024-03-26_at_3.47.30_PM Screen_Recording_2024-04-02_at_11.43.50_PM
Screenshot_2024-03-26_at_3.46.44_PM Screenshot_2024-04-02_at_11.46.17_PM

How to set up and validate locally

  1. Simulate a SAAS instance in local GDK

  2. In rails console enable the experiment

    Feature.enable(:google_cloud_support_feature_flag)
  3. Visit Project > Settings > Integrations > Google Cloud IAM and complete the fields with random values.

  4. Visit Project > Settings > Integrations > Google Artifact Registry

  5. Confirm that updating the Project ID form field updates the script

Related to #451604 (closed)

Edited by Rahul Chanila

Merge request reports