Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Adapt assembly result total view WTI-1842

  1. … 1 more file in changeset.
Adapt per section view WTI-1842

  1. … 1 more file in changeset.
Totaal vakoordeel => Gecombineerd vakoordeel. WTI-1838

  1. … 6 more files in changeset.
Fixed compilation errors for group 4:

- Added logic which determines when to set a warning

WTI-1839

    • -0
    • +6
    ./SectionResultViews/GrassCoverSlipOffInwardsResultView.cs
    • -0
    • +6
    ./SectionResultViews/GrassCoverSlipOffOutwardsResultView.cs
    • -0
    • +6
    ./SectionResultViews/MacroStabilityOutwardsResultView.cs
    • -0
    • +6
    ./SectionResultViews/MicrostabilityResultView.cs
    • -0
    • +6
    ./SectionResultViews/PipingStructureResultView.cs
    • -0
    • +6
    ./SectionResultViews/StrengthStabilityLengthwiseConstructionResultView.cs
    • -0
    • +6
    ./SectionResultViews/TechnicalInnovationResultView.cs
    • -0
    • +6
    ./SectionResultViews/WaterPressureAsphaltCoverResultView.cs
  1. … 8 more files in changeset.
Add useManual parameter to Mactostability Outwards assembly factory methods WTI-1842

    • -1
    • +3
    ./SectionResultViews/MacroStabilityOutwardsResultView.cs
  1. … 2 more files in changeset.
Add useManual parameter to standalone assembly factory methods WTI-1842

    • -1
    • +1
    ./SectionResultViews/GrassCoverSlipOffInwardsResultView.cs
    • -1
    • +1
    ./SectionResultViews/GrassCoverSlipOffOutwardsResultView.cs
    • -1
    • +1
    ./SectionResultViews/MicrostabilityResultView.cs
    • -1
    • +1
    ./SectionResultViews/PipingStructureResultView.cs
    • -1
    • +1
    ./SectionResultViews/StrengthStabilityLengthwiseConstructionResultView.cs
    • -1
    • +1
    ./SectionResultViews/TechnicalInnovationResultView.cs
    • -1
    • +1
    ./SectionResultViews/WaterPressureAsphaltCoverResultView.cs
  1. … 14 more files in changeset.
Updated assembly result control:

- Refactored message clearing logic: all messages should be cleared when called

-- Improved and extended existing test for the clearing logic.

WTI-1839

  1. … 3 more files in changeset.
Review related changes WTI-1831

    • -3
    • +1
    ./FailureMechanismAssemblyCategoriesView.cs
  1. … 5 more files in changeset.
Move geotechnical context/view classes to integration and renamed them to macro stability outwards WTI-1831

    • -89
    • +0
    ./GeotechnicalFailureMechanismAssemblyCategoriesView.Designer.cs
    • -108
    • +0
    ./GeotechnicalFailureMechanismAssemblyCategoriesView.cs
    • -120
    • +0
    ./GeotechnicalFailureMechanismAssemblyCategoriesView.resx
    • -0
    • +89
    ./MacroStabilityOutwardsAssemblyCategoriesView.Designer.cs
    • -0
    • +108
    ./MacroStabilityOutwardsAssemblyCategoriesView.cs
    • -0
    • +120
    ./MacroStabilityOutwardsAssemblyCategoriesView.resx
  1. … 25 more files in changeset.
Introduce geotechnical categories view WTI-1831

    • -0
    • +89
    ./GeotechnicalFailureMechanismAssemblyCategoriesView.Designer.cs
    • -0
    • +108
    ./GeotechnicalFailureMechanismAssemblyCategoriesView.cs
    • -0
    • +120
    ./GeotechnicalFailureMechanismAssemblyCategoriesView.resx
  1. … 5 more files in changeset.
Use close for failure mechanism view for categories view WTI-1831

    • -15
    • +3
    ./FailureMechanismAssemblyCategoriesView.cs
  1. … 1 more file in changeset.
Merge branch 'master' into AssemblyExport

    • -19
    • +19
    ./CombinedFailureMechanismSectionAssemblyResultRow.cs
  1. … 1 more file in changeset.
Reduce code smells from sonarqube in Integration namespace WTI-1787

    • -19
    • +19
    ./CombinedFailureMechanismSectionAssemblyResultRow.cs
    • -4
    • +4
    ./SectionResultRows/GrassCoverSlipOffInwardsSectionResultRow.cs
    • -4
    • +4
    ./SectionResultRows/GrassCoverSlipOffOutwardsSectionResultRow.cs
    • -4
    • +4
    ./SectionResultRows/MacroStabilityOutwardsSectionResultRow.cs
    • -4
    • +4
    ./SectionResultRows/MicrostabilitySectionResultRow.cs
    • -4
    • +4
    ./SectionResultRows/PipingStructureSectionResultRow.cs
    • -3
    • +3
    ./SectionResultRows/StrengthStabilityLengthwiseConstructionSectionResultRow.cs
    • -3
    • +3
    ./SectionResultRows/TechnicalInnovationSectionResultRow.cs
    • -3
    • +3
    ./SectionResultRows/WaterPressureAsphaltCoverSectionResultRow.cs
  1. … 9 more files in changeset.
