Skip to content

Integrate changelog in frontend

Ammar Alakkad requested to merge 412837-integrate-changelog-in-frontend-2 into master

What does this MR do and why?

It integrates the changelog in frontend of the admin controls.

It transforms and displays the changelog in the <namespace-limits-section>s, and refetches the data after updating the limits to show latest changes.

Screenshots or screen recordings

Before After
Screenshot_2023-07-20_at_15.04.10 Screenshot_2023-07-20_at_14.44.36
Screencast
Screen_Recording_2023-07-19_at_12.39.10

How to set up and validate locally

  • In bin/rails console run:

      Feature.enable(:namespace_limits_admin_dashboard)
      ::Gitlab::CurrentSettings.update(check_namespace_plan: true)
  • Simulate saas and restart your gdk

    $ export GITLAB_SIMULATE_SAAS=1
    $ gdk restart
  • Visit /admin/namespace_limits as root

  • Update any limit and observe the changelog below it getting updated

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 #412837

Edited by Ammar Alakkad

Merge request reports