Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Changed copyright year. Paired with lubbers. WTI-1828

    • -1
    • +1
    ./EmptyStabilityStoneCoverOutputTreeNodeInfoTest.cs
    • -1
    • +1
    ./StabilityStoneCoverFailureMechanismContextTreeNodeInfoTest.cs
    • -1
    • +1
    ./StabilityStoneCoverFailureMechanismSectionResultContextTreeNodeInfoTest.cs
    • -1
    • +1
    ./StabilityStoneCoverWaveConditionsCalculationContextTreeNodeInfoTest.cs
    • -1
    • +1
    ./StabilityStoneCoverWaveConditionsCalculationGroupContextTreeNodeInfoTest.cs
    • -1
    • +1
    ./StabilityStoneCoverWaveConditionsInputContextTreeNodeInfoTest.cs
    • -1
    • +1
    ./StabilityStoneCoverWaveConditionsOutputTreeNodeInfoTest.cs
  1. … 6089 more files in changeset.
Rename AssessmentSectionHelper -> AssessmentSectionTestHelper WTI-1839

    • -1
    • +1
    ./StabilityStoneCoverFailureMechanismContextTreeNodeInfoTest.cs
    • -14
    • +14
    ./StabilityStoneCoverWaveConditionsCalculationContextTreeNodeInfoTest.cs
    • -11
    • +11
    ./StabilityStoneCoverWaveConditionsCalculationGroupContextTreeNodeInfoTest.cs
  1. … 138 more files in changeset.
Extended context menu for disabled failure mechanisms with a "properties" item. WTI-1685

    • -1
    • +3
    ./StabilityStoneCoverFailureMechanismContextTreeNodeInfoTest.cs
  1. … 28 more files in changeset.
Renamed "randvoorwaarden" into "belastingen". WTI-1714

    • -3
    • +3
    ./StabilityStoneCoverWaveConditionsCalculationGroupContextTreeNodeInfoTest.cs
  1. … 4 more files in changeset.
Renamed "randvoorwaarden" into "belastingen". WTI-1714

    • -1
    • +1
    ./StabilityStoneCoverFailureMechanismContextTreeNodeInfoTest.cs
    • -3
    • +3
    ./StabilityStoneCoverWaveConditionsCalculationContextTreeNodeInfoTest.cs
    • -4
    • +4
    ./StabilityStoneCoverWaveConditionsCalculationGroupContextTreeNodeInfoTest.cs
  1. … 36 more files in changeset.
Renamed "randvoorwaarden" into "belastingen". WTI-1714

    • -1
    • +1
    ./StabilityStoneCoverWaveConditionsCalculationContextTreeNodeInfoTest.cs
  1. … 19 more files in changeset.
Renamed "randvoorwaarden" into "belastingen". WTI-1714

    • -2
    • +2
    ./StabilityStoneCoverWaveConditionsCalculationContextTreeNodeInfoTest.cs
    • -1
    • +1
    ./StabilityStoneCoverWaveConditionsCalculationGroupContextTreeNodeInfoTest.cs
  1. … 43 more files in changeset.
Renamed "randvoorwaarden" into "belastingen". WTI-1714

    • -1
    • +1
    ./StabilityStoneCoverWaveConditionsCalculationGroupContextTreeNodeInfoTest.cs
  1. … 26 more files in changeset.
Introduce sections context for ZST WTI-1753

    • -1
    • +1
    ./StabilityStoneCoverFailureMechanismContextTreeNodeInfoTest.cs
  1. … 5 more files in changeset.
Incorporated comments review 3099:

- Fixed test name

Paired with ~carloslubbers

WTI-1735

    • -1
    • +1
    ./StabilityStoneCoverFailureMechanismContextTreeNodeInfoTest.cs
Add hydraulic boundary database check to calculate all context menu item for stability stone cover WTI-1735

    • -0
    • +32
    ./StabilityStoneCoverFailureMechanismContextTreeNodeInfoTest.cs
  1. … 1 more file in changeset.
Incorporated comments review 3082: - Cleaned up tests --> use AddRange - Added missing testcases to verify behaviour of Activity when calculations fail for the Revetment related activities

Paired with ~carloslubbers

WTI-1735

    • -2
    • +5
    ./StabilityStoneCoverFailureMechanismContextTreeNodeInfoTest.cs
  1. … 4 more files in changeset.
Implement review comments WTI-1735

    • -4
    • +4
    ./StabilityStoneCoverFailureMechanismContextTreeNodeInfoTest.cs
  1. … 6 more files in changeset.
