Ringtoets.Integration.Service

Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Cleaned up Activity:

- Added missing NULL checks

- Cleaned up tests for clarity

WTI-1761

    • -1
    • +32
    ./Merge/AssessmentSectionProviderActivity.cs
  1. … 1 more file in changeset.
Cleaned up AssessmentSectionProvider:

- Cleaned up Service, call should always return a collection of AssessmentSections or something went wrong during the read.

- Cleaned up tests for clarity

- Added XMLDoc to the interface.

WTI-1761

    • -1
    • +6
    ./Merge/AssessmentSectionProviderService.cs
  1. … 1 more file in changeset.
Added tests to assert the run and cancelled logic of this activity. WTI-1761

    • -4
    • +13
    ./Merge/AssessmentSectionProviderActivity.cs
  1. … 1 more file in changeset.
Introduced owner as constructor argument of the activity to hold the assessment sections after reading. WTI-1761

    • -1
    • +4
    ./Merge/AssessmentSectionProviderActivity.cs
  1. … 1 more file in changeset.
Introduce factory for creating hbl calculations for all category boundaries WTI-1733

    • -0
    • +122
    ./AssessmentSectionHydraulicBoundaryLocationCalculationActivityFactory.cs
    • -0
    • +1
    ./Ringtoets.Integration.Service.csproj
  1. … 2 more files in changeset.
Added initial setup for the provider activity. WTI-1761

    • -0
    • +29
    ./Merge/AssessmentSectionProviderActivity.cs
    • -0
    • +1
    ./Ringtoets.Integration.Service.csproj
  1. … 2 more files in changeset.
Wrapped StorageException when it occurs in the provider service. WTI-1761

    • -3
    • +7
    ./Merge/AssessmentSectionProviderService.cs
  1. … 1 more file in changeset.
Added custom exception to wrap around the StorageException when it occurs in the provider service. WTI-1761

    • -0
    • +47
    ./Exceptions/AssessmentSectionProviderException.cs
    • -0
    • +1
    ./Ringtoets.Integration.Service.csproj
  1. … 2 more files in changeset.
Initial setup of a RingtoetsProjectServiceProvider. WTI-1761

    • -0
    • +47
    ./Merge/AssessmentSectionProviderService.cs
    • -0
    • +6
    ./Ringtoets.Integration.Service.csproj
  1. … 2 more files in changeset.
Moved interface for the AssessmentSectionProvider to service. WTI-1761

    • -0
    • +39
    ./Merge/IAssessmentSectionProvider.cs
    • -0
    • +1
    ./Ringtoets.Integration.Service.csproj
  1. … 4 more files in changeset.
Cleanup - fixed typo in XMLDoc. WTI-1744

    • -1
    • +1
    ./Comparers/IAssessmentSectionMergeComparer.cs
Cleaned up interface.

- Comparer should work on AssessmentSection instead of the IAssessmentSection or NULL checks must be implemented for all properties it checks

- Cleaned up parameter names for clarity.

WTI-1744

    • -11
    • +12
    ./Comparers/AssessmentSectionMergeComparer.cs
    • -7
    • +7
    ./Comparers/IAssessmentSectionMergeComparer.cs
    • -0
    • +4
    ./Ringtoets.Integration.Service.csproj
Added first implementation of the comparer.

WTI-1744

    • -0
    • +87
    ./Comparers/AssessmentSectionMergeComparer.cs
    • -0
    • +1
    ./Ringtoets.Integration.Service.csproj
  1. … 2 more files in changeset.
Introduced interface for the AssessmentSectionMergeComparer.

WTI-1744

    • -0
    • +23
    ./Comparers/IAssessmentSectionMergeComparer.cs
    • -0
    • +1
    ./Ringtoets.Integration.Service.csproj
Adapted RingtoetsDataSynchronizationService. WTI-1655

    • -4
    • +1
    ./RingtoetsDataSynchronizationService.cs
Move resources and message providers to Common WTI-1584

    • -79
    • +0
    ./MessageProviders/DesignWaterLevelCalculationMessageProvider.cs
    • -79
    • +0
    ./MessageProviders/WaveHeightCalculationMessageProvider.cs
    • -2
    • +0
    ./Ringtoets.Integration.Service.csproj
  1. … 20 more files in changeset.
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.