gitlab-org--gitlab-foss/changelogs/unreleased/sh-skip-validation-visibility-changed.yml
Stan Hu ba861a2219 Only validate project visibility when it has changed
On GitLab.com, there are hundreds of projects that have visibility
levels that are inconsistent with the fork or group settings. Most
likely, this happened during a GitLab project import because the
validation was bypassed.  Attempting to migrate these projects to hashed
storage fails even though the migration doesn't touch the visibility
settings. Skipping the visibility validation allows the migration to go
through.

Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/55881
2019-01-03 23:32:26 -08:00

5 lines
105 B
YAML

---
title: Only validate project visibility when it has changed
merge_request: 24142
author:
type: fixed