-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Refactor and enhance DirectoryVersion handling
Added correlationId handling in ReceiveReminderAsync methods across multiple modules. Improved robustness and error handling in DirectoryVersion.Actor.fs, including handling of ReminderTypes.DeleteCachedState and logging in GetRecursiveDirectoryVersions. Removed IRemindable interface from DirectoryVersion.Actor.fs. Introduced private correlationId property in FileAppearance.Actor.fs. Replaced Directory.SaveDirectoryVersions with DirectoryVersion.SaveDirectoryVersions in CLI modules. Updated launchSettings.json to change working directory. Improved comments and logging in Common.SDK.fs and Services.CLI.fs. Updated Grace.SDK.fsproj to replace Directory.SDK.fs with DirectoryVersion.SDK.fs. Removed commented-out code and improved logging for better readability and maintainability. Commented out logging in Storage.SDK.fs. Added System.IO namespace and cast return type in DirectoryVersion.Server.fs. Commented out Kestrel server options in Program.Server.fs. Moved logic for graceIgnoreEntries and updated graceIgnoreFullPath in Configuration.Shared.fs. Changed GraceIgnoreFileName value in Constants.Shared.fs. Removed logging in normalizeFilePath function in Utilities.Shared.fs. Added new DirectoryVersion.SDK.fs with DirectoryVersion class and static methods.
- Loading branch information
1 parent
e59c862
commit 93bc0b6
Showing
26 changed files
with
157 additions
and
130 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
Oops, something went wrong.