Details
-
Bug
-
Status: Done
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
-
Sprint 50, Sprint 51
-
1.6
Description
Paths Matching conditions process only first 1000 changes per commit/changeset.
pathMatch and pathsMatchExcludingDeletes functions, that operate on PullRequest or PullRequestEvent object and take only matching pattern as argument, are not affected by this limitation.
I.e.
mergeRequest.pullRequest.pathsMatch("glob:ssh/keys/**")
isn't affected.
All other path matching utilities are limited.
We should refactor the logic of this conditions, so that it is no longer limited to a 1000 file changes per commit.