Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Improved illustration points parsing logic - In case an exception occurs in the parser, set the message instead of logging. Logging will always occur regardless of whether the user selected "ShouldIllustrationPointsBeCalculated" - Cleaned up tests - Adjusted the Structures calculation services with the following logic: -- In case illustrationPoints are calculated and there is an error --> log the error as a warning -- In case illustrationPoints are not calculated and there is an error --> do not log the error

Related to Issue [WTI-1354]

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

Former-commit-id: 4e6c6ebda34a8e1580c4b81302c7e43ccc9c4d30

Former-commit-id: 6cbf649ac3ac402b2a4719c29a4760751646b747

    • -12
    • +15
    ./StructuresCalculationServiceBase.cs
  1. … 6 more files in changeset.
Reverted error handling logic to the old situation: - Do not log exception - Make difference between the situation with and without a last error file content Related to Issue [WTI-1308]

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

Former-commit-id: 79a579b6ded4e87561b98beb73daf7f1633c5e4b

Former-commit-id: 185cd61d1f28e40436fe2ac0472f0af5d85d4f44

  1. … 1 more file in changeset.
Connected the Illustration point outputs with structures: - Introduced test factory for the general result to produce one with SubMechanismIllustrationPoints only - Cleaned up implementations and tests of existing (HBL) services - Moved GeneralResult from the ProbabilityAssessmentOutput to the StructuresOutput, because it should not be part of the ProbabilityAssessmentOutput Related to Issue [WTI-1308]

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

Former-commit-id: c7c49b07b1a7f21052e5005afe1854158fd812c6

Former-commit-id: 2df669351e05f07b0265ee10f2f38567e88b76f9

    • -2
    • +38
    ./StructuresCalculationServiceBase.cs
  1. … 13 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

    • -7
    • +18
    ./StructuresCalculationServiceBase.cs
  1. … 12 more files in changeset.
Cleanup Related to Issue [WTI-1353]

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

Former-commit-id: 1b0aec6a006f082315c3fe347d76687aef6e3d95

Former-commit-id: c74b245e6d8d07774d3f8fb1a6a4482726fbd46c

- Moved performing the calculation to the base. - Changed type parameters of base. Related to Issue [WTI-1353]

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

Former-commit-id: 4a75417bd348972b9f9f1acbf6e6859ed47a1fbd

Former-commit-id: 220809cd3396870cbb1272378802252605f3fa1b

    • -45
    • +78
    ./StructuresCalculationServiceBase.cs
  1. … 17 more files in changeset.
Added message provider to calculation service constructors. Related to Issue [WTI-1353]

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

Former-commit-id: cd2665b7fda8fcf42f62c623a403f0c26bb3892e

Former-commit-id: 1b619281f65cc1bbb53ad9cd17006ee884d8dd94

    • -0
    • +15
    ./StructuresCalculationServiceBase.cs
  1. … 4 more files in changeset.
- Moved cancel method to base. - Refactored perform calculation method. Related to Issue [WTI-1353]

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

Former-commit-id: 319e32471cff41243febb3a7de2305040ffcf9f7

Former-commit-id: f4523a3c6b43ef344678bd39d1f2d5664751db8e

    • -9
    • +46
    ./StructuresCalculationServiceBase.cs
  1. … 7 more files in changeset.
Refactored getting the calculation input. Related to Issue [WTI-1353]

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

Former-commit-id: 49287039b12c4b602c7989e2bcc564b9d646a3a1

Former-commit-id: 0614817094806a73d321be4b1f4bd0c82c2e0882

    • -36
    • +73
    ./StructuresCalculationServiceBase.cs
  1. … 7 more files in changeset.
Added calculate method with null checks to the StructuresCalculationServiceBase Related to Issue [WTI-1353]

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

Former-commit-id: 5dcc87c7f4ac386f10b4c18b41f99f06b4bf11fe

Former-commit-id: 93fd51170d798af95d9709f9d7943391e621f30f

    • -1
    • +46
    ./StructuresCalculationServiceBase.cs
  1. … 7 more files in changeset.
- Implemented validate method in StructuresCalculationServiceBase. - Refactored all depending calculation services. Related to Issue [WTI-1353]

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

Former-commit-id: eacc84c9546683908cc316390f0f9fbcc83f4b84

Former-commit-id: ce6af66ecff89a16568da6283a30bdc97de7a3db

    • -2
    • +79
    ./StructuresCalculationServiceBase.cs
  1. … 13 more files in changeset.
Introduced StructuresCalculationServiceBase Related to Issue [WTI-1353]

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

Former-commit-id: 1f6d248b8179af6a9078b63bafc15d2818d32465

Former-commit-id: bbf53a7ff4361c1b8c388201a7639ee725fde530

    • -0
    • +30
    ./StructuresCalculationServiceBase.cs
  1. … 7 more files in changeset.