-
Notifications
You must be signed in to change notification settings - Fork 111
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* BlobStorageConfiguration class deleted (obsolete) * MinimumSizeForFileStreamInBytes config deleted. * Remove UseFileStream(long fullSize). * Remove UseFileStream(long fullSize) part#2. * Remove FileStreamEnabled property. * Remove unused variable/sqlparam and conditional branch. * Remove FileStreamData, SenseNetSqlFileStream classes. * Remove BlobStorageContext.UseFileStream. * Remove BlobStorageContext.UseFileStream #2. * Delete unused SQL from code. * Remove filestream specific members and comments. * Remove IsFilestreamEnabled() method. Remove "filestream" from comments. * Add integration test project for the blobs. * Writing test infrastructure. * Repository initialization for blob tests. * Repository start-stop system. * First green integration test. * Fault-tolerance in the stored proc: proc_BinaryProperty_WriteStream * First working tests of BuiltIn provider with a normal and sqlfs database. * FileStream assertions * Rewrite mechanism for filestream trigger. * Split source files by classes. * Fix test class lifetime problem. Test case: UpdateFile * Create MsSqlFsBlobProvider project. * Add files to MsSqlFs project. * Remove BlobStorage.FileStreamEnabled usage from the SqlFileStreamBlobProvider. * Remove BlobStorage.FileStreamEnabled condition. * Create and update file tests. * Write chunk tests. * Remove unnecessary classes. * Use right provider. * Tests for copy. * Add FileSystem blob providers. * Rename test files. Add a test class for local disk provider with buit-in metaprovider. * Fix base method of binary cache entity tests. * Remove unnecessary trace lines. * Add tests for LocalDiskChunkBlobProvider. * Tests for delete blobs. * Migration tests. * BlobStorage is .NET Standard 2.0 * Remove unused methods and parameters. * Memorize initialized repository instance. * Add XML doc. Generate nuget pkg. * Remove legacy project. * Cleanup and set assemblyinfo.cs * Add nuspec and xml doc. * Move EnableFilestream.sql to MsSqlBlobProvider * Add more info to the mssqlfs nuspec file and remove blog package creator line from the ps script. * Remove BlobStorage.IntegrationTests. * Remove Packaging.IntegrationTests project. * Remove Search.IntegrationTests. * The "FILESTREAM" removed from the documentation. * Raise Tools reference version to 3.0.1 in blob storage project. * Delete MsSqlFs blob provider source code. * Make blob metadata provider configurable.
- Loading branch information
Showing
47 changed files
with
166 additions
and
4,437 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 was deleted.
Oops, something went wrong.
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 was deleted.
Oops, something went wrong.
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.