Skip to content

Project Releases pagination implementation

Fabio Huser requested to merge siemens/gitlab:feat/ui-releases-pagination into master

What does this MR do?

This MR implements the missing pagination feature on the Projects > Releases page.

So far, the releases page would only display the last 20 releases without the possibility to view older releases. This becomes a burden, if a project has more than 20 releases.

🔧 with at Siemens

Closes #14955 (closed)

Screenshots

releases_pagination

Does this MR meet the acceptance criteria?

Conformity

Availability and Testing

This MR is an extension of an existing feature and utilises existing components, hence the impact should be small. All changes have been covered by extending the existing tests, local validation against the supported browsers has been done.

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
Edited by Fabio Huser

Merge request reports