Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Cleanup - Rename DuneLocationOutputEntity to DuneLocationCalculationOutputEntity: - Generated the new .SQL and RT file

WTI-1654

    • -7
    • +7
    ./Application.Ringtoets.Migration.Core/EmbeddedResources/DatabaseStructure18.1.sql
    • binary
    ./Application.Ringtoets.Storage/Ringtoets.rtd
  1. … 1 more file in changeset.
Adapted migration script: - Migrated DuneLocationOutput such that they are mapped onto the correct dune location calculation collections -- Adjusted validation tests

WTI-1654

    • -2
    • +37
    ./Application.Ringtoets.Migration.Core/EmbeddedResources/Migration_17.3_18.1.sql
  1. … 1 more file in changeset.
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

    • -1
    • +144
    ./Application.Ringtoets.Migration.Core/EmbeddedResources/Migration_17.3_18.1.sql
  1. … 2 more files in changeset.
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
    • +1
    ./Application.Ringtoets.Storage/Create/DuneErosion/DuneErosionFailureMechanismCreateExtensions.cs
    • -0
    • +3
    ./Application.Ringtoets.Storage/DbContext/PartialRingtoetsEntities.cs
  1. … 1 more file in changeset.
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/Application.Ringtoets.Storage.csproj
    • -53
    • +0
    ./Application.Ringtoets.Storage/Create/DuneErosion/GeneralDuneErosionInputCreateExtensions.cs
  1. … 2 more files in changeset.
Implement Create and Read Extensions: - Implement read extension methods for the DuneErosionFailureMechanism

WTI-1654

    • -1
    • +20
    ./Application.Ringtoets.Storage/Read/FailureMechanismEntityReadExtensions.cs
  1. … 1 more file in changeset.
Adapt Create and Read Extensions: - Adapt create extension methods for the DuneErosionFailureMechanism

WTI-1654

    • -3
    • +15
    ./Application.Ringtoets.Storage/Create/DuneErosion/DuneErosionFailureMechanismCreateExtensions.cs
  1. … 1 more file in changeset.
- Updated XMLDoc

WTI-1654

    • -2
    • +2
    ./Application.Ringtoets.Storage/Read/HydraulicLocationCalculationCollectionReadExtensions.cs
Implement Create and Read Extensions: - Implement read extension methods for collections of DuneLocationCalculation

WTI-1654

    • -0
    • +1
    ./Application.Ringtoets.Storage/Application.Ringtoets.Storage.csproj
    • -0
    • +76
    ./Application.Ringtoets.Storage/Read/DuneErosion/DuneLocationCalculationCollectionEntityReadExtensions.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/Application.Ringtoets.Storage.csproj
    • -0
    • +66
    ./Application.Ringtoets.Storage/Create/DuneErosion/DuneLocationCalculationCollectionCreateExtensions.cs
  1. … 2 more files in changeset.
- Updated XMLDoc - Cleaned up file

WTI-1654

    • -1
    • +2
    ./Application.Ringtoets.Storage/Read/DuneErosion/DuneLocationEntityReadExtensions.cs
    • -1
    • +1
    ./Application.Ringtoets.Storage/Read/HydraulicLocationCalculationEntityReadExtensions.cs
Implement Create and Read Extensions: - Implement read extension methods for the DuneLocationCalculation

WTI-1654

    • -0
    • +1
    ./Application.Ringtoets.Storage/Application.Ringtoets.Storage.csproj
    • -0
    • +62
    ./Application.Ringtoets.Storage/Read/DuneErosion/DuneLocationCalculationEntityReadExtensions.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/Application.Ringtoets.Storage.csproj
    • -0
    • +70
    ./Application.Ringtoets.Storage/Create/DuneErosion/DuneLocationCalculationCreateExtensions.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

    • -1
    • +1
    ./Application.Ringtoets.Storage/Create/DuneErosion/DuneLocationCalculationOutputCreateExtensions.cs
    • -1
    • +1
    ./Application.Ringtoets.Storage/Create/HydraulicBoundaryLocationCalculationOutputCreateExtensions.cs
    • -0
    • +7
    ./Application.Ringtoets.Storage/Read/DuneErosion/DuneLocationOutputEntityReadExtensions.cs
  1. … 2 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

    • -11
    • +6
    ./Application.Ringtoets.Storage/Create/DuneErosion/DuneLocationCreateExtensions.cs
    • -7
    • +0
    ./Application.Ringtoets.Storage/Read/DuneErosion/DuneLocationEntityReadExtensions.cs
  1. … 2 more files in changeset.
Modified database design: - Regenerated database entities

