Ringtoets.ClosingStructures.Service

Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Removed variable 64 from Hydra-Ring structures input. WTI-1800

    • -1
    • +0
    ./ClosingStructuresCalculationService.cs
  1. … 5 more files in changeset.
Renamed ProbabilityOrFrequencyOpenStructureBeforeFlooding to ProbabilityOpenStructureBeforeFlooding for closing structures input. WTI-1236

    • -3
    • +3
    ./ClosingStructuresCalculationService.cs
  1. … 17 more files in changeset.
Removed HBL file path as constructor argument from the CalculationActivity

- Performed for ClosingStructures

- Removed because of:

-- Constructor argument assessment section contains all information that's required

-- there's currently no check on the assessment section level which causes an argument null exception when an activity is created while there's no HB database is selected.

WTI-1720

    • -10
    • +1
    ./ClosingStructuresCalculationActivity.cs
    • -1
    • +0
    ./ClosingStructuresCalculationActivityFactory.cs
  1. … 1 more file in changeset.
Make closing structures calculation activity internal and use it where needed WTI-1742

    • -1
    • +1
    ./ClosingStructuresCalculationActivity.cs
  1. … 2 more files in changeset.
Introduce factory for closing structure calculation activities WTI-1742

    • -0
    • +133
    ./ClosingStructuresCalculationActivityFactory.cs
    • -0
    • +1
    ./Ringtoets.ClosingStructures.Service.csproj
  1. … 2 more files in changeset.
Incorporated comments review 2977: - Remove exception messages for NotSupportedExceptions that only occur in the 'default' switch state.

WTI-1694

    • -1
    • +1
    ./ClosingStructuresCalculationService.cs
    • -1
    • +1
    ./ClosingStructuresValidationRulesRegistry.cs
  1. … 22 more files in changeset.
Fixed failing tests. WTI-1719

    • -5
    • +0
    ./ClosingStructuresCalculationActivity.cs
  1. … 19 more files in changeset.
Introduced parametered constructor for CalculatableActivity. WTI-1719

    • -2
    • +5
    ./ClosingStructuresCalculationActivity.cs
  1. … 9 more files in changeset.
Moved CalculatableActivity to Ringtoets.Common.Service. WTI-1719

    • -1
    • +1
    ./ClosingStructuresCalculationActivity.cs
  1. … 34 more files in changeset.
Renamed HydraRingActivityBase into CalculatableActivity. WTI-1719

    • -3
    • +2
    ./ClosingStructuresCalculationActivity.cs
  1. … 25 more files in changeset.
Simplified ClosingStructuresHelper: - Accepts a ClosingStructuresFailureMechanism now it is a dedicated implementation - Removed obsolete function arguments

WTI-1621

    • -12
    • +7
    ./ClosingStructuresDataSynchronizationService.cs
  1. … 7 more files in changeset.
Separated the generic RingtoetsCommonDataSynchronization service implementation into specific (ClosingStructure) implementation: - Performed for the RemoveAllStructures method

WTI-1621

    • -0
    • +33
    ./ClosingStructuresDataSynchronizationService.cs
  1. … 1 more file in changeset.
Separated the generic RingtoetsCommonDataSynchronization service implementation into specific (ClosingStructure) implementation: - Performed for the RemoveStructure method

WTI-1621

    • -0
    • +64
    ./ClosingStructuresDataSynchronizationService.cs
    • -0
    • +5
    ./Ringtoets.ClosingStructures.Service.csproj
  1. … 1 more file in changeset.
Add notification of the section results from the failure mechanism specific data sync services. WTI-1617

    • -0
    • +1
    ./ClosingStructuresDataSynchronizationService.cs
  1. … 20 more files in changeset.
Removed redundant parameters from calculation. WTI-1590

    • -3
    • +0
    ./ClosingStructuresCalculationActivity.cs
  1. … 7 more files in changeset.
Updated usages of NotSupported and InvalidEnumArgumentExceptions: - Added for the structures validation rules registries - Updated DialogBasedInquiryHelper: added Enum.IsDefined() check to be safe and consistent - Updated XMLDocs Related to Issue [WTI-1230]

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

Former-commit-id: d01ad4d16480b9b737c8afc7ee52501103201a04

Former-commit-id: 71998b9c772e4a567c3bda6e45cf3e697960763f

    • -1
    • +1
    ./ClosingStructuresCalculationService.cs
    • -4
    • +10
    ./ClosingStructuresValidationRulesRegistry.cs
  1. … 4 more files in changeset.
