Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Move inheritdoc tag and use helper method for dune erosion result view WTI-1617

    • -1
    • +1
    ./Ringtoets.HeightStructures.Forms/Views/HeightStructuresFailureMechanismResultView.cs
  1. … 17 more files in changeset.
Implemented SimpleAssessmentResult type for Closing and Height structures: - Adjusted row object - Adjusted view logic to respond on changes of type SimpleAssessmentResultValidityOnly

WTI-1621

    • -7
    • +9
    ./Ringtoets.HeightStructures.Forms/Views/HeightStructuresFailureMechanismResultView.cs
    • -5
    • +5
    ./Ringtoets.HeightStructures.Forms/Views/HeightStructuresFailureMechanismSectionResultRow.cs
  1. … 10 more files in changeset.
Review related changes. Improve assembly factory formatting. WTI-1620

    • -2
    • +2
    ./Ringtoets.HeightStructures.Data/HeightStructuresFailureMechanismSectionResultAssemblyFactory.cs
  1. … 6 more files in changeset.
Review related changes. Improve formatting of factories WTI-1620

    • -8
    • +12
    ./Ringtoets.HeightStructures.Data/HeightStructuresFailureMechanismSectionResultAssemblyFactory.cs
  1. … 9 more files in changeset.
Review related changes. Rename AssemblyFactoryException -> AssemblyException WTI-1620

    • -4
    • +4
    ./Ringtoets.HeightStructures.Data/HeightStructuresFailureMechanismSectionResultAssemblyFactory.cs
  1. … 43 more files in changeset.
Review related changes, update XMLDoc for assembly factory methods WTI-1620

    • -4
    • +4
    ./Ringtoets.HeightStructures.Data/HeightStructuresFailureMechanismSectionResultAssemblyFactory.cs
  1. … 17 more files in changeset.
Review related changes, update XMLDoc for assembly factories WTI-1620

    • -1
    • +1
    ./Ringtoets.HeightStructures.Data/HeightStructuresFailureMechanismSectionResultAssemblyFactory.cs
  1. … 17 more files in changeset.
Rename detailed assessment extension classes and tests WTI-1616

    • -73
    • +0
    ./Ringtoets.HeightStructures.Data/HeightStructuresFailureMechanismSectionDetailedAssessmentResultExtensions.cs
    • -0
    • +73
    ./Ringtoets.HeightStructures.Data/HeightStructuresFailureMechanismSectionResultDetailedAssessmentExtensions.cs
    • -1
    • +1
    ./Ringtoets.HeightStructures.Data/Ringtoets.HeightStructures.Data.csproj
  1. … 33 more files in changeset.
Add detailed assembly factory method for height structures WTI-1616

    • -0
    • +54
    ./Ringtoets.HeightStructures.Data/HeightStructuresFailureMechanismSectionResultAssemblyFactory.cs
  1. … 1 more file in changeset.
Rename assessmentlayertwo for height structures WTI-1616

    • -74
    • +0
    ./Ringtoets.HeightStructures.Data/HeightStructuresFailureMechanismSection2aAssessmentResultExtensions.cs
    • -0
    • +73
    ./Ringtoets.HeightStructures.Data/HeightStructuresFailureMechanismSectionDetailedAssessmentResultExtensions.cs
    • -1
    • +1
    ./Ringtoets.HeightStructures.Data/Ringtoets.HeightStructures.Data.csproj
    • -4
    • +4
    ./Ringtoets.HeightStructures.Forms/Views/HeightStructuresFailureMechanismResultView.cs
    • -3
    • +4
    ./Ringtoets.HeightStructures.Forms/Views/HeightStructuresFailureMechanismSectionResultRow.cs
  1. … 5 more files in changeset.
Removed generic StructuresFailureMechanismSectionResult --> All failure mechanisms have dedicated implementations - Updated XMLDocs

WTI-1621

    • -1
    • +1
    ./Ringtoets.HeightStructures.Data/HeightStructuresFailureMechanismSectionResult.cs
    • -1
    • +1
    ./Ringtoets.HeightStructures.Forms/Views/HeightStructuresFailureMechanismSectionResultRow.cs
  1. … 7 more files in changeset.
