Ringtoets.Integration.Data

Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Add useManual parameter to standalone assembly factory methods WTI-1842

    • -5
    • +8
    ./StandAlone/AssemblyFactories/GrassCoverSlipOffInwardsFailureMechanismAssemblyFactory.cs
    • -32
    • +35
    ./StandAlone/AssemblyFactories/GrassCoverSlipOffOutwardsFailureMechanismAssemblyFactory.cs
    • -5
    • +8
    ./StandAlone/AssemblyFactories/PipingStructureFailureMechanismAssemblyFactory.cs
    • -5
    • +8
    ./StandAlone/AssemblyFactories/StrengthStabilityLengthwiseConstructionFailureMechanismAssemblyFactory.cs
    • -5
    • +8
    ./StandAlone/AssemblyFactories/TechnicalInnovationFailureMechanismAssemblyFactory.cs
    • -5
    • +8
    ./StandAlone/AssemblyFactories/WaterPressureAsphaltCoverFailureMechanismAssemblyFactory.cs
  1. … 14 more files in changeset.
Introduced failure mechanism helpers to determine if any section has manual overwritten results:

- Introduced for group 4

WTI-1839

    • -0
    • +49
    ./StandAlone/Helpers/GrassCoverSlipOffInwardsFailureMechanismHelper.cs
    • -0
    • +49
    ./StandAlone/Helpers/GrassCoverSlipOffOutwardsFailureMechanismHelper.cs
    • -0
    • +49
    ./StandAlone/Helpers/MacroStabilityOutwardsFailureMechanismHelper.cs
    • -0
    • +49
    ./StandAlone/Helpers/MicrostabilityFailureMechanismHelper.cs
    • -0
    • +49
    ./StandAlone/Helpers/PipingStructureFailureMechanismHelper.cs
    • -0
    • +49
    ./StandAlone/Helpers/StrengthStabilityLengthwiseConstructionFailureMechanismHelper.cs
    • -0
    • +49
    ./StandAlone/Helpers/TechnicalInnovationFailureMechanismHelper.cs
    • -0
    • +49
    ./StandAlone/Helpers/WaterPressureAsphaltCoverFailureMechanismHelper.cs
  1. … 9 more files in changeset.
Merge branch 'master' into AssemblyExport

    • -54
    • +27
    ./Assembly/CombinedFailureMechanismSectionAssemblyResultFactory.cs
Cleanup: Use the opposite operator. WTI-1787

Cleanup: Reduce cognitive complexity. WTI-1787

    • -55
    • +28
    ./Assembly/CombinedFailureMechanismSectionAssemblyResultFactory.cs
Incorporated comments review 3186:

- Fixed XMLDocs

WTI-1790

    • -2
    • +2
    ./Assembly/CombinedFailureMechanismSectionAssemblyResult.cs
  1. … 5 more files in changeset.
Moved m -> km conversion from the data model to view model

- Meters are required for the export, hence the data model was adjusted. The view logic maintains a km display --> moved logic as values should be processed as late as possible.

WTI-1790

    • -2
    • +2
    ./Assembly/CombinedFailureMechanismSectionAssemblyResult.cs
    • -2
    • +2
    ./Assembly/CombinedFailureMechanismSectionAssemblyResultFactory.cs
  1. … 3 more files in changeset.
Incorporated comments review 3146:

- Wrapped possible converter exceptions from group 4 failure mechanisms

