Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Cleaned up test projects: - Test projects should only contain the information that is necessary to prove that relevant migration items for that version was performed. Due to chaining it is not necessary to repeat this validation for subsequent projects

WTI-1657

    • binary
    ./Application.Ringtoets.Migration.Core.Test/test-data/FullTestProject172.rtd
    • binary
    ./Application.Ringtoets.Migration.Core.Test/test-data/FullTestProject173.rtd
    • binary
    ./Application.Ringtoets.Migration.Core.Test/test-data/FullTestProject181.rtd
Adjusted migration for the grass cover erosion outwards (GCEO) wave condition calculations: - Translated the old GCEO hydraulic boundary location (HBL) PKs to the new HBL PKs on assessment section based on the LocationID of a HBL and its corresponding assessment section. -- Introduced a lookup table, as these translations happen on multiple spots - Adjusted test project to prove the translations are made correctly

WTI-1657

    • binary
    ./Application.Ringtoets.Migration.Core.Test/test-data/FullTestProject173.rtd
    • -0
    • +54
    ./Application.Ringtoets.Storage.Test/IntegrationTests/MigrationTo181IntegrationTest.cs
  1. … 1 more file in changeset.
Incorporated comments review 2745: - Applied editorial comments

WTI-1657

    • -3
    • +3
    ./Application.Ringtoets.Storage.Test/IntegrationTests/MigrationTo181IntegrationTest.cs
  1. … 1 more file in changeset.
Applied some final renames. WTI-1698

    • -3
    • +3
    ./Application.Ringtoets.Storage.Test/Read/HydraulicLocationCalculationEntityReadExtensionsTest.cs
  1. … 4 more files in changeset.
Renamed HydraulicBoundaryLocationOutput into HydraulicBoundaryLocationCalculationOutput. WTI-1698

    • -1
    • +1
    ./Application.Ringtoets.Storage.Test/Application.Ringtoets.Storage.Test.csproj
    • -0
    • +151
    ./Application.Ringtoets.Storage.Test/Create/HydraulicBoundaryLocationCalculationOutputCreateExtensionsTest.cs
    • -151
    • +0
    ./Application.Ringtoets.Storage.Test/Create/HydraulicBoundaryLocationOutputCreateExtensionsTest.cs
    • -3
    • +3
    ./Application.Ringtoets.Storage.Test/IntegrationTests/StorageSqLiteIntegrationTest.cs
    • -3
    • +3
    ./Application.Ringtoets.Storage.Test/Read/HydraulicLocationOutputEntityReadExtensionsTest.cs
  1. … 3 more files in changeset.
Renamed HydraulicBoundaryLocationOutput into HydraulicBoundaryLocationCalculationOutput. WTI-1698

    • -3
    • +3
    ./Application.Ringtoets.Storage.Test/Create/HydraulicBoundaryLocationCalculationCreateExtensionsTest.cs
    • -7
    • +7
    ./Application.Ringtoets.Storage.Test/Create/HydraulicBoundaryLocationOutputCreateExtensionsTest.cs
    • -2
    • +2
    ./Application.Ringtoets.Storage.Test/IntegrationTests/StorageSqLiteIntegrationTest.cs
    • -1
    • +1
    ./Application.Ringtoets.Storage.Test/Read/HydraulicLocationCalculationEntityReadExtensionsTest.cs
    • -3
    • +3
    ./Application.Ringtoets.Storage.Test/Read/HydraulicLocationOutputEntityReadExtensionsTest.cs
    • -2
    • +2
    ./Application.Ringtoets.Storage.TestUtil.Test/RingtoetsProjectTestHelperTest.cs
    • -6
    • +6
    ./Application.Ringtoets.Storage.TestUtil/RingtoetsProjectTestHelper.cs
  1. … 82 more files in changeset.
Adjusted JOINS on the sourceproject for the Hydraulic Boundary Location of Grass Cover Erosion Outwards: - Do not join on the PK of the HBL entries, because these can be different between grass outwards and the hbls on assessment section level, instead join on the LocationID and the containing assessment section -- Adjusted migration logic for the outputs -- Adjusted migration logic for the HBL entries of grass cover erosion outwards --> take the HydraulicLocationEntityId as leading PK - Adjusted test files to represent the following scenarios situation: -- An HBL on the grass cover erosion failure mechanism that has a PK corresponding with a HBL that is not in the same assessment section -- Two HBLs on the grass cover erosion failure mechanism in the same assessment section that differs from the PKs of the HBLs on the assessment section