Fix typo WTI-1790

    • -1
    • +1
    ./FailureMechanismAssemblyCategoryGroupResultRow.cs
    • -2
    • +2
    ./FailureMechanismAssemblyResultRow.cs
    • -1
    • +1
    ./FailureMechanismAssemblyResultRowBase.cs
  1. … 7 more files in changeset.
Fix typo WTI-1790

    • -1
    • +1
    ./FailureMechanismAssemblyCategoryGroupResultRow.cs
    • -2
    • +2
    ./FailureMechanismAssemblyResultRow.cs
    • -1
    • +1
    ./FailureMechanismAssemblyResultRowBase.cs
  1. … 7 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
    ./CombinedFailureMechanismSectionAssemblyResultRow.cs
  1. … 4 more files in changeset.
Added check in view whether reference line is set. WTI-1794

  1. … 1 more file in changeset.
Clean view. WTI-1793

Added separate observer for assessment section in assembly result per section view. WTI-1793

Revert "Added separate observer for assessment section in assembly result per section view. WTI-1793"

This reverts commit 407e8e07eed3bf16bac838855a7fdfdfd39f22ac.

Added separate observer for assessment section in view. WTI-1793

  1. … 1 more file in changeset.
Improvements after review. WTI-1792

    • -1
    • +1
    ./FailureMechanismContributionItemRow.cs
  1. … 9 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
    ./SectionResultRows/MicrostabilitySectionResultRow.cs
  1. … 17 more files in changeset.
Introduced ManualFailureMechanismSectionAssemblyCategoryGroup for TechnicalInnovation. WTI-1764

    • -4
    • +3
    ./SectionResultRows/TechnicalInnovationSectionResultRow.cs
    • -1
    • +1
    ./SectionResultViews/TechnicalInnovationResultView.cs
  1. … 13 more files in changeset.
Introduced ManualFailureMechanismSectionAssemblyCategoryGroup for StrengthStabilityLengthWise. WTI-1764

    • -5
    • +4
    ./SectionResultRows/StrengthStabilityLengthwiseConstructionSectionResultRow.cs
    • -1
    • +1
    ./SectionResultViews/StrengthStabilityLengthwiseConstructionResultView.cs
  1. … 13 more files in changeset.
Cleanup:

- Readded erroneous removed XMLDocs

WTI-1764

    • -0
    • +4
    ./SectionResultRows/GrassCoverSlipOffInwardsSectionResultRow.cs
    • -0
    • +4
    ./SectionResultRows/GrassCoverSlipOffOutwardsSectionResultRow.cs
    • -0
    • +4
    ./SectionResultRows/MacroStabilityOutwardsSectionResultRow.cs
    • -0
    • +4
    ./SectionResultRows/MicrostabilitySectionResultRow.cs
    • -0
    • +4
    ./SectionResultRows/WaterPressureAsphaltCoverSectionResultRow.cs
Introduced ManualFailureMechanismSectionAssemblyCategoryGroup for PipingStructure. WTI-1764 Description

    • -4
    • +3
    ./SectionResultRows/PipingStructureSectionResultRow.cs
    • -1
    • +1
    ./SectionResultViews/PipingStructureResultView.cs
  1. … 13 more files in changeset.
Introduced ManualFailureMechanismSectionAssemblyCategoryGroup for GrassCoverSlipOffOutwards. WTI-1764

    • -8
    • +3
    ./SectionResultRows/GrassCoverSlipOffOutwardsSectionResultRow.cs
    • -1
    • +1
    ./SectionResultViews/GrassCoverSlipOffOutwardsResultView.cs
  1. … 13 more files in changeset.
Introduced ManualFailureMechanismSectionAssemblyCategoryGroup for GrassCoverSlipOffInwards. WTI-1764

    • -8
    • +3
    ./SectionResultRows/GrassCoverSlipOffInwardsSectionResultRow.cs
    • -1
    • +1
    ./SectionResultViews/GrassCoverSlipOffInwardsResultView.cs
  1. … 13 more files in changeset.
Cleanup:

- Removed unused references

- Updated XMLDocs

WTI-1764

    • -5
    • +0
    ./SectionResultRows/MacroStabilityOutwardsSectionResultRow.cs
    • -4
    • +0
    ./SectionResultRows/MicrostabilitySectionResultRow.cs
    • -2
    • +0
    ./SectionResultRows/WaterPressureAsphaltCoverSectionResultRow.cs
  1. … 7 more files in changeset.