Skip to content

Resolve "Implement gitlab-ui component for sorting Releases"

What does this MR do?

Resolves: #221101 (closed)

This MR adds a sorting component to the Releases page to sort and order releases by:

  • Created date, Descending
  • Created date, Ascending
  • Released date, Descending
  • Released date, Ascending

It passes the sorting parameters to both the REST API and the GraphQL query, depending on the feature flag to fetch Releases over GraphQL is enabled or not (if not, it uses REST.)

Screenshots


image

Does this MR meet the acceptance criteria?

Conformity

Availability and Testing

Security

If this MR contains changes to processing or storing of credentials or tokens, authorization and authentication methods and other items described in the security review guidelines:

  • Label as security and @ mention @gitlab-com/gl-security/appsec
  • The MR includes necessary changes to maintain consistency between UI, API, email, or other methods
  • Security reports checked/validated by a reviewer from the AppSec team

Closes #221101 (closed)

Edited by Jake Burden

Merge request reports