Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Rename HrLocatieSchema to HbLocatieSchema. WTI-1715

    • -1
    • +1
    ./Ringtoets.HeightStructures.IO/Configurations/HeightStructuresCalculationConfigurationReader.cs
  1. … 8 more files in changeset.
Add updateinfo for BSKW WTI-1753

    • -1
    • +2
    ./Ringtoets.HeightStructures.Plugin/FileImporters/HeightStructuresFailureMechanismSectionResultUpdateStrategy.cs
  1. … 7 more files in changeset.
Update xmldoc WTI-1753

    • -1
    • +1
    ./Ringtoets.HeightStructures.Forms/PresentationObjects/HeightStructuresFailureMechanismSectionsContext.cs
  1. … 6 more files in changeset.
Add updateinfo for HTKW WTI-1753

    • -0
    • +55
    ./Ringtoets.HeightStructures.Plugin/FileImporters/HeightStructuresFailureMechanismSectionResultUpdateStrategy.cs
    • -1
    • +6
    ./Ringtoets.HeightStructures.Plugin/HeightStructuresPlugin.cs
    • -0
    • +6
    ./Ringtoets.HeightStructures.Plugin/Ringtoets.HeightStructures.Plugin.csproj
  1. … 4 more files in changeset.
Introduce sections context for HTKW WTI-1753

    • -0
    • +43
    ./Ringtoets.HeightStructures.Forms/PresentationObjects/HeightStructuresFailureMechanismSectionsContext.cs
    • -0
    • +1
    ./Ringtoets.HeightStructures.Forms/Ringtoets.HeightStructures.Forms.csproj
    • -1
    • +1
    ./Ringtoets.HeightStructures.Plugin/HeightStructuresPlugin.cs
  1. … 3 more files in changeset.
Removed HBL file path as constructor argument from the CalculationActivity

- Performed for HeightStructures

- Removed because of:

-- Constructor argument assessment section contains all information that's required

-- there's currently no check on the assessment section level which causes an argument null exception when an activity is created while there's no HB database is selected.

WTI-1720

    • -10
    • +1
    ./Ringtoets.HeightStructures.Service/HeightStructuresCalculationActivity.cs
    • -1
    • +0
    ./Ringtoets.HeightStructures.Service/HeightStructuresCalculationActivityFactory.cs
  1. … 1 more file in changeset.
Refactor section (result) clearing, now uses a template method. WTI-1751

    • -2
    • +1
    ./Ringtoets.HeightStructures.Data/HeightStructuresFailureMechanism.cs
  1. … 40 more files in changeset.
Implement review comments, improve tests and move methods in plugins WTI-1740

    • -1
    • +1
    ./Ringtoets.HeightStructures.Plugin/HeightStructuresPlugin.cs
  1. … 6 more files in changeset.
Make height structures activity internal and use factory where needed WTI-1740

    • -17
    • +9
    ./Ringtoets.HeightStructures.Plugin/HeightStructuresPlugin.cs
    • -1
    • +1
    ./Ringtoets.HeightStructures.Service/HeightStructuresCalculationActivity.cs
  1. … 1 more file in changeset.
Introduce height structures calculation activity WTI-1740

    • -0
    • +133
    ./Ringtoets.HeightStructures.Service/HeightStructuresCalculationActivityFactory.cs
    • -0
    • +1
    ./Ringtoets.HeightStructures.Service/Ringtoets.HeightStructures.Service.csproj
  1. … 2 more files in changeset.
Remove contribution check from height structures WTI-1755

    • -9
    • +4
    ./Ringtoets.HeightStructures.Plugin/HeightStructuresPlugin.cs
  1. … 3 more files in changeset.
Changed accessor for the AddSectionResult function

    • -2
    • +2
    ./Ringtoets.HeightStructures.Data/HeightStructuresFailureMechanism.cs
  1. … 16 more files in changeset.
Fixed failing tests. WTI-1719

    • -5
    • +0
    ./Ringtoets.HeightStructures.Service/HeightStructuresCalculationActivity.cs
  1. … 19 more files in changeset.
