Skip to content

Prevent stale data in LDAP group sync last owner check

Drew Blessing requested to merge dblessing/gitlab-ee:fix_stale_owner2 into master

Representing https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/529

Fixes gitlab-org/gitlab-ce#17764

Turns out that switching to an AR association has resolved the issue. However, a merge problem from CE to EE caused the owners method to not be removed so it took precedence over the association. This removes that method and adds a test to ensure we don't have stale owner data in the future.

Merge request reports