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: dfe-analytical-services/explore-education-statistics
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 66fa645ff2748506710e0c8db8c294c4f668d5e6
Choose a base ref
...
head repository: dfe-analytical-services/explore-education-statistics
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 099d538499ce1ea08e778e7953301094c6bcacfb
Choose a head ref
  • 8 commits
  • 86 files changed
  • 3 contributors

Commits on Mar 3, 2025

  1. Copy the full SHA
    bcdb19b View commit details
  2. Merge pull request #5647 from dfe-analytical-services/EES-5907

    Hotfix: EES-5907 Fix frontend/backend request model mismatch
    mmyoungman authored Mar 3, 2025
    Copy the full SHA
    d593847 View commit details
  3. Copy the full SHA
    f384d91 View commit details
  4. Copy the full SHA
    c9f89d8 View commit details

Commits on Mar 4, 2025

  1. Add new API end point that returns a searchable HTML version of a lat…

    …est release with the associated metadata
    
    Move ReleaseSearchViewModel to own file. Code tidy.
    WIP Putting together the new Content Processor for Search
    Rename releaseId to releaseVersionId
    
    rename releaseId to releaseVersionId in Content Processor
    
    code tidy
    
    Ensure the summary is made safe for upload
    
    Ensure Title is also made ascii and no spaces. Also, replace the magic strings
    
    Code tidy
    
    Add Azure Blob Storage Client integration tests. Also added a blob download and delete methods.
    
    Add a couple more tests for Download and Delete non-existent blobs
    
    Add tests for HostBuilder. Flow cancellation token through everywhere. Add tests for SearchableDocumentCreator
    
    Rename the search Processor to Search.FunctionApp
    
    Moved projects to Search/Function App solution folder
    
    Mask connection string
    
    Code tidy
    
    Getting the function app set up
    
    Test config and container registrations set up
    
    If service is not configured, fail on startup instead of waiting for a message to arrive
    
    Fix config
    
    Severed the ref to viewmodels. Added dto. Code Tidy. Removed unused refs.
    
    Remove the hardcoded queue names from the trigger function and move them to config
    
    Add the local.settings.json file
    
    Rename the function
    
    Add ReleaseId to the searchable view model to use as the blob name
    
    Fix
    
    Fix
    Fix merge
    
    Amendments made based on PR feedback
    
    Moved Azure Storage code that was only being used by the integration tests into the test project to clean up the client.
    
    Add Search Function App to the build yaml
    
    Add search function app to the start.ts useful scripts
    
    Remove config for durable storage as we have gone with the non-durable approach
    
    Make the metadata keys ALL-CAPS-KEBABS. Also, rename Type to ReleaseType for added clarity.
    leeoades committed Mar 4, 2025
    Copy the full SHA
    8056d78 View commit details
  2. Copy the full SHA
    7067cd2 View commit details
  3. Merge pull request #5630 from dfe-analytical-services/EES-5874-Create…

    …-processor
    
    EES-5874 Create Search Function App
    leeoades authored Mar 4, 2025
    Copy the full SHA
    2da25bc View commit details
  4. Copy the full SHA
    099d538 View commit details
Loading