Ringtoets.Common.Data

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

    • -63
    • +0
    ./AssemblyTool/AssemblyCategoriesInputFactory.cs
    • -179
    • +0
    ./AssemblyTool/AssemblyToolCategoriesFactory.cs
    • -49
    • +0
    ./AssemblyTool/FailureMechanismAssemblyResultFactory.cs
    • -71
    • +0
    ./AssemblyTool/ManualFailureMechanismSectionAssemblyCategoryGroupConverter.cs
    • -44
    • +0
    ./AssessmentSection/AssessmentSectionCategoryType.cs
    • -50
    • +0
    ./AssessmentSection/AssessmentSectionComposition.cs
    • -312
    • +0
    ./AssessmentSection/AssessmentSectionExtensions.cs
    • -96
    • +0
    ./AssessmentSection/BackgroundData.cs
    • -134
    • +0
    ./AssessmentSection/IAssessmentSection.cs
    • -28
    • +0
    ./AssessmentSection/IBackgroundDataConfiguration.cs
    • -77
    • +0
    ./AssessmentSection/ReferenceLine.cs
    • -57
    • +0
    ./AssessmentSection/ReferenceLineMeta.cs
    • -59
    • +0
    ./AssessmentSection/RingtoetsWellKnownTileSource.cs
    • -71
    • +0
    ./AssessmentSection/RingtoetsWellKnownTileSourceExtension.cs
    • -43
    • +0
    ./AssessmentSection/WellKnownBackgroundDataConfiguration.cs
  1. … 15700 more files in changeset.
Renamed Ringtoets --> Riskeer in src/Ringtoets.AssemblyTool : WTI-1931

- Fixed compilation errors caused by the directory renaming of Ringtoets.AssemblyTool.<X> to Riskeer.AssemblyTool.<X>

  1. … 85 more files in changeset.
Renamed Ringtoets --> Riskeer in src/Ringtoets.AssemblyTool : WTI-1931

- Fixed namespace of the KernelWrapper

    • -3
    • +3
    ./AssemblyTool/AssemblyToolCategoriesFactory.cs
  1. … 209 more files in changeset.
Renamed Ringtoets --> Riskeer in src/Ringtoets.AssemblyTool : WTI-1931

- Renamed .KernelWrapper project

-- Adjusted default namespace information

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

  1. … 56 more files in changeset.
Renamed Ringtoets --> Riskeer in src/Ringtoets.AssemblyTool : WTI-1931

- Fixed namespaces in .Data project

    • -1
    • +1
    ./AssemblyTool/AssemblyCategoriesInputFactory.cs
    • -1
    • +1
    ./AssemblyTool/AssemblyToolCategoriesFactory.cs
    • -1
    • +1
    ./AssemblyTool/FailureMechanismAssemblyResultFactory.cs
    • -1
    • +1
    ./AssemblyTool/ManualFailureMechanismSectionAssemblyCategoryGroupConverter.cs
    • -1
    • +1
    ./AssessmentSection/AssessmentSectionExtensions.cs
  1. … 372 more files in changeset.
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

  1. … 89 more files in changeset.
Removed trackId from data model. WTI-1927

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

    • -0
    • +5
    ./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
    ./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
    ./Hydraulics/HydraulicLocationConfigurationSettings.cs
  1. … 1 more file 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
    ./Hydraulics/HydraulicBoundaryCalculationSettings.cs
    • -8
    • +3
    ./Hydraulics/HydraulicBoundaryCalculationSettingsFactory.cs
  1. … 2 more files in changeset.
Incorporated comments reviews: WTI-1923

- Added license header

    • -1
    • +22
    ./Hydraulics/HydraulicBoundaryCalculationSettings.cs
    • -1
    • +22
    ./Hydraulics/HydraulicBoundaryCalculationSettingsFactory.cs
    • -1
    • +22
    ./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
    ./Hydraulics/HydraulicLocationConfigurationSettings.cs
  1. … 1 more file in changeset.
Added read only settings object to the HydraulicBoundaryDatabase. WTI-1938

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

    • -0
    • +94
    ./Hydraulics/HydraulicLocationConfigurationSettings.cs
  1. … 2 more files in changeset.
Incorporated comments review 3416: WTI-1923

- Updated XMLDocs

    • -2
    • +2
    ./Hydraulics/HydraulicBoundaryCalculationSettings.cs
