Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app/models/external_pull_request.rb')
-rw-r--r--app/models/external_pull_request.rb4
1 files changed, 4 insertions, 0 deletions
diff --git a/app/models/external_pull_request.rb b/app/models/external_pull_request.rb
index 1487a6387f0..3fc166203e7 100644
--- a/app/models/external_pull_request.rb
+++ b/app/models/external_pull_request.rb
@@ -72,6 +72,10 @@ class ExternalPullRequest < ApplicationRecord
end
end
+ def modified_paths
+ project.repository.diff_stats(target_sha, source_sha).paths
+ end
+
private
def actual_source_branch_sha