Application.Ringtoets.Storage

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

  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
    ./Create/DuneErosion/DuneErosionFailureMechanismCreateExtensions.cs
    • -0
    • +3
    ./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.csproj
    • -53
    • +0
    ./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
    ./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
    ./Create/DuneErosion/DuneErosionFailureMechanismCreateExtensions.cs
  1. … 1 more file in changeset.
- Updated XMLDoc

WTI-1654

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

WTI-1654

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

WTI-1654

    • -1
    • +1
    ./Read/HydraulicLocationCalculationEntityReadExtensions.cs
Implement Create and Read Extensions: - Implement read extension methods for the DuneLocationCalculation

WTI-1654

    • -0
    • +1
    ./Application.Ringtoets.Storage.csproj
    • -0
    • +62
    ./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.csproj
    • -0
    • +70
    ./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
    ./Create/DuneErosion/DuneLocationCalculationOutputCreateExtensions.cs
    • -1
    • +1
    ./Create/HydraulicBoundaryLocationCalculationOutputCreateExtensions.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

  1. … 2 more files in changeset.
Modified database design: - Regenerated database entities

WTI-1654

    • -0
    • +6
    ./Application.Ringtoets.Storage.csproj
    • -0
    • +10
    ./DbContext/DuneErosionFailureMechanismMetaEntity.cs
    • -0
    • +69
    ./DbContext/DuneLocationCalculationCollectionEntity.cs
    • -0
    • +54
    ./DbContext/DuneLocationCalculationEntity.cs
    • -2
    • +2
    ./DbContext/DuneLocationOutputEntity.cs
    • -0
    • +2
    ./DbContext/RingtoetsEntities.Context.cs
    • -24
    • +325
    ./DbContext/RingtoetsEntities.edmx
    • -90
    • +99
    ./DbContext/RingtoetsEntities.edmx.diagram
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
    ./Read/FailureMechanismEntityReadExtensions.cs
  1. … 5 more files in changeset.
Incorporated comments review 2839: - Performed Resharper cleanup - Renamed test

WTI-1574

    • -0
    • +1
    ./Create/DuneErosion/DuneLocationCalculationOutputCreateExtensions.cs
  1. … 4 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
    ./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.csproj
    • -0
    • +58
    ./Create/DuneErosion/DuneLocationCalculationOutputCreateExtensions.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

    • -1
    • +1
    ./Create/GrassCoverErosionOutwards/GrassCoverErosionOutwardsWaveConditionsCalculationCreateExtensions.cs
    • -1
    • +1
    ./Create/WaveImpactAsphaltCover/WaveImpactAsphaltCoverWaveConditionsCalculationCreateExtensions.cs
  1. … 5 more files in changeset.
Updated ReadExtensions for StabilityStoneCover: -- Cleaned up tests, replaced testcase data with random generators and a separate test asserting NaN / NULL conversions -- Added functionality to read CategoryType

WTI-1706

    • -2
    • +11
    ./Read/StabilityStoneCover/StabilityStoneCoverWaveConditionsCalculationEntityReadExtensions.cs
  1. … 1 more file in changeset.
Updated CreateExtensions for StabilityStoneCover: -- Cleaned up tests, replaced testcase data with random generators and a separate test asserting NaN / NULL conversions -- Added functionality to write CategoryType to entity

WTI-1706

    • -17
    • +25
    ./Create/StabilityStoneCover/StabilityStoneCoverWaveConditionsCalculationCreateExtensions.cs
  1. … 1 more file in changeset.
Updated ReadExtensions for WaveImpactAsphaltCover: -- Cleaned up tests, replaced testcase data with random generators and a separate test asserting NaN / NULL conversions -- Added functionality to read CategoryType

WTI-1706

    • -3
    • +13
    ./Read/WaveImpactAsphaltCover/WaveImpactAsphaltCoverWaveConditionsCalculationEntityReadExtensions.cs
  1. … 1 more file in changeset.
Cleaned up GrassCoverErosionOutwards Calculation CreateExtensions -- Refactored private method -- Adjusted test

WTI-1706

    • -17
    • +18
    ./Create/GrassCoverErosionOutwards/GrassCoverErosionOutwardsWaveConditionsCalculationCreateExtensions.cs
  1. … 1 more file in changeset.
Updated CreateExtensions for WaveImpactAsphaltCover: -- Cleaned up tests, replaced testcase data with random generators and a separate test asserting NaN / NULL conversions -- Added functionality to write CategoryType to entity

WTI-1706

    • -17
    • +26
    ./Create/WaveImpactAsphaltCover/WaveImpactAsphaltCoverWaveConditionsCalculationCreateExtensions.cs
  1. … 1 more file in changeset.
Updated ReadExtensions for GrassCoverErosionOutwards: - Cleaned up tests, replaced testcase data with random generators and a separate test asserting NaN / NULL conversions - Added functionality to Read CategoryType

WTI-1706

    • -7
    • +19
    ./Read/GrassCoverErosionOutwards/GrassCoverErosionOutwardsWaveConditionsCalculationEntityReadExtensions.cs
  1. … 1 more file in changeset.
Update storage tests and extensions with new enum WTI-1693

    • -1
    • +1
    ./Read/DuneErosion/DuneErosionSectionResultEntityReadExtensions.cs
  1. … 9 more files in changeset.
Updated CreateExtensions for GrassCoverErosionOutwards: - Cleaned up tests, replaced testcase data with random generators and a separate test asserting NaN / NULL conversions - Added functionality to write CategoryType

WTI-1706

    • -7
    • +13
    ./Create/GrassCoverErosionOutwards/GrassCoverErosionOutwardsWaveConditionsCalculationCreateExtensions.cs
  1. … 1 more file in changeset.
Updated database design to include columns related to the category type: - Regenerated .sql file and corresponding Ringtoets.rtd - Regenerated entities

WTI-1706

    • -0
    • +1
    ./DbContext/GrassCoverErosionOutwardsWaveConditionsCalculationEntity.cs
    • -89
    • +89
    ./DbContext/RingtoetsEntities.edmx.diagram
    • -0
    • +1
    ./DbContext/StabilityStoneCoverWaveConditionsCalculationEntity.cs
    • -0
    • +1
    ./DbContext/WaveImpactAsphaltCoverWaveConditionsCalculationEntity.cs
  1. … 2 more files in changeset.
Renamed HydraulicBoundaryLocationOutput into HydraulicBoundaryLocationCalculationOutput. WTI-1698

    • -1
    • +1
    ./Application.Ringtoets.Storage.csproj
    • -0
    • +60
    ./Create/HydraulicBoundaryLocationCalculationOutputCreateExtensions.cs
    • -60
    • +0
    ./Create/HydraulicBoundaryLocationOutputCreateExtensions.cs
  1. … 5 more files in changeset.
Renamed HydraulicBoundaryLocationOutput into HydraulicBoundaryLocationCalculationOutput. WTI-1698

    • -3
    • +3
    ./Create/HydraulicBoundaryLocationCalculationCreateExtensions.cs
    • -3
    • +3
    ./Create/HydraulicBoundaryLocationOutputCreateExtensions.cs
    • -12
    • +12
    ./Read/HydraulicLocationOutputEntityReadExtensions.cs
  1. … 86 more files in changeset.