Skip to content

Conversation

@samgibsonmoj
Copy link
Contributor

No description provided.

Previously, both the Offloc Cleaner and Delius Parser would attempt to process any files in the input directories.
Also tightens some file path concatenation
Issues remain with bumping Aspire to .NET 10 with the community toolkit packages
Refactors the file synchronization process to support S3 as a file source.

Introduces configurable file sources for Delius and Offloc files (FileSystem, MinIO, S3).

Adds database interaction to track file processing status and associate Offloc files with archive names.

Enhances file processing workflow with new database messaging and processing
start events.

Updates stored procedures to handle file processing status and archive associations.
@samgibsonmoj samgibsonmoj changed the base branch from main to develop November 20, 2025 11:44
@samgibsonmoj samgibsonmoj marked this pull request as ready for review November 20, 2025 11:44
@samgibsonmoj samgibsonmoj requested review from a team as code owners November 20, 2025 11:44
Copy link

@PaulCooperWorkJustice PaulCooperWorkJustice left a comment

Choose a reason for hiding this comment

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

Changes look good. Ran locally ok

@samgibsonmoj samgibsonmoj merged commit ab5de77 into develop Nov 20, 2025
@samgibsonmoj samgibsonmoj deleted the s3-file-sync branch November 20, 2025 11:48
carlsixsmith-moj pushed a commit that referenced this pull request Nov 26, 2025
* File Sync service (#17)

* WIP: S3 File Sync

* Remove FileStorage project. Move interface into environment setup

* Remove redundant if statement

* Enforce patterns for file searches

Previously, both the Offloc Cleaner and Delius Parser would attempt to process any files in the input directories.

* Removes redundant docker file processing service

Also tightens some file path concatenation

* Cleanup + implementation of S3FileSource service

* Removes Parallel parsing (and other related redundant code) + hooks in FileSync

* Fix for Delius post-parser encoding and line endings

* MinIO integration

* Bump packages (excludes Aspire)

Issues remain with bumping Aspire to .NET 10 with the community toolkit packages

* Enables S3 file synchronization and processing

Refactors the file synchronization process to support S3 as a file source.

Introduces configurable file sources for Delius and Offloc files (FileSystem, MinIO, S3).

Adds database interaction to track file processing status and associate Offloc files with archive names.

Enhances file processing workflow with new database messaging and processing
start events.

Updates stored procedures to handle file processing status and archive associations.

* Configures dotnet environment

* Configures and initialises MinIO bucket

* Clarifies Visualiser setup requirement

* Fixes S3 file source path resolution

* Orders files by date + handles ddMMyyyy and dMMyyyy formats

* Ensures `ArchiveFileName` is nullable in queries

* Adds AWS Security Token package

* Enables pre-kickoff tasks execution

* Enable periodic file sync

* Adds safe guard for file processing in Delius and Offloc

* Adds Windows x64 runtime identifier for publishing

* Removes extracted offloc file from input directory if already processed

* Fixes issue with change tracker displaying node id instead of upci/group (#19)

* Adds README to Matching.Core project (#21)

Adds a README file to the Matching.Core project, providing

Also, it disables package generation on build.

* Upgrade aspire (#20)

* Updates Aspire dependencies to v13

* Configures parameters for various services

* Updates CommunityToolkit packages to stable version

* Removes known issue from README (#22)

Removes the known issue section regarding potential SQL project startup timing issues, as it was fixed in CommunityToolkit's v13.

* Guarding for dates (#23)

* Overwrite files when extracting archive

* Adds logging for unavailable files

* Clears input directories before download

* Adds file date guarding

Implements logic to prevent processing of files older than the last processed files.

* Prevents concurrent file processing

Adds a semaphore to prevent concurrent executions of the file processing logic.

* Adds additional logging to file sync process

* Dependabot & package cleanup (#24)

* Removes unused package versions

* Bump Rebus

* Remove unused Visual Studio packages

* Adds Dependabot configuration file
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants