Sha256: b7908194368a53b4fcb550424a0272f182f92ea46ba36f34e7d1e4ce53095695
Contents?: true
Size: 451 Bytes
Versions: 23
Compression:
Stored size: 451 Bytes
Contents
module PactBroker module Pacts module LazyLoaders HEAD_PACT_PUBLICATIONS_FOR_TAGS = lambda { consumer_version_tag_names = PactBroker::Domain::Tag.select(:name).where(version_id: consumer_version_id) PactPublication .for_consumer(consumer) .for_provider(provider) .latest_for_consumer_tag(consumer_version_tag_names) .from_self.order_by(:tag_name) } end end end
Version data entries
23 entries across 23 versions & 1 rubygems