StabilityStoneCoverDataSynchronizationService.cs

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

    • -163
    • +0
    ./StabilityStoneCoverDataSynchronizationService.cs
  1. … 15714 more files in changeset.
Changed copyright year. Paired with lubbers. WTI-1828

    • -1
    • +1
    ./StabilityStoneCoverDataSynchronizationService.cs
  1. … 6095 more files in changeset.
Ran Deltares Cleanup:

- Ran for Ringtoets.StabilityStoneCover and its tests

WTI-1767

    • -0
    • +2
    ./StabilityStoneCoverDataSynchronizationService.cs
  1. … 6 more files in changeset.
Add notification of the section results from the failure mechanism specific data sync services. WTI-1617

    • -0
    • +1
    ./StabilityStoneCoverDataSynchronizationService.cs
  1. … 20 more files in changeset.
Updated license headers in StabilityStoneCover. Related to Issue [WTI-1242]

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

Former-commit-id: 808c0a6d8e33f251d5b0f16b43944aed62ce0d9f

Former-commit-id: 411b9c9524998fe2a009276068bd375eb574b1a2

    • -1
    • +1
    ./StabilityStoneCoverDataSynchronizationService.cs
  1. … 88 more files in changeset.
Code cleanup: Ringtoets.GrassCoverErosionOutwards Ringtoets.Revetment Ringtoets.StabilityStoneCover Ringtoets.WaveImpactAsphaltCover Related to Issue [WTI-1242]

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

Former-commit-id: d91f3ee95dd6074be7532f97815005d65150edcd

Former-commit-id: 9f7bc8579a749fdad10d6c336ce7de3c491f701b

    • -6
    • +6
    ./StabilityStoneCoverDataSynchronizationService.cs
  1. … 114 more files in changeset.
use nameof in Argument*Exceptions Reviewed by: tangerma

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

Former-commit-id: 489d965acd6cbed374e72d9a9f10deec8787bcfd

Former-commit-id: 0ef178298a4e4639093af98897cfb40d331b372d

    • -4
    • +4
    ./StabilityStoneCoverDataSynchronizationService.cs
  1. … 284 more files in changeset.
* Extended IReferenceLineReplaceHandler with DoPostReplacementUpdates to allow for actions to be resolved after the replacement of the ReferenceLine took place. ** Main reason behind this architectural choice, is allowing for UI updates from non-UI threads. ** ReferenceLineImporter makes use of this new method in the DoPostImportUpdates method. * ReferenceLineReplaceHandler now keeps track of deleted objects and closes views for those objects in the DoPostReplacementUpdates method. ** Introduced ClearResults class for this purpose. ** Updated DataSynchronisationService methods related to replacing the ReferenceLine and now keep track of both changed objects as well as removed objects. * Cleanup in some commands to use IViewCommands. Related to Issue [WTI-1034]

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

Former-commit-id: 239f69a11ed199f938d5dd31e76f60772ad40072

Former-commit-id: 9cb0286bb78c272cc2d2cb43b703d0fc9ad386f3

    • -7
    • +14
    ./StabilityStoneCoverDataSynchronizationService.cs
  1. … 56 more files in changeset.
* Moved HydraulicBoundaryLocation and related classes from HydraRing.Data to Ringtoets.Common.Data\Hydraulics * Removed HydraRing.Data and related test projects. * Moved importer related test data from HydraRing.IO to Ringtoets.Common.IO Related to Issue [WTI-988]

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

Former-commit-id: 17347220df48d78521b65d257dde9b4ffdace273

Former-commit-id: dc5ddfa6d8f3719bd2dd4a2f62ed94f98f962499

    • -1
    • +1
    ./StabilityStoneCoverDataSynchronizationService.cs
  1. … 426 more files in changeset.
* Fixed typos. * Refactored common code to new methods. * Fixed correct responsibility of filtering out duplicate observable notification. * Improved XML docs. * Improved returning all affected objects by some 'clear' methods of DataSynchronisationService classes. * Readded license header. * Simplified RhinoMock argument restraints. * Fixed test filename. * Fixed test structure of Integration tests conform coding conventions. Related to Issue [WTI-440]

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