WTI-1654

    • -0
    • +6
    ./Application.Ringtoets.Storage/Application.Ringtoets.Storage.csproj
    • -0
    • +10
    ./Application.Ringtoets.Storage/DbContext/DuneErosionFailureMechanismMetaEntity.cs
    • -0
    • +69
    ./Application.Ringtoets.Storage/DbContext/DuneLocationCalculationCollectionEntity.cs
    • -0
    • +54
    ./Application.Ringtoets.Storage/DbContext/DuneLocationCalculationEntity.cs
    • -4
    • +4
    ./Application.Ringtoets.Storage/DbContext/DuneLocationEntity.cs
    • -2
    • +2
    ./Application.Ringtoets.Storage/DbContext/DuneLocationOutputEntity.cs
    • -0
    • +2
    ./Application.Ringtoets.Storage/DbContext/RingtoetsEntities.Context.cs
    • -24
    • +325
    ./Application.Ringtoets.Storage/DbContext/RingtoetsEntities.edmx
    • -90
    • +99
    ./Application.Ringtoets.Storage/DbContext/RingtoetsEntities.edmx.diagram
    • binary
    ./Application.Ringtoets.Storage/Ringtoets.rtd
Modified database design: - Regenerated SQL files based on the new design

WTI-1654

    • -5
    • +79
    ./Application.Ringtoets.Migration.Core/EmbeddedResources/DatabaseStructure18.1.sql
  1. … 1 more file 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

    • -8
    • +8
    ./Application.Ringtoets.Storage/Read/FailureMechanismEntityReadExtensions.cs
  1. … 5 more files in changeset.
Incorporated comments review 2839: - Performed Resharper cleanup - Renamed test

WTI-1574

    • -0
    • +1
    ./Application.Ringtoets.Storage/Create/DuneErosion/DuneLocationCalculationOutputCreateExtensions.cs
  1. … 4 more files in changeset.
Merge from SVN WTI-1710: Updated version number from 17.3.1 to 17.3.2

    • -1
    • +1
    ./Application.Ringtoets.Setup/Application.Ringtoets.Setup.wixproj
  1. … 2 more files in changeset.
Merge from SVN WTI-1710: Updated user manual.

AND

Added new version of user manual (without revision number).

    • binary
    ./Application.Ringtoets.Setup/Gebruikershandleiding Ringtoets 17.2.2.pdf
    • binary
    ./Application.Ringtoets.Setup/Gebruikershandleiding Ringtoets 17.3.1.pdf
    • -2
    • +2
    ./Application.Ringtoets.Setup/Product.wxs
Merge from SVN WTI-1710: Updated user manual.

AND

Added new version of user manual (without revision number).

    • binary
    ./Application.Ringtoets.Setup/Gebruikershandleiding Ringtoets 17.2.1.pdf
    • binary
    ./Application.Ringtoets.Setup/Gebruikershandleiding Ringtoets 17.3.1.pdf
    • -2
    • +2
    ./Application.Ringtoets.Setup/Product.wxs
Merge from SVN WTI-1710: Changed migration script: - Remove all output related to macrostability inwards calculations -- Generate log message when applicable

    • -2
    • +29
    ./Application.Ringtoets.Migration.Core/EmbeddedResources/Migration_17.2_17.3.sql
  1. … 2 more files in changeset.
Merge from SVN WTI-1710: Changed migration script: - Remove all output related to macrostability inwards calculations -- Generate log message when applicable

    • -2
    • +29
    ./Application.Ringtoets.Migration.Core/EmbeddedResources/Migration_17.2_17.3.sql
  1. … 2 more files in changeset.
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)

    • -0
    • +6
    ./Application.Ringtoets.Migration.Core/Application.Ringtoets.Migration.Core.csproj
    • -0
    • +2615
    ./Application.Ringtoets.Migration.Core/EmbeddedResources/DatabaseStructure17.3.sql
    • -0
    • +151
    ./Application.Ringtoets.Migration.Core/EmbeddedResources/Migration_17.2_17.3.sql
    • -1
    • +1
    ./Application.Ringtoets.Setup/Application.Ringtoets.Setup.wixproj
  1. … 5 more files in changeset.
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)

    • -184
    • +167
    ./Application.Ringtoets.Migration.Core/EmbeddedResources/DatabaseStructure17.3.sql
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

    • -1
    • +0
    ./Application.Ringtoets.Migration.Core/EmbeddedResources/Migration_17.3_18.1.sql
  1. … 2 more files 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

    • -6
    • +5
    ./Application.Ringtoets.Storage/Read/FailureMechanismEntityReadExtensions.cs
  1. … 18 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/Application.Ringtoets.Storage.csproj
    • -0
    • +58
    ./Application.Ringtoets.Storage/Create/DuneErosion/DuneLocationCalculationOutputCreateExtensions.cs
    • -58
    • +0
    ./Application.Ringtoets.Storage/Create/DuneErosion/DuneLocationOutputCreateExtensions.cs
    • -6
    • +6
    ./Application.Ringtoets.Storage/Read/DuneErosion/DuneLocationOutputEntityReadExtensions.cs
  1. … 39 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

    • -16
    • +16
    ./Application.Ringtoets.Migration.Core/EmbeddedResources/Migration_17.3_18.1.sql
    • -1
    • +1
    ./Application.Ringtoets.Storage/Create/GrassCoverErosionOutwards/GrassCoverErosionOutwardsWaveConditionsCalculationCreateExtensions.cs
    • -1
    • +1
    ./Application.Ringtoets.Storage/Create/WaveImpactAsphaltCover/WaveImpactAsphaltCoverWaveConditionsCalculationCreateExtensions.cs
  1. … 4 more files in changeset.