Checkout Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Implement serialization of SurfaceLine

Related to Issue [MWDAM-1660]

    • -1
    • +3
    ./Deltares.LayerOnSlopeTool.Io/IoSurfacePoint.cs
    • -1
    • +30
    ./Deltares.LayerOnSlopeTool.Io.Tests/IoDamMStabDocSeriliazerTests.cs
    • -0
    • +18
    ./Deltares.LayerOnSlopeTool.Io/FillXmlDamMStabDocFromIo.cs
    • -0
    • +14
    ./Deltares.LayerOnSlopeTool.Io/FillIoDamMStabDocFromXml.cs
Implement serialization of Model

Related to Issue [MWDAM-1660]

    • -0
    • +14
    ./Deltares.LayerOnSlopeTool.Io.Tests/IoDamMStabDocSeriliazerTests.cs
    • -5
    • +18
    ./Deltares.LayerOnSlopeTool.Io/FillXmlDamMStabDocFromIo.cs
    • -1
    • +9
    ./Deltares.LayerOnSlopeTool.Io/IoModel.cs
    • -0
    • +10
    ./Deltares.LayerOnSlopeTool.Io/FillIoDamMStabDocFromXml.cs
Added new Importer project

Related to Issue [MWDAM-1658]

    • -0
    • +28
    ./Deltares.LayerOnSlopeTool.ImporterTests/Properties/AssemblyInfo.cs
    • -0
    • +59
    ./Deltares.LayerOnSlopeTool.ImporterTests/Deltares.LayerOnSlopeTool.ImporterTests.csproj
    • -0
    • +55
    ./Deltares.LayerOnSlopeTool.Importer/Deltares.LayerOnSlopeTool.Importer.csproj
    • -0
    • +28
    ./Deltares.LayerOnSlopeTool.Importer/Properties/AssemblyInfo.cs
  1. ./Deltares.LayerOnSlopeTool.Importer/Properties
  2. ./Deltares.LayerOnSlopeTool.ImporterTests
  3. ./Deltares.LayerOnSlopeTool.ImporterTests/Properties
Fix build

Related to Issue [MWDAM-1660]

    • -1
    • +1
    ./Deltares.LayerOnSlopeTool.Version/Deltares.LayerOnSlopeTool.Version.csproj
Enable unit test

Related to Issue [MWDAM-1660]

    • -1
    • +0
    ./Deltares.LayerOnSlopeTool.Io.Tests/IoDamMStabDocSeriliazerTests.cs
Finished implementation of GeometryCreation

Related to Issue [MWDAM-1660]

    • -3
    • +7
    ./Deltares.LayerOnSlopeTool.Io/FillIoDamMStabDocFromXml.cs
    • -0
    • +4
    ./Deltares.LayerOnSlopeTool.Io.Tests/IoDamMStabDocSeriliazerTests.cs
    • -6
    • +8
    ./Deltares.LayerOnSlopeTool.Io/FillXmlDamMStabDocFromIo.cs
Improved XSD (correct types applied)

Start implementation of GeometryCreation

Related to Issue [MWDAM-1660]

    • -0
    • +7
    ./Deltares.LayerOnSlopeTool.Io/FillIoDamMStabDocFromXml.cs
    • -64
    • +383
    ./Deltares.LayerOnSlopeTool.Io/DamMStabDoc.cs
    • -1
    • +7
    ./Deltares.LayerOnSlopeTool.Io/IoGeometryCreationOptions.cs
    • -10
    • +10
    ./Deltares.LayerOnSlopeTool.Io.Tests/MStabDamXmlSerializerTests.cs
    • -0
    • +10
    ./Deltares.LayerOnSlopeTool.Io/FillXmlDamMStabDocFromIo.cs
  1. … 1 more file in changeset.
Replaced Dutch in errors by English. Removed obsolete comment.

Related to Issue [MWDAM-1658]

    • -5
    • +5
    ./Deltares.LayerOnSlopeTool.Data/CsvImporters/CsvImporterCharacteristicPoints.cs
    • -6
    • +6
    ./Deltares.LayerOnSlopeTool.Data/CsvImporters/CsvImporterLocations.cs
    • -4
    • +4
    ./Deltares.LayerOnSlopeTool.Data/CsvImporters/CsvImporterSurfaceLines.cs
    • -2
    • +2
    ./Deltares.LayerOnSlopeTool.Data/SurfaceLinePoint.cs
