Ringtoets.StabilityPointStructures.Service

Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Changed copyright year. Paired with lubbers. WTI-1828

    • -1
    • +1
    ./StabilityPointStructuresCalculationActivity.cs
    • -1
    • +1
    ./StabilityPointStructuresCalculationActivityFactory.cs
    • -1
    • +1
    ./StabilityPointStructuresCalculationMessageProvider.cs
    • -1
    • +1
    ./StabilityPointStructuresCalculationService.cs
    • -1
    • +1
    ./StabilityPointStructuresDataSynchronizationService.cs
    • -1
    • +1
    ./StabilityPointStructuresValidationRulesRegistry.cs
  1. … 6088 more files in changeset.
Passed model factor long threshold to HydraRing input for quadratic. WTI-1836

    • -1
    • +3
    ./StabilityPointStructuresCalculationService.cs
  1. … 4 more files in changeset.
Passed model factor long threshold to HydraRing input for linear. WTI-1836

    • -1
    • +3
    ./StabilityPointStructuresCalculationService.cs
  1. … 4 more files in changeset.
Moved ModelFactorSuperCriticalFlow from StructuresInputBase to ClosingStructuresInput and HeightStructuresInput. WTI-1800

    • -2
    • +0
    ./StabilityPointStructuresCalculationService.cs
  1. … 5 more files in changeset.
Moved ModelFactorSuperCriticalFlow from StructuresInputBase to ClosingStructuresInput and HeightStructuresInput. WTI-1800

    • -2
    • +0
    ./StabilityPointStructuresCalculationService.cs
  1. … 5 more files in changeset.
Moved ModelFactorSuperCriticalFlow from StructuresInputBase to ClosingStructuresInput and HeightStructuresInput. WTI-1800

    • -6
    • +6
    ./StabilityPointStructuresCalculationService.cs
  1. … 1 more file in changeset.
Moved ModelFactorSuperCriticalFlow from StructuresInputBase to ClosingStructuresInput and HeightStructuresInput. WTI-1800

    • -1
    • +1
    ./StabilityPointStructuresValidationRulesRegistry.cs
  1. … 3 more files in changeset.
Moved ModelFactorSuperCriticalFlow from StructuresInputBase to ClosingStructuresInput and HeightStructuresInput. WTI-1800

    • -6
    • +0
    ./StabilityPointStructuresValidationRulesRegistry.cs
  1. … 1 more file in changeset.
Removed variable 64 from Hydra-Ring structures input. WTI-1800

    • -8
    • +0
    ./StabilityPointStructuresCalculationService.cs
  1. … 5 more files in changeset.
Removed HBL file path as constructor argument from the CalculationActivity

- Performed for StabiliityPointStructures

- 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
    ./StabilityPointStructuresCalculationActivity.cs
    • -1
    • +0
    ./StabilityPointStructuresCalculationActivityFactory.cs
  1. … 1 more file in changeset.
Make stability point structures calculation activity internal and use factory where needed WTI-1743

    • -1
    • +1
    ./StabilityPointStructuresCalculationActivity.cs
  1. … 2 more files in changeset.
Introduce calculation activity factory for stability point structures WTI-1743

    • -0
    • +1
    ./Ringtoets.StabilityPointStructures.Service.csproj
    • -0
    • +133
    ./StabilityPointStructuresCalculationActivityFactory.cs
  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

    • -3
    • +3
    ./StabilityPointStructuresCalculationService.cs
    • -3
    • +3
    ./StabilityPointStructuresValidationRulesRegistry.cs
  1. … 22 more files in changeset.
Fixed failing tests. WTI-1719

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

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

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

    • -3
    • +2
    ./StabilityPointStructuresCalculationActivity.cs
  1. … 25 more files in changeset.
Incorporated comments review 2503: - Cleaned up unused references in StabilityPointsStructures - Cleaned up files

WTI-1621

    • -5
    • +0
    ./Ringtoets.StabilityPointStructures.Service.csproj
  1. … 10 more files in changeset.
Separated the generic RingtoetsCommonDataSynchronization service implementation into specific (StabilityPointStructure) implementation: - Performed for the RemoveStructure - Performed for the RemoveAllStructures

WTI-1621

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

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

    • -3
    • +0
    ./StabilityPointStructuresCalculationActivity.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

    • -3
    • +3
    ./StabilityPointStructuresCalculationService.cs
    • -30
    • +72
    ./StabilityPointStructuresValidationRulesRegistry.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

    • -38
    • +87
    ./StabilityPointStructuresCalculationService.cs
  1. … 2 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.StabilityPointStructures.Service.csproj
    • -1
    • +1
    ./StabilityPointStructuresDataSynchronizationService.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.StabilityPointStructures.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.StabilityPointStructures.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.StabilityPointStructures.Service.csproj
  1. … 113 more files in changeset.
Cleaned csproj for StabilityPointStructure src files.

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

Former-commit-id: c8679b80ef84c55575c6af83c59d9b078ef154cd

Former-commit-id: c7bb2fe028563f88ba79ae94075a9d4961f54b0a

    • -29
    • +1
    ./Ringtoets.StabilityPointStructures.Service.csproj
  1. … 4 more files in changeset.
Review related changes Related to Issue [WTI-1476]

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

Former-commit-id: 1f256e7c1bd0dea78d3558447e32db33e67238d2

Former-commit-id: c66b5b72516883fe4fd2e22e853cfc232dc5dc41

    • -4
    • +4
    ./StabilityPointStructuresCalculationService.cs
  1. … 6 more files in changeset.