Skip to content
This repository was archived by the owner on Jul 28, 2025. It is now read-only.

Merge branch 'main' into feat/DTOSS-9159-file-level-validation #419

Merge branch 'main' into feat/DTOSS-9159-file-level-validation

Merge branch 'main' into feat/DTOSS-9159-file-level-validation #419

Triggered via push June 3, 2025 08:09
Status Success
Total duration 7m 30s
Artifacts 6
Set CI/CD metadata
6s
Set CI/CD metadata
Validate PR title
0s
Validate PR title
Commit stage  /  Scan secrets
7s
Commit stage / Scan secrets
Commit stage  /  Check file format
6s
Commit stage / Check file format
Commit stage  /  Check Markdown format
6s
Commit stage / Check Markdown format
Commit stage  /  Check English usage
6s
Commit stage / Check English usage
Commit stage  /  Lint Terraform
7s
Commit stage / Lint Terraform
Commit stage  /  Count lines of code
7s
Commit stage / Count lines of code
Test stage  /  Linting
32s
Test stage / Linting
Test stage  /  Unit tests
1m 1s
Test stage / Unit tests
Test stage  /  Perform static analysis
2m 15s
Test stage / Perform static analysis
Image build stage  /  get-functions
21s
Image build stage / get-functions
Matrix: Image build stage / build-and-push
Image build stage  /  Append short commit hash to images
Image build stage / Append short commit hash to images
Image build stage  /  aggregate-json
12s
Image build stage / aggregate-json
Acceptance stage  /  Environment set up
7s
Acceptance stage / Environment set up
Acceptance stage  /  Contract test
4s
Acceptance stage / Contract test
Acceptance stage  /  Security test
6s
Acceptance stage / Security test
Acceptance stage  /  UI test
3s
Acceptance stage / UI test
Acceptance stage  /  UI performance test
3s
Acceptance stage / UI performance test
Acceptance stage  /  Integration test
5s
Acceptance stage / Integration test
Acceptance stage  /  Accessibility test
3s
Acceptance stage / Accessibility test
Acceptance stage  /  Load test
6s
Acceptance stage / Load test
Acceptance stage  /  Environment tear down
4s
Acceptance stage / Environment tear down
Fit to window
Zoom out
Zoom in

Annotations

20 warnings
Test stage / Unit tests: src/dotnet-mesh-client/application/DotNetMeshClient/NHS.Mesh.Client/Models/Response/OutboxService/TrackOutboxResponse.cs#L27
Non-nullable property 'RecipientOrgName' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Test stage / Unit tests: src/dotnet-mesh-client/application/DotNetMeshClient/NHS.Mesh.Client/Models/Response/OutboxService/TrackOutboxResponse.cs#L25
Non-nullable property 'RecipientOrgCode' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Test stage / Unit tests: src/dotnet-mesh-client/application/DotNetMeshClient/NHS.Mesh.Client/Models/Response/OutboxService/TrackOutboxResponse.cs#L23
Non-nullable property 'RecipientOdsCode' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Test stage / Unit tests: src/dotnet-mesh-client/application/DotNetMeshClient/NHS.Mesh.Client/Models/Response/OutboxService/TrackOutboxResponse.cs#L21
Non-nullable property 'RecipientName' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Test stage / Unit tests: src/dotnet-mesh-client/application/DotNetMeshClient/NHS.Mesh.Client/Models/Response/OutboxService/TrackOutboxResponse.cs#L19
Non-nullable property 'Recipient' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Test stage / Unit tests: src/dotnet-mesh-client/application/DotNetMeshClient/NHS.Mesh.Client/Models/Response/OutboxService/TrackOutboxResponse.cs#L17
Non-nullable property 'UploadTimestamp' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Test stage / Unit tests: src/dotnet-mesh-client/application/DotNetMeshClient/NHS.Mesh.Client/Models/Response/OutboxService/TrackOutboxResponse.cs#L15
Non-nullable property 'ExpiryTime' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Test stage / Unit tests: src/dotnet-mesh-client/application/DotNetMeshClient/NHS.Mesh.Client/Models/Response/OutboxService/TrackOutboxResponse.cs#L13
Non-nullable property 'FileName' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Test stage / Unit tests: src/dotnet-mesh-client/application/DotNetMeshClient/NHS.Mesh.Client/Models/Response/OutboxService/TrackOutboxResponse.cs#L7
Non-nullable property 'MessageId' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Test stage / Unit tests: src/dotnet-mesh-client/application/DotNetMeshClient/NHS.Mesh.Client/Configuration/MeshConnectConfiguration.cs#L51
Non-nullable property 'ProxyAddress' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Test stage / Perform static analysis: src/dotnet-mesh-client/application/DotNetMeshClient/NHS.Mesh.Client/Models/Response/OutboxService/TrackOutboxResponse.cs#L17
Non-nullable property 'UploadTimestamp' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Test stage / Perform static analysis: src/dotnet-mesh-client/application/DotNetMeshClient/NHS.Mesh.Client/Models/Response/OutboxService/TrackOutboxResponse.cs#L15
Non-nullable property 'ExpiryTime' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Test stage / Perform static analysis: src/dotnet-mesh-client/application/DotNetMeshClient/NHS.Mesh.Client/Models/Response/OutboxService/TrackOutboxResponse.cs#L13
Non-nullable property 'FileName' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Test stage / Perform static analysis: src/dotnet-mesh-client/application/DotNetMeshClient/NHS.Mesh.Client/Models/Response/OutboxService/TrackOutboxResponse.cs#L7
Non-nullable property 'MessageId' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Test stage / Perform static analysis: src/dotnet-mesh-client/application/DotNetMeshClient/NHS.Mesh.Client/Configuration/MeshConnectConfiguration.cs#L51
Non-nullable property 'ProxyAddress' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Test stage / Perform static analysis: src/ServiceLayer.Shared/Data/Migrations/20250521094738_AddNbssAppointmentEventTable.cs#L41
Define a constant instead of using this literal 'varchar(30)' 5 times. (https://rules.sonarsource.com/csharp/RSPEC-1192)
Test stage / Perform static analysis: src/ServiceLayer.Shared/Data/Migrations/20250521094738_AddNbssAppointmentEventTable.cs#L23
Define a constant instead of using this literal 'char(1)' 8 times. (https://rules.sonarsource.com/csharp/RSPEC-1192)

Artifacts

Produced during runtime
Name Size Digest
aggregated-sbom-repository-report-pr43.zip Expired
713 KB
sha256:23461b1c2ae3be2e258cd386204eb174c3f59d676dcea6a10cc81e4f3e0cc717
aggregated-vulnerabilities-repository-report-pr43.zip Expired
426 KB
sha256:a70ac8a03d2f114387a7a95e29369df3ba69cfe9cb53e76d8f1ad44c38edf906
lines-of-code-report.json.zip Expired
866 Bytes
sha256:88694719cee6e94993490e62edc8654492e2ed5873e804d7774bf13869e863eb
sbom-mesh-ingest-repository-report.json.zip Expired
713 KB
sha256:5c4c58919480e2887d346dcd0aed5424580dae8bce29471cf940716a0eeb0321
service-layer-mesh-ingest-vulnerabilities-summary.txt Expired
1005 Bytes
sha256:ee6b12a72ab4f1e13809e60d40cbc33a646aab5c6243e1639a7b7ae5205798b1
vulnerabilities-mesh-ingest-repository-report.json.zip Expired
425 KB
sha256:0759edd30c31773fa7d6f471896ce99aadfeadae191fcc960a4096b1e726758b