Start implementation of C# wrapper object for XML object

Related to Issue [MWDAM-1660]

    • -0
    • +28
    ./Deltares.LayerOnSlopeTool.Io/IoCalculationOptions.cs
    • -0
    • +28
    ./Deltares.LayerOnSlopeTool.Io/IoPlLine.cs
    • -0
    • +66
    ./Deltares.LayerOnSlopeTool.Io/IoDamMStabInput.cs
    • -0
    • +36
    ./Deltares.LayerOnSlopeTool.Io/FillIoDamMStabDocFromXml.cs
    • -0
    • +1
    ./Deltares.LayerOnSlopeTool.Io.Tests/Deltares.LayerOnSlopeTool.Io.Tests.csproj
    • -0
    • +28
    ./Deltares.LayerOnSlopeTool.Io/IoCharacteristicPoint.cs
    • -0
    • +35
    ./Deltares.LayerOnSlopeTool.Io/FillXmlDamMStabDocFromIo.cs
    • -0
    • +12
    ./Deltares.LayerOnSlopeTool.Io/Deltares.LayerOnSlopeTool.Io.csproj
    • -0
    • +28
    ./Deltares.LayerOnSlopeTool.Io/IoTrafficLoad.cs
    • -0
    • +62
    ./Deltares.LayerOnSlopeTool.Io.Tests/IoDamMStabDocSeriliazerTests.cs
    • -0
    • +28
    ./Deltares.LayerOnSlopeTool.Io/IoGeometryCreationOptions.cs
    • -0
    • +28
    ./Deltares.LayerOnSlopeTool.Io/IoSurfacePoint.cs
    • -0
    • +45
    ./Deltares.LayerOnSlopeTool.Io/IoDamMStabDocSerializer.cs
    • -0
    • +28
    ./Deltares.LayerOnSlopeTool.Io/IoMStabDamDoc.cs
    • -0
    • +28
    ./Deltares.LayerOnSlopeTool.Io/IoModel.cs
Test serializing of attributes of MStabDamInput and surface line and characteristic points

Related to Issue [MWDAM-1660]

    • -1
    • +35
    ./Deltares.LayerOnSlopeTool.Io.Tests/MStabDamXmlSerializerTests.cs
Pre- and Post process for prefixes

Related to Issue [MWDAM-1660]

    • -1
    • +34
    ./Deltares.LayerOnSlopeTool.Io/MStabDamXmlSerializer.cs
Apply prefixes for XML elements

Related to Issue [MWDAM-1660]

    • -36
    • +32
    ./Deltares.LayerOnSlopeTool.Io/MStabDamXmlSerializer.cs
    • -5
    • +5
    ./Deltares.LayerOnSlopeTool.Io.Tests/MStabDamXmlSerializerTests.cs
    • -105
    • +84
    ./Deltares.LayerOnSlopeTool.Io/DamMStabDoc.cs
  1. … 2 more files in changeset.
Added test for MStabDamXmlSerializer

Related to Issue [MWDAM-1660]

  1. ./packages/CompareNETObjects.4.65.0/lib/net47
  2. ./packages/CompareNETObjects.4.65.0/lib/net452
    • -85
    • +0
    ./Deltares.LayerOnSlopeTool.Io/DgsMStabDamXmlSerializer.cs
    • -0
    • +12
    ./Deltares.LayerOnSlopeTool.Io.Tests/Deltares.LayerOnSlopeTool.Io.Tests.csproj
    • -0
    • +103
    ./Deltares.LayerOnSlopeTool.Io/MStabDamXmlSerializer.cs
  3. ./packages/CompareNETObjects.4.65.0/lib/net472
  4. ./packages/CompareNETObjects.4.65.0/lib/net45
    • -1
    • +1
    ./Deltares.LayerOnSlopeTool.Io/Deltares.LayerOnSlopeTool.Io.csproj
  5. ./packages/CompareNETObjects.4.65.0/lib/net48
  6. … 30 more files in changeset.
Added Lumen for Release mode too

Related to Issue [MWDAM-1658]

Improved test

