Modify sub-repo filtering for diff searches to be in line w/ P4
Created by: mollylogue
For type:diff
searches w/ sub-repo permissions enabled:
Previous behavior: filter out all commits/diffs where the user doesn't have access to view all the files in the diff.
New behavior: show the user any commits that modify at least one file that they have access to, but filter any files the user doesn't have access to out of the raw diff.
Test plan
- New/updated unit tests pass
- Local testing