Former-commit-id: 575f790757a486d0efa5b560c8170dc02cefb1f5

Former-commit-id: 8f94dd18882a6eaa65a1a9ca5592839b0d8b8084

    • -12
    • +4
    ./StabilityStoneCoverDataSynchronizationService.cs
  1. … 33 more files in changeset.
* Cleanup all existing DataSynchronizationService(Test) methods to improve consistency. * HydraulicBoundaryLocation now inherits from Observable. * Fixed bug in DataSynchronizationService methods where clear was not properly performed if resulting IEnumerable wasn't enumerated. Related to Issue [WTI-440]

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

Former-commit-id: 854f06e198502e1c4a256e575eea6b9ceca2a887

Former-commit-id: f5d55e793955a6fef3077f54146d71f2fdf63743

    • -29
    • +31
    ./StabilityStoneCoverDataSynchronizationService.cs
  1. … 24 more files in changeset.
* Extended DataSynchronizationService classes with methods to deal with the removal of a ReferenceLine from AssessmentSection. Related to Issue [WTI-440]

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

Former-commit-id: a500dce3ea091b55282b5f749e7d37bea78e0321

Former-commit-id: 3365e8b859c1100d5eae676374947e11065329c4

    • -0
    • +29
    ./StabilityStoneCoverDataSynchronizationService.cs
  1. … 18 more files in changeset.
Implemented ClearAllWaveConditionsCalculationOutput for StabilityStoneCover.

Related to Issue [WTI-953]

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

Former-commit-id: b92d8b191a1d4dc8606f9fbe545caf0c2494eaa3

Former-commit-id: 100cad13427e80b19a4f1925d422131b4b918e3b

    • -0
    • +27
    ./StabilityStoneCoverDataSynchronizationService.cs
  1. … 2 more files in changeset.
Merged revision(s) 5600 from branches/Release/16_2: Performed resharper code cleanup. Related to WTI 869

........

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

Former-commit-id: 1f5cdbd9c71ae2e15c1a8f780256c4d349800dac

Former-commit-id: ba09cc58d6bd919ea2d05d633cd306752a558bfe

    • -1
    • +1
    ./StabilityStoneCoverDataSynchronizationService.cs
  1. … 177 more files in changeset.
Performed resharper code cleanup. Related to Issue [WTI-869]

git-svn-id: https://repos.deltares.nl/repos/WettelijkToetsInstrumentarium/branches/Release/16_2@5600 5a3db67b-de53-47b5-99c8-a1c30a6650e2

Former-commit-id: 7ebd4da86463a8ac1225474d630da6be1e0cd0d3

Former-commit-id: 7c050c7874e5fd687bf433ee85ab3fc4a5c4dd7d

    • -1
    • +1
    ./StabilityStoneCoverDataSynchronizationService.cs
  1. … 185 more files in changeset.
Implemented clearing stability stone cover data when HRD is changed. Related to Issue [WTI-726]

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

Former-commit-id: f83f00e770f50e5931cfa336cb2c02c65ac3a932

Former-commit-id: b481231fa2f6963e204aa7fa1c0c554268e2760c

    • -1
    • +0
    ./StabilityStoneCoverDataSynchronizationService.cs
  1. … 5 more files in changeset.
- Implemented clearing hydraulic boundary location data in stability stone cover. - Improved tests in HeightStructuresDataSynchronizationServiceTest - Implemented Calculations in the stability stone cover failure mechanism. Related to Issue [WTI-726]

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

Former-commit-id: f93eb7139b883751c196c2cfbf054cf06f596d7b

Former-commit-id: 57c2b5039b83b3886c01f037295d1479f80b7024

    • -0
    • +55
    ./StabilityStoneCoverDataSynchronizationService.cs
  1. … 8 more files in changeset.
Introduced data synchronization service for stability stone cover. Related to Issue [WTI-742]

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

Former-commit-id: 48363dbee47236a6a7d4cc0627ebfe076b512812

Former-commit-id: ccd02863de473e4e9cfdb80bca7048f05d3de09f

    • -0
    • +49
    ./StabilityStoneCoverDataSynchronizationService.cs
  1. … 4 more files in changeset.