Skip to content

develop -> main#18

Merged
carlsixsmith-moj merged 9 commits intomainfrom
develop
Nov 26, 2025
Merged

develop -> main#18
carlsixsmith-moj merged 9 commits intomainfrom
develop

Conversation

@samgibsonmoj
Copy link
Contributor

  • 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

samgibsonmoj and others added 9 commits November 20, 2025 11:48
* 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 a README file to the Matching.Core project, providing

Also, it disables package generation on build.
* Updates Aspire dependencies to v13

* Configures parameters for various services

* Updates CommunityToolkit packages to stable version
Removes the known issue section regarding potential SQL project startup timing issues, as it was fixed in CommunityToolkit's v13.
* 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
* Removes unused package versions

* Bump Rebus

* Remove unused Visual Studio packages

* Adds Dependabot configuration file
@samgibsonmoj samgibsonmoj marked this pull request as ready for review November 26, 2025 10:17
@samgibsonmoj samgibsonmoj requested review from a team as code owners November 26, 2025 10:17
@samgibsonmoj samgibsonmoj changed the title File Sync service (#17) develop -> main Nov 26, 2025
@carlsixsmith-moj carlsixsmith-moj merged commit 041c820 into main Nov 26, 2025
1 check passed
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