Related to Issue [MWDAM-1660]

    • -1
    • +6
    ./Deltares.LayerOnSlopeTool.StiFileCreator/DGSStandardDLLInterface.cs
    • -1
    • +1
    ./Deltares.LayerOnSlopeTool.StiFileCreator.Tests/DGSMStabDAMInterfaceTests.cs
    • -1
    • +1
    ./Deltares.LayerOnSlopeTool.StiFileCreator/DGSMStabDAMInterface.cs
Finished adding the importers and their helper classes/methods.

Related to Issue [MWDAM-1658]

    • -0
    • +36
    ./Tools/LumenWorks.Framework.IO/Properties/AssemblyInfo.cs
    • -1
    • +11
    ./Deltares.LayerOnSlopeTool.Data/Deltares.LayerOnSlopeTool.Data.csproj
  1. ./Tools/LumenWorks.Framework.IO/Csv/Exceptions
    • -0
    • +89
    ./Deltares.LayerOnSlopeTool.Data/CsvImporters/CharacteristicPointCsvIdentifiers.cs
    • -0
    • +2470
    ./Tools/LumenWorks.Framework.IO/Csv/CsvReader.cs
    • -432
    • +108
    ./Deltares.LayerOnSlopeTool.Data/CsvImporters/CsvImporterLocations.cs
  2. … 20 more files in changeset.
Improved test

Related to Issue [MWDAM-1660]

    • -2
    • +9
    ./Deltares.LayerOnSlopeTool.StiFileCreator/DGSMStabDAMInterface.cs
Added XML serialization to DGMStabDam.dll

Related to Issue [MWDAM-1660]

    • -0
    • +57
    ./Deltares.LayerOnSlopeTool.Io/Deltares.LayerOnSlopeTool.Io.csproj
  1. ./Deltares.LayerOnSlopeTool.Io.Tests/Properties
    • -0
    • +59
    ./Deltares.LayerOnSlopeTool.Io.Tests/Deltares.LayerOnSlopeTool.Io.Tests.csproj
    • -0
    • +28
    ./Deltares.LayerOnSlopeTool.Io/Properties/AssemblyInfo.cs
    • -0
    • +28
    ./Deltares.LayerOnSlopeTool.Io.Tests/Properties/AssemblyInfo.cs
  2. ./Deltares.LayerOnSlopeTool.Io/Properties
    • -0
    • +1159
    ./Deltares.LayerOnSlopeTool.Io/DamMStabDoc.cs
    • -0
    • +85
    ./Deltares.LayerOnSlopeTool.Io/DgsMStabDamXmlSerializer.cs
Started with adding the importers, interim commit for SurfaceLine object needed by Tom

Related to Issue [MWDAM-1658]

    • -0
    • +32
    ./Deltares.LayerOnSlopeTool.Data/CsvImporters/CsvImporterSurfaceLines.cs
  1. ./Deltares.LayerOnSlopeTool.Data/CsvImporters
    • -0
    • +4
    ./Deltares.LayerOnSlopeTool.Data/Deltares.LayerOnSlopeTool.Data.csproj
    • -1
    • +40
    ./Deltares.LayerOnSlopeTool.Data/SurfaceLine.cs
    • -0
    • +544
    ./Deltares.LayerOnSlopeTool.Data/CsvImporters/CsvImporterLocations.cs
    • -0
    • +120
    ./Deltares.LayerOnSlopeTool.Data/SurfaceLinePoint.cs
Added unit test for DGSMStavDam.dll

Related to Issue [MWDAM-1660]

    • -0
    • +37
    ./Deltares.LayerOnSlopeTool.StiFileCreator.Tests/DGSMStabDAMInterfaceTests.cs
    • -1
    • +1
    ./Deltares.LayerOnSlopeTool.StiFileCreator/DGSMStabDAMInterface.cs
    • -0
    • +1
    ./Deltares.LayerOnSlopeTool.StiFileCreator.Tests/Deltares.LayerOnSlopeTool.StiFileCreator.Tests.csproj
Added interface for DGSMStavDam.dll