Rename AssessmentLayerTwoA -> DetailedAssessmentProbability WTI-1616

    • -4
    • +4
    ./Ringtoets.HeightStructures.Forms/Views/HeightStructuresFailureMechanismResultView.cs
  1. … 17 more files in changeset.
Removed mirror property SectionResults2 for HeightStructures: - Replaced the old generic SectionResults property with the mirror property - Cleaned up test

WTI-1621

    • -21
    • +9
    ./Ringtoets.HeightStructures.Data/HeightStructuresFailureMechanism.cs
    • -1
    • +1
    ./Ringtoets.HeightStructures.Forms/Views/HeightStructuresScenariosView.cs
    • -1
    • +1
    ./Ringtoets.HeightStructures.Plugin/HeightStructuresPlugin.cs
    • -5
    • +5
    ./Ringtoets.HeightStructures.Util/HeightStructuresHelper.cs
  1. … 17 more files in changeset.
Replaced StructuresFailureMechanismSectionResult<HeightStructuresInput> from the .Plugin with the specific implementation.

WTI-1621

    • -3
    • +3
    ./Ringtoets.HeightStructures.Plugin/HeightStructuresPlugin.cs
  1. … 4 more files in changeset.
Separated the generic RingtoetsCommonDataSynchronization service implementation into specific (HeightStructure) implementation: - Corrected calls in the corresponding Replace- and UpdateDataStrategies - Adjusted tests

WTI-1621

    • -7
    • +2
    ./Ringtoets.HeightStructures.Plugin/FileImporters/HeightStructureReplaceDataStrategy.cs
    • -10
    • +4
    ./Ringtoets.HeightStructures.Plugin/FileImporters/HeightStructureUpdateDataStrategy.cs
  1. … 3 more files in changeset.
Separated the generic RingtoetsCommonDataSynchronization service implementation into specific (HeightStructure) implementation: - Performed for the RemoveStructure - Performed for the RemoveAllStructures

WTI-1621

    • -0
    • +91
    ./Ringtoets.HeightStructures.Service/HeightStructuresDataSynchronizationService.cs
    • -0
    • +5
    ./Ringtoets.HeightStructures.Service/Ringtoets.HeightStructures.Service.csproj
  1. … 1 more file in changeset.
Separated the generic StructuresHelper implementation into specific (HeighStructure) implementation: - Replaced StructuresHelperCall with the specific HeightStructure helper implementation -- Except for the UpdateDataStrategy -- Cleaned up tests that only depend on the coordinates --> use the testfactory

WTI-1621

    • -5
    • +2
    ./Ringtoets.HeightStructures.Forms/PropertyClasses/HeightStructuresInputContextProperties.cs
    • -0
    • +5
    ./Ringtoets.HeightStructures.Forms/Ringtoets.HeightStructures.Forms.csproj
    • -5
    • +7
    ./Ringtoets.HeightStructures.IO/Configurations/HeightStructuresCalculationConfigurationImporter.cs
    • -0
    • +5
    ./Ringtoets.HeightStructures.IO/Ringtoets.HeightStructures.IO.csproj
    • -10
    • +4
    ./Ringtoets.HeightStructures.Plugin/HeightStructuresPlugin.cs
    • -0
    • +5
    ./Ringtoets.HeightStructures.Plugin/Ringtoets.HeightStructures.Plugin.csproj
    • -0
    • +87
    ./Ringtoets.HeightStructures.Util/HeightStructuresHelper.cs
    • -0
    • +23
    ./Ringtoets.HeightStructures.Util/Ringtoets.HeightStructures.Util.csproj
  1. … 7 more files in changeset.
Introduced Util projects for Height- and StabilityPoint-structures: - Required to separate the generic StructuresHelper implementation into specific structure implementations

WTI-1621

    • -0
    • +25
    ./Ringtoets.HeightStructures.Util/Properties/AssemblyInfo.cs
    • -0
    • +21
    ./Ringtoets.HeightStructures.Util/Ringtoets.HeightStructures.Util.csproj
  1. … 8 more files in changeset.
Rewired SectionResult to the mirror property SectionResult2 for HeightStructures in Forms: - Adjusted ScenarioRow and the view

WTI-1621

    • -3
    • +3
    ./Ringtoets.HeightStructures.Forms/Views/HeightStructuresScenarioRow.cs
    • -1
    • +1
    ./Ringtoets.HeightStructures.Forms/Views/HeightStructuresScenariosView.cs
  1. … 1 more file in changeset.
