[go: up one dir, main page]

Skip to content

Remove user_name and group_path from API request

What does this MR do and why?

We're removing the user_name and group_path from our API request to the o11y provisioner service. This service was using the group_path as an identifier to send an email about setting up observability after the requesting group's o11y service was setup. We're moving these instructions into the app, so we don't need to send the email, so we don't want to include the group_path in the API request. Since the user_name was only being used in the email, we don't need that in the API request anymore either.

References

Welcome / Information Page in GitLab.com to replace request page and welcome email

Screenshots or screen recordings

No UI changes

How to set up and validate locally

There isn't much to test here, unfortuneately.

MR acceptance checklist

Evaluate this MR against the MR acceptance checklist. It helps you analyze changes to reduce risks in quality, performance, reliability, security, and maintainability.

Edited by Dakota Dux

Merge request reports

Loading