Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Renamed Ringtoets folder. WTI-1931

    • -186
    • +0
    ./FailureMechanismSectionReplaceStrategyTest.cs
    • -267
    • +0
    ./FailureMechanismSectionUpdateStrategyTest.cs
    • -821
    • +0
    ./FailureMechanismSectionsImporterTest.cs
    • -678
    • +0
    ./ForeshoreProfilesImporterTest.cs
    • -113
    • +0
    ./MessageProviders/ImportMessageProviderTest.cs
    • -113
    • +0
    ./MessageProviders/UpdateMessageProviderTest.cs
  1. … 15706 more files in changeset.
Removed unused data object. WTI-1486

    • -48
    • +0
    ./ReadHydraulicBoundaryDatabaseTest.cs
  1. … 3 more files in changeset.
Removed old importer. WTI-1486

    • -250
    • +0
    ./HydraulicBoundaryDatabaseImporterTest.cs
  1. … 3 more files in changeset.
Rename replace to update. WTI-977

    • -3
    • +3
    ./FailureMechanismSectionsImporterTest.cs
  1. … 7 more files in changeset.
Renamed replacement handler to update handler. WTI-977

    • -1
    • +1
    ./FailureMechanismSectionsImporterTest.cs
  1. … 15 more files in changeset.
Fixed tests. WTI-977

    • -7
    • +5
    ./FailureMechanismSectionsImporterTest.cs
Fixed compilation errors. WTI-977

    • -1
    • +1
    ./FailureMechanismSectionsImporterTest.cs
  1. … 4 more files in changeset.
Fixed tests. WTI-977

    • -0
    • +1
    ./FailureMechanismSectionsImporterTest.cs
Fixed compilation errors. WTI-977

    • -11
    • +10
    ./ForeshoreProfilesImporterTest.cs
  1. … 4 more files in changeset.
Changed copyright year. Paired with lubbers. WTI-1828

    • -1
    • +1
    ./FailureMechanismSectionReplaceStrategyTest.cs
    • -1
    • +1
    ./FailureMechanismSectionUpdateStrategyTest.cs
    • -1
    • +1
    ./FailureMechanismSectionsImporterTest.cs
    • -1
    • +1
    ./HydraulicBoundaryDatabaseImporterTest.cs
    • -1
    • +1
    ./MessageProviders/ImportMessageProviderTest.cs
    • -1
    • +1
    ./MessageProviders/UpdateMessageProviderTest.cs
    • -1
    • +1
    ./ReadHydraulicBoundaryDatabaseTest.cs
  1. … 6085 more files in changeset.
Ran Deltares Cleanup:

- Performed for Ringtoets.Common.IO and its test project and testutil

WTI-1767

  1. … 69 more files in changeset.
Rename AssessmentSectionHelper -> AssessmentSectionTestHelper WTI-1839

    • -2
    • +2
    ./HydraulicBoundaryDatabaseImporterTest.cs
  1. … 140 more files in changeset.
Renamed "randvoorwaarden" into "belastingen". WTI-1714

    • -1
    • +1
    ./HydraulicBoundaryDatabaseImporterTest.cs
  1. … 14 more files in changeset.
Incorporated comments review 3141:

- Cleaned up tests

- Updated src code in terms of exception handling and XMLDocs

Paired with ~carloslubbers

WTI-1752

    • -44
    • +13
    ./FailureMechanismSectionUpdateStrategyTest.cs
    • -2
    • +2
    ./FailureMechanismSectionsImporterTest.cs
  1. … 4 more files in changeset.
Implement review comments WTI-1752

    • -0
    • +66
    ./FailureMechanismSectionReplaceStrategyTest.cs
    • -38
    • +105
    ./FailureMechanismSectionUpdateStrategyTest.cs
    • -102
    • +38
    ./FailureMechanismSectionsImporterTest.cs
  1. … 7 more files in changeset.
Review related changes WTI-1751

    • -1
    • +3
    ./FailureMechanismSectionsImporterTest.cs
  1. … 12 more files in changeset.
Use message provider in the failure mechanism sections importer WTI-1752

    • -46
    • +166
    ./FailureMechanismSectionsImporterTest.cs
  1. … 8 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
    • +231
    ./FailureMechanismSectionUpdateStrategyTest.cs
  1. … 4 more files in changeset.
Cleanup WTI-1752

    • -4
    • +1
    ./FailureMechanismSectionsImporterTest.cs
Add test to replace strategy test WTI-1752

    • -0
    • +22
    ./FailureMechanismSectionReplaceStrategyTest.cs
Introduce update strategies for the failure mechanism section importer WTI-1752

    • -0
    • +98
    ./FailureMechanismSectionReplaceStrategyTest.cs
    • -41
    • +81
    ./FailureMechanismSectionsImporterTest.cs
  1. … 8 more files in changeset.
Removed preprocessor logic from ReadHydraulicBoundaryDatabase. WTI-1766

    • -5
    • +1
    ./ReadHydraulicBoundaryDatabaseTest.cs
  1. … 2 more files in changeset.
Adapted HydraulicBoundaryDatabaseImporter related test-data. WTI-1766

    • -3
    • +2
    ./HydraulicBoundaryDatabaseImporterTest.cs
  1. … 5 more files in changeset.
Removed preprocessor logic from HydraulicBoundaryDatabaseImporter. WTI-1766

    • -34
    • +1
    ./HydraulicBoundaryDatabaseImporterTest.cs
  1. … 1 more file in changeset.
Use new test helper in tests WTI-1751

    • -1
    • +1
    ./FailureMechanismSectionsImporterTest.cs
  1. … 7 more files in changeset.
Rename AddSections to SetSections WTI-1751

    • -1
    • +2
    ./FailureMechanismSectionsImporterTest.cs
  1. … 139 more files in changeset.
Fix compilation errors in tests WTI-1751

    • -2
    • +5
    ./FailureMechanismSectionsImporterTest.cs
  1. … 27 more files in changeset.
Committed rename changes Note: compiling erros in the tests and testutils are still present

    • -1
    • +1
    ./FailureMechanismSectionsImporterTest.cs
  1. … 138 more files in changeset.
Changed log message: - Changed expected log message to a format that is consistent with the other log messages of the importer

WTI-1699

    • -1
    • +2
    ./FailureMechanismSectionsImporterTest.cs
  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

    • -0
    • +27
    ./FailureMechanismSectionsImporterTest.cs
  1. … 8 more files in changeset.