WTI-1764

    • -3
    • +11
    ./StandAlone/AssemblyFactories/GrassCoverSlipOffInwardsFailureMechanismAssemblyFactory.cs
    • -3
    • +11
    ./StandAlone/AssemblyFactories/GrassCoverSlipOffOutwardsFailureMechanismAssemblyFactory.cs
    • -5
    • +13
    ./StandAlone/AssemblyFactories/MacroStabilityOutwardsFailureMechanismAssemblyFactory.cs
    • -3
    • +11
    ./StandAlone/AssemblyFactories/MicrostabilityFailureMechanismAssemblyFactory.cs
    • -3
    • +11
    ./StandAlone/AssemblyFactories/PipingStructureFailureMechanismAssemblyFactory.cs
    • -3
    • +11
    ./StandAlone/AssemblyFactories/StrengthStabilityLengthwiseConstructionFailureMechanismAssemblyFactory.cs
    • -3
    • +11
    ./StandAlone/AssemblyFactories/TechnicalInnovationFailureMechanismAssemblyFactory.cs
    • -3
    • +11
    ./StandAlone/AssemblyFactories/WaterPressureAsphaltCoverFailureMechanismAssemblyFactory.cs
  1. … 8 more files in changeset.
Incorporated comments review 3146:

- Ran DeltaresClean and removed unused references from files and projects

- Updated XMLDocs and testname typos

WTI-1764

    • -1
    • +0
    ./StandAlone/AssemblyFactories/MacroStabilityOutwardsFailureMechanismAssemblyFactory.cs
    • -2
    • +0
    ./StandAlone/SectionResults/MacroStabilityOutwardsFailureMechanismSectionResult.cs
  1. … 15 more files in changeset.
Introduced ManualFailureMechanismSectionAssemblyCategoryGroup for TechnicalInnovation. WTI-1764

    • -1
    • +1
    ./StandAlone/AssemblyFactories/TechnicalInnovationFailureMechanismAssemblyFactory.cs
    • -3
    • +2
    ./StandAlone/SectionResults/TechnicalInnovationFailureMechanismSectionResult.cs
  1. … 13 more files in changeset.
Introduced ManualFailureMechanismSectionAssemblyCategoryGroup for StrengthStabilityLengthWise. WTI-1764

    • -1
    • +1
    ./StandAlone/AssemblyFactories/StrengthStabilityLengthwiseConstructionFailureMechanismAssemblyFactory.cs
    • -3
    • +2
    ./StandAlone/SectionResults/StrengthStabilityLengthwiseConstructionFailureMechanismSectionResult.cs
  1. … 13 more files in changeset.
Introduced ManualFailureMechanismSectionAssemblyCategoryGroup for PipingStructure. WTI-1764 Description

    • -1
    • +1
    ./StandAlone/AssemblyFactories/PipingStructureFailureMechanismAssemblyFactory.cs
    • -3
    • +2
    ./StandAlone/SectionResults/PipingStructureFailureMechanismSectionResult.cs
  1. … 13 more files in changeset.
Introduced ManualFailureMechanismSectionAssemblyCategoryGroup for GrassCoverSlipOffOutwards. WTI-1764

    • -1
    • +1
    ./StandAlone/AssemblyFactories/GrassCoverSlipOffOutwardsFailureMechanismAssemblyFactory.cs
    • -3
    • +2
    ./StandAlone/SectionResults/GrassCoverSlipOffOutwardsFailureMechanismSectionResult.cs
  1. … 13 more files in changeset.
Introduced ManualFailureMechanismSectionAssemblyCategoryGroup for GrassCoverSlipOffInwards. WTI-1764

    • -1
    • +1
    ./StandAlone/AssemblyFactories/GrassCoverSlipOffInwardsFailureMechanismAssemblyFactory.cs
    • -3
    • +2
    ./StandAlone/SectionResults/GrassCoverSlipOffInwardsFailureMechanismSectionResult.cs
  1. … 13 more files in changeset.
Introduced ManualFailureMechanismSectionAssemblyCategoryGroup for WaterpressureAsphaltCover. WTI-1764

    • -1
    • +1
    ./StandAlone/AssemblyFactories/WaterPressureAsphaltCoverFailureMechanismAssemblyFactory.cs
    • -3
    • +2
    ./StandAlone/SectionResults/WaterPressureAsphaltCoverFailureMechanismSectionResult.cs
  1. … 13 more files in changeset.
Introduced ManualFailureMechanismSectionAssemblyCategoryGroup for MicroStability

