Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
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.
Reverse parameters in height structures result view WTI-1617

    • -2
    • +2
    ./Ringtoets.HeightStructures.Forms/Views/HeightStructuresFailureMechanismResultView.cs
    • -2
    • +2
    ./Ringtoets.HeightStructures.Plugin/HeightStructuresPlugin.cs
  1. … 4 more files in changeset.
Reverse order of (type) parameters for FailureMechanismResultView WTI-1617

    • -2
    • +2
    ./Ringtoets.HeightStructures.Forms/Views/HeightStructuresFailureMechanismResultView.cs
  1. … 39 more files in changeset.
Add new simple assessment column to the macro stability inwards view WTI-1617

    • -0
    • +2
    ./Ringtoets.HeightStructures.Service/HeightStructuresDataSynchronizationService.cs
  1. … 4 more files in changeset.
- Added SimpleAssemblyInput property on the HeightStructures failure mechanism section result to hold the input of a simple assembly for the assembly tool. -- Made explicit implementations for the structures

WTI-1617

    • -0
    • +77
    ./Ringtoets.HeightStructures.Data/HeightStructuresFailureMechanismSectionResult.cs
    • -0
    • +1
    ./Ringtoets.HeightStructures.Data/Ringtoets.HeightStructures.Data.csproj
  1. … 2 more files in changeset.
Re-add assessment layer one column to all views to maintain old functionality WTI-1617

    • -0
    • +15
    ./Ringtoets.HeightStructures.Forms/Views/HeightStructuresFailureMechanismResultView.cs
  1. … 17 more files in changeset.