WTI-1657

    • binary
    ./Application.Ringtoets.Migration.Core.Test/test-data/FullTestProject173.rtd
    • binary
    ./Application.Ringtoets.Migration.Core.Test/test-data/FullTestProject181.rtd
    • -4
    • +22
    ./Application.Ringtoets.Storage.Test/IntegrationTests/MigrationTo181IntegrationTest.cs
  1. … 1 more file in changeset.
Adjusted JOINS on the sourceproject for the Hydraulic Boundary Locations of Grass Cover Erosion Outwards: - Do not join on the PK, because these can be different between grass outwards and the hbls on assessment section level, instead join on the LocationID and the containing assessment section

WTI-1657

    • binary
    ./Application.Ringtoets.Migration.Core.Test/test-data/FullTestProject173.rtd
    • -4
    • +20
    ./Application.Ringtoets.Storage.Test/IntegrationTests/MigrationTo181IntegrationTest.cs
  1. … 1 more file in changeset.
Improved migration log messages. WTI-1663

    • -28
    • +28
    ./Application.Ringtoets.Storage.Test/IntegrationTests/MigrationTo181IntegrationTest.cs
  1. … 1 more file in changeset.
Performed some final cleanups. WTI-1612

    • -3
    • +3
    ./Application.Ringtoets.Storage.Test/Create/GrassCoverErosionInwards/GrassCoverErosionInwardsCalculationCreateExtensionsTest.cs
    • -6
    • +6
    ./Application.Ringtoets.Storage.Test/Create/StructuresCalculationCreateExtensionsTest.cs
    • -6
    • +6
    ./Application.Ringtoets.Storage.Test/Read/ClosingStructures/ClosingStructuresCalculationEntityReadExtensionsTest.cs
    • -8
    • +8
    ./Application.Ringtoets.Storage.Test/Read/GrassCoverErosionInwards/GrassCoverErosionInwardsCalculationEntityReadExtensionsTest.cs
    • -6
    • +6
    ./Application.Ringtoets.Storage.Test/Read/StabilityPointStructures/StabilityPointStructuresCalculationEntityReadExtensionsTest.cs
    • -6
    • +6
    ./Application.Ringtoets.Storage.TestUtil/RingtoetsProjectTestHelper.cs
  1. … 5 more files in changeset.
Cleanup. WTI-1569

    • -1
    • +0
    ./Application.Ringtoets.Storage.Test/IntegrationTests/StorageSqLiteIntegrationTest.cs
Review related changes, cleanup and added log for technical innovations WTI-1663

    • -0
    • +2
    ./Application.Ringtoets.Migration.Test/RingtoetsProjectMigratorTest.cs
    • -5
    • +9
    ./Application.Ringtoets.Storage.Test/IntegrationTests/MigrationTo181IntegrationTest.cs
  1. … 1 more file in changeset.
Adapt tests and test project WTI-1663

    • binary
    ./Application.Ringtoets.Migration.Core.Test/test-data/FullTestProject173.rtd
    • -37
    • +67
    ./Application.Ringtoets.Migration.Test/RingtoetsProjectMigratorTest.cs
    • -1
    • +186
    ./Application.Ringtoets.Storage.Test/IntegrationTests/MigrationTo181IntegrationTest.cs
Adapt remaining migration tests WTI-1663

    • -25
    • +59
    ./Application.Ringtoets.Storage.Test/IntegrationTests/MigrationTo181IntegrationTest.cs
Adapt test projects WTI-1663

    • binary
    ./Application.Ringtoets.Migration.Core.Test/test-data/FullTestProject173.rtd
    • binary
    ./Application.Ringtoets.Migration.Core.Test/test-data/FullTestProject181.rtd
Adapt migration tests for failure mechanisms in group 1 WTI-1663

    • -12
    • +12
    ./Application.Ringtoets.Storage.Test/IntegrationTests/MigrationTo181IntegrationTest.cs
Review related changes. WTI-1612

    • -1
    • +1
    ./Application.Ringtoets.Storage.Test/Read/HydraulicLocationOutputEntityReadExtensionsTest.cs
  1. … 6 more files in changeset.
