Skip to content

AutoDevOps enabled alert on security Config Page

Jannik Lehmann requested to merge jnnkl-autodevops-enabled-alert into master

What does this MR do?

Add Auto DevOps enable alert to Security Configuration

This adds an alert to the Security Configuration page, indicating whether the current project has Auto DevOps enabled or not.

The alert can be dismissed, and its dismissal is recorded per project via localStorage.

It also improves the performance of the test suite by stubbing some components it doesn't need to be fully rendered. Individual tests run ~4 times faster (~40ms to ~10ms locally), and the suite as a whole runs ~2 as fast (~2.4s to ~1.2s locally).

Addresses #333108 (closed).

Screenshots or Screencasts (strongly suggested)

before after
before after

Does this MR meet the acceptance criteria?

Conformity

Availability and Testing

Edited by Mark Florian

Merge request reports