Skip to content
GitLab
Next
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • GitLab GitLab
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Locked Files
  • Issues 44,765
    • Issues 44,765
    • List
    • Boards
    • Service Desk
    • Milestones
    • Iterations
    • Requirements
  • Merge requests 1,329
    • Merge requests 1,329
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
    • Test Cases
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Container Registry
    • Infrastructure Registry
  • Monitor
    • Monitor
    • Metrics
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Code review
    • Insights
    • Issue
    • Repository
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • GitLab.orgGitLab.org
  • GitLabGitLab
  • Issues
  • #12549
Closed
Open
Issue created Jul 02, 2019 by Nick Thomas@nick.thomas🆓Contributor

Include blocking merge requests in project import/export

Problem to solve

Follow-up to https://gitlab.com/gitlab-org/gitlab-ee/issues/9688

In https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/11600 we added basic support for blocking merge requests. The idea is that merge request X can prevent merge request Y from being merged, until it is merged itself. However, these blocks are not currently preserved across an export/import cycle

Intended users

Project owners

Further details

We use project export/import as a form of backup, and also as a form of data mobility between GitLab instances. In both of these cases, MR blocks represent data that would be good to keep. Intra-project blocks certainly make sense for import/export; inter-project blocks, probably less so.

Proposal

Include intra-project blocks (both historic and current) in project import/export.

Permissions and Security

If we support inter-project blocks, then on import, the ability for the importer to view the referenced blocking / blocked MRs must be validated to prevent an information disclosure vulnerability.

Links / references

Assignee
Assign to
Time tracking