Conversation
Co-authored-by: Mark Gent <Mark.Gent@homesengland.gov.uk>
MarkGent1
added a commit
that referenced
this pull request
Sep 19, 2025
* Adding internal buckets * Change to StorageConfiguration * Minors to docker-compose image and config * Create and connect to database with MongoDb setup (#10) * Deleted rogue Console.WriteLine commands. (#9) Co-authored-by: Mark Gent <Mark.Gent@homesengland.gov.uk> * Added factory support for MongoDb client, included health check and associated tests. * Added in .net pipeline including behaviors along with initial Generic Repository for use with MongoDB. --------- Co-authored-by: Mark Gent <Mark.Gent@homesengland.gov.uk> * 2830 Password / salt service * Linter fix * Fix code formatting issues (whitespace violations) * Renamed namespaces * Feature/ulitp 2453 cleanup (#15) * Deleted rogue Console.WriteLine commands. (#9) Co-authored-by: Mark Gent <Mark.Gent@homesengland.gov.uk> * Minor tweaks based on work carried out on ULITP-2453 * Corrected failiing tests after refactor --------- Co-authored-by: Mark Gent <Mark.Gent@homesengland.gov.uk> --------- Co-authored-by: huss <huss.rasit@defra.gov.uk> Co-authored-by: Mark Gent <Mark.Gent@homesengland.gov.uk> Co-authored-by: kristan66 <kristan@hotmail.co.uk> Co-authored-by: krisddefra <kris.dyson@defra.gov.uk>
MarkGent1
added a commit
that referenced
this pull request
Sep 24, 2025
* Adding internal buckets * Change to StorageConfiguration * Minors to docker-compose image and config * Create and connect to database with MongoDb setup (#10) * Deleted rogue Console.WriteLine commands. (#9) Co-authored-by: Mark Gent <Mark.Gent@homesengland.gov.uk> * Added factory support for MongoDb client, included health check and associated tests. * Added in .net pipeline including behaviors along with initial Generic Repository for use with MongoDB. --------- Co-authored-by: Mark Gent <Mark.Gent@homesengland.gov.uk> * 2830 Password / salt service * Linter fix * Fix code formatting issues (whitespace violations) * Renamed namespaces * Feature/ulitp 2453 cleanup (#15) * Deleted rogue Console.WriteLine commands. (#9) Co-authored-by: Mark Gent <Mark.Gent@homesengland.gov.uk> * Minor tweaks based on work carried out on ULITP-2453 * Corrected failiing tests after refactor --------- Co-authored-by: Mark Gent <Mark.Gent@homesengland.gov.uk> * 2831: AES crypto transform + unit tests * 2831: AES crypto transform * Quartz scheduler * 2832 crypto tool * Formatting * Removed worker process and have made KeeperData.Bridge.Worker a class library * PR updates and removed worker test projects using git command * Added new project to Dockerfile * Updated docker compose settings to enable services to run along side each other. (#20) Co-authored-by: Mark Gent <Mark.Gent@homesengland.gov.uk> --------- Co-authored-by: huss <huss.rasit@defra.gov.uk> Co-authored-by: Mark Gent <Mark.Gent@homesengland.gov.uk> Co-authored-by: kristan66 <kristan@hotmail.co.uk> Co-authored-by: krisddefra <kris.dyson@defra.gov.uk>
MarkGent1
added a commit
that referenced
this pull request
Sep 24, 2025
* Adding internal buckets * Change to StorageConfiguration * Minors to docker-compose image and config * Create and connect to database with MongoDb setup (#10) * Deleted rogue Console.WriteLine commands. (#9) Co-authored-by: Mark Gent <Mark.Gent@homesengland.gov.uk> * Added factory support for MongoDb client, included health check and associated tests. * Added in .net pipeline including behaviors along with initial Generic Repository for use with MongoDB. --------- Co-authored-by: Mark Gent <Mark.Gent@homesengland.gov.uk> * 2830 Password / salt service * Linter fix * Fix code formatting issues (whitespace violations) * Renamed namespaces * Feature/ulitp 2453 cleanup (#15) * Deleted rogue Console.WriteLine commands. (#9) Co-authored-by: Mark Gent <Mark.Gent@homesengland.gov.uk> * Minor tweaks based on work carried out on ULITP-2453 * Corrected failiing tests after refactor --------- Co-authored-by: Mark Gent <Mark.Gent@homesengland.gov.uk> * 2831: AES crypto transform + unit tests * 2831: AES crypto transform * Quartz scheduler * 2832 crypto tool * Formatting * Removed worker process and have made KeeperData.Bridge.Worker a class library * PR updates and removed worker test projects using git command * Added new project to Dockerfile * Updated docker compose settings to enable services to run along side each other. (#20) Co-authored-by: Mark Gent <Mark.Gent@homesengland.gov.uk> --------- Co-authored-by: huss <huss.rasit@defra.gov.uk> Co-authored-by: Mark Gent <Mark.Gent@homesengland.gov.uk> Co-authored-by: kristan66 <kristan@hotmail.co.uk> Co-authored-by: krisddefra <kris.dyson@defra.gov.uk>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Minor clean-up only based on work completed as part of ULITP-2453. Includes: