Ringtoets.Common.Service

Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Renamed Ringtoets folder. WTI-1931

    • -96
    • +0
    ./DesignWaterLevelCalculationActivity.cs
    • -296
    • +0
    ./DesignWaterLevelCalculationService.cs
    • -32
    • +0
    ./HydraRingCalculationSettingsFactory.cs
    • -87
    • +0
    ./HydraRingSettingsDatabaseHelper.cs
    • -63
    • +0
    ./HydraulicBoundaryDatabaseConnectionValidator.cs
    • -106
    • +0
    ./HydraulicBoundaryLocationCalculationActivityFactory.cs
    • -64
    • +0
    ./IllustrationPoints/CombinationTypeConverter.cs
    • -76
    • +0
    ./IllustrationPoints/FaultTreeIllustrationPointConverter.cs
    • -190
    • +0
    ./IllustrationPoints/GeneralResultConverter.cs
    • -106
    • +0
    ./IllustrationPoints/IllustrationPointNodeConverter.cs
    • -54
    • +0
    ./IllustrationPoints/IllustrationPointResultConverter.cs
  1. … 15700 more files in changeset.
Renamed Ringtoets.HydraRing.Calculation. WTI-1931

  1. … 420 more files in changeset.
Renamed Ringtoets.HydraRing.Calculation. WTI-1931

    • -6
    • +6
    ./DesignWaterLevelCalculationService.cs
    • -1
    • +1
    ./HydraRingCalculationSettingsFactory.cs
    • -1
    • +1
    ./IllustrationPoints/CombinationTypeConverter.cs
    • -2
    • +2
    ./IllustrationPoints/FaultTreeIllustrationPointConverter.cs
    • -6
    • +6
    ./IllustrationPoints/GeneralResultConverter.cs
    • -4
    • +4
    ./IllustrationPoints/IllustrationPointNodeConverter.cs
    • -1
    • +1
    ./IllustrationPoints/IllustrationPointResultConverter.cs
    • -2
    • +2
    ./IllustrationPoints/StochastConverter.cs
    • -1
    • +1
    ./IllustrationPoints/SubMechanismIllustrationPointConverter.cs
    • -2
    • +2
    ./IllustrationPoints/TopLevelFaultTreeIllustrationPointConverter.cs
    • -2
    • +2
    ./IllustrationPoints/TopLevelSubMechanismIllustrationPointConverter.cs
    • -1
    • +1
    ./IllustrationPoints/WindDirectionConverter.cs
  1. … 362 more files in changeset.
Incorporated comments reviews: WTI-1923

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

    • -2
    • +2
    ./DesignWaterLevelCalculationActivity.cs
    • -6
    • +6
    ./DesignWaterLevelCalculationService.cs
    • -2
    • +2
    ./Structures/StructuresCalculationServiceBase.cs
    • -2
    • +2
    ./TargetProbabilityCalculationService.cs
  1. … 2 more files in changeset.
Cleanup HydraulicBoundary items: WTI-1923

- Updated XMLDoc

    • -1
    • +2
    ./DesignWaterLevelCalculationService.cs
Introduced HydraulicBoundaryCalculationSettings for Structure calculations: WTI-1923

- Adjusted the Calculate function arguments for the base service

    • -14
    • +18
    ./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
    ./DesignWaterLevelCalculationActivity.cs
    • -5
    • +13
    ./TargetProbabilityCalculationService.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
    ./HydraulicBoundaryLocationCalculationActivityFactory.cs
    • -12
    • +14
    ./WaveHeightCalculationActivity.cs
  1. … 2 more files in changeset.
Minor improvements: WTI-1923

- Added missing tests

- Updated typos from XMLDoc

    • -1
    • +1
    ./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.

    • -27
    • +28
    ./WaveHeightCalculationService.cs
  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
    ./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
    ./DesignWaterLevelCalculationActivity.cs
    • -2
    • +2
    ./HydraulicBoundaryLocationCalculationActivityFactory.cs
  1. … 2 more files in changeset.
Introduced HydraulicBoundaryCalculationSettings for DesignWaterLevel 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
    ./DesignWaterLevelCalculationActivity.cs
    • -28
    • +28
    ./DesignWaterLevelCalculationService.cs
  1. … 1 more file in changeset.
Introduced factory to create HydraRingCalculationSettings: WTI-1923

- Intended to be used as a conversion from the Ringtoets equivalent to the HydraRing counterpart

- Cleaned up some other files

    • -0
    • +32
    ./HydraRingCalculationSettingsFactory.cs
  1. … 4 more files in changeset.
Updated WaveHeightCalculator calls: WTI-1923

- Corrected calls for the service

  1. … 1 more file in changeset.
Updated DesignWaterLevelCalculator calls: WTI-1923

- Corrected call in the service

    • -3
    • +3
    ./DesignWaterLevelCalculationService.cs
Updated StructureCalculator calls: WTI-1923

- Performed for the generic structure service

    • -1
    • +2
    ./Structures/StructuresCalculationServiceBase.cs
  1. … 1 more file in changeset.
Changed copyright year. Paired with lubbers. WTI-1828

    • -1
    • +1
    ./DesignWaterLevelCalculationActivity.cs
    • -1
    • +1
    ./DesignWaterLevelCalculationService.cs
    • -1
    • +1
    ./HydraulicBoundaryDatabaseConnectionValidator.cs
    • -1
    • +1
    ./HydraulicBoundaryLocationCalculationActivityFactory.cs
    • -1
    • +1
    ./IllustrationPoints/CombinationTypeConverter.cs
    • -1
    • +1
    ./IllustrationPoints/FaultTreeIllustrationPointConverter.cs
    • -1
    • +1
    ./IllustrationPoints/GeneralResultConverter.cs
    • -1
    • +1
    ./IllustrationPoints/IllustrationPointNodeConverter.cs
    • -1
    • +1
    ./IllustrationPoints/IllustrationPointResultConverter.cs
    • -1
    • +1
    ./IllustrationPoints/StochastConverter.cs
  1. … 6081 more files in changeset.
Ran Deltares Cleanup:

- Performed for Ringtoets.Common.Service and its tests

WTI-1767

    • -2
    • +3
    ./IllustrationPoints/FaultTreeIllustrationPointConverter.cs
    • -0
    • +1
    ./IllustrationPoints/IllustrationPointResultConverter.cs
    • -4
    • +6
    ./IllustrationPoints/SubMechanismIllustrationPointConverter.cs
    • -0
    • +1
    ./IllustrationPoints/TopLevelFaultTreeIllustrationPointConverter.cs
    • -0
    • +1
    ./IllustrationPoints/TopLevelSubMechanismIllustrationPointConverter.cs
  1. … 3 more files in changeset.
Change Categorie to Categoriegrens. WTI-1824

  1. … 20 more files in changeset.
Adapted ParameterNameExtractor (no ToLower). WTI-1714

  1. … 10 more files in changeset.
Adapted ParameterNameExtractor (no ToLower). WTI-1714

  1. … 10 more files in changeset.
Fixed failing tests. WTI-1714

Fixed failing tests. WTI-1714

Made some resources more consistent. WTI-1714

  1. … 4 more files in changeset.
Removed some duplicate resources. WTI-1714

  1. … 6 more files in changeset.
Improved log message in case of unexpected error in macro stability inwards calculations. WTI-1758

  1. … 4 more files in changeset.
Renamed "randvoorwaarden" into "belastingen". WTI-1714

  1. … 37 more files in changeset.
Renamed "randvoorwaarden" into "belastingen". WTI-1714

  1. … 18 more files in changeset.
Renamed "randvoorwaarden" into "belastingen". WTI-1714

  1. … 43 more files in changeset.