DamClients

Checkout Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Getting Piping ready in V19 and for correcting errors.

Related to Issue [MWDAM-1677]

  1. … 853 more files in changeset.
Corrected reading for v20, stumbled on this when trying to reproduce the error in v20 before it was decided to solve it for v19.

Related to Issue [MWDAM-1579]

Replace SVN externals to DAMEngine with libraries

Related to Issue [MWDAM-1652]

    • binary
    ./DamLive/trunk/lib/DamEngine/Deltares.WTIPiping.Merged.dll
    • binary
    ./DamLive/trunk/lib/DamEngine/Deltares.DamPiping.Sellmeijer4ForcesCalculator.dll
    • binary
    ./DamLive/trunk/lib/DamEngine/Deltares.DamMacroStability.Calculator.dll
    • binary
    ./DamLive/trunk/lib/DamEngine/Deltares.DamPiping.Sellmeijer4ForcesCalculator.pdb
    • binary
    ./DamLive/trunk/lib/DamEngine/DGeoStability.exe
    • binary
    ./DamLive/trunk/lib/DamEngine/Deltares.DamEngine.Io.pdb
    • binary
    ./DamLive/trunk/lib/DamEngine/Deltares.DamPiping.BlighCalculator.pdb
    • binary
    ./DamLive/trunk/lib/DamEngine/MPipingCalc2.dll
  1. … 15 more files in changeset.
Replace SVN externals with libraries

Related to Issue [MWDAM-1652]

    • binary
    ./DamLive/trunk/lib/DSL-Core/Deltares.Mathematics.dll
    • binary
    ./DamLive/trunk/lib/DSL-Core/Deltares.Standard.dll
    • binary
    ./DamLive/trunk/lib/DSL-GeoIO/MathNet.Numerics.dll
    • binary
    ./DamLive/trunk/lib/DSL-Geo/Deltares.Geographic.dll
    • binary
    ./DamLive/trunk/lib/DSL-Geo/Deltares.Probabilistic.dll
    • binary
    ./DamLive/trunk/lib/DSL-Core/MathNet.Numerics.dll
    • binary
    ./DamLive/trunk/lib/DSL-GeoIO/LumenWorks.Framework.IO.dll
    • binary
    ./DamLive/trunk/lib/DSL-Geo/Deltares.Standard.dll
    • binary
    ./DamLive/trunk/lib/DSL-GeoIO/ib_util.dll
  1. … 48 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
    • +1
    ./DamUI/trunk/src/Dam/Forms/Translations.xml
Incorporated comments reviewer:

- Made FailureMechanismSystemType.StabilityOutside invisible

- Improved source code by cleaning up the nested switch

Related to Issue [MWDAM-1630]

Incorporated comments reviewer:

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

Related to Issue [MWDAM-1380]

Fixed SonarQube issues

Related to Issue [MWDAM-1374]

Set failing tests to "WorkInProgress" category:

- Tests currently fail due to the functional requirement that only outdated projects with UpliftVan model settings are supported and loaded into the application.

Related to Issue [MWDAM-1630]

Incorporated comments reviewer:

- Added test to verify that the 1D and 2D profiles are serialized correctly

Related to Issue [MWDAM-1380]

Disabled model selection when StabilityOutside or StabilityInside failure mechanism is active:

- Removed duplicate entry

Related to Issue [MWDAM-1630]

Disabled model selection when StabilityOutside or StabilityInside failure mechanism is active:

- Disabled options also in the ConfigurationManager, as this gives problems when loading older projects

Related to Issue [MWDAM-1630]

Added check to validate whether the outdate file is supported:

- Only files that contain UpliftVan settings are currently supported --> if old files are not made with these settings, do not load further and generate an error message.

Related to Issue [MWDAM-1630]

Fixed failing tests:

- Removed all mentions to the Wti kernel

Related to Issue [MWDAM-1630]

Removed StabilityKernelType:

- Removed combobox binding and replaced it with a static label indicating which kernel is used

- Removed obsolete Translations.xml entries

Related to Issue [MWDAM-1630]

    • -0
    • +1
    ./DamUI/trunk/src/Dam/Forms/Translations.xml
Removed StabilityKernelType:

- Removed obsolete enum

Related to Issue [MWDAM-1630]

Removed StabilityKernelType:

- Removed from the CsvExportData

Related to Issue [MWDAM-1630]

Removed StabilityKernelType:

- Removed from the FailureMechanismCalculationSpecification and its affected callers.

Related to Issue [MWDAM-1630]

Removed StabilityKernelType:

- Removed from the DamProjectCalculationSpecification and its affected callers.

Related to Issue [MWDAM-1630]

Removed StabilityKernelType:

- Removed from the ConfigurationManager and its affected callers.

Related to Issue [MWDAM-1630]

Removed StabilityKernelType:

- Removed from the FillXmlInputFromDamUi

Related to Issue [MWDAM-1630]

Disabled model selection when StabilityOutside or StabilityInside failure mechanism is active:

- Set UpLiftVan as default value when a new project is made

- Added tests to verify behaviour

Related to Issue [MWDAM-1630]

    • -0
    • +55
    ./DamUI/trunk/src/Dam/Tests/MStabParametersTest.cs
    • -0
    • +110
    ./DamUI/trunk/src/Dam/Tests/DamFailureMechanismeCalculationSpecificationTest.cs
Incorporated comments reviewer:

- Reverted SoilGeometry2DName to simply the profile name (without extension)

Related to Issue [MWDAM-1380]

Incorporated comments reviewer:

- Moved the naming of the read SoilProfile2D to the Importer as all the information is available there

-- The reader is only responsible for reading the soil profile, not for setting additional postprocessing of the read data

Related to Issue [MWDAM-1374]

Incorporated comments reviewer:

- Removed argument "propertyName" and made dedicated messages for when the soil or geometry version numbers are unsupported

Related to Issue [MWDAM-1374]

Incorporated comments reviewer:

- Added check on whether the profile name has the .sti extension. If not --> add the extension to read from the reader.

- Corrected behaviour on the StiFileReader to set the profile name equivalent to the filename without extension.

Related to Issue [MWDAM-1374]

Cleanup:

- Renamed parameternames and cleaned up function call

Related to Issue [MWDAM-1380]

Added behaviour to serialise only one soilprofile in case there are duplicates present.

Related to Issue [MWDAM-1380]

Improved unit test by pulling all the relevant files to its own test data folder

Related to Issue [MWDAM-1380]