Related to Issue [MWDAM-1660]

    • -0
    • +115
    ./Deltares.LayerOnSlopeTool.StiFileCreator/DGSMStabDAMInterface.cs
    • -0
    • +132
    ./Deltares.LayerOnSlopeTool.StiFileCreator/DGSStandardDLLInterface.cs
    • -0
    • +2
    ./Deltares.LayerOnSlopeTool.StiFileCreator/Deltares.LayerOnSlopeTool.StiFileCreator.csproj
Added unit tests for StiFileCreator

Related to Issue [MWDAM-1660]

    • -0
    • +1122
    ./Deltares.LayerOnSlopeTool.StiFileCreator.Tests/TestFiles/Example.sti
  1. ./Deltares.LayerOnSlopeTool.StiFileCreator.Tests/TestFiles
    • -3
    • +35
    ./Deltares.LayerOnSlopeTool.StiFileCreator/StiFileCreator.cs
    • -1
    • +51
    ./Deltares.LayerOnSlopeTool.StiFileCreator.Tests/StiFileCreatorTests.cs
    • -0
    • +14
    ./Deltares.LayerOnSlopeTool.StiFileCreator.Tests/Deltares.LayerOnSlopeTool.StiFileCreator.Tests.csproj
    • -1
    • +1
    ./Deltares.LayerOnSlopeTool.StiFileCreator/StiFileCreatorInput.cs
Introduced input class for StiFileCreator

Related to Issue [MWDAM-1660]

    • -0
    • +1
    ./Deltares.LayerOnSlopeTool.StiFileCreator/Deltares.LayerOnSlopeTool.StiFileCreator.csproj
    • -3
    • +5
    ./Deltares.LayerOnSlopeTool.StiFileCreator/StiFileCreator.cs
    • -0
    • +42
    ./Deltares.LayerOnSlopeTool.StiFileCreator/StiFileCreatorInput.cs
Added empty test classes

Related to Issue [MWDAM-1657]

    • -0
    • +31
    ./Deltares.LayerOnSlopeTool.LayerCreator.Tests/GeometryCreatorTests.cs
    • -0
    • +31
    ./Deltares.LayerOnSlopeTool.StiFileCreator.Tests/StiFileCreatorTests.cs
    • -0
    • +31
    ./Deltares.LayerOnSlopeTool.LayerCreator.Tests/LayerCreatorTests.cs
    • -0
    • +2
    ./Deltares.LayerOnSlopeTool.LayerCreator.Tests/Deltares.LayerOnSlopeTool.LayerCreator.Tests.csproj
    • -0
    • +5
    ./Deltares.LayerOnSlopeTool.StiFileCreator.Tests/Deltares.LayerOnSlopeTool.StiFileCreator.Tests.csproj
Added extra parameter for StiFileCreator.ProcessFile()

Related to Issue [MWDAM-1657]

    • -1
    • +1
    ./Deltares.LayerOnSlopeTool.StiFileCreator/StiFileCreator.cs
Move data objects in new project

Add mock method for StiFileCreator

Added DGSMstabDam.dll to StiFileCreator project

Related to Issue [MWDAM-1657]

    • -0
    • +57
    ./Deltares.LayerOnSlopeTool.Data/Deltares.LayerOnSlopeTool.Data.csproj
  1. ./Deltares.LayerOnSlopeTool.Data/Properties
    • -0
    • +28
    ./Deltares.LayerOnSlopeTool.Data/SurfaceLine.cs
    • -2
    • +6
    ./Deltares.LayerOnSlopeTool.LayerCreator/Deltares.LayerOnSlopeTool.LayerCreator.csproj
    • -28
    • +0
    ./Deltares.LayerOnSlopeTool.LayerCreator/SurfaceLine.cs
    • -0
    • +13
    ./Deltares.LayerOnSlopeTool.StiFileCreator/Deltares.LayerOnSlopeTool.StiFileCreator.csproj
    • -56
    • +0
    ./Deltares.LayerOnSlopeTool.LayerCreator/Location.cs
    • -0
    • +28
    ./Deltares.LayerOnSlopeTool.Data/Properties/AssemblyInfo.cs
    • -0
    • +56
    ./Deltares.LayerOnSlopeTool.Data/Location.cs
    • -0
    • +1
    ./Deltares.LayerOnSlopeTool.LayerCreator/LayerCreator.cs
    • -0
    • +2
    ./Deltares.LayerOnSlopeTool.LayerCreator/GeometryCreator.cs
    • -0
    • +34
    ./Deltares.LayerOnSlopeTool.StiFileCreator/StiFileCreator.cs