Review related changes. WTI-1732

    • -1
    • +1
    ./StabilityStoneCoverFailureMechanismContextTreeNodeInfoTest.cs
  1. … 6 more files in changeset.
Review related changes. WTI-1732

    • -1
    • +1
    ./StabilityStoneCoverFailureMechanismContextTreeNodeInfoTest.cs
  1. … 6 more files in changeset.
Add calculate all to the failure mechanism context menu WTI-1735

    • -0
    • +182
    ./StabilityStoneCoverFailureMechanismContextTreeNodeInfoTest.cs
  1. … 1 more file in changeset.
Add calculate all to the failure mechanism context menu WTI-1735

    • -0
    • +182
    ./StabilityStoneCoverFailureMechanismContextTreeNodeInfoTest.cs
  1. … 1 more file in changeset.
Make stability stone cover calculation activity internal WTI-1735

    • -3
    • +0
    ./StabilityStoneCoverWaveConditionsCalculationContextTreeNodeInfoTest.cs
    • -7
    • +0
    ./StabilityStoneCoverWaveConditionsCalculationGroupContextTreeNodeInfoTest.cs
  1. … 5 more files in changeset.
Fix failing tests for calculation treenode infos and gui services WTI-1754

    • -4
    • +5
    ./StabilityStoneCoverWaveConditionsCalculationGroupContextTreeNodeInfoTest.cs
  1. … 16 more files in changeset.
Incorporated comments review 2977: - Inlined variables - Updated XMLDocs

WTI-1694

    • -2
    • +1
    ./StabilityStoneCoverWaveConditionsCalculationGroupContextTreeNodeInfoTest.cs
  1. … 6 more files in changeset.
Removed default initialization of the CategoryType for the WaveConditionsInput: - Fixed failing tests for stability stone cover that depend on the CategoryType --> Exceptions appear due to 0 being an invalid enum value

WTI-1707

    • -16
    • +8
    ./StabilityStoneCoverWaveConditionsCalculationContextTreeNodeInfoTest.cs
    • -1
    • +3
    ./StabilityStoneCoverWaveConditionsCalculationGroupContextTreeNodeInfoTest.cs
  1. … 2 more files in changeset.
- Added missing XMLDoc - Cleaned test

WTI-1707

    • -1
    • +1
    ./StabilityStoneCoverWaveConditionsCalculationGroupContextTreeNodeInfoTest.cs
  1. … 1 more file in changeset.
Applied helper to set the WaveConditions CategoryType for stability stone cover: - Only for adding multiple calculations based on the HBL -- Introduced local testhelper to prevent duplication of the enum conversion logic -- Cleaned up test to reduce casts

WTI-1707

    • -17
    • +41
    ./StabilityStoneCoverWaveConditionsCalculationGroupContextTreeNodeInfoTest.cs
  1. … 3 more files in changeset.
Applied helper to set the WaveConditions CategoryType for stability stone cover: - Only for adding calculations from the calculation group

WTI-1707

    • -0
    • +61
    ./StabilityStoneCoverWaveConditionsCalculationGroupContextTreeNodeInfoTest.cs
  1. … 1 more file in changeset.
Incorporated comments review 2940 - cleanup: - Removed GetNFunc from the property class -- Context can resolve N internally

WTI-1540

    • -4
    • +15
    ./StabilityStoneCoverFailureMechanismContextTreeNodeInfoTest.cs
  1. … 21 more files in changeset.
Introduced context object for displaying assembly categories on failure mechanism level for non-geotechnical failure mechanisms: - Added context definition for the stability stone cover plugin

WTI-1540

    • -3
    • +8
    ./StabilityStoneCoverFailureMechanismContextTreeNodeInfoTest.cs
  1. … 1 more file in changeset.
Review related changes. WTI-1701

    • -2
    • +0
    ./StabilityStoneCoverWaveConditionsInputContextTreeNodeInfoTest.cs
  1. … 2 more files in changeset.
Improved some tests. WTI-1702

    • -76
    • +5
    ./StabilityStoneCoverWaveConditionsCalculationGroupContextTreeNodeInfoTest.cs
Improved some tests. WTI-1702

    • -64
    • +9
    ./StabilityStoneCoverWaveConditionsCalculationContextTreeNodeInfoTest.cs
  1. … 4 more files in changeset.
Improved validation method in StabilityStoneCoverWaveConditionsCalculationService. WTI-1702

    • -0
    • +4
    ./StabilityStoneCoverWaveConditionsCalculationContextTreeNodeInfoTest.cs
    • -0
    • +5
    ./StabilityStoneCoverWaveConditionsCalculationGroupContextTreeNodeInfoTest.cs
  1. … 4 more files in changeset.