Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Implement review comments WTI-1752

    • -4
    • +10
    ./FailureMechanismSectionReplaceStrategy.cs
    • -5
    • +11
    ./FailureMechanismSectionUpdateStrategy.cs
    • -9
    • +10
    ./FailureMechanismSectionsImporter.cs
    • -0
    • +2
    ./IFailureMechanismSectionResultUpdateStrategy.cs
    • -0
    • +8
    ./IFailureMechanismSectionUpdateStrategy.cs
  1. … 5 more files in changeset.
Use message provider in the failure mechanism sections importer WTI-1752

    • -20
    • +24
    ./FailureMechanismSectionsImporter.cs
  1. … 7 more files in changeset.
Implement FailureMechanismSectionUpdateStrategy to for "bijwerken" of sections. This strategy will try to match old sections with current ones and transfer the *SectionResult data using an IFailureMechanismSectionResultUpdateStrategy. Note: currently this implementation will cause weird behavior when importing multiple sections with a length of 0 (so the sections are the same), after updating all 0 length sections will have the result data of the first 0 length section. WTI-1752

    • -0
    • +95
    ./FailureMechanismSectionUpdateStrategy.cs
    • -0
    • +42
    ./IFailureMechanismSectionResultUpdateStrategy.cs
  1. … 3 more files in changeset.
Update xmldoc WTI-1752

    • -0
    • +2
    ./FailureMechanismSectionReplaceStrategy.cs
    • -3
    • +0
    ./IFailureMechanismSectionUpdateStrategy.cs
Introduce update strategies for the failure mechanism section importer WTI-1752

    • -0
    • +68
    ./FailureMechanismSectionReplaceStrategy.cs
    • -2
    • +14
    ./FailureMechanismSectionsImporter.cs
    • -0
    • +45
    ./IFailureMechanismSectionUpdateStrategy.cs
  1. … 7 more files in changeset.
Removed preprocessor logic from HydraulicLocationConfigurationDatabaseReader. WTI-1766

    • -1
    • +0
    ./HydraulicBoundaryDatabaseImporter.cs
  1. … 10 more files in changeset.
Removed preprocessor logic from ReadHydraulicBoundaryDatabase. WTI-1766

    • -1
    • +1
    ./HydraulicBoundaryDatabaseImporter.cs
  1. … 1 more file in changeset.
Removed preprocessor logic from HydraulicBoundaryDatabaseImporter. WTI-1766

    • -11
    • +0
    ./HydraulicBoundaryDatabaseImporter.cs
  1. … 1 more file in changeset.
Add source path to the SetSections method WTI-1751

  1. … 6 more files in changeset.
Fixed compiling error of the sections importer

Incorporated comments review 2966: - Cleaned up file

WTI-1699

    • -15
    • +9
    ./FailureMechanismSectionsImporter.cs
Changed log message: - Changed expected log message to a format that is consistent with the other log messages of the importer

WTI-1699

  1. … 3 more files in changeset.
Changed algorithm: - Added logic to deal with the situation where: -- The sum of lengths of the sections is as long as the reference line length, and -- One of the sections inbetween is shifted, resulting in a premature end of the chaining, and -- therefore the endpoints of the referenceline and the final section do not match - Fixed failing tests due to mapping a distance as a key instead of as a value

WTI-1699

    • -13
    • +26
    ./FailureMechanismSectionsImporter.cs
  1. … 8 more files in changeset.
Changed algorithm: - Determine the shortest distance from the point to be chained to the next section - Add a clipping functionality to clip sections in an ordered way

WTI-1699

    • -35
    • +39
    ./FailureMechanismSectionsImporter.cs
  1. … 16 more files in changeset.
Moved importer logic to right place. WTI-1612

    • -33
    • +21
    ./HydraulicBoundaryDatabaseImporter.cs
  1. … 1 more file in changeset.
Merged from release 17.2: Incorporated comments review 2529: - Changed ConvertPointsToPolygonSegments --> ConvertPointsToLineSegments

WTI-1592

  1. … 1 more file in changeset.
Incorporated comments review 2529: - Changed ConvertPointsToPolygonSegments --> ConvertPointsToLineSegments

WTI-1592

  1. … 1 more file in changeset.
Merged from release 17.3: Incorporated comments review 2529: - Changed ConvertPointsToPolygonSegments --> ConvertPointsToLineSegments

WTI-1592

Merged from release 17.2: Incorporated comments review 2518: - Improved tests - Renamed functions and updated XMLDocs Related to Issue [WTI-1592]

  1. … 18 more files in changeset.
Merged from release 17.3: Incorporated comments review 2523: - Improved tests - Updated XMLDocs

Related to Issue [WTI-1592]

  1. … 17 more files in changeset.
Incorporated comments review 2518: - Improved tests - Renamed functions and updated XMLDocs Related to Issue [WTI-1592]

  1. … 18 more files in changeset.
Add notification of SectionResults when importing to the FailureMechanismSectionsImporter WTI-1617

  1. … 2 more files in changeset.
Turned protected backing fields into protected properties. WTI-1559

  1. … 4 more files in changeset.
Review related changes, cleanup and fixed some resource strings. Paired with roberttangerman WTI-1532

  1. … 5 more files in changeset.
Fixed errors caused by reverting "Made section length RoundedDouble" WTI-1532

  1. … 1 more file in changeset.
Fix merge errors. WTI-1532

  1. … 1 more file in changeset.
Implement property class for the referenceline WTI-450

  1. … 13 more files in changeset.
Replaced methods for properties for getting the start and end point of a section. WTI-1532

  1. … 10 more files in changeset.
Removed obsolete AssessmentSection.NotifyObserver() calls from the HBL importer: - Importer should only notify the observers that are directly related to the HBL - Adjusted tests to verify behaviour, extended test to include additional HBL notifications Related to Issue [WTI-1512]

git-svn-id: https://repos.deltares.nl/repos/WettelijkToetsInstrumentarium/branches/1507-2@13459 5a3db67b-de53-47b5-99c8-a1c30a6650e2

Former-commit-id: 225db20165207a4763ecd03768978963a38047dd

Former-commit-id: df630930e32f38bfd4b0d2bc39cf40dd24ac9347

    • -2
    • +0
    ./HydraulicBoundaryDatabaseImporter.cs
  1. … 2 more files in changeset.
Added extra notifications in the HydraulicBoundaryDatabaseImporter Related to Issue [WTI-1509]

git-svn-id: https://repos.deltares.nl/repos/WettelijkToetsInstrumentarium/branches/1507-2@13372 5a3db67b-de53-47b5-99c8-a1c30a6650e2

Former-commit-id: e87a5dd8aa2244395b41eb9191133ab10b9bd86a

Former-commit-id: 6037c7b5be901955fb1df00797b949764ab88aad

    • -0
    • +3
    ./HydraulicBoundaryDatabaseImporter.cs
  1. … 1 more file in changeset.