Introduced parametered constructor for CalculatableActivity. WTI-1719

    • -2
    • +5
    ./Ringtoets.HeightStructures.Service/HeightStructuresCalculationActivity.cs
  1. … 9 more files in changeset.
Moved CalculatableActivity to Ringtoets.Common.Service. WTI-1719

    • -1
    • +1
    ./Ringtoets.HeightStructures.Service/HeightStructuresCalculationActivity.cs
  1. … 34 more files in changeset.
Renamed HydraRingActivityBase into CalculatableActivity. WTI-1719

    • -3
    • +5
    ./Ringtoets.HeightStructures.Service/HeightStructuresCalculationActivity.cs
  1. … 25 more files in changeset.
Wrap FailureMechanismSection assembly error for height structures. WTI-1724

    • -6
    • +11
    ./Ringtoets.HeightStructures.Data/HeightStructuresFailureMechanismAssemblyFactory.cs
  1. … 1 more file in changeset.
Update combined assembly logic for Height Structures WTI-1723

    • -7
    • +13
    ./Ringtoets.HeightStructures.Data/HeightStructuresFailureMechanismAssemblyFactory.cs
  1. … 1 more file in changeset.
Introduced context object for displaying assembly categories on failure mechanism level for non-geotechnical failure mechanisms: - Added context definition for the height structures plugin

WTI-1540

    • -3
    • +6
    ./Ringtoets.HeightStructures.Plugin/HeightStructuresPlugin.cs
  1. … 1 more file in changeset.
Improvements after review. WTI-1684

    • -20
    • +5
    ./Ringtoets.HeightStructures.Forms/Views/HeightStructuresFailureMechanismSectionResultRow.cs
  1. … 23 more files in changeset.
Improvements after review. WTI-1683

    • -2
    • +2
    ./Ringtoets.HeightStructures.Data/HeightStructuresFailureMechanismAssemblyFactory.cs
  1. … 17 more files in changeset.
Update xmldoc to fix warnings in technical documentation build Paired with dennistang

    • -1
    • +4
    ./Ringtoets.HeightStructures.Forms/Views/HeightStructuresFailureMechanismResultView.cs
  1. … 7 more files in changeset.
Moved converting function from the FailureMechanismSectionResultRowHelper to a separate class - Usage is not only limited to FailureMechanismSectionResultRows anymore.

WTI-1684

    • -4
    • +4
    ./Ringtoets.HeightStructures.Forms/Views/HeightStructuresFailureMechanismSectionResultRow.cs
  1. … 43 more files in changeset.
Added factory method for getting a category group for a height structures section. WTI-1683

    • -25
    • +52
    ./Ringtoets.HeightStructures.Data/HeightStructuresFailureMechanismAssemblyFactory.cs
  1. … 1 more file in changeset.
Update assembly factories WTI-1677

    • -13
    • +28
    ./Ringtoets.HeightStructures.Data/HeightStructuresFailureMechanismAssemblyFactory.cs
  1. … 20 more files in changeset.
Use new factory in assembly factories WTI-1677

    • -1
    • +1
    ./Ringtoets.HeightStructures.Data/HeightStructuresFailureMechanismAssemblyFactory.cs
  1. … 21 more files in changeset.
Rename parameters and update xmldocs WTI-1677

    • -1
    • +1
    ./Ringtoets.HeightStructures.Data/HeightStructuresFailureMechanismAssemblyFactory.cs
  1. … 12 more files in changeset.
Move logic for updating assembly result to abstract method WTI-1682

    • -5
    • +5
    ./Ringtoets.HeightStructures.Forms/Views/HeightStructuresFailureMechanismResultView.cs
  1. … 22 more files in changeset.
Add generic type param to result views WTI-1682

    • -1
    • +4
    ./Ringtoets.HeightStructures.Forms/Views/HeightStructuresFailureMechanismResultView.cs
  1. … 41 more files in changeset.
Rename controls in result views WTI-1682

    • -4
    • +4
    ./Ringtoets.HeightStructures.Forms/Views/HeightStructuresFailureMechanismResultView.cs
  1. … 37 more files in changeset.