Updated XMLDoc: WTI-1923

- hlcd --> HLCD

- Fixed typo

    • -2
    • +2
    ./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
    ./Hydraulics/HydraulicBoundaryCalculationSettings.cs
    • -7
    • +8
    ./Hydraulics/HydraulicBoundaryCalculationSettingsFactory.cs
  1. … 2 more files 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

    • -3
    • +1
    ./Hydraulics/HydraulicBoundaryCalculationSettings.cs
    • -3
    • +3
    ./Hydraulics/HydraulicBoundaryCalculationSettingsFactory.cs
  1. … 4 more files in changeset.
Introduced factory to create the hydraulic calculation settings. WTI-1923

- Object represents the Ringtoets counterparts of the HydraRing calculation settings.

    • -0
    • +39
    ./Hydraulics/HydraulicBoundaryCalculationSettingsFactory.cs
  1. … 2 more files in changeset.
Introduced Ringtoets object to hold HydraRing related calculation information. WTI-1923

    • -0
    • +40
    ./Hydraulics/HydraulicBoundaryCalculationSettings.cs
  1. … 2 more files in changeset.
Set default value for the background data. WTI-1884

- Improved tests

  1. … 2 more files in changeset.
Made reference line observable. WTI-977

  1. … 1 more file in changeset.
Removed ReferenceLine setter from IAssessmentSection. WTI-977

    • -2
    • +2
    ./AssessmentSection/IAssessmentSection.cs
Removed SectionLength from ProbabilityAssessmentInput. WTI-977

    • -6
    • +0
    ./Probability/ProbabilityAssessmentInput.cs
  1. … 2 more files in changeset.
Changed copyright year. Paired with lubbers. WTI-1828

    • -1
    • +1
    ./AssemblyTool/AssemblyCategoriesInputFactory.cs
    • -1
    • +1
    ./AssemblyTool/AssemblyToolCategoriesFactory.cs
    • -1
    • +1
    ./AssemblyTool/FailureMechanismAssemblyResultFactory.cs
    • -1
    • +1
    ./AssemblyTool/ManualFailureMechanismSectionAssemblyCategoryGroupConverter.cs
    • -1
    • +1
    ./AssessmentSection/AssessmentSectionCategoryType.cs
    • -1
    • +1
    ./AssessmentSection/AssessmentSectionComposition.cs
    • -1
    • +1
    ./AssessmentSection/AssessmentSectionExtensions.cs
    • -1
    • +1
    ./AssessmentSection/IAssessmentSection.cs
    • -1
    • +1
    ./AssessmentSection/IBackgroundDataConfiguration.cs
    • -1
    • +1
    ./AssessmentSection/ReferenceLineMeta.cs
    • -1
    • +1
    ./AssessmentSection/RingtoetsWellKnownTileSource.cs
    • -1
    • +1
    ./AssessmentSection/RingtoetsWellKnownTileSourceExtension.cs
    • -1
    • +1
    ./AssessmentSection/WellKnownBackgroundDataConfiguration.cs
  1. … 6081 more files in changeset.
Ran Deltares Cleanup:

- Performed for Ringtoets.Common.Data and its tests and TestUtil projects

WTI-1767

    • -1
    • +1
    ./AssessmentSection/RingtoetsWellKnownTileSourceExtension.cs
    • -0
    • +4
    ./AssessmentSection/WmtsBackgroundDataConfiguration.cs
    • -0
    • +2
    ./Calculation/CalculationGroupExtensions.cs
    • -0
    • +1
    ./IllustrationPoints/IllustrationPointNodeExtensions.cs
    • -0
    • +1
    ./IllustrationPoints/SubMechanismIllustrationPoint.cs
    • -0
    • +1
    ./IllustrationPoints/TopLevelIllustrationPointBase.cs
    • -0
    • +6
    ./Probabilistics/LogNormalDistribution.cs
  1. … 27 more files in changeset.
Cleanup: Removed mutable properties from GetHashCode. WTI-1767

  1. … 8 more files in changeset.
Cleanup: Removed unused usings. WTI-1767

    • -1
    • +0
    ./AssessmentSection/IAssessmentSection.cs
  1. … 30 more files in changeset.
Introduce new helper WTI-1839

    • -0
    • +51
    ./HasSectionResultsHelper.cs
  1. … 3 more files in changeset.