Skip to content

fix: force rebuild base images bug fix#1862

Merged
MWClayson-NHS merged 3 commits intomainfrom
fix/force-base-rebuild
Mar 20, 2026
Merged

fix: force rebuild base images bug fix#1862
MWClayson-NHS merged 3 commits intomainfrom
fix/force-base-rebuild

Conversation

@MWClayson-NHS
Copy link
Contributor

Description

Context

Type of changes

  • Refactoring (non-breaking change)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would change existing functionality)
  • Bug fix (non-breaking change which fixes an issue)

Checklist

  • I am familiar with the contributing guidelines
  • I have followed the code style of the project
  • I have added tests to cover my changes
  • I have updated the documentation accordingly
  • This PR is a result of pair or mob programming

Sensitive Information Declaration

To ensure the utmost confidentiality and protect your and others privacy, we kindly ask you to NOT including PII (Personal Identifiable Information) / PID (Personal Identifiable Data) or any other sensitive data in this PR (Pull Request) and the codebase changes. We will remove any PR that do contain any sensitive information. We really appreciate your cooperation in this matter.

  • I confirm that neither PII/PID nor sensitive data are included in this PR and the codebase changes.

@github-actions
Copy link

github-actions bot commented Mar 17, 2026

Unit Test Results

✔️ Tests 1014 / 1014 - passed in 67.2s
📝 Coverage 47.07%
📏 4782 / 10457 lines covered 🌿 1171 / 2190 branches covered
🔍 click here for more details

✏️ updated for commit be440ca

@MWClayson-NHS MWClayson-NHS changed the title fix: testing force rebuild fix: force rebuild base images bug fix Mar 17, 2026
@MWClayson-NHS MWClayson-NHS requested a review from Copilot March 17, 2026 15:50
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Updates the deployment script logic for detecting base-image-affecting changes so CI can correctly decide when to rebuild base images, especially when changes occur under nested directories.

Changes:

  • Normalize ./ prefixes and improve matching logic so base paths can match nested changed paths (directory-prefix matching).
  • Add a temporary XML doc comment line in a shared C# model (appears unrelated to the script fix).

Reviewed changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated 1 comment.

File Description
scripts/deployment/check-base-image-changes.sh Improves path normalization and matching to correctly detect base image change triggers.
application/CohortManager/src/Functions/Shared/Model/BasicParticipantCsvRecord.cs Adds a documentation comment line that appears to be a temporary “force rebuild” marker.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

You can also share your feedback on Copilot code review. Take the survey.

@sonarqubecloud
Copy link

@MWClayson-NHS MWClayson-NHS marked this pull request as ready for review March 17, 2026 16:36
@MWClayson-NHS MWClayson-NHS added this pull request to the merge queue Mar 20, 2026
Merged via the queue into main with commit c3b5fae Mar 20, 2026
68 checks passed
@MWClayson-NHS MWClayson-NHS deleted the fix/force-base-rebuild branch March 20, 2026 09:09
@rfk-nc rfk-nc added the Non-functional change A change that does not change any functions. Mainly config or database changes label Mar 23, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Non-functional change A change that does not change any functions. Mainly config or database changes

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants