Skip to content

Refactor and restore versions tab

What does this MR do?

As part of the GraphQL refactor of the package details page this MR restores the version tab in the page

This whole functionality is behind a feature flag: #334786 (closed)

Screenshots or Screencasts (strongly suggested)

Screenshot_2021-08-10_at_17.00.10

How to setup and validate locally (strongly suggested)

  1. Enable the invite modal

    Feature.enable(:package_details_apollo)
  2. Visit any group or project Package Registry

  3. Click on a package registry item to see the details

Does this MR meet the acceptance criteria?

Conformity

Availability and Testing

Related to #330847 (closed)

Edited by Nicolò Maria Mezzopera

Merge request reports