Set parrallelizable attribute to test projects

    • -0
    • +2
    ./Application.Ringtoets.Integration.Test/Properties/AssemblyInfo.cs
    • -0
    • +2
    ./Application.Ringtoets.Migration.Console.Test/Properties/AssemblyInfo.cs
    • -0
    • +2
    ./Application.Ringtoets.Migration.Core.Test/Properties/AssemblyInfo.cs
    • -0
    • +2
    ./Application.Ringtoets.Migration.Test/Properties/AssemblyInfo.cs
    • -0
    • +2
    ./Application.Ringtoets.Storage.Test/Properties/AssemblyInfo.cs
    • -0
    • +2
    ./Application.Ringtoets.Storage.TestUtil.Test/Properties/AssemblyInfo.cs
    • -0
    • +2
    ./Application.Ringtoets.Storage.TestUtil/Properties/AssemblyInfo.cs
  1. … 190 more files in changeset.
Incorporated comments review 2652: - Updated XMLDocs - Cleaned up tests for consistency

Paired with ~carloslubbers

WTI-1668

    • -3
    • +3
    ./Application.Ringtoets.Storage.Test/Read/GrassCoverSlipOffInwardsSectionResultEntityReadExtensionsTest.cs
    • -4
    • +4
    ./Application.Ringtoets.Storage.Test/Read/GrassCoverSlipOffOutwardsSectionResultEntityReadExtensionsTest.cs
    • -4
    • +4
    ./Application.Ringtoets.Storage.Test/Read/MacroStabilityOutwards/MacroStabilityOutwardsSectionResultEntityReadExtensionsTest.cs
    • -3
    • +3
    ./Application.Ringtoets.Storage.Test/Read/MicrostabilitySectionResultEntityReadExtensionsTest.cs
    • -3
    • +3
    ./Application.Ringtoets.Storage.Test/Read/StrengthStabilityLengthwiseConstructionSectionResultEntityReadExtensionsTest.cs
    • -3
    • +3
    ./Application.Ringtoets.Storage.Test/Read/TechnicalInnovationSectionResultEntityReadExtensionsTest.cs
    • -3
    • +3
    ./Application.Ringtoets.Storage.Test/Read/WaterPressureAsphaltCoverSectionResultEntityReadExtensionsTest.cs
  1. … 18 more files in changeset.
Cleanup: - Removed unused references in the FailureMechanismCreateExtensions - Added missing assert for the MacrostabilityInwardsFailureMechanismCreateExtensions

WTI-1669

    • -1
    • +0
    ./Application.Ringtoets.Storage.Test/Create/GrassCoverErosionInwards/GrassCoverErosionInwardsFailureMechanismCreateExtensionsTest.cs
    • -0
    • +1
    ./Application.Ringtoets.Storage.Test/Create/MacroStabilityInwards/MacroStabilityInwardsFailureMechanismCreateExtensionsTest.cs
    • -1
    • +1
    ./Application.Ringtoets.Storage.Test/Create/Piping/PipingFailureMechanismCreateExtensionsTest.cs
    • -1
    • +0
    ./Application.Ringtoets.Storage.Test/Create/PipingStructure/PipingStructureFailureMechanismCreateExtensionsTest.cs
    • -1
    • +0
    ./Application.Ringtoets.Storage.Test/Create/StabilityPointStructures/StabilityPointStructuresFailureMechanismCreateExtensionsTest.cs
    • -1
    • +0
    ./Application.Ringtoets.Storage.Test/Create/StabilityStoneCover/StabilityStoneCoverFailureMechanismCreateExtensionsTest.cs
Update asserts and project test helper WTI-1668

    • -12
    • +67
    ./Application.Ringtoets.Storage.Test/IntegrationTests/StorageSqLiteIntegrationTest.cs
    • -14
    • +44
    ./Application.Ringtoets.Storage.TestUtil/RingtoetsProjectTestHelper.cs
Update migration integration test WTI-1668

    • -0
    • +152
    ./Application.Ringtoets.Storage.Test/IntegrationTests/MigrationTo181IntegrationTest.cs
Cleanup - Fixed failing test: - Migrated project to 181 standards such that the latest project can be opened as well

WTI-1657

    • binary
    ./Application.Ringtoets.Migration.Core.Test/test-data/FullTestProject181.rtd
Fix migration WTI-1668

    • binary
    ./Application.Ringtoets.Migration.Core.Test/test-data/FullTestProject181.rtd
  1. … 1 more file in changeset.
Adjusted migration script and verification queries after removing the association table.

