Sat Dec 06 14:09:14 CET 2025: Unable to clone remote repository: https://DGeoSuite@dev.azure.com/DGeoSuite/D-GEO%20Suite%20Settlement/_git/D-GEO%20Suite%20Settlement - [Cloning into bare repository 'clone'..., fatal: repository 'https://dev.azure.com/DGeoSuite/D-GEO%20Suite%20Settlement/_git/D-GEO%20Suite%20Settlement/' not found]

Application.Main.Tests

Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Improve calculate tests DGSS-141

    • -0
    • +54
    ./ViewModel/CalculateTabViewModelTest.cs
  1. … 4 more files in changeset.
Applied review comments DGSS-139

  1. … 4 more files in changeset.
Apply review comments DGSS-135

    • -0
    • +235
    ./Persistence/ProjectFileHelperTest.cs
    • -0
    • +109
    ./State/Geometry/SelectPointStateTest.cs
    • binary
    ./test-data/projectWithoutInfo.setx
  1. … 2 more files in changeset.
Add storage for the calculation result DGSS-157

    • -0
    • +110
    ./Persistence/Read/PersistableCalculationResultReaderTest.cs
    • -1
    • +1
    ./Persistence/Write/PersistableAssessmentFactoryTest.cs
    • -0
    • +87
    ./Persistence/Write/PersistableCalculationResultFactoryTest.cs
  1. … 31 more files in changeset.
Rename "Remarks" in to "Notes" DGSS-90

    • -5
    • +5
    ./Persistence/ProjectInfoAdapterTest.cs
    • -2
    • +2
    ./Persistence/Read/PersistableProjectInfoReaderTest.cs
    • -2
    • +2
    ./Persistence/Write/PersistableProjectInfoFactoryTest.cs
  1. … 11 more files in changeset.
Copy from D-Stability: Fault resistance for persistence When saving a file create a temporary file that overwrites the target file when the persistence routine completes. DGSS-135

    • -0
    • +54
    ./Helpers/DateTimeHelperTest.cs
    • -33
    • +152
    ./Persistence/PersistenceCommandHandlerTest.cs
    • -5
    • +5
    ./Persistence/Read/ProjectReaderTest.cs
  1. … 12 more files in changeset.
Rename Assessment EndDate into Date DGSS-152

    • -3
    • +3
    ./Persistence/Read/PersistableAssessmentReaderTest.cs
    • -3
    • +3
    ./Persistence/Read/ProjectReaderTest.cs
    • -2
    • +2
    ./Persistence/Write/PersistableAssessmentFactoryTest.cs
    • -2
    • +2
    ./Persistence/Write/PersistableDataModelFactoryTest.cs
  1. … 20 more files in changeset.
Apply review comments DGSS-138

  1. … 3 more files in changeset.
Show only the last stage in Calculation tab DGSS-139

  1. … 3 more files in changeset.
Refactor: move some classes DGSS-139

    • -0
    • +1
    ./Application.Main.Tests.csproj.DotSettings
    • -74
    • +0
    ./State/Calculate/CalculateProfileTest.cs
    • -0
    • +1
    ./State/Calculate/PanCalculateStateTest.cs
  1. … 4 more files in changeset.
Add movable calculation line in select state in Calculate tab DGSS-139

  1. … 21 more files in changeset.
Split Update calculation parameters in to 2 classes 1 for X Coordinate and 1 for Duration DGSS-139

    • -0
    • +96
    ./State/Calculate/CommandCreator/UpdateCalculationParametersDurationDataCommandCreatorTest.cs
    • -0
    • +97
    ./State/Calculate/CommandCreator/UpdateCalculationParametersXCoordinateDataCommandCreatorTest.cs
  1. … 14 more files in changeset.
Add shortcut for calculate DGSS-141

  1. … 1 more file in changeset.
Add pan state in the calculate tab DGSS-139

    • -0
    • +111
    ./State/Calculate/PanCalculateStateTest.cs
  1. … 4 more files in changeset.
Render Geometry and water in the Select state of the calculate tab DGSS-139

    • -0
    • +56
    ./State/Water/DefaultWaternetStylerTest.cs
  1. … 3 more files in changeset.
