Sat Dec 06 11:26:13 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]
Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
DGSS-160 processed review remarks.

  1. … 12 more files in changeset.
DGSS-160 Improved unit test.

DGSS-160 Extended code overage.

    • -0
    • +60
    ./Results/ResultsProfileHelperTest.cs
  1. … 9 more files in changeset.
DGSS-160 Work in progress

    • -4
    • +4
    ./Results/CalculationResultProviderTest.cs
  1. … 23 more files in changeset.
Add Assessment result provider so Calculation result data gets updated. DGSS-167

    • -0
    • +87
    ./Results/CalculationResultProviderTest.cs
  1. … 10 more files in changeset.
Add command creator DGSS-167

    • -0
    • +94
    ./Results/CommandCreator/UpdateAssessmentResultCommandCreatorTest.cs
  1. … 9 more files in changeset.
Add undo + redo button in Results tab DGSS-167

  1. … 8 more files in changeset.
Show geometry in black-white for results Pan and Select state DGSS-159

    • -0
    • +112
    ./Results/PanResultsStateTest.cs
    • -0
    • +113
    ./Results/SelectResultsStateTest.cs
  1. … 7 more files in changeset.
Show soil of multiple layers in material inspector when layers have the same soil. DGSS-89

  1. … 20 more files in changeset.
Applied review comments DGSS-139

    • -1
    • +1
    ./Calculate/CommandCreator/UpdateCalculationParametersDurationDataCommandCreatorTest.cs
    • -1
    • +1
    ./Calculate/CommandCreator/UpdateCalculationParametersXCoordinateDataCommandCreatorTest.cs
  1. … 4 more files in changeset.
Apply review comments DGSS-135

    • -0
    • +109
    ./Geometry/SelectPointStateTest.cs
  1. … 5 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

  1. … 17 more files in changeset.
Apply review comments DGSS-138

    • -1
    • +1
    ./Calculate/SelectCalculateStateTest.cs
  1. … 3 more files in changeset.
Refactor: move some classes DGSS-139

    • -74
    • +0
    ./Calculate/CalculateProfileTest.cs
    • -72
    • +0
    ./Calculate/CalculateViewModelFactoryTest.cs
    • -0
    • +1
    ./Calculate/SelectCalculateStateTest.cs
  1. … 8 more files in changeset.
Add movable calculation line in select state in Calculate tab DGSS-139

    • -2
    • +5
    ./Calculate/CalculateViewModelFactoryTest.cs
    • -2
    • +10
    ./Calculate/CommandCreator/UpdateCalculationParametersDurationDataCommandCreatorTest.cs
    • -2
    • +10
    ./Calculate/CommandCreator/UpdateCalculationParametersXCoordinateDataCommandCreatorTest.cs
  1. … 21 more files in changeset.
Split Update calculation parameters in to 2 classes 1 for X Coordinate and 1 for Duration DGSS-139

    • -5
    • +14
    ./Calculate/CalculateViewModelFactoryTest.cs
    • -97
    • +0
    ./Calculate/CommandCreator/UpdateCalculationParametersDataCommandCreatorTest.cs
    • -0
    • +96
    ./Calculate/CommandCreator/UpdateCalculationParametersDurationDataCommandCreatorTest.cs
    • -0
    • +97
    ./Calculate/CommandCreator/UpdateCalculationParametersXCoordinateDataCommandCreatorTest.cs
  1. … 17 more files in changeset.
Add pan state in the calculate tab DGSS-139

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

    • -0
    • +56
    ./Water/DefaultWaternetStylerTest.cs
  1. … 4 more files in changeset.
Add fields X coordinate and Duration in the inspector view of the calculate tab. DGSS-138

    • -2
    • +13
    ./Calculate/CalculateViewModelFactoryTest.cs
    • -0
    • +97
    ./Calculate/CommandCreator/UpdateCalculationParametersDataCommandCreatorTest.cs
  1. … 21 more files in changeset.