WTI-1657

    • -42
    • +36
    ./Application.Ringtoets.Storage.Test/IntegrationTests/MigrationTo181IntegrationTest.cs
  1. … 1 more file in changeset.
Update migration script and test project WTI-1668

    • binary
    ./Application.Ringtoets.Migration.Core.Test/test-data/FullTestProject181.rtd
  1. … 1 more file in changeset.
Adapt read extensions for the section result entities WTI-1668

    • -16
    • +34
    ./Application.Ringtoets.Storage.Test/Read/GrassCoverSlipOffInwardsSectionResultEntityReadExtensionsTest.cs
    • -17
    • +34
    ./Application.Ringtoets.Storage.Test/Read/GrassCoverSlipOffOutwardsSectionResultEntityReadExtensionsTest.cs
    • -35
    • +40
    ./Application.Ringtoets.Storage.Test/Read/MacroStabilityOutwards/MacroStabilityOutwardsSectionResultEntityReadExtensionsTest.cs
    • -39
    • +29
    ./Application.Ringtoets.Storage.Test/Read/MicrostabilitySectionResultEntityReadExtensionsTest.cs
    • -18
    • +34
    ./Application.Ringtoets.Storage.Test/Read/PipingStructure/PipingStructureSectionResultEntityReadExtensionsTest.cs
    • -15
    • +31
    ./Application.Ringtoets.Storage.Test/Read/StrengthStabilityLengthwiseConstructionSectionResultEntityReadExtensionsTest.cs
    • -15
    • +31
    ./Application.Ringtoets.Storage.Test/Read/TechnicalInnovationSectionResultEntityReadExtensionsTest.cs
    • -15
    • +31
    ./Application.Ringtoets.Storage.Test/Read/WaterPressureAsphaltCoverSectionResultEntityReadExtensionsTest.cs
  1. … 8 more files in changeset.
Adapt create extensions for the section results WTI-1668

    • -6
    • +31
    ./Application.Ringtoets.Storage.Test/Create/GrassCoverSlipOffInwards/GrassCoverSlipOffInwardsFailureMechanismSectionResultCreateExtensionsTest.cs
    • -6
    • +31
    ./Application.Ringtoets.Storage.Test/Create/GrassCoverSlipOffOutwards/GrassCoverSlipOffOutwardsFailureMechanismSectionResultCreateExtensionsTest.cs
    • -1
    • +1
    ./Application.Ringtoets.Storage.Test/Create/MacroStabilityInwards/MacroStabilityInwardsFailureMechanismSectionResultCreateExtensionsTest.cs
    • -27
    • +36
    ./Application.Ringtoets.Storage.Test/Create/MacrostabilityOutwards/MacroStabilityOutwardsFailureMechanismSectionResultCreateExtensionsTest.cs
    • -6
    • +31
    ./Application.Ringtoets.Storage.Test/Create/Microstability/MicrostabilityFailureMechanismSectionResultCreateExtensionsTest.cs
    • -6
    • +31
    ./Application.Ringtoets.Storage.Test/Create/PipingStructure/PipingStructureFailureMechanismSectionResultCreateExtensionsTest.cs
    • -6
    • +28
    ./Application.Ringtoets.Storage.Test/Create/StrengthStabilityLengthwise/StrengthStabilityLengthwiseConstructionFailureMechanismSectionResultCreateExtensionsTest.cs
    • -6
    • +28
    ./Application.Ringtoets.Storage.Test/Create/TechnicalInnovation/TechnicalInnovationFailureMechanismSectionResultCreateExtensionsTest.cs
    • -7
    • +28
    ./Application.Ringtoets.Storage.Test/Create/WaterPressureAsphaltCover/WaterPressureAsphaltCoverFailureMechanismSectionResultCreateExtensionsTest.cs
  1. … 8 more files in changeset.
Cleanup: Fixed failing test by migrating 173 to 181 in order to be able to open the latest .rtd file

WTI-1667

    • binary
    ./Application.Ringtoets.Migration.Core.Test/test-data/FullTestProject181.rtd
Updated migration script for failure mechanism section results in group 3 (WaveImpactAsphaltCover, DuneErosion, GrassCoverErosionOutwards, StabilityStoneCover)

WTI-1667

    • -0
    • +93
    ./Application.Ringtoets.Storage.Test/IntegrationTests/MigrationTo181IntegrationTest.cs
  1. … 1 more file in changeset.