Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: bbc/programmes-pages-service
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 13.2.0
Choose a base ref
...
head repository: bbc/programmes-pages-service
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
  • 7 commits
  • 12 files changed
  • 7 contributors

Commits on Jan 31, 2022

  1. Copy the full SHA
    db5fbf2 View commit details

Commits on Mar 7, 2022

  1. Modified ref_availability_mabel for uniqueness across version_id and …

    …media_set_id (#307)
    
    * Modified ref_availability_mabel for uniqueness across version_id and media_set_id
    
    * Removing unnecessary config.
    murkas authored Mar 7, 2022
    Copy the full SHA
    13a7d2b View commit details

Commits on Jul 25, 2024

  1. Copy the full SHA
    1f10b42 View commit details

Commits on Oct 3, 2024

  1. Copy the full SHA
    abd89ff View commit details

Commits on Oct 21, 2024

  1. DATCAP-1031: Update Image Entity (#311)

    * DATCAP-1031: Add height and width property to image entity
    
    * DATCAP-1031: Update property type
    
    * DATCAP-1031: Update tests to include height and width
    
    * DATCAP-1031: Update return type for getHeight and getWidth
    
    * DATCAP-1031: Make setters params nullable
    kmurphy3377 authored Oct 21, 2024
    Copy the full SHA
    9d710be View commit details

Commits on Oct 29, 2024

  1. Copy the full SHA
    c5dc28e View commit details

Commits on Feb 5, 2025

  1. DATCAP-1205: Create Ancestry Entity (#314)

    * create ancestry table
    
    * Ancestry tests
    
    * tests modified for ancestry values
    
    * linting fixes
    
    * fix getCoreEntityId type
    
    * Change id type and remove traits
    
    * remove traits tests
    
    * change tests
    
    * added ancestryRepository and id type
    
    * resolve code smells
    
    * resolve whitespace errors
    
    * Update src/Data/ProgrammesDb/Entity/Ancestry.php
    
    Co-authored-by: Marcus Hobson <31855177+murkas@users.noreply.github.com>
    
    * Update src/Data/ProgrammesDb/Entity/Ancestry.php
    
    Co-authored-by: Marcus Hobson <31855177+murkas@users.noreply.github.com>
    
    * remove id decoration
    
    * Modifying getter return types to be non-nullable
    
    * Linting
    
    * Modifying joins
    
    * Adding Ancestry domain module
    
    * Syntax for JoinColumn
    
    * Syntax for nullable
    
    * add id decoration and fix type in domain
    
    * indenting somain/entity/ancestry.php
    
    * indenting domain/entity/ancestry.php
    
    * added ancestry service, mapper and setters
    
    * remove unnecessary blank lines
    
    ---------
    
    Co-authored-by: darceyh03 <darcey.haddow@bbc.co.uk>
    Co-authored-by: Darcey Haddow <114400749+darceyh03@users.noreply.github.com>
    3 people authored Feb 5, 2025
    Copy the full SHA
    f5132d5 View commit details
Loading