Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Renamed Ringtoets --> Riskeer in src/Ringtoets.AssemblyTool : WTI-1931

- Renamed .Data project

-- Adjusted default namespace information

-- Note: namespaces in the files were NOT fixed as part of this commit

    • -2
    • +2
    ./Ringtoets.Common.Data/Ringtoets.Common.Data.csproj
    • -2
    • +2
    ./Ringtoets.Common.Forms/Ringtoets.Common.Forms.csproj
    • -2
    • +2
    ./Ringtoets.Common.Util/Ringtoets.Common.Util.csproj
  1. … 87 more files in changeset.
Removed trackId from data model. WTI-1927

    • -5
    • +0
    ./Ringtoets.Common.Data/Hydraulics/HydraulicBoundaryDatabase.cs
  1. … 3 more files in changeset.
Added TrackId to HydraulicBoundaryDatabase. WTI-1927

    • -0
    • +5
    ./Ringtoets.Common.Data/Hydraulics/HydraulicBoundaryDatabase.cs
  1. … 1 more file in changeset.
Updated logic of the CalculationSettingsFactory: WTI-1925

- HLCD file path location can be retrieved directly from the location settings instead of deriving it.

    • -8
    • +4
    ./Ringtoets.Common.Data/Hydraulics/HydraulicBoundaryCalculationSettingsFactory.cs
  1. … 1 more file in changeset.
Added extra check to the HydraulicLocationConfigurationSettings. WTI-1925

- FilePath of the HLCD should always be set to a non-NULL/non-empty value when setting other values.

    • -3
    • +5
    ./Ringtoets.Common.Data/Hydraulics/HydraulicLocationConfigurationSettings.cs
  1. … 1 more file in changeset.
Removed unused data object. WTI-1486

    • -53
    • +0
    ./Ringtoets.Common.IO/FileImporters/ReadHydraulicBoundaryDatabase.cs
    • -1
    • +0
    ./Ringtoets.Common.IO/Ringtoets.Common.IO.csproj
  1. … 2 more files in changeset.
Incorporated comments review 3416: WTI-1923

- Removed invalid states of the calculation settings object --> NULL or whitespace should not be allowed to be sent to the calculator.

    • -13
    • +16
    ./Ringtoets.Common.Data/Hydraulics/HydraulicBoundaryCalculationSettings.cs
    • -8
    • +3
    ./Ringtoets.Common.Data/Hydraulics/HydraulicBoundaryCalculationSettingsFactory.cs
  1. … 2 more files in changeset.
Incorporated comments reviews: WTI-1923

- Added license header

    • -1
    • +22
    ./Ringtoets.Common.Data/Hydraulics/HydraulicBoundaryCalculationSettings.cs
    • -1
    • +22
    ./Ringtoets.Common.Data/Hydraulics/HydraulicBoundaryCalculationSettingsFactory.cs
    • -1
    • +22
    ./Ringtoets.Common.Data/Hydraulics/HydraulicLocationConfigurationSettings.cs
  1. … 5 more files in changeset.
Added FilePath property to the HydraulicLocationConfigurationSettings: WTI-1938

- Used for the property class to indicate where the HLCD settings are coming from.

    • -2
    • +15
    ./Ringtoets.Common.Data/Hydraulics/HydraulicLocationConfigurationSettings.cs
  1. … 1 more file in changeset.
Added read only settings object to the HydraulicBoundaryDatabase. WTI-1938

    • -0
    • +6
    ./Ringtoets.Common.Data/Hydraulics/HydraulicBoundaryDatabase.cs
  1. … 1 more file in changeset.
Added data object to hold HLCD relevant information. WTI-1938

    • -0
    • +94
    ./Ringtoets.Common.Data/Hydraulics/HydraulicLocationConfigurationSettings.cs
    • -0
    • +1
    ./Ringtoets.Common.Data/Ringtoets.Common.Data.csproj
  1. … 2 more files in changeset.
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

    • -1
    • +1
    ./Ringtoets.Common.Util/RingtoetsVersionHelper.cs
  1. … 17 more files in changeset.
Incorporated comments reviews: WTI-1923

- Updated XMLDocs based on review 3416, 3417, 3418, 3419, 3421

    • -2
    • +2
    ./Ringtoets.Common.Service/DesignWaterLevelCalculationActivity.cs
    • -6
    • +6
    ./Ringtoets.Common.Service/DesignWaterLevelCalculationService.cs
    • -2
    • +2
    ./Ringtoets.Common.Service/Structures/StructuresCalculationServiceBase.cs
    • -2
    • +2
    ./Ringtoets.Common.Service/TargetProbabilityCalculationService.cs
    • -2
    • +2
    ./Ringtoets.Common.Service/WaveHeightCalculationActivity.cs
    • -6
    • +6
    ./Ringtoets.Common.Service/WaveHeightCalculationService.cs
  1. … 2 more files in changeset.
Incorporated comments review 3416: WTI-1923

- Updated XMLDocs

    • -2
    • +2
    ./Ringtoets.Common.Data/Hydraulics/HydraulicBoundaryCalculationSettings.cs
Removed unused resources. WTI-1486

Fixed compilation errors. WTI-1486

    • -6
    • +3
    ./Ringtoets.Common.IO/HydraRing/HydraulicBoundaryDatabaseHelper.cs
  1. … 1 more file in changeset.