Updated usages of NotSupported and InvalidEnumArgumentExceptions: - Added for the structures services - Updated XMLDocs Related to Issue [WTI-1230]

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

Former-commit-id: 844336c13403d77d673527401eaa7cb43d975fb7

Former-commit-id: bdf7527128a0795266a9536adbed5d9f30cc2d6c

    • -4
    • +11
    ./ClosingStructuresCalculationService.cs
  1. … 2 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.ClosingStructures.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.ClosingStructures.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

    • -29
    • +1
    ./Ringtoets.ClosingStructures.Service.csproj
  1. … 113 more files in changeset.
Cleaned csproj for closing structures src files.

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

Former-commit-id: f0c08660d4b56cbb89cf53ecf3fab39abe21aef5

Former-commit-id: cae58a0648503574bc924030519e901d25073fd0

    • -29
    • +1
    ./Ringtoets.ClosingStructures.Service.csproj
  1. … 4 more files in changeset.
Merged revision(s) from branches/1444

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

Former-commit-id: cf752322c5967ec6824f11c711b243f30bf67f0e

Former-commit-id: 9753484fe13d42b8eb5a3c526c4d37f40ca70446

    • -1
    • +3
    ./ClosingStructuresCalculationActivity.cs
    • -2
    • +3
    ./ClosingStructuresCalculationService.cs
  1. … 244 more files in changeset.
Merged revision(s) 12698-12799 from trunk

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

Former-commit-id: c368d23aab91e89de4ee919548645b0d79fd307f

Former-commit-id: c6d8d2953a28b66bb70d73cc57656e5d5c05ba1a

    • -1
    • +0
    ./ClosingStructuresCalculationService.cs
  1. … 28 more files in changeset.
- Removed 'CodeAnalysisRuleSet' from csproj files. The code analysis will therefore be set to the default 'MinimumRecommendedRules.ruleset' - Made sure all TestUtil projects are build in the bin of their own project instead of in de solution bin folder Related to Issue [WTI-1463]

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

Former-commit-id: 2a4c73910431f0e6b6b5d66ebae6d467e7ff5ebe

Former-commit-id: c9f3932e498d991968cd76961b1598d7e40ffd66

    • -1
    • +0
    ./Ringtoets.ClosingStructures.Service.csproj
  1. … 291 more files in changeset.
Set the use preprocessor flag from within the calculation services. Related to Issue [WTI-1476]

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

Former-commit-id: 44f408a17fa5b1fd23da81601ab2da099cf7611b

Former-commit-id: deae48a0d2417ca39e75ed03258d54657f03dba5

    • -2
    • +3
    ./ClosingStructuresCalculationService.cs
  1. … 25 more files in changeset.
Cleanup of Core.Components.*, Core.Plugins.*, Demo, Migration and Ringtoets.ClosingStructures Related to Issue [WTI-1463]

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

Former-commit-id: 582e57dab17532e1de0a145aaebb818db6dcc58b

Former-commit-id: 2c6a0b33c808901ad265b6aebe863af9f74a9d6f

    • -1
    • +0
    ./ClosingStructuresCalculationService.cs
    • -15
    • +0
    ./Ringtoets.ClosingStructures.Service.csproj
  1. … 32 more files in changeset.
Fixed final compilation errors Related to Issue [WTI-1477]

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

Former-commit-id: 0a4769d231c6da302839f732fb638da8ad739933

Former-commit-id: b4c84983a277f34e22b790e38fa844b290d52bec

    • -1
    • +3
    ./ClosingStructuresCalculationActivity.cs
  1. … 5 more files in changeset.
Improvements after review. Related to Issue [WTI-1353]

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

Former-commit-id: f3e2da5e486e49fd7c41a8b4862f9b25ab06212e

Former-commit-id: 9e32d8def96918c22209c7213f3bcf82f3441b2a

    • -67
    • +69
    ./ClosingStructuresCalculationService.cs
    • -60
    • +89
    ./ClosingStructuresValidationRulesRegistry.cs
  1. … 11 more files in changeset.
merge from trunk

git-svn-id: https://repos.deltares.nl/repos/WettelijkToetsInstrumentarium/branches/WTI-1289@10670 5a3db67b-de53-47b5-99c8-a1c30a6650e2

Former-commit-id: bf5fbcc95987a94adb2f1d5f3ea78ce5205fc88e

Former-commit-id: 0d4105c376cbb110fb296426b2255557a881be87

    • -0
    • +50
    ./ClosingStructuresCalculationMessageProvider.cs
    • -0
    • +1
    ./Ringtoets.ClosingStructures.Service.csproj
  1. … 15 more files in changeset.