Skip to content

Prepare `...Group::TreeRestorer` to ndjson

Kassio Borges requested to merge prepare-group-tree-restorer-to-ndjson into master

#212327 (closed)

What does this MR do?

Renaming Gitlab::ImportExport::Group::TreeRestorer to Gitlab::ImportExport::Group::LegacyTreeRestorer is part of the effort to enable ndjson on the Group Import/Export feature. With ndjson enabled all the structure of restoring a group-tree is different, so to make the maintenance easier the "non-ndjson" structure is being renamed.


Originally all the effort to enable ndjson on for Group Import/Export feature was done in one MR, which endup being too big. @ayufan then suggested to split that work on smaller MRs to make the work easier to review.

Screenshots

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
Edited by 🤖 GitLab Bot 🤖

Merge request reports