Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
- 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.
Start adding new simple assessment column to result view tables WTI-1617

    • -1
    • +1
    ./Ringtoets.HeightStructures.Forms/Views/HeightStructuresFailureMechanismResultView.cs
  1. … 28 more files in changeset.
Refactor cleanup WTI-1617

    • -6
    • +3
    ./Ringtoets.HeightStructures.Forms/Views/HeightStructuresFailureMechanismResultView.cs
  1. … 39 more files in changeset.
Rewire final standalone result views and cleanups WTI-1617

    • -16
    • +4
    ./Ringtoets.HeightStructures.Forms/Views/HeightStructuresFailureMechanismResultView.cs
  1. … 58 more files in changeset.
Rewire height structures result view WTI-1617

    • -14
    • +20
    ./Ringtoets.HeightStructures.Forms/Views/HeightStructuresFailureMechanismResultView.cs
    • -3
    • +3
    ./Ringtoets.HeightStructures.Plugin/HeightStructuresPlugin.cs
  1. … 2 more files in changeset.
Add notification of the section results from the failure mechanism specific data sync services. WTI-1617

    • -0
    • +1
    ./Ringtoets.HeightStructures.Service/HeightStructuresDataSynchronizationService.cs
  1. … 20 more files in changeset.
Remove observer notification tests from the failure mechanism tests. WTI-1617

    • -2
    • +0
    ./Ringtoets.HeightStructures.Data/HeightStructuresFailureMechanism.cs
  1. … 36 more files in changeset.
Wire all section result views to the new constructor and update section result context to take an IObservableEnumerable to be used in the plugins. WTI-1617

    • -1
    • +1
    ./Ringtoets.HeightStructures.Plugin/HeightStructuresPlugin.cs
  1. … 33 more files in changeset.
Add the section results to the constructor of the failure mechanism result views. WTI-1617

    • -3
    • +6
    ./Ringtoets.HeightStructures.Forms/Views/HeightStructuresFailureMechanismResultView.cs
    • -10
    • +15
    ./Ringtoets.HeightStructures.Plugin/HeightStructuresPlugin.cs
  1. … 65 more files in changeset.
Introduce IObservableEnumerable interface to use when exposing ObservableList objects as read-only, reverting some previous refactorings. WTI-1617

    • -7
    • +17
    ./Ringtoets.HeightStructures.Data/HeightStructuresFailureMechanism.cs
  1. … 36 more files in changeset.
Add notifications to section results for height structures failure mechanism WTI-1617

    • -13
    • +6
    ./Ringtoets.HeightStructures.Data/HeightStructuresFailureMechanism.cs
  1. … 1 more file in changeset.
Change IHasSectionResults interface to have a ObservableList instead of an IEnumerable WTI-1617

    • -3
    • +4
    ./Ringtoets.HeightStructures.Data/HeightStructuresFailureMechanism.cs
  1. … 23 more files in changeset.
Improvements after review. WTI-1590

    • -0
    • +74
    ./Ringtoets.HeightStructures.Data/HeightStructuresFailureMechanismSection2aAssessmentResultExtensions.cs
    • -74
    • +0
    ./Ringtoets.HeightStructures.Data/HeightStructuresfailureMechanismSection2aAssessmentResultExtensions.cs
  1. … 37 more files in changeset.
Removed redundant change handler in the height structures failure mechanism properties. WTI-1590

    • -15
    • +3
    ./Ringtoets.HeightStructures.Forms/PropertyClasses/HeightStructuresFailureMechanismProperties.cs
    • -3
    • +1
    ./Ringtoets.HeightStructures.Plugin/HeightStructuresPlugin.cs
  1. … 1 more file in changeset.
Don't remove output when chaging height structures N value. WTI-1590

    • -20
    • +3
    ./Ringtoets.HeightStructures.Forms/PropertyClasses/HeightStructuresFailureMechanismProperties.cs
  1. … 1 more file in changeset.
Removed redundant parameters from calculation. WTI-1590

    • -3
    • +0
    ./Ringtoets.HeightStructures.Service/HeightStructuresCalculationActivity.cs
  1. … 7 more files in changeset.
