Skip to content

Refactor tags table to own component

What does this MR do?

This is the last MR needed to finalise the split of the container registry code, to ease future contribution. The code moves 'out' the tags table, and in the process create few new components

I've also noticed that I've missed some wrapper.destroy in my tests and I've added them 🤦

The code has also been updated to use the latest of our recommendations:

  • new gl-button
  • data-testid
  • gl-ui-classes where possible

Most of the code has been copy-pastaed out from the main component

Screenshots

Screenshot_2020-06-08_at_16.50.20

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

Part of #218545 (closed) Closes #219792 (closed)

Edited by Nicolò Maria Mezzopera

Merge request reports