Add mock classes and methods for the tool

Related to Issue [MWDAM-1657]

    • -0
    • +56
    ./Deltares.LayerOnSlopeTool.LayerCreator/Location.cs
    • -0
    • +4
    ./Deltares.LayerOnSlopeTool.LayerCreator/Deltares.LayerOnSlopeTool.LayerCreator.csproj
    • -0
    • +28
    ./Deltares.LayerOnSlopeTool.LayerCreator/SurfaceLine.cs
    • -0
    • +6
    ./Deltares.LayerOnSlopeTool.Application/Deltares.LayerOnSlopeTool.Application.csproj
    • -1
    • +6
    ./Deltares.LayerOnSlopeTool.Application/Program.cs
    • -0
    • +92
    ./Deltares.LayerOnSlopeTool.LayerCreator/LayerCreator.cs
    • -0
    • +44
    ./Deltares.LayerOnSlopeTool.LayerCreator/GeometryCreator.cs
    • -0
    • +4
    ./Deltares.LayerOnSlopeTool.Application/CommandOptions.cs
Implement command line options

Related to Issue [MWDAM-1657]

    • -0
    • +4
    ./Deltares.LayerOnSlopeTool.Application/Deltares.LayerOnSlopeTool.Application.csproj
    • -0
    • +73
    ./Deltares.LayerOnSlopeTool.Application/CommandOptions.cs
    • -5
    • +23
    ./Deltares.LayerOnSlopeTool.Application/Program.cs
Added license headers

Related to Issue [MWDAM-1656]

    • -1
    • +22
    ./Deltares.LayerOnSlopeTool.StiFileCreator/Properties/AssemblyInfo.cs
    • -1
    • +22
    ./Deltares.LayerOnSlopeTool.Application/Properties/AssemblyInfo.cs
    • -1
    • +22
    ./Deltares.LayerOnSlopeTool.Application/Program.cs
    • -1
    • +22
    ./Deltares.LayerOnSlopeTool.Version/Properties/AssemblyInfo.cs
    • -1
    • +22
    ./Deltares.LayerOnSlopeTool.StiFileCreator.Tests/Properties/AssemblyInfo.cs
    • -1
    • +22
    ./Deltares.LayerOnSlopeTool.LayerCreator.Tests/Properties/AssemblyInfo.cs
    • -0
    • +22
    ./Deltares.LayerOnSlopeTool.Application/App.config
    • -1
    • +22
    ./Deltares.LayerOnSlopeTool.LayerCreator/Properties/AssemblyInfo.cs
Added test projects

Related to Issue [MWDAM-1656]

    • -0
    • +35
    ./Deltares.LayerOnSlopeTool.StiFileCreator.Tests/Deltares.LayerOnSlopeTool.StiFileCreator.Tests.csproj
    • -0
    • +7
    ./Deltares.LayerOnSlopeTool.StiFileCreator.Tests/Properties/AssemblyInfo.cs
    • -1
    • +1
    ./Deltares.LayerOnSlopeTool.Application/Deltares.LayerOnSlopeTool.Application.csproj
  1. ./Deltares.LayerOnSlopeTool.LayerCreator.Tests/Properties
  2. ./Deltares.LayerOnSlopeTool.StiFileCreator.Tests
    • -1
    • +1
    ./Deltares.LayerOnSlopeTool.LayerCreator/Deltares.LayerOnSlopeTool.LayerCreator.csproj
    • -0
    • +6
    ./Deltares.LayerOnSlopeTool.LayerCreator.Tests/Properties/AssemblyInfo.cs
  3. ./Deltares.LayerOnSlopeTool.LayerCreator.Tests
  4. ./Deltares.LayerOnSlopeTool.StiFileCreator.Tests/Properties
    • -0
    • +39
    ./Deltares.LayerOnSlopeTool.LayerCreator.Tests/Deltares.LayerOnSlopeTool.LayerCreator.Tests.csproj
    • -1
    • +1
    ./Deltares.LayerOnSlopeTool.StiFileCreator/Deltares.LayerOnSlopeTool.StiFileCreator.csproj
  5. … 3 more files in changeset.