RingtoetsDataSynchronizationService.cs

Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Renamed directory src/Integration.Service. WTI-1931

    • -730
    • +0
    ./RingtoetsDataSynchronizationService.cs
  1. … 30 more files in changeset.
Renamed src/Integration.Service: WTI-1931

- Fixed namespace

    • -2
    • +1
    ./RingtoetsDataSynchronizationService.cs
  1. … 28 more files in changeset.
Fixed compilation errors. WTI-977

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

    • -1
    • +1
    ./RingtoetsDataSynchronizationService.cs
  1. … 6095 more files in changeset.
Adapted RingtoetsDataSynchronizationService. WTI-1655

    • -4
    • +1
    ./RingtoetsDataSynchronizationService.cs
Incorporated comments review 2853: - Renamed function to match with the grass cover erosion outwards counterpart

WTI-1574

    • -1
    • +1
    ./RingtoetsDataSynchronizationService.cs
  1. … 3 more files in changeset.
Incorporated comments review 2824, get rid of the 'Erosion' intermediate suffix to prevent confusion: - Cleaned tests - Updated function names in the data synchronization service to make it consistent with grass cover erosion outwards

WTI-1574

    • -1
    • +1
    ./RingtoetsDataSynchronizationService.cs
  1. … 4 more files in changeset.
Incorporated comments review 2824: - Updated XMLDoc for the Integration.Service -- Improved and cleaned up tests

WTI-1574

    • -6
    • +7
    ./RingtoetsDataSynchronizationService.cs
  1. … 3 more files in changeset.
Reverted commit 2fe551e21919f12345f07299fb292669fe43207f, reapplied 2fe551e21919f12345f07299fb292669fe43207f:

Cleanup:

- Removed the .Any()-check in the data synchronization service --> .AddRange() can add empty collections.

WTI-1574

    • -5
    • +1
    ./RingtoetsDataSynchronizationService.cs
Reverted commit 1bd68d22bc0484d9d18afb2a776b8f5943712803, reapplied commit 15d708dd6d9cceee5573169f2bdf96f497a31247:

Adjusted RingtoetsDataSynchronisation service to clear output after changing the norm:

- Every exposed calculation list on the failure mechanism is cleared in addition to the dune locations

- Adjusted tests such that they verify the affected objects also contain the affected calculations from the exposed lists

Note: fixed merge conflicts here, adapted tests files such that they are corresponding with the current test setup.

WTI-1574

    • -1
    • +8
    ./RingtoetsDataSynchronizationService.cs
  1. … 2 more files in changeset.
Applied some final renames. WTI-1698

    • -1
    • +1
    ./RingtoetsDataSynchronizationService.cs
  1. … 3 more files in changeset.
Applied some final renames. WTI-1698

    • -4
    • +4
    ./RingtoetsDataSynchronizationService.cs
  1. … 4 more files in changeset.
Applied some final renames. WTI-1698

    • -1
    • +1
    ./RingtoetsDataSynchronizationService.cs
  1. … 4 more files in changeset.
Review related changes. WTI-1570

    • -3
    • +3
    ./RingtoetsDataSynchronizationService.cs
  1. … 2 more files in changeset.
Incorporated comments review 2711: - Updated XMLDocs - Cleaned up function call: hydraulic boundary location (HBL) database is not necessary to clear HBL calculation output anymore as the calculations are defined in a different object - Updated testfile

WTI-1570

    • -13
    • +6
    ./RingtoetsDataSynchronizationService.cs
  1. … 4 more files in changeset.
Review related changes. WTI-1574

    • -12
    • +4
    ./RingtoetsDataSynchronizationService.cs
  1. … 7 more files in changeset.
Reverse commit 15d708dd6d9cceee5573169f2bdf96f497a31247:

Adjusted RingtoetsDataSynchronisation service to clear output after changing the norm:

- Every exposed calculation list on the failure mechanism is cleared in addition to the dune locations

- Adjusted tests such that they verify the affected objects also contain the affected calculations from the exposed lists

