Skip to content

Draft: Add support for exporting relations for project export jobs

What does this MR do and why?

Add support for exporting relations associated with project export jobs which later will be used by Import/Export

This commit updates BulkImport::Export to support export relations to be associated with project export jobs. With these changes, it will be possible to generate project exported relations for each project export jobs.

The only service that wasn't reused from BulkImport was the BulkImports::RelationExportService because the service uses the term portable to represent what it's being exported and it didn't feel correct to say that a project_export_job is a portable record. So a different service was created for import/export.

Related to: #360683 (closed)

Describe in detail what your merge request does and why.

Screenshots or screen recordings

These are strongly recommended to assist reviewers and reduce the time to merge your change.

How to set up and validate locally

Numbered steps to set up and validate the change are strongly suggested.

MR acceptance checklist

This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.

Edited by Rodrigo Tomonari

Merge request reports