Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Adapted migration script: - Create new (mandatory) rows for the CalculationCollectionEntity and the CalculationEntity for DuneErosion -- Adjusted reference 173 file to include dune locations with output calculated based on either the signaling or the lower limit norm -- Adjusted validation tests

WTI-1654

    • binary
    ./Application.Ringtoets.Migration.Core.Test/test-data/MigrationTestProject173.rtd
    • -2
    • +131
    ./Application.Ringtoets.Storage.Test/IntegrationTests/MigrationTo181IntegrationTest.cs
  1. … 1 more file in changeset.
Fixed failing test: - Stored new (empty) 181 project with the new database structure

WTI-1654

    • binary
    ./Application.Ringtoets.Migration.Core.Test/test-data/MigrationTestProject181.rtd
Adjusted StorageSQLIntegrationTest to verify the round trip saving and opening RT projects: - Fixed failiing test: -- CollectionEntities should always be set for the dune failure mechanism meta entity to prevent ArgumentNullExceptions

WTI-1654

    • -2
    • +12
    ./Application.Ringtoets.Storage.Test/Read/AssessmentSectionEntityReadExtensionsTest.cs
Adjusted StorageSQLIntegrationTest to verify the round trip saving and opening RT projects: - Included the new entities to be loaded - Switched order in the CreateExtensions: locations should be created first to prevent InvalidOperationExceptions because no matching DuneLocationEntity is found

WTI-1654

    • -1
    • +34
    ./Application.Ringtoets.Storage.Test/IntegrationTests/StorageSqLiteIntegrationTest.cs
  1. … 2 more files in changeset.
Adjusted GetFullTestProject: - Configured failure mechanism according to the new data model

WTI-1654

    • -24
    • +33
    ./Application.Ringtoets.Storage.TestUtil.Test/RingtoetsProjectTestHelperTest.cs
    • -40
    • +25
    ./Application.Ringtoets.Storage.TestUtil/RingtoetsProjectTestHelper.cs
Removed obsolete create extension for the general dune erosion input --> the corresponding meta entity is created by the failure mechanism create extensions already

WTI-1654

    • -1
    • +0
    ./Application.Ringtoets.Storage.Test/Application.Ringtoets.Storage.Test.csproj
    • -68
    • +0
    ./Application.Ringtoets.Storage.Test/Create/DuneErosion/GeneralDuneErosionInputCreateExtensionsTest.cs
  1. … 2 more files in changeset.
Implement Create and Read Extensions: - Implement read extension methods for the DuneErosionFailureMechanism

WTI-1654

    • -4
    • +132
    ./Application.Ringtoets.Storage.Test/Read/FailureMechanismEntityReadExtensionsTest.cs
  1. … 1 more file in changeset.
Improved existing test

WTI-1654

    • -5
    • +14
    ./Application.Ringtoets.Storage.Test/Create/GrassCoverErosionOutwards/GrassCoverErosionOutwardsFailureMechanismCreateExtensionsTest.cs
Adapt Create and Read Extensions: - Adapt create extension methods for the DuneErosionFailureMechanism

WTI-1654

    • -0
    • +117
    ./Application.Ringtoets.Storage.Test/Create/DuneErosion/DuneErosionFailureMechanismCreateExtensionsTest.cs
  1. … 1 more file in changeset.
Implement Create and Read Extensions: - Implement read extension methods for collections of DuneLocationCalculation

WTI-1654

    • -0
    • +1
    ./Application.Ringtoets.Storage.Test/Application.Ringtoets.Storage.Test.csproj
    • -0
    • +139
    ./Application.Ringtoets.Storage.Test/Read/DuneErosion/DuneLocationCalculationCollectionEntityReadExtensionsTest.cs
  1. … 2 more files in changeset.
Implement Create and Read Extensions: - Implement create extension methods for collections of DuneLocationCalculation

WTI-1654

    • -0
    • +1
    ./Application.Ringtoets.Storage.Test/Application.Ringtoets.Storage.Test.csproj
    • -0
    • +90
    ./Application.Ringtoets.Storage.Test/Create/DuneErosion/DuneLocationCalculationCollectionCreateExtensionsTest.cs
  1. … 2 more files in changeset.
Implement Create and Read Extensions: - Implement read extension methods for the DuneLocationCalculation

WTI-1654

    • -0
    • +1
    ./Application.Ringtoets.Storage.Test/Application.Ringtoets.Storage.Test.csproj
    • -0
    • +130
    ./Application.Ringtoets.Storage.Test/Read/DuneErosion/DuneLocationCalculationEntityReadExtensionsTest.cs
  1. … 2 more files in changeset.
Implement Create and Read Extensions: - Implement create extension methods for the DuneLocationCalculation