Rewired SectionResult to the mirror property SectionResult2 for HeightStructures in Data: - Adjusted the 2aAssessementResultExtensions - Adjusted Forms classes that depend on the extension method: -- Fixed compilation errors and tests for the failure mechanism result view

WTI-1621

    • -1
    • +1
    ./Ringtoets.HeightStructures.Data/HeightStructuresFailureMechanismSection2aAssessmentResultExtensions.cs
    • -4
    • +4
    ./Ringtoets.HeightStructures.Forms/Views/HeightStructuresFailureMechanismResultView.cs
    • -4
    • +4
    ./Ringtoets.HeightStructures.Forms/Views/HeightStructuresFailureMechanismSectionResultRow.cs
    • -2
    • +2
    ./Ringtoets.HeightStructures.Plugin/HeightStructuresPlugin.cs
  1. … 5 more files in changeset.
Introduced mirror property for HeightStructures failure mechanism: - Used to remove the generic failure mechanism section result step by step

WTI-1621

    • -0
    • +12
    ./Ringtoets.HeightStructures.Data/HeightStructuresFailureMechanism.cs
  1. … 1 more file in changeset.
Rename SimpleAssessmentInput->SimpleAssessmentResult WTI-1617

    • -2
    • +2
    ./Ringtoets.HeightStructures.Data/HeightStructuresFailureMechanismSectionResult.cs
    • -1
    • +1
    ./Ringtoets.HeightStructures.Data/HeightStructuresFailureMechanismSectionResultAssemblyFactory.cs
  1. … 2 more files in changeset.
Review related changes

WTI-1531

    • -1
    • +1
    ./Ringtoets.HeightStructures.Data/GeneralHeightStructuresInput.cs
  1. … 13 more files in changeset.
Rename some resources WTI-1617

    • -2
    • +2
    ./Ringtoets.HeightStructures.Forms/Views/HeightStructuresFailureMechanismResultView.cs
  1. … 21 more files in changeset.
Moved SimpleAssessmentResult types to Ringtoets.Common.Primitives. WTI-1616

    • -0
    • +1
    ./Ringtoets.HeightStructures.Data/HeightStructuresFailureMechanismSectionResult.cs
    • -0
    • +5
    ./Ringtoets.HeightStructures.Data/Ringtoets.HeightStructures.Data.csproj
    • -0
    • +5
    ./Ringtoets.HeightStructures.Forms/Ringtoets.HeightStructures.Forms.csproj
    • -0
    • +1
    ./Ringtoets.HeightStructures.Forms/Views/HeightStructuresFailureMechanismResultView.cs
  1. … 189 more files in changeset.
Remove AssessmentLayerOne from the base section result row class WTI-1617

    • -0
    • +17
    ./Ringtoets.HeightStructures.Forms/Views/HeightStructuresFailureMechanismSectionResultRow.cs
  1. … 8 more files in changeset.
Rename AssessmentLayerOneColumnIndex -> SimpleAssessmentColumnIndex WTI-1617

    • -2
    • +2
    ./Ringtoets.HeightStructures.Forms/Views/HeightStructuresFailureMechanismResultView.cs
  1. … 18 more files in changeset.
Moved all data objects from Ringtoets.Common.Data.AssemblyTool to Ringtoets.AssemblyTool.Data. WTI-1616

    • -1
    • +1
    ./Ringtoets.HeightStructures.Data/HeightStructuresFailureMechanismSectionResultAssemblyFactory.cs
    • -0
    • +5
    ./Ringtoets.HeightStructures.Data/Ringtoets.HeightStructures.Data.csproj
  1. … 101 more files in changeset.
Rename resource and remove method from base result view. WTI-1617

    • -1
    • +7
    ./Ringtoets.HeightStructures.Forms/Views/HeightStructuresFailureMechanismResultView.cs
  1. … 22 more files in changeset.
Implemented Factory to create assembly tool results for HeightStructures

WTI-1620

    • -0
    • +67
    ./Ringtoets.HeightStructures.Data/HeightStructuresFailureMechanismSectionResultAssemblyFactory.cs
    • -0
    • +6
    ./Ringtoets.HeightStructures.Data/Ringtoets.HeightStructures.Data.csproj
  1. … 2 more files in changeset.