Ringtoets.Integration.Service

Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
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
Adapted DesignWaterLevelCalculationMessageProvider and WaveHeightCalculationMessageProvider. WTI-1563

    • -4
    • +13
    ./MessageProviders/DesignWaterLevelCalculationMessageProvider.cs
    • -4
    • +13
    ./MessageProviders/WaveHeightCalculationMessageProvider.cs
  1. … 4 more files in changeset.
Extended message providers for design water level and wave height calculations. WTI-1563

    • -0
    • +18
    ./MessageProviders/DesignWaterLevelCalculationMessageProvider.cs
    • -0
    • +18
    ./MessageProviders/WaveHeightCalculationMessageProvider.cs
  1. … 2 more files in changeset.
Moved services from .Services to .Data for all StandAlone failure mechanisms: - Renamed folder, adjusted namespace - Cleaned up unused references

WTI-1620

    • -61
    • +0
    ./AssemblyServices/GrassCoverSlipOffInwardsAssemblyService.cs
    • -61
    • +0
    ./AssemblyServices/GrassCoverSlipOffOutwardsAssemblyService.cs
    • -61
    • +0
    ./AssemblyServices/MacroStabilityOutwardsAssemblyService.cs
    • -60
    • +0
    ./AssemblyServices/MicrostabilityAssemblyService.cs
    • -60
    • +0
    ./AssemblyServices/PipingStructureAssemblyService.cs
    • -60
    • +0
    ./AssemblyServices/StrengthStabilityLengthwiseConstructionAssemblyService.cs
    • -60
    • +0
    ./AssemblyServices/TechnicalInnovationAssemblyService.cs
    • -60
    • +0
    ./AssemblyServices/WaterPressureAsphaltCoverAssemblyService.cs
    • -18
    • +0
    ./Ringtoets.Integration.Service.csproj
  1. … 27 more files in changeset.
- Added Integration.Data for the Integration.Service project

WTI-1620

    • -0
    • +5
    ./Ringtoets.Integration.Service.csproj
- Updated XMLDoc for Assembly services: -- Except for structures - Renamed test file for Dunes

WTI-1620

    • -1
    • +1
    ./AssemblyServices/MicrostabilityAssemblyService.cs
  1. … 10 more files in changeset.
Set up a service for assembling WaterPressureAsphaltCover failure mechanism section results

WTI-1620

    • -0
    • +60
    ./AssemblyServices/WaterPressureAsphaltCoverAssemblyService.cs
    • -0
    • +1
    ./Ringtoets.Integration.Service.csproj
  1. … 2 more files in changeset.
Set up a service for assembling Technical Innovation failure mechanism section results

WTI-1620

    • -0
    • +60
    ./AssemblyServices/TechnicalInnovationAssemblyService.cs
    • -0
    • +1
    ./Ringtoets.Integration.Service.csproj
  1. … 2 more files in changeset.
Set up a service for assembling StrengthStabilityLengthWiseConstruction failure mechanism section results - Updated XMLDoc

WTI-1620

    • -1
    • +1
    ./AssemblyServices/PipingStructureAssemblyService.cs
    • -0
    • +60
    ./AssemblyServices/StrengthStabilityLengthwiseConstructionAssemblyService.cs
    • -0
    • +1
    ./Ringtoets.Integration.Service.csproj
  1. … 2 more files in changeset.
Refactor cleanup WTI-1617

    • -4
    • +0
    ./Ringtoets.Integration.Service.csproj
  1. … 39 more files in changeset.
Set up a service for assembling PipingStructure failure mechanism section results

WTI-1620

    • -0
    • +60
    ./AssemblyServices/PipingStructureAssemblyService.cs
    • -0
    • +1
    ./Ringtoets.Integration.Service.csproj
  1. … 2 more files in changeset.
Set up a service for assembling Macro Stability Outwards failure mechanism section results

WTI-1620

    • -0
    • +60
    ./AssemblyServices/MicrostabilityAssemblyService.cs
    • -0
    • +1
    ./Ringtoets.Integration.Service.csproj
  1. … 2 more files in changeset.
Set up a service for assembling Macro Stability Outwards failure mechanism section results

WTI-1620

    • -0
    • +61
    ./AssemblyServices/MacroStabilityOutwardsAssemblyService.cs
    • -0
    • +1
    ./Ringtoets.Integration.Service.csproj
  1. … 2 more files in changeset.
Set up a service for assembling Grass Cover Slip Off Outwards failure mechanism section results

WTI-1620

    • -0
    • +61
    ./AssemblyServices/GrassCoverSlipOffOutwardsAssemblyService.cs
    • -0
    • +1
    ./Ringtoets.Integration.Service.csproj
  1. … 2 more files in changeset.
Set up a service for assembling Grass Cover Slip Off Inwards failure mechanism section results

WTI-1620

    • -0
    • +61
    ./AssemblyServices/GrassCoverSlipOffInwardsAssemblyService.cs
    • -0
    • +6
    ./Ringtoets.Integration.Service.csproj
  1. … 2 more files in changeset.
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

    • -0
    • +4
    ./Ringtoets.Integration.Service.csproj
    • -5
    • +88
    ./RingtoetsDataSynchronizationService.cs
  1. … 12 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

    • -2
    • +2
    ./Ringtoets.Integration.Service.csproj
    • -1
    • +1
    ./RingtoetsDataSynchronizationService.cs
  1. … 156 more files in changeset.
Removed redundant comments in csproj. Related to Issue [WTI-1487]

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

Former-commit-id: 8e1604654a0f8edc5f4b6cf753d588aa3ca5b3d5

Former-commit-id: 54c5d141b442e16ae8bc28e34dd56217b3a98929

    • -7
    • +0
    ./Ringtoets.Integration.Service.csproj
  1. … 312 more files in changeset.
Updated ToolsVersion from 14 to 15. Related to Issue [WTI-1487]

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

Former-commit-id: afce36afa801fee7f7fe1b4fc37394806575aee1

Former-commit-id: 0c9e84ba04e19526048ad29ee054468f7cd7eb5e

    • -1
    • +1
    ./Ringtoets.Integration.Service.csproj
  1. … 316 more files in changeset.
Removed guids from all assemblies Related to Issue [WTI-1487]

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

Former-commit-id: c14f3422f5050185d2629b9060b08b361bb38462

Former-commit-id: 786e73e38506910e08cf71faabacd13cc7d2a864

  1. … 312 more files in changeset.
Merged revision(s) from branches/1487 Related to Issue [WTI-1487]

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

Former-commit-id: b65d66763087db7c2202ef2a9994f05d0fdbd918

Former-commit-id: 813ad6e2babfe19fd0dbf8e8386537cafcf8cf93

    • -27
    • +1
    ./Ringtoets.Integration.Service.csproj
  1. … 113 more files in changeset.