Removed height structures specific section result. WTI-1590

    • -5
    • +5
    ./Ringtoets.HeightStructures.Data/HeightStructuresFailureMechanism.cs
    • -56
    • +0
    ./Ringtoets.HeightStructures.Data/HeightStructuresFailureMechanismSectionResult.cs
    • -1
    • +0
    ./Ringtoets.HeightStructures.Data/Ringtoets.HeightStructures.Data.csproj
    • -3
    • +3
    ./Ringtoets.HeightStructures.Forms/Views/HeightStructuresFailureMechanismResultView.cs
    • -6
    • +6
    ./Ringtoets.HeightStructures.Forms/Views/HeightStructuresFailureMechanismSectionResultRow.cs
    • -3
    • +3
    ./Ringtoets.HeightStructures.Forms/Views/HeightStructuresScenarioRow.cs
    • -4
    • +4
    ./Ringtoets.HeightStructures.Plugin/HeightStructuresPlugin.cs
  1. … 25 more files in changeset.
Used extension method to get 2a result instead of data model property for height structures. WTI-1590

    • -1
    • +1
    ./Ringtoets.HeightStructures.Forms/Views/HeightStructuresFailureMechanismSectionResultRow.cs
  1. … 2 more files in changeset.
Pass data to the result row for height structures. WTI-1590

    • -1
    • +6
    ./Ringtoets.HeightStructures.Forms/Views/HeightStructuresFailureMechanismResultView.cs
    • -2
    • +24
    ./Ringtoets.HeightStructures.Forms/Views/HeightStructuresFailureMechanismSectionResultRow.cs
  1. … 2 more files in changeset.
Added assessment section to the HeightStructureFailureMechanismResultView. WTI-1590

    • -1
    • +13
    ./Ringtoets.HeightStructures.Forms/Views/HeightStructuresFailureMechanismResultView.cs
    • -1
    • +2
    ./Ringtoets.HeightStructures.Plugin/HeightStructuresPlugin.cs
  1. … 2 more files in changeset.
Use the ProbabilityFailureMechanismSectionResultContext in the height structures failure mechanism. WTI-1590

    • -6
    • +6
    ./Ringtoets.HeightStructures.Plugin/HeightStructuresPlugin.cs
  1. … 6 more files in changeset.
Introduced extension methods for height structures to determine layer two a result. WTI-1590

    • -0
    • +74
    ./Ringtoets.HeightStructures.Data/HeightStructuresfailureMechanismSection2aAssessmentResultExtensions.cs
    • -0
    • +1
    ./Ringtoets.HeightStructures.Data/Ringtoets.HeightStructures.Data.csproj
  1. … 2 more files in changeset.
Add ΔL property to the WaveImpactAsphaltCover failuremechanism and its properties WTI-1531

    • -1
    • +1
    ./Ringtoets.HeightStructures.Data/GeneralHeightStructuresInput.cs
  1. … 19 more files in changeset.
Add delta L property to the WaveImpactAsphaltCover failuremechanism and its properties WTI-1531

    • -1
    • +1
    ./Ringtoets.HeightStructures.Data/GeneralHeightStructuresInput.cs
  1. … 19 more files in changeset.
Create dynamically probability assessment output in structures output properties. WTI-1590

    • -0
    • +12
    ./Ringtoets.HeightStructures.Forms/PropertyClasses/HeightStructuresOutputProperties.cs
  1. … 9 more files in changeset.
Used specific output property control for height structures. WTI-1590

    • -0
    • +6
    ./Ringtoets.HeightStructures.Plugin/HeightStructuresPlugin.cs
  1. … 3 more files in changeset.
Added ProbabilityAssessmentOutputFactory for height structures. WTI-1590

    • -0
    • +68
    ./Ringtoets.HeightStructures.Data/HeightStructuresProbabilityAssessmentOutputFactory.cs
    • -0
    • +1
    ./Ringtoets.HeightStructures.Data/Ringtoets.HeightStructures.Data.csproj
  1. … 2 more files in changeset.
Improve tests and XMLDoc WTI-1531

    • -2
    • +2
    ./Ringtoets.HeightStructures.Data/GeneralHeightStructuresInput.cs
  1. … 5 more files in changeset.
Implemented structure specific output properties. WTI-1590

    • -0
    • +58
    ./Ringtoets.HeightStructures.Forms/PropertyClasses/HeightStructuresOutputProperties.cs
    • -0
    • +1
    ./Ringtoets.HeightStructures.Forms/Ringtoets.HeightStructures.Forms.csproj
  1. … 10 more files in changeset.