Skip to content

Use conan recipe as name in package presenter

Steve Abrams requested to merge 239130-package-presenter-conan into master

What does this MR do?

The Conan package recipe is more representitive than the singular name attribute and is what is expected by users when they are working with Conan packages. This MR updates the package presenter so the Conan package recipe is used as the name on the front end. This follows up !42860 (merged), where a similar change was made to the package entity to return the Conan recipe as the name in the API response.

Screenshots

Screen_Shot_2020-10-05_at_8.28.27_AM

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

Related #239130 (closed)

Edited by Steve Abrams

Merge request reports