Move flash message for unverified domains to local messages
requested to merge gitlab-community/gitlab:21784-dcf-flash-message-for-unverified-domains-should-appear-in-local-messages into master
What does this MR do and why?
Move the warning message This domain is not verified. You will need to verify ownership before access is enabled.
from global to local flash messages. See the issue #21784 (closed).
Screenshots or screen recordings
Before
After
How to set up and validate locally
Precondition
Pages and runners set up.
Pages: https://gitlab.com/gitlab-org/gitlab-development-kit/blob/main/doc/howto/pages.md
Runners: https://gitlab.com/gitlab-org/gitlab-development-kit/blob/main/doc/howto/runner.md
- Create a simple project with a
.gitlab-ci.yml
and a folderpublic
.
- Write out the
.gitlab-ci.yml
as:
image: alpine:latest
pages:
stage: deploy
script:
- echo 'Nothing to do...'
artifacts:
paths:
- public
only:
- master
- In the project, go to the menu
Settings > Pages
and create a new domain (click onNew Domain
button).
MR acceptance checklist
This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.
-
I have evaluated the MR acceptance checklist for this MR.
Related to #21784 (closed)
Edited by Dannyel Cardoso da Fonseca