Skip to content

Hook up organization project search and sort to API

What does this MR do and why?

The grouptenant scale team is starting to build out an Organization MVC. For more information about what an "Organization" will be see https://docs.gitlab.com/ee/architecture/blueprints/organization/

In #437681 (closed) we added search and sort support to the organization projects GraphQL query. This MR updates the frontend so the search and sort arguments are passed to the GraphQL query.

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

Screen_Recording_2024-03-04_at_11.43.20_AM

How to set up and validate locally

  1. Enable the feature flag
    • echo "Feature.enable(:ui_for_organizations)" | gdk rails c
  2. Navigate to /-/organizations/default/groups_and_projects?display=projects
  3. Use the search and sort
Edited by Peter Hegman

Merge request reports