Skip to content

Releases: bbc/programmes-pages-service

Contact Details Mapping

07 Nov 12:35
Compare
Choose a tag to compare

Contact details obtained from iSite have their own value object and mapping logic

Added findByPids feature

02 Nov 11:33
496e786
Compare
Choose a tag to compare

Added findByPids feature

Removing options transformation

17 Oct 16:48
Compare
Choose a tag to compare

Option transformation is now the ingesters concern

New indexes for programme_counts. Caching of ancestry queries.

10 Oct 12:37
Compare
Choose a tag to compare
3.1.0

Index changes for faucet counts (#200)

Project ID and aggregated galleries count

05 Oct 08:39
Compare
Choose a tag to compare
  • Add project ID to optionsMapper
  • Update and rename variables and functions for "available galleries count" to "aggregated galleries count" and move it to the parent class

Added services and default service to service network

19 Sep 16:49
Compare
Choose a tag to compare
v2.7.4

fetch default and all services for network

Add all services to Network domain object. Add cover index to core_entity

19 Sep 13:42
Compare
Choose a tag to compare
v2.7.3

Add Network mapping to its services (#192)

Allow null parentProjectId

18 Aug 11:26
Compare
Choose a tag to compare

Allow null parentProjectId

Adding parentProjectId to RefIsiteOptions

18 Aug 10:24
Compare
Choose a tag to compare

Adding parentProjectId to RefIsiteOptions

Allow configuring of how MasterBrands are inherited

10 Aug 11:45
Compare
Choose a tag to compare

Prior to this release CoreEntities without a MasterBrand did not look to their parents to find a MasterBrand.

This release adds the ability to pass in an array of configuration options to the MapperFactory and adds one option core_entity_inherit_master_brand that defaults to true.

When core_entity_inherit_master_brand is true then CoreEntites without a master brand shall look in their parents to find a MasterBrand.
When core_entity_inherit_master_brand is false then CoreEntites without a master brand shall not look in their parents to find a MasterBrand - the prior behaviour.