Dam

Checkout Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Removed double test from integrationtests

Related to Issue [MWDAM-1030]

    • -1
    • +0
    ./Tests/Deltares.Dam.IntegrationTests.csproj
Removed DamProjectCalculatorCsvExportDataBuilder as this is obsolete.

Related to Issue [MWDAM-1035]

    • -169
    • +0
    ./Tests/DamProjectCalculatorCsvExportDataBuilderTest.cs
    • -116
    • +0
    ./Data/DamProjectCalculatorCsvExportDataBuilder.cs
Added Calculation results to converter.

Related to Issue [MWDAM-1035]

    • -0
    • +46
    ./Data/DamEngineIo/ConversionHelper.cs
Implement connection Location-Surfaceline in DamUI

Related to Issue [MWDAM-1075]

Add soils with Piping parameters to input serialization DAM UI

Related to Issue [MWDAM-1074]

Added test for serializing/de-serializing to xml string

Related to Issue [MWDAM-1075]

XML Read/write of surfacelines

Related to Issue [MWDAM-1075]

  1. … 2 more files in changeset.
Add conversion for characteristic points

Related to Issue [MWDAM-1075]

    • -0
    • +69
    ./Data/DamEngineIo/ConversionHelper.cs
Implement tests for conversion helper

Related to Issue [MWDAM-1036]

    • -0
    • +83
    ./Tests/DamEngineIo/ConversionHelperTests.cs
Refactored

Related to Issue [MWDAM-1075]

Add output as parameter to Run()

Related to Issue [MWDAM-1037]

Us string serializing and de-serializing

Related to Issue [MWDAM-1037]

Implement WaternetOptions fro serializing/deserializing

Related to Issue [MWDAM-1036]

    • -0
    • +121
    ./Data/DamEngineIo/ConversionHelper.cs
Setup classes for serializing to Dam Engine

Fixed some solution errors

Related to Issue [MWDAM-1035]

Related to Issue [MWDAM-1036]

    • -0
    • +15
    ./Tests/DamEngineIo/FillDamUiFromXmlOutputTests.cs
    • -0
    • +12
    ./Data/DamEngineIo/FillXmlOutputFromDamUi.cs
    • -0
    • +12
    ./Data/DamEngineIo/FillDamUiFromXmlOutput.cs
    • -0
    • +12
    ./Data/DamEngineIo/FillXmlInputFromDamUi.cs
    • -0
    • +15
    ./Tests/DamEngineIo/FillXmlInputFromDamUiTests.cs
    • -0
    • +12
    ./Data/DamEngineIo/FillDamUiFromXmlInput.cs
Mark tests for calculation with Category("Calculation"), so they can be excluded from the test run on Teamcity.

They can be enabled, when the Dam engine is connected

Related to Issue [MWDAM-1030]

    • -1
    • +1
    ./Tests/DamCalculationBenchmarkTest.cs
    • -1
    • +1
    ./Tests/DamStabilityNWOIntegrationTest.cs
    • -6
    • +4
    ./Tests/DAMProjectCalculatorDijkring13Test.cs
Removed redundant usings

Related to Issue [MWDAM-1030]

    • -1
    • +0
    ./Data/IO/FailureMechanismeParamatersMStabXmlHandler.cs
    • -3
    • +0
    ./Data/CsvImporters/CsvImporterHelper.cs
    • -1
    • +0
    ./Forms/RedesignedSurfaceLineDrawingObject.cs
    • -5
    • +0
    ./Data/CsvExportSurfaceLineIdentifiers.cs
  1. … 97 more files in changeset.
Fix setup

Related to Issue [MWDAM-1030]

    • -3
    • +0
    ./Dam.Setup/Deltares.Dam.Setup.wixproj
Added license headers

Related to Issue [MWDAM-1030]

    • -0
    • +23
    ./Data/Xsd/CalculationParametersDefinition.xsd
    • -0
    • +22
    ./Tests/TestData/YRCC/input_dam.xml
    • -9
    • +20
    ./Tests/DAMProjectCalculatorDijkring13Test.cs
  1. … 460 more files in changeset.
Added error message box

Related to Issue [MWDAM-1026]

First implementation of DamEngine