Create for calculate tab: Select calculate state with default select inspector view DGSS-138

    • -0
    • +74
    ./Calculate/CalculateProfileTest.cs
    • -0
    • +49
    ./Calculate/CalculateViewModelFactoryTest.cs
    • -0
    • +111
    ./Calculate/SelectCalculateStateTest.cs
  1. … 31 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

    • -103
    • +0
    ./Water/AddHeadLineCommandCreatorTest.cs
    • -103
    • +0
    ./Water/AddReferenceLineCommandCreatorTest.cs
    • -103
    • +0
    ./Water/AssignHeadLineToReferenceLineCommandCreatorTest.cs
    • -0
    • +103
    ./Water/CommandCreator/AddHeadLineCommandCreatorTest.cs
    • -0
    • +103
    ./Water/CommandCreator/AddReferenceLineCommandCreatorTest.cs
    • -0
    • +103
    ./Water/CommandCreator/AssignHeadLineToReferenceLineCommandCreatorTest.cs
    • -0
    • +103
    ./Water/CommandCreator/DeleteWaternetLinePointsCommandCreatorTest.cs
    • -0
    • +103
    ./Water/CommandCreator/DeleteWaternetLinesCommandCreatorTest.cs
    • -0
    • +103
    ./Water/CommandCreator/SetPhreaticLineCommandCreatorTest.cs
    • -0
    • +102
    ./Water/CommandCreator/UpdateWaternetLineCommandCreatorTest.cs
    • -0
    • +103
    ./Water/CommandCreator/UpdateWaternetLineGeometryCommandCreatorTest.cs
    • -103
    • +0
    ./Water/DeleteWaternetLinePointsCommandCreatorTest.cs
    • -103
    • +0
    ./Water/DeleteWaternetLinesCommandCreatorTest.cs
    • -4
    • +4
    ./Water/SelectionWaternetStylerTest.cs
    • -103
    • +0
    ./Water/SetPhreaticLineCommandCreatorTest.cs
  1. … 35 more files in changeset.
Review related changes DGSS-71

  1. … 16 more files in changeset.
Refactor waternet create interface for this memento DGSS-94

    • -1
    • +1
    ./Water/AddHeadLineCommandCreatorTest.cs
    • -1
    • +1
    ./Water/AddReferenceLineCommandCreatorTest.cs
    • -1
    • +1
    ./Water/AssignHeadLineToReferenceLineCommandCreatorTest.cs
    • -1
    • +1
    ./Water/DeleteWaternetLinePointsCommandCreatorTest.cs
    • -1
    • +1
    ./Water/DeleteWaternetLinesCommandCreatorTest.cs
    • -1
    • +1
    ./Water/SetPhreaticLineCommandCreatorTest.cs
    • -1
    • +1
    ./Water/UpdateWaternetLineGeometryCommandCreatorTest.cs
  1. … 13 more files in changeset.
Remove separate validator for delete stage DGSS-41

  1. … 12 more files in changeset.
Update waternet styling DGSS-76

    • -0
    • +20
    ./Water/SelectionWaternetStylerTest.cs
  1. … 4 more files in changeset.
Use Add Delete stage command creator for creating Delete stage command and its data DGSS-41

  1. … 7 more files in changeset.
Add layer activations to storage DGSS-85

  1. … 39 more files in changeset.
Use AddStageCommandCreator to add a new stage Reuse project instance when reading project from file DGSS-40

  1. … 30 more files in changeset.
Processed review remarks. DGSS-79.

    • -4
    • +4
    ./Water/SelectionWaternetStylerTest.cs
  1. … 16 more files in changeset.
Introduce Surface line provider that gets the updated surface line when rendering the waternet. DGSS-74

    • -0
    • +92
    ./Water/SurfaceLineProviderTest.cs
  1. … 14 more files in changeset.