Skip to content

Defer group package settings request on package list page

What does this MR do and why?

Defer group package settings request on package list page

Modified the get_group_package_settings query to support group query

Conditions when these settings need not be requested:

  1. If the user does not have permission to delete packages
  2. If there are no packages

Additionally, the same data is requested for every page when paginated. This is not required since the data does not change between pages.

Closes #468263 (closed)

MR acceptance checklist

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

Screenshots or screen recordings

No change in UI, please see !117342 (merged)

How to set up and validate locally

Edited by Rahul Chanila

Merge request reports