Skip to content

Connect list app to apollo, enable search

What does this MR do and why?

This MR is part of the refactor of the package list to use Apollo/GraphQL .

In this MR we are adding apollo and connecting the search component to it.

Feature flag rollout issue: #341136 (closed)

Screenshots or screen recordings

Not much to see but here a screencap:

Kapture_2021-09-30_at_15.21.44

How to set up and validate locally

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

  1. in rails console Feature.enable(:package_list_apollo)
  2. navigate to the package list

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 #330846 (closed)

Edited by Nicolò Maria Mezzopera

Merge request reports