We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5692565 commit 1bf61afCopy full SHA for 1bf61af
lib/pact_broker/index/service.rb
@@ -28,6 +28,7 @@ def self.find_index_items options = {}
28
rows = rows.eager(:consumer_version_tags)
29
.eager(:provider_version_tags)
30
.eager(:latest_verification_for_consumer_version_tag)
31
+ .eager(:latest_verification_for_consumer_and_provider)
32
end
33
rows = rows.all.group_by(&:pact_publication_id).values.collect{ | rows| Matrix::AggregatedRow.new(rows) }
34
0 commit comments