• Dylan Griffith's avatar
    De-normalize project visibility_level in issues in Elasticsearch · 8cac0b16
    Dylan Griffith authored
    This is necessary to search issues correctly without joining to the
    parent project. The previous case where we only set
    `issues_access_level` will not correctly handle "Internal" projects
    because "Internal" does not change the `issues_access_level` of the
    project and we need a way to ensure that issues from "Internal" projects
    are only found by logged in users.
    8cac0b16
issue_instance_proxy.rb 1.2 KB