- Fixed failing test for macrostability outwards

WTI-1764

    • -3
    • +2
    ./StandAlone/SectionResults/MicrostabilityFailureMechanismSectionResult.cs
  1. … 14 more files in changeset.
Moved manual assembly category enum and its converter to Common.Data WTI-1764

    • -45
    • +0
    ./Assembly/ManualFailureMechanismSectionAssemblyCategoryGroup.cs
    • -49
    • +0
    ./Assembly/ManualFailureMechanismSectionAssemblyCategoryGroupConverter.cs
  1. … 11 more files in changeset.
Introduced converter to convert from Manual to FailureMechanismSectionAssembly category group for the AssemblyFactories:

- Applied for Macrostability outwards

WTI-1764

    • -1
    • +2
    ./StandAlone/AssemblyFactories/MacroStabilityOutwardsFailureMechanismAssemblyFactory.cs
  1. … 1 more file in changeset.
Introduced converter to convert from Manual to FailureMechanismSectionCategoryGroup

- Required in order to feed the custom enum into the assembly calculators for Group 4 failure mechanisms.

WTI-1764

    • -0
    • +49
    ./Assembly/ManualFailureMechanismSectionAssemblyCategoryGroupConverter.cs
  1. … 2 more files in changeset.
Introduced ManualFailureMechanismSectionAssemblyCategoryGroup for MacroStabilityOutwards:

- Fixed majority of compiling errors, except for the factory.

WTI-1764

    • -2
    • +3
    ./StandAlone/SectionResults/MacroStabilityOutwardsFailureMechanismSectionResult.cs
  1. … 9 more files in changeset.
Added new enum value to represent the manual assembly for group 4 failure mechanisms:

- Moved common resource values in order to reuse them

WTI-1764

    • -0
    • +45
    ./Assembly/ManualFailureMechanismSectionAssemblyCategoryGroup.cs
  1. … 8 more files in changeset.
Cleanup. WTI-1792

  1. … 3 more files in changeset.
Removed unused construction parameters. WTI-1792

  1. … 5 more files in changeset.
Update other failure mechanism contribution when changing composition. WTI-1792

  1. … 1 more file in changeset.
Added other failure mechanism to AssessmentSection. WTI-1792

  1. … 1 more file in changeset.
Exposed contributing failure mechanisms on assessment section. WTI-1792

  1. … 4 more files in changeset.
Incorporated comments review:

- Ran cleanup

- Updated XMLDocs

- Updated test names

Paired with ~tangerma

WTI-1731

  1. … 4 more files in changeset.
Updated factory to make use of the overloaded function

- Fixed failing forms test due to different return value from the calculator stub.

WTI-1782

    • -10
    • +6
    ./StandAlone/AssemblyFactories/MacroStabilityOutwardsFailureMechanismAssemblyFactory.cs
  1. … 2 more files in changeset.
Removed unused property. WTI-1731

    • -17
    • +3
    ./Merge/AssessmentSectionMergeData.cs
  1. … 5 more files in changeset.
Refactor section (result) clearing, now uses a template method. WTI-1751

    • -2
    • +1
    ./StandAlone/GrassCoverSlipOffInwardsFailureMechanism.cs
    • -2
    • +1
    ./StandAlone/GrassCoverSlipOffOutwardsFailureMechanism.cs
    • -2
    • +1
    ./StandAlone/MacroStabilityOutwardsFailureMechanism.cs
    • -2
    • +1
    ./StandAlone/MicrostabilityFailureMechanism.cs
    • -2
    • +1
    ./StandAlone/PipingStructureFailureMechanism.cs
    • -2
    • +1
    ./StandAlone/StrengthStabilityLengthwiseConstructionFailureMechanism.cs
    • -2
    • +1
    ./StandAlone/TechnicalInnovationFailureMechanism.cs
    • -2
    • +1
    ./StandAlone/WaterPressureAsphaltCoverFailureMechanism.cs
  1. … 33 more files in changeset.