Skip to content

User guidance banner for DAST/APi Fuzzing configuration is not activated

Artur Fedorov requested to merge 369505-banner-DAST-configuration into master

What does this MR do and why?

Describe in detail what your merge request does and why.

This MR resolves #369505 (closed)

Component pipeline-editor-messages was rendered twice.

It was rendered as default state first time and after loading started and finished it was rendered again.

Because of that url params (used for showing banner) were cleared during first render and already were empty during second render, thus making banner disappear.

This MR reorganise default state and make pipeline-editor-messages render only once. With only one render banner stays visible.

Screenshots or screen recordings

Screenshots are required for UI changes, and strongly recommended for all other merge requests.

before
before_bug
after
bug_after

How to set up and validate locally

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

  1. Go to BASE_URL/gitlab-org/PROJECT_ID/-/security/configuration/api_fuzzing
  2. Or go to BASE_URL/gitlab-org/PROJECT_ID/-//security/configuration/dast
  3. Configure DAST copy content and redirect to .yml file
  4. You should see banner after redirection to a pipeline editor

MR acceptance checklist

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

Related to #369505 (closed)

Merge request reports

Loading