Skip to content

Copy package components to new folder

What does this MR do?

In this ~"feature::maintenance" MR we are moving the whole suite of package component to its new folder. This is in preparation of refactoring them.

Previously !65810 (merged) the components were being moved one by one, generating a lot of confusion on what is as before and what is changed, this is an attempt to make the reviews easier and more focused on the real changes.

In this MR so we are:

  • Copying the old components to new folder
  • Copying the old tests and snapshots
  • Adjusting the path of the tests/components

No new code is added on this MR, we are simply copy pasting existing code, any differences with our guidelines and necessary refactor will be taken care in followup work, none of this components is currently used in the UI

Screenshots or Screencasts (strongly suggested)

No visual changes

Does this MR meet the acceptance criteria?

Conformity

Availability and Testing

Security

Does this MR contain changes to processing or storing of credentials or tokens, authorization and authentication methods or other items described in the security review guidelines? If not, then delete this Security section.

  • 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 to #330847 (closed)

Edited by Nicolò Maria Mezzopera

Merge request reports