Renamed Ringtoets --> Riskeer in src/Ringtoets.Migration: WTI-1931- Renamed project Ringtoets.Migration --> Riskeer.Migration-- Adjusted default namespaces-- Note: Namespaces of the files were NOT fixed as part of this commit
Renamed Ringtoets --> Riskeer in src/Ringtoets.Migration: WTI-1931- Fixed project files that are dependent on Migration.Core, but were still pointing to the old directory.
Renamed Ringtoets --> Riskeer in src/Ringtoets.Migration: WTI-1931- Saved changes of project files that were affected as part of commit 1bfbedf227f77b2e14ee8607fed20981e99df565
Renamed Ringtoets --> Riskeer in src/Ringtoets.Migration: WTI-1931- Fixed namespaces of the source files- Fixed compilation errors as a consequence of 1bfbedf227f77b2e14ee8607fed20981e99df565
Renamed Ringtoets --> Riskeer in src/Ringtoets.Migration: WTI-1931- Renamed project file / name of Migration.Core- Adjusted assembly and default namespace information-- Note: Default namespaces of existing source files are NOT fixed as part of this commit-- Note: Compilation errors as a consequence of this rename are NOT fixed as part of this commit
Renamed Ringtoets --> Riskeer in Storage: WTI-1931- Fixed paths of components that refer to Riskeer.Storage.Core-- This also fixes the compilation errors as a consequence of rebasing the solution
Renamed Ringtoets --> Riskeer in Storage: WTI-1931- Renamed the src project file-- Fixed default namespace and project name-- Note: Namespaces are NOT fixed as part of this commit.
Incorporated comments review 3446: WTI-1926- Renamed columns directly related to the HydraulicBoundaryDatabase-- Fixed migration logic-- Fixed test data files which operate with Ringtoets database structure 191
Added migration logic: WTI-1926- Extended test file with 2 assessment sections to verify the migration of sections with and without hydraulic boundary database.- Fixed failing tests by saving a newer version of the Ringtoets file format
Updated database design: WTI-1926- Changed column type of the Year-column for the HydraulicBoundaryDatabaseEntity.- Added auto-increment to entries in the HydraulicBoundaryDatabaseEntity table.
Corrected migration script: WTI-1939- Corrected script to cope with situations when mean values are rounded off to invalid values of 0. (Applicable for PipingSoilLayers only)
Changed version number from 18.2 to 19.1: WTI-1900- Updated the regular source files- Updated migration related files:-- Renamed .sql scripts accordingly-- Adjusted the MigrationTestProject accordingly, version was modified from 18.2 to 19.1 in the VersionEntity tables-- Adjusted migration scripts and corresponding tests for log messages
Cleanup migration script: WTI-1884- Removed unnecessary tables which generate migration log messages for failure mechanismsNote: In case log messages for failure mechanisms need to be generated, restore this commit
Incorporated comments review 3221:- Improved MigrationIntegrationTest --> removed any hard coded constants to prevent false negatives (test should fail in case of database version is updated)WTI-1828