Make calculation parameters persistable DGSS-138

    • -1
    • +13
    ./Persistence/Read/PersistableAssessmentReaderTest.cs
    • -1
    • +13
    ./Persistence/Read/ProjectReaderTest.cs
    • -1
    • +8
    ./Persistence/Write/PersistableAssessmentFactoryTest.cs
    • -0
    • +4
    ./Persistence/Write/PersistableDataModelFactoryTest.cs
  1. … 10 more files in changeset.
Add fields X coordinate and Duration in the inspector view of the calculate tab. DGSS-138

    • -0
    • +1
    ./Application.Main.Tests.csproj.DotSettings
    • -0
    • +97
    ./State/Calculate/CommandCreator/UpdateCalculationParametersDataCommandCreatorTest.cs
  1. … 17 more files in changeset.
Add dummy functionality to Calculate button DGSS-141

    • -0
    • +56
    ./ViewModel/CalculateTabViewModelTest.cs
  1. … 19 more files in changeset.
Clean up DGSS-138

Create for calculate tab: Select calculate state with default select inspector view DGSS-138

    • -0
    • +2
    ./Application.Main.Tests.csproj.DotSettings
    • -0
    • +137
    ./Selection/Listeners/Calculate/CalculateSelectionListenerTest.cs
    • -0
    • +74
    ./State/Calculate/CalculateProfileTest.cs
    • -0
    • +49
    ./State/Calculate/CalculateViewModelFactoryTest.cs
    • -0
    • +111
    ./State/Calculate/SelectCalculateStateTest.cs
  1. … 22 more files in changeset.
Improve behavior of layer activation button DGSS-71

    • -0
    • +167
    ./Geometry/UpdateActivateLayerButtonStateTest.cs
  1. … 2 more files in changeset.
DGSS-42. Processed review remarks.

  1. … 1 more file in changeset.
DGSS-42 Moved UpdateStageCommandCreatorTest to correct folder.

    • -0
    • +115
    ./Stages/UpdateStageCommandCreatorTest.cs
    • -115
    • +0
    ./UpdateStageCommandCreatorTest.cs
DGSS-42. Made renaming stage undo- redo-able. Added unit tests.

    • -0
    • +115
    ./UpdateStageCommandCreatorTest.cs
  1. … 4 more files in changeset.
Fix test DGSS-59

Add new rounding method for properties that need to support tiny double values. Method will round to 4 significant digits below the value 1.0 DGSS-77

    • -2
    • +15
    ./Selection/ViewModel/Soil/SoilViewModelTest.cs
  1. … 9 more files in changeset.
Applied review comments: - made UpdateWaternetLinceCommandCreator public and put it in its own file. Also refactor it so it has the same structure as other command creators in the solution - put command creators of waternet in their own sub folder - add document exception for SurfaceLineProvider class DGSS-74

    • -0
    • +1
    ./Application.Main.Tests.csproj.DotSettings
    • -103
    • +0
    ./State/Water/AddHeadLineCommandCreatorTest.cs
    • -103
    • +0
    ./State/Water/AddReferenceLineCommandCreatorTest.cs
    • -103
    • +0
    ./State/Water/AssignHeadLineToReferenceLineCommandCreatorTest.cs
    • -0
    • +103
    ./State/Water/CommandCreator/AddHeadLineCommandCreatorTest.cs
    • -0
    • +103
    ./State/Water/CommandCreator/AssignHeadLineToReferenceLineCommandCreatorTest.cs
    • -0
    • +103
    ./State/Water/CommandCreator/DeleteWaternetLinePointsCommandCreatorTest.cs
    • -0
    • +103
    ./State/Water/CommandCreator/DeleteWaternetLinesCommandCreatorTest.cs
  1. … 35 more files in changeset.
DGSS-46. Removed DurationUnit from datamodel.

    • -1
    • +0
    ./Persistence/Read/PersistableStageReaderTest.cs
  1. … 10 more files in changeset.
Review related changes DGSS-85

    • -2
    • +6
    ./Persistence/Read/PersistableLayerActivationCollectionReaderTest.cs
    • -2
    • +4
    ./Persistence/Read/ProjectReaderTest.cs
    • -1
    • +1
    ./Persistence/Write/PersistableDataModelFactoryTest.cs
    • -5
    • +4
    ./Persistence/Write/PersistableLayerActivationCollectionFactoryTest.cs
  1. … 5 more files in changeset.
Review related changes DGSS-71

    • -5
    • +6
    ./State/Water/WaternetAnnotationsTest.cs
  1. … 16 more files in changeset.