WTI-1574

    • -2
    • +1
    ./RingtoetsDataSynchronizationService.cs
  1. … 2 more files in changeset.
Reverse commit 2fe551e21919f12345f07299fb292669fe43207f: Cleanup: - Removed the .Any()-check in the data synchronization service --> .AddRange() can add empty collections.

WTI-1574

    • -1
    • +5
    ./RingtoetsDataSynchronizationService.cs
Adjusted the RingtoetsDataSynchronization service to clear the HBL outputs on GrassCoverErosionFailureMechanism HBL calculations - Cleaned up TestDataGenerator

WTI-1570

    • -1
    • +1
    ./RingtoetsDataSynchronizationService.cs
  1. … 2 more files in changeset.
Cleanup: - Removed the .Any()-check in the data synchronization service --> .AddRange() can add empty collections.

WTI-1574

    • -10
    • +2
    ./RingtoetsDataSynchronizationService.cs
Adjusted RingtoetsDataSynchronisation service to clear output after changing the norm: - Every exposed calculation list on the failure mechanism is cleared in addition to the dune locations - Adjusted tests such that they verify the affected objects also contain the affected calculations from the exposed lists

WTI-1574

    • -1
    • +2
    ./RingtoetsDataSynchronizationService.cs
  1. … 2 more files in changeset.
Adapted RingtoetsDataSynchronizationService, WTI-1612

    • -4
    • +9
    ./RingtoetsDataSynchronizationService.cs
Add notifications of cleared section results for the standalone failure mechanisms WTI-1617

    • -4
    • +6
    ./RingtoetsDataSynchronizationService.cs
  1. … 1 more file in changeset.
Introduce IObservableEnumerable interface to use when exposing ObservableList objects as read-only, reverting some previous refactorings. WTI-1617

    • -60
    • +3
    ./RingtoetsDataSynchronizationService.cs
  1. … 36 more files in changeset.
Fix RingtoetsPlugin and DataSynchronizationService + tests to work with the new IHasSectionResults interface WTI-1617

    • -5
    • +88
    ./RingtoetsDataSynchronizationService.cs
  1. … 13 more files in changeset.
Performed some cleanup. WTI-1529

    • -2
    • +8
    ./RingtoetsDataSynchronizationService.cs
Removed unnecessary notifying complete list of dune locations. WTI-1529

    • -5
    • +1
    ./RingtoetsDataSynchronizationService.cs
  1. … 3 more files in changeset.
Fixed unnecessary notifying complete list of locations. WTI-1509

    • -9
    • +1
    ./RingtoetsDataSynchronizationService.cs
  1. … 4 more files in changeset.
Renamed last .Utils projects to .Util Related to Issue [WTI-1505]

git-svn-id: https://repos.deltares.nl/repos/WettelijkToetsInstrumentarium/trunk@13238 5a3db67b-de53-47b5-99c8-a1c30a6650e2

Former-commit-id: 6938a71bfcc42588dba4d72631895681aa9c6499

Former-commit-id: 49a5b0038921c985b07a8b30ef2c5d33e333fa76

    • -1
    • +1
    ./RingtoetsDataSynchronizationService.cs
  1. … 157 more files in changeset.
Implement review comments from review 2006: Extend TestDataGenerator to create data for macrostability inwards Also clear data in ClearFailureMechanismCalculationOutputs and ClearAllCalculationOutputAndHydraulicBoundaryLocations Related to Issue [WTI-1289]

git-svn-id: https://repos.deltares.nl/repos/WettelijkToetsInstrumentarium/trunk@11041 5a3db67b-de53-47b5-99c8-a1c30a6650e2

Former-commit-id: 4f4b293216d37cc791335a43a1ba2fbf633a78bd

Former-commit-id: c58c271be1fd134bd7eb817952ba2a3f0bea7982

    • -0
    • +10
    ./RingtoetsDataSynchronizationService.cs
  1. … 8 more files in changeset.