Removed Hydraulic boundary location filter. WTI-1486

    • -73
    • +0
    ./Ringtoets.Common.IO/HydraRing/HydraulicBoundaryLocationFilter.cs
    • -1
    • +0
    ./Ringtoets.Common.IO/Ringtoets.Common.IO.csproj
  1. … 2 more files in changeset.
Removed old importer. WTI-1486

    • -201
    • +0
    ./Ringtoets.Common.IO/FileImporters/HydraulicBoundaryDatabaseImporter.cs
    • -1
    • +0
    ./Ringtoets.Common.IO/Ringtoets.Common.IO.csproj
  1. … 2 more files in changeset.
Create mappings instead of dictionary in reader. WTI-1486

    • -1
    • +3
    ./Ringtoets.Common.IO/FileImporters/HydraulicBoundaryDatabaseImporter.cs
  1. … 2 more files in changeset.
Cleanup HydraulicBoundary items: WTI-1923

- Updated XMLDoc

    • -1
    • +2
    ./Ringtoets.Common.Service/DesignWaterLevelCalculationService.cs
Updated XMLDoc: WTI-1923

- hlcd --> HLCD

- Fixed typo

    • -2
    • +2
    ./Ringtoets.Common.Data/Hydraulics/HydraulicBoundaryCalculationSettings.cs
  1. … 2 more files in changeset.
Introduced constructor overload for the HydraulicBoundaryCalculationSettings: WTI-1923

- Introduced to prevent sending NULL arguments to certain settings when calling the factory method

    • -5
    • +16
    ./Ringtoets.Common.Data/Hydraulics/HydraulicBoundaryCalculationSettings.cs
    • -7
    • +8
    ./Ringtoets.Common.Data/Hydraulics/HydraulicBoundaryCalculationSettingsFactory.cs
  1. … 2 more files in changeset.
Introduced HydraulicBoundaryCalculationSettings for Structure calculations: WTI-1923

- Adjusted the Calculate function arguments for the base service

    • -14
    • +18
    ./Ringtoets.Common.Service/Structures/StructuresCalculationServiceBase.cs
  1. … 1 more file in changeset.
Refactored TargetProbabilityCalculationService: WTI-1923

- Derived services make use Validate definition. This definition should take a HydraulicBoundaryCalculationSetting as argument and unwrap its content internally instead at the calling sides.

    • -3
    • +1
    ./Ringtoets.Common.Service/DesignWaterLevelCalculationActivity.cs
    • -5
    • +13
    ./Ringtoets.Common.Service/TargetProbabilityCalculationService.cs
    • -3
    • +1
    ./Ringtoets.Common.Service/WaveHeightCalculationActivity.cs
    • -3
    • +2
    ./Ringtoets.Common.Service/WaveHeightCalculationService.cs
  1. … 2 more files in changeset.
Introduced HydraulicBoundaryCalculationSettings for WaveHeight calculations: WTI-1923

- Fixed failing tests coming from the activity:

-- Removed the temporary patch to prevent compilation errors from e67d118d775751800b5fa699f9110ce311a02405.

-- Simplified tests and mocks, as a single test should be sufficient that the correct input was sent to the calculator.

    • -2
    • +2
    ./Ringtoets.Common.Service/HydraulicBoundaryLocationCalculationActivityFactory.cs
    • -12
    • +14
    ./Ringtoets.Common.Service/WaveHeightCalculationActivity.cs
  1. … 2 more files in changeset.
Minor improvements: WTI-1923

- Added missing tests

- Updated typos from XMLDoc

    • -1
    • +1
    ./Ringtoets.Common.Service/DesignWaterLevelCalculationActivity.cs
  1. … 4 more files in changeset.
Introduced HydraulicBoundaryCalculationSettings for WaveHeight calculations: WTI-1923

- Applied for the Service.Calculate

-- Was not applied to the validation logic yet

Note: applied a temporary "fix" for the activity to prevent compilation errors. Some tests will fail.

    • -2
    • +1
    ./Ringtoets.Common.Service/WaveHeightCalculationActivity.cs
    • -27
    • +28
    ./Ringtoets.Common.Service/WaveHeightCalculationService.cs
  1. … 1 more file in changeset.
Changed progress message. WTI-1486

  1. … 1 more file in changeset.
Introduced HydraulicBoundaryCalculationSettings for DesignWaterLevel calculations: WTI-1923

- Fixed failing tests for grass cover erosion outwards elements

- Fixed typo

    • -1
    • +1
    ./Ringtoets.Common.Service/DesignWaterLevelCalculationService.cs
  1. … 5 more files in changeset.
Introduced HydraulicBoundaryCalculationSettings for DesignWaterLevel calculations: WTI-1923

- Fixed failing tests:

-- Removed the temporary patch to prevent compilation errors from 51e4c5dc8ba6f7fe7f923418fa4af2d2c2f46196.

-- Simplified tests and mocks, as a single test should be sufficient that the correct input was sent to the calculator.

    • -13
    • +16
    ./Ringtoets.Common.Service/DesignWaterLevelCalculationActivity.cs
    • -2
    • +2
    ./Ringtoets.Common.Service/HydraulicBoundaryLocationCalculationActivityFactory.cs
  1. … 2 more files in changeset.