WTI-1654

    • -0
    • +1
    ./Application.Ringtoets.Storage.Test/Application.Ringtoets.Storage.Test.csproj
    • -0
    • +145
    ./Application.Ringtoets.Storage.Test/Create/DuneErosion/DuneLocationCalculationCreateExtensionsTest.cs
  1. … 2 more files in changeset.
Adapt Create and Read Extensions: - Modified extension methods for the DuneLocationOutput --> Cleaned up files, implemented missing NULL check - Adjusted implementation of the Hydraulic Boundary Location Output create extensions --> replaced cast to byte with a convert according to our own guidelines

WTI-1654

    • -2
    • +2
    ./Application.Ringtoets.Storage.Test/Create/DuneErosion/DuneLocationCalculationOutputCreateExtensionsTest.cs
    • -1
    • +11
    ./Application.Ringtoets.Storage.Test/Read/DuneErosion/DuneLocationOutputEntityReadExtensionsTest.cs
  1. … 3 more files in changeset.
Adapt Create and Read Extensions: - Modified extension methods for the DuneLocation --> it has no reference to an output anymore

WTI-1654

    • -55
    • +11
    ./Application.Ringtoets.Storage.Test/Create/DuneErosion/DuneLocationCreateExtensionsTest.cs
    • -63
    • +0
    ./Application.Ringtoets.Storage.Test/Read/DuneErosion/DuneLocationEntityReadExtensionsTest.cs
  1. … 2 more files in changeset.
Incorporated comments review 2843: - Rewrote functions - Cleaned up tests - Adjusted DuneErosionFailureMechanism: -- Moved instantiation of the list to class level -- Renamed private field to prevent shadowing

WTI-1574

    • -4
    • +7
    ./Application.Ringtoets.Storage.TestUtil.Test/RingtoetsProjectTestHelperTest.cs
  1. … 5 more files in changeset.
Merge from SVN WTI-1710: - Added Migration related files: -- Added initial setup of the migration integration test from 172 --> 173

    • -11
    • +1
    ./Application.Ringtoets.Storage.Test/IntegrationTests/MigrationTo173IntegrationTest.cs
Merge from SVN WTI-1710: Changed migration script: - Remove all output related to macrostability inwards calculations -- Generate log message when applicable

    • binary
    ./Application.Ringtoets.Migration.Core.Test/test-data/FullTestProject172.rtd
    • -3
    • +16
    ./Application.Ringtoets.Storage.Test/IntegrationTests/MigrationTo173IntegrationTest.cs
  1. … 1 more file in changeset.
Merge from SVN WTI-1710: Changed migration script: - Remove all output related to macrostability inwards calculations -- Generate log message when applicable

    • binary
    ./Application.Ringtoets.Migration.Core.Test/test-data/MigrationTestProject172.rtd
    • -3
    • +16
    ./Application.Ringtoets.Storage.Test/IntegrationTests/MigrationTo173IntegrationTest.cs
  1. … 1 more file in changeset.
Merge from SVN WTI-1710: Fixed buildserver tests: - Added log message for the verification of chain migration - Changed 17.2 to supported migration file, 17.3 as unsupported

    • -2
    • +3
    ./Application.Ringtoets.Migration.Core.Test/RingtoetsSqLiteDatabaseFileMigratorTest.cs
    • -1
    • +6
    ./Application.Ringtoets.Migration.Test/RingtoetsProjectMigratorTest.cs
Merge from SVN WTI-1710: Fix tests that break on Windows 10. Patched in from git commit 1988601, 01c3d95 and 12c1632

    • -0
    • +1
    ./Application.Ringtoets.Migration.Console.Test/RingtoetsMigrationConsoleTest.cs
    • -0
    • +1
    ./Application.Ringtoets.Migration.Console.Test/RingtoetsMigrationToolTest.cs
    • -48
    • +11
    ./Application.Ringtoets.Storage.Test/IntegrationTests/MigrationIntegrationTest.cs
  1. … 2 more files in changeset.
Merge from SVN WTI-1710: - Added Migration related files: -- Fixed buildserver test: added FullTestProject173.rtd

    • binary
    ./Application.Ringtoets.Migration.Core.Test/test-data/FullTestProject173.rtd
Merge from SVN WTI-1710: - Added Migration related files: -- Added initial setup of the migration integration test from 172 --> 173

    • -0
    • +1
    ./Application.Ringtoets.Storage.Test/Application.Ringtoets.Storage.Test.csproj
    • -0
    • +353
    ./Application.Ringtoets.Storage.Test/IntegrationTests/MigrationTo173IntegrationTest.cs
