-
Suggestion
-
Resolution: Unresolved
-
None
-
None
-
None
-
6
-
12
-
Mostly need an Exclusive filter for Files in two scenarios
1) Files that are essential for the project but not really reviewable entities in themselves as they are generated files ( like IDE project files ). They generally just bloat the pull request
2) Library Subrepositories that get committed as part of of a PR, but often are noise and have already been reviewed. In these cases there's two kinds of filters needed a) Filter out by a wild card path b) filter out a commit ( as subrepositories are merged in with a commit, see https://github.com/ingydotnet/git-subrepo )
The ideal way to handle this is to be able to apply multiple filters, have standard filters per project and completely up to the reviewer what filters are applied ( with the option to always apple a default filter )
- is duplicated by
-
BSERV-10425 As a PR reviewer, I want the ability to exclude files when viewing diffs
- Closed
- is related to
-
BSERV-10268 Allow files in a pull request diff to be linked as "related files"
- Gathering Interest