You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
with file comment enabled, the pr decoration gate will send several comments to gitlab/github/bitbucket. Which is really nice in most situation, but if someone accidentally pushed
a bunch of tool generated code to a merge request, the number of issues will be horrible, posting file comments in such a situation will not help.
The text was updated successfully, but these errors were encountered:
jizhilong
changed the title
disable file comment if the number of issues in a pr excceed some value
disable file comment if the count of issues in a pr excceed value
Feb 21, 2020
jizhilong
changed the title
disable file comment if the count of issues in a pr excceed value
prevents file comments for pull requests with a huge number of issues
Feb 22, 2020
implemented a filter system with 3 filters (maxamount,severy,type)
added commentfilter to the githubpullrequest decorator
fixed the tests I broke with adding the filter
added test to verify the filter is called for the Github Graphql
wrote test for IssueFilterRunner.
Added test for TypeExclusionFilter and SeverityExclusionFilter
Added tests for TypeComparator
Added tests for SeverityComparator
Added default comparators for IssueFilterRunner for real build.
with file comment enabled, the pr decoration gate will send several comments to gitlab/github/bitbucket. Which is really nice in most situation, but if someone accidentally pushed
a bunch of tool generated code to a merge request, the number of issues will be horrible, posting file comments in such a situation will not help.
The text was updated successfully, but these errors were encountered: