[go: up one dir, main page]

Skip to content

Consider MergeRequestContextCommit and MergeRequestContextDiff for import/export

Everyone can contribute. Help move this issue forward while earning points, leveling up and collecting rewards.

The following discussion from !24168 (merged) should be addressed:

  • @nick.thomas started a discussion: (+2 comments)

    We have MergeRequestContextCommit and MergeRequestContextDiff now, too, which would need covering with the same safety.

More context:

With BulkInsertSafe we are able to declare that a model class is safe for use with bulk-insertion to postgres. We identified two more recent model classes that could probably benefit from this. We noticed that they also currently are not considered in import/exports, and we should find out if they should, and whether they could then also be bulk-inserted.

Edited by 🤖 GitLab Bot 🤖