Cleanup formatting

Related to Issue [MWDAM-1026]

Remove calculation classes and tests:

Code cleanup

Related to Issue [MWDAM-1030]

Remove calculation classes and tests:

SchmatizationFactorCalculation

Related to Issue [MWDAM-1030]

    • -174
    • +0
    ./Tests/SchematizationFactorCalculationTest.cs
Remove calculation classes and tests:

Stability file parser

Related to Issue [MWDAM-1030]

    • -429
    • +0
    ./Data/StabilityServiceFileParser.cs
    • -30
    • +0
    ./Data/StabilityServiceAgentException.cs
    • -28
    • +0
    ./Data/StabilityFileParseException.cs
    • -570
    • +0
    ./Tests/StabilityServiceFileParserTest.cs
    • -11
    • +0
    ./Data/StabilityProjectParameterValues.cs
Remove calculation classes and tests:

Surfaceline adapters

Related to Issue [MWDAM-1030]

    • -169
    • +0
    ./Data/SurfaceLineHeightAdapter.cs
    • too large
    ./Tests/SurfaceLineShoulderAdapterTest.cs
    • -1069
    • +0
    ./Tests/SurfaceLineHeightAdapterTest.cs
    • -770
    • +0
    ./Tests/SurfaceLineSlopeAdapterTest.cs
    • -39
    • +0
    ./Data/SurfaceLineAdapterException.cs
    • -239
    • +0
    ./Data/SurfaceLineShoulderAdapter.cs
Remove calculation classes and tests:

XML Assemblers

Related to Issue [MWDAM-1030]

    • -73
    • +0
    ./Data/Assemblers/SoilLayerAssembler.cs
    • -73
    • +0
    ./Tests/CalculationParametersAssemblerTest.cs
    • -124
    • +0
    ./Data/Assemblers/SoilProfileAssembler.cs
Remove calculation classes and tests:

DGSMstabDAM connection

DGSDamSlopeW connection

Dupuit connection

StabilityServiceAgent

Related to Issue [MWDAM-1030]

    • -170
    • +0
    ./Tests/DupuitCalculatorFileIOTest.cs
    • -54
    • +0
    ./Tests/Geometry2DDataCreatorTests.cs
    • -184
    • +0
    ./Data/Geometry2DTo1DConverter.cs
    • -167
    • +0
    ./Data/DupuitCalculationOptions.cs
    • -64
    • +0
    ./Tests/DupuitPLLinesTimeSerieTests.cs
    • -0
    • +78
    ./Data/MStabResults.cs
    • -58
    • +0
    ./Tests/DamMStabGeometry2DDataAssemblerTest.cs
  1. … 17 more files in changeset.
Remove calculation classes and tests:

Piping

Related to Issue [MWDAM-1030]

  1. … 35 more files in changeset.
Remove calculation classes and tests:

GeoTechnics (WaternetCreator)

Related to Issue [MWDAM-1030]

  1. … 44 more files in changeset.
Remove calculation classes and tests:

Macrostability

Related to Issue [MWDAM-1030]

    • -560
    • +0
    ./Tests/CombineSurfaceLineSoilProfile2DTest.cs
    • -398
    • +0
    ./Data/StabilityProjectObjectCreator.cs
  1. … 255 more files in changeset.
Remove calculation classes and tests:

PLLinesCreator

SesorPLLinesCreator

Uplift

RWScenarioEvaluator

Related to Issue [MWDAM-1030]

    • -180
    • +0
    ./Tests/HydraulicShortcutRWEvaluatorTests.cs
    • -132
    • +0
    ./Tests/AquitardEvaluatorTests.cs
    • -50
    • +0
    ./Data/Sensors/SensorPLLine4Creator.cs
    • -228
    • +0
    ./Data/RWScenarios/RWScenarioSelector.cs
    • -314
    • +0
    ./Data/UpliftLocationDeterminator.cs
    • -123
    • +0
    ./Data/Sensors/SensorPLLineCreator.cs
    • -190
    • +0
    ./Tests/UpliftLocationDeterminatorTest.cs
    • -213
    • +0
    ./Data/Sensors/SensorPLLineCreatorBase.cs
  1. … 33 more files in changeset.