Merge from SVN WTI-1710: - Updated version number from 17.2 --> 17.3 - Added Migration related files: -- Added empty file of FullTestProject17.3 -- Added empty migration script -- Added copy of DatabaseStructure17.3 which is identical to 17.2 (no DB changes were necessary for this release)

    • -2
    • +3
    ./Application.Ringtoets.Storage.TestUtil.Test/RingtoetsProjectMigrationTestHelperTest.cs
    • -0
    • +1
    ./Application.Ringtoets.Storage.TestUtil/RingtoetsProjectMigrationTestHelper.cs
  1. … 7 more files in changeset.
Finalise release, made 18.1 compatible with the 'new' 17.3 release: - Adjusted migration script, table HydraRingpreprocessorEntity does not exist in the new 17.3 release -- Adjusted testfile, reopened and saved the test file in the 'new' 17.3 release to get rid of the HydraRingPreprocessorEntityTable

WTI-1710

    • binary
    ./Application.Ringtoets.Migration.Core.Test/test-data/MigrationTestProject173.rtd
    • -1
    • +0
    ./Application.Ringtoets.Storage.Test/IntegrationTests/MigrationTo181IntegrationTest.cs
  1. … 1 more file in changeset.
Incorporated comments review 2824, rename SetDuneLocationCalculations to SetDuneLocations: - Made the DuneLocations property an IObservableEnumerable --> modifications should not be possible from outside the SetDuneLocations() method to prevent the calculations from getting out of sync with the locations

WTI-1574

    • -4
    • +4
    ./Application.Ringtoets.Storage.Test/Read/FailureMechanismEntityReadExtensionsTest.cs
    • -7
    • +8
    ./Application.Ringtoets.Storage.TestUtil.Test/RingtoetsProjectTestHelperTest.cs
    • -3
    • +6
    ./Application.Ringtoets.Storage.TestUtil/RingtoetsProjectTestHelper.cs
  1. … 16 more files in changeset.
Incorporated comments review 2824: - Renamed DuneLocationOutput to DuneLocationCalculationOutput -- Adjusted CreateExtension file names -- Updated function and parameter names where necessary.

WTI-1574

    • -1
    • +1
    ./Application.Ringtoets.Storage.Test/Application.Ringtoets.Storage.Test.csproj
    • -0
    • +110
    ./Application.Ringtoets.Storage.Test/Create/DuneErosion/DuneLocationCalculationOutputCreateExtensionsTest.cs
    • -14
    • +14
    ./Application.Ringtoets.Storage.Test/Create/DuneErosion/DuneLocationCreateExtensionsTest.cs
    • -110
    • +0
    ./Application.Ringtoets.Storage.Test/Create/DuneErosion/DuneLocationOutputCreateExtensionsTest.cs
    • -2
    • +2
    ./Application.Ringtoets.Storage.Test/IntegrationTests/StorageSqLiteIntegrationTest.cs
    • -2
    • +2
    ./Application.Ringtoets.Storage.Test/Read/DuneErosion/DuneLocationEntityReadExtensionsTest.cs
    • -2
    • +2
    ./Application.Ringtoets.Storage.Test/Read/DuneErosion/DuneLocationOutputEntityReadExtensionsTest.cs
    • -13
    • +13
    ./Application.Ringtoets.Storage.TestUtil/RingtoetsProjectTestHelper.cs
  1. … 36 more files in changeset.
Incorporated comments review 2811: - Updated XMLDocs - Updated test names - Replaced type casts to byte with Convert.ToByte() calls - Formatting of the migration script

WTI-1706

    • -2
    • +2
    ./Application.Ringtoets.Storage.Test/Create/GrassCoverErosionOutwards/GrassCoverErosionOutwardsWaveConditionsCalculationCreateExtensionsTest.cs
    • -1
    • +1
    ./Application.Ringtoets.Storage.Test/Create/StabilityStoneCover/StabilityStoneCoverWaveConditionsCalculationCreateExtensionsTest.cs
    • -1
    • +1
    ./Application.Ringtoets.Storage.Test/Create/WaveImpactAsphaltCover/WaveImpactAsphaltCoverWaveConditionsCalculationCreateExtensionsTest.cs
    • -44
    • +34
    ./Application.Ringtoets.Storage.Test/IntegrationTests/MigrationTo181IntegrationTest.cs
  1. … 3 more files in changeset.
Updated migration script: - Cleaned up migration integration test: merged separate grass cover erosion outwards assert into the query generator.

WTI-1706

    • -276
    • +254
    ./Application.Ringtoets.Storage.Test/IntegrationTests/MigrationTo181IntegrationTest.cs
Updated migration script: - Generated initial setup and tests for the migration

WTI-1706

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