Dam

Checkout Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Updated headers for program code.

Related to Issue [MWDAM-1730]

    • -1
    • +1
    ./Forms/DamNewProjectDialog.Designer.cs
    • -1
    • +1
    ./Forms/WaterBoardPropertyControl.Designer.cs
    • -1
    • +1
    ./Forms/DesignCalculationPropertyControl.cs
    • -1
    • +1
    ./Forms/DamSurfaceLineControl.Designer.cs
    • -1
    • +1
    ./Forms/DikePropertyControl.Designer.cs
    • -1
    • +1
    ./Forms/DamProjectCalculationSpecificationPropertyControl.Designer.cs
    • -1
    • +1
    ./Forms/DamProjectCalculationSpecificationPropertyControl.cs
  1. … 261 more files in changeset.
Update copyright and version numbers.

Related to Issue [MWDAM-1730]

  1. … 3 more files in changeset.
Always set focus to the cross section tab after the calculation is finished

Related to Issue [MWDAM-1721]

Made sure that when a Piping calculation is made instead of a Stability one, the Deocrator does not fail. Corrected small typo in the DamPlugin.

Related to Issue [MWDAM-1732]

Set the zoom limits when the slip circle is shown

Related to Issue [MWDAM-1721]

    • -1
    • +37
    ./Forms/DamSpatialEditorDecorator.cs
Add additional line from begin/end of the slip circle and the radius. Fix some sonarqube suggestions

Related to Issue [MWDAM-1721]

    • -12
    • +30
    ./Forms/SlipCircleDrawingObject.cs
Update DAM UI to .Net 4.6.1

Related to Issue [MWDAM-1722]

    • -1
    • +1
    ./Tests/Deltares.Dam.IntegrationTests.csproj
    • -1
    • +1
    ./Application/Deltares.Dam.Application.csproj
  1. … 14 more files in changeset.
Update DAM UI to .Net 4.6.1

Related to Issue [MWDAM-1722]

    • -2
    • +2
    ./Tests/Deltares.Dam.BenchmarkTests.csproj
    • -2
    • +2
    ./Tools/GeoXY2LatLong/GeoXY2LatLong.csproj
  1. … 10 more files in changeset.
Bug fix in FillDamUiFromXmlOutput: dualSlipCircleDefinition must be filled for UpliftVan (BishopUpliftVan is not yet supported)

Related to Issue [MWDAM-1721]

  1. … 1 more file in changeset.
Draw all slices of the slip circle

Related to Issue [MWDAM-1721]

    • -31
    • +61
    ./Forms/SlipCircleDrawingObject.cs
    • -2
    • +19
    ./Forms/DamSpatialEditorDecorator.cs
  1. … 2 more files in changeset.
Draw one slices of the slip circle

Related to Issue [MWDAM-1721]

    • -0
    • +124
    ./Forms/SlipCircleDrawingObject.cs
    • -0
    • +34
    ./Forms/DamSpatialEditorDecorator.cs
Fill DamUI with slices from xml output

Related to Issue [MWDAM-1708]

  1. … 4 more files in changeset.
Some small fixes.

Related to Issue [MWDAM-1708]

  1. … 1 more file in changeset.
Fill DamUI from xml output

Related to Issue [MWDAM-1708]

  1. … 2 more files in changeset.
Set WorkInProgress tests to Ignore for now in order to be able to get a green Team City DAM project.

Related to Issue [MWDAM-1711]

Set WorkInProgress tests to Ignore for now in order to be able to get a green Team City DAM project.

Related to Issue [MWDAM-1711]

    • -6
    • +6
    ./Tests/DamCalculationBenchmarkTest.cs
    • -1
    • +1
    ./Tests/Forms/DamSpatialEditorDecoratorTest.cs
Fixed failing tests.

Related to Issue [MWDAM-1689]

I corrected the name for the test helper function as this does not longer use Classic (which stands for D-GeoStability).

Related to Issue [MWDAM-1685]

    • -9
    • +9
    ./Tests/DamCalculationBenchmarkTest.cs
Add integration test as unit test

Related to Issue [MWDAM-1685]

    • -9
    • +25
    ./Tests/DamCalculationBenchmarkTest.cs
  1. … 15 more files in changeset.
Fixed failing tests.

Related to Issue [MWDAM-1627]

    • -2
    • +2
    ./Tests/CalculationParametersAssemblerTest.cs
Fixed tests that failed due to improved message.

Related to Issue [MWDAM-1677]

    • -3
    • +4
    ./Tests/CalculationParametersAssemblerTest.cs
Modified conversion for a SoilProfile2D:

- Always set the layers to HydroStatic WaterPressureInterPolationModel when importing

Related to Issue [MWDAM-1686]

  1. … 1 more file in changeset.
Modified conversion for a SoilProfile2D:

- Fixed conversion for the WaterpressureInterpolationModel for a SoilLayer2D

Related to Issue [MWDAM-1686]

  1. … 1 more file in changeset.
Modified conversion for a SoilProfile2D:

- Fixed failing unit tests: added aquifer dictionary to the SoilList to prevent KeyNotFoundExceptions

Related to Issue [MWDAM-1686]

Modified conversion for a SoilProfile2D:

- Added step to transfer layer properties in the SoilProfile2DImporter

Related to Issue [MWDAM-1686]

  1. … 1 more file in changeset.
Modified conversion for a SoilProfile2D:

- Explicitly set to a SoilProfile2D in case it is a sti file. Sti files are now read by in the FillDamUiFromXmlInput and should be passed as a SoilProfile2D instead

Related to Issue [MWDAM-1686]

  1. … 2 more files in changeset.
Incorporated comments reviewer:

- Restored and commented original test categories

Related to Issue [MWDAM-1630]

Incorporated comments reviewer:

- Removed dead code

- Fixed string values

Related to Issue [MWDAM-1630]

    • -1
    • +0
    ./Forms/StabilityKernelTypeSpecificationsControl.cs
  1. … 2 more files in changeset.
Incorporated comments reviewer:

- Made FailureMechanismSystemType.StabilityOutside invisible

- Improved source code by cleaning up the nested switch

Related to Issue [MWDAM-1630]

    • -0
    • +42
    ./Tests/DamFailureMechanismeCalculationSpecificationTest.cs
  1. … 1 more file in changeset.
Incorporated comments reviewer:

- Ensured that the soil profile names are distinct for 1D profiles

Related to Issue [MWDAM-1380]