Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Made SubMechanismIllustrationPoint stricter in HydraRing side: - Removed setters - Introduced constructor - Updated XMLDocs

Related to Issue [WTI-1303]

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

Former-commit-id: 928411571e7ea4b4122116cbf8016cd154e702a9

Former-commit-id: 7b8eef4620f040c3a4e098e976047a810101cd89

    • -3
    • +25
    ./IllustrationPoints/SubmechanismIllustrationPoint.cs
  1. … 6 more files in changeset.
Made WindDirection stricter in HydraRing side: - Removed setters

Related to Issue [WTI-1303]

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

Former-commit-id: 0e55431e3937594479272fd65759fc75b5d9d43c

Former-commit-id: 89683c6e8324a58f599c9d4d744a9c2f2318bfee

Made WindDirection stricter in HydraRing side: - Introduced constructor which ensures that values are always set - Removed obsolete tests - Removed validation for the WindDirectionAngle due to consistency reasons: there's no validation done on the WaveConditionsOutput for the WaveHeight Related to Issue [WTI-1303]

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

Former-commit-id: 72762a843c903273c036b8d74a125bae3c05a00e

Former-commit-id: f8a9edc05d12c51e353c0fa44cafa89fdedd5055

    • -2
    • +20
    ./IllustrationPoints/WindDirection.cs
  1. … 15 more files in changeset.
Refactored FaultTreeIllustrationPoint such that the data model is more strict Related to Issue [WTI-1303]

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

Former-commit-id: 4a1274ab926238ba9e8bcce6549f97e40b6304ce

Former-commit-id: 72ca4012960d4f6a26c280eab80d712da71f1990

    • -6
    • +27
    ./IllustrationPoints/FaultTreeIllustrationPoint.cs
  1. … 3 more files in changeset.
Moved hydraring illustration point data model to Data/Output/IllustrationPoints Related to Issue [WTI-1303]

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

Former-commit-id: 82586716e967302c3debd0beb6123aa331e57043

Former-commit-id: 1cbe04f7cffe9510e996704b793ac145002700b1

    • -0
    • +32
    ./IllustrationPoints/CombinationType.cs
    • -0
    • +53
    ./IllustrationPoints/FaultTreeIllustrationPoint.cs
    • -0
    • +52
    ./IllustrationPoints/GeneralResult.cs
    • -0
    • +28
    ./IllustrationPoints/IIllustrationPoint.cs
    • -0
    • +39
    ./IllustrationPoints/IllustrationPointResult.cs
    • -0
    • +60
    ./IllustrationPoints/IllustrationPointTreeNode.cs
    • -0
    • +35
    ./IllustrationPoints/RealizedStochast.cs
    • -0
    • +44
    ./IllustrationPoints/Stochast.cs
    • -0
    • +51
    ./IllustrationPoints/SubmechanismIllustrationPoint.cs
    • -0
    • +65
    ./IllustrationPoints/WindDirection.cs
    • -0
    • +90
    ./IllustrationPoints/WindDirectionClosingSituation.cs
  1. … 56 more files in changeset.
Updated license headers in HydraRing. Related to Issue [WTI-1242]

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

Former-commit-id: 4f15c90e185c4aac505d13264a890fd938ad084b

Former-commit-id: 4512eeca32e51b9bb999cbdd84a0404b60e1dc9f

    • -1
    • +1
    ./DunesBoundaryConditionsCalculationOutput.cs
    • -1
    • +1
    ./OvertoppingCalculationWaveHeightOutput.cs
    • -1
    • +1
    ./ReliabilityIndexCalculationOutput.cs
  1. … 197 more files in changeset.
Code cleanup: Ringtoets.Common Ringtoets.DuneErosion Ringtoets.HydraRing Ringtoets.Integration Related to Issue [WTI-1242]

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

Former-commit-id: 0032433ea9de109c256ed5de15ebb145f6be74fc

Former-commit-id: b5477e384031933ad12287ee6958f4f68d7f9566

    • -19
    • +4
    ./ReliabilityIndexCalculationOutput.cs
  1. … 429 more files in changeset.
- Removed unused output objects. - Rewrote ExceedanceProbabilityCalculationParser so it gets the data from the database. Related to Issue [WTI-1204]

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

Former-commit-id: 675168411ed56d3ccd51c10f76ece5f187a82b05

Former-commit-id: 7b7acdf1a23c23b103f89392d8af6e3973a18a5d

    • -69
    • +0
    ./ExceedanceProbabilityCalculationAlphaOutput.cs
    • -63
    • +0
    ./ExceedanceProbabilityCalculationOutput.cs
    • -94
    • +0
    ./ExceedanceProbabilityCalculationOutputBase.cs
  1. … 21 more files in changeset.
- Added extra tests in the service - Added output object for dune calculations in Hydra-Ring. - Added Sqlite.Core for dune erosion service tests. Related to Issue [WTI-777]

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

Former-commit-id: 8201c78098771e6b68061998a63f721d740bbe43

Former-commit-id: 32d428d89c58d78099b86b9df3df6ac4b9bbb80b

    • -0
    • +57
    ./DunesBoundaryConditionsCalculationOutput.cs
  1. … 10 more files in changeset.
fixed compiler warnings and performed some "common practices and code improvements"

Related to Issue [WTI-1008]

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

Former-commit-id: 169b334c71ef8e8ee74a6d270195b6b9014f7af7

Former-commit-id: 0f42a6f6a5da6ae2c62f051a5f65d0890abd2183

  1. … 3 more files in changeset.
Implement additional properties for the output: - Added a parser to the WaveConditionsCosineCalculator and the WaveConditionsCalculationOutput to store the parsed WaveDirection - Extended the WaveConditionsCalculationParser to parse the wave direction (wave angle w.r.t north) Related to Issue [WTI-897]

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

Former-commit-id: c8603bb06bfa780fdce86d4ac4c2c326d6702ed4

Former-commit-id: 72631d97a690b881761c7786ab92d94286dda927

    • -3
    • +10
    ./WaveConditionsCalculationOutput.cs
  1. … 8 more files in changeset.
Merged revision(s) from branches/WTI 921

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

Former-commit-id: 44ff154b7a906a1533c300169704739be6eb1b03

Former-commit-id: ebee42df132ace307b7844ca9994f51fd379ab3b

    • -2
    • +2
    ./ExceedanceProbabilityCalculationAlphaOutput.cs
    • -2
    • +2
    ./ExceedanceProbabilityCalculationOutput.cs
    • -1
    • +1
    ./ExceedanceProbabilityCalculationOutputBase.cs
    • -2
    • +2
    ./ReliabilityIndexCalculationOutput.cs
  1. … 82 more files in changeset.
Updated some summaries Related to Issue [WTI-921]

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

Former-commit-id: a536b406775d76e0b9dad4e96401fa96cb4df25a

Former-commit-id: ddcc202da03aeb9c14c9a0f5c41d0588700e2f8d

    • -2
    • +2
    ./ExceedanceProbabilityCalculationAlphaOutput.cs
    • -2
    • +2
    ./ExceedanceProbabilityCalculationOutput.cs
    • -1
    • +1
    ./ExceedanceProbabilityCalculationOutputBase.cs
  1. … 3 more files in changeset.
Updated some summaries Related to Issue [WTI-921]

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

Former-commit-id: 752391dacc997fc6edf3517bccf766c22f4ab03a

Former-commit-id: 2fc237ab1355b789ad82011c6b9c689fcc466f7b

    • -2
    • +2
    ./ReliabilityIndexCalculationOutput.cs
  1. … 4 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. … 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. … 185 more files in changeset.
Changes after review. Related to Issue [WTI-742]

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

Former-commit-id: a844a7a79bf462b50522e8e1fa6731f22e5b5eec

Former-commit-id: d4a2814c8af5fa482a209d5156a4c4e598f94749

  1. … 28 more files in changeset.
- Implemented WaveConditionsCalculationService - Implemented structure to stub HydraRingCalculationService for testing. - Renamed WavePeriod to WavePeakPeriod. Related to Issue [WTI-742]

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

Former-commit-id: a010b6fd6d877bcdfabde8ff237da8d9239fc106

Former-commit-id: 2d93f4a5245dc597d4c700a4a8e073cc887b534f

  1. … 31 more files in changeset.
Implemented parser for hydra ring wave conditions calculation. Related to Issue [WTI-742]

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

Former-commit-id: f51e609bc599ff9ed6597c80aa1a8d5fa3dc84f8

Former-commit-id: fcbd487ad6ba71e34be71a4a04715536113d359a

    • -0
    • +54
    ./WaveConditionsCalculationOutput.cs
  1. … 8 more files in changeset.
Merged revision(s) 4828 from branches/Release/16_1_1: Rename and test accuracy changed. Related to Issue [WTI-446]

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

Former-commit-id: bdc9cf725c5707f0c915bdcb502caf7228b71518

Former-commit-id: 172caca0d5379a7ed6570387fce9132f340478a0

    • -0
    • +66
    ./ReliabilityIndexCalculationOutput.cs
    • -66
    • +0
    ./TargetProbabilityCalculationOutput.cs
  1. … 23 more files in changeset.
Rename and test accuracy changed. Related to Issue [WTI-446]

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

Former-commit-id: 4c01d2c0156db54d9098ad33a4b75b9d2e4fbec8

Former-commit-id: 70f5b04045d6828b943614c793223ba0bcddd621

    • -0
    • +66
    ./ReliabilityIndexCalculationOutput.cs
    • -66
    • +0
    ./TargetProbabilityCalculationOutput.cs
  1. … 23 more files in changeset.
Rename and test accuracy changed. Related to Issue [WTI-446]

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

Former-commit-id: 23f274fbd2357730f36a75d66c044d6d09d38e62

Former-commit-id: 5745bcefc0f6576052f756c83be48814df7ac542

    • -0
    • +66
    ./ReliabilityIndexCalculationOutput.cs
    • -66
    • +0
    ./TargetProbabilityCalculationOutput.cs
  1. … 23 more files in changeset.
* Cleanup HydraRing test and source projects. Related to Issue [WTI-737]

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

Former-commit-id: 807e4d4d0c696cf09b2c55a8a0a40893b771b396

Former-commit-id: 36023d06fc549f2c71582eb90b9c0c9390ea187f

    • -2
    • +2
    ./ExceedanceProbabilityCalculationOutputBase.cs
  1. … 25 more files in changeset.
- Renamed *WaveHeightCalculationParser* to *OvertoppingCalculationWaveHeightParser* - Renamed *WaveHeightCalculationOutput* to *OvertoppingCalculationWaveHeightOutput* -- Since it is NO wave height calculation and is not linked to *WaveHeightCalculationInput*, according PO Related to Issue [WTI-502]

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

Former-commit-id: 5c8806db965f7b256dfed86ec0a6b9880b9185a6

Former-commit-id: b42a270ccad3f1565b718726bc438e24a996aa11

    • -0
    • +52
    ./OvertoppingCalculationWaveHeightOutput.cs
  1. … 41 more files in changeset.
Added non-dominant test scenarios. Added invalid scenarios for WaveHeight parsing. Related to Issue [WTI-666]

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

Former-commit-id: bbabd43a1bf5b557b2b25fd2a23e34914b7e22b2

Former-commit-id: 504bedd7f00f2987a2a76bc712edd4d97f0f19af

  1. … 12 more files in changeset.
Added parser for the WaveHeight and IsOvertoppingDominant read from the output files created by a GrassCoverErosionInwards calculation. Added TestDataCopyHelper to easily copy test data to another (working) directory with specific names. Removed SectionName as a property of HydraRingSection because it was obsolete. Related to Issue [WTI-666]

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

Former-commit-id: 6c6fe3abaf53adf944aab95f5e9f931c7e059b3e

Former-commit-id: 4137153068bfd387f10efaeff44d292fbc283d1a

    • -0
    • +53
    ./WaveHeightCalculationOutput.cs
  1. … 25 more files in changeset.
One final cleanup

Related to Issue [WTI-476]

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

Former-commit-id: 823efe363248a2e7ea6325871f6ff40429f965ea

Former-commit-id: fa4095c96a3f39e76a709826ec118dc1930acf5e

    • -1
    • +1
    ./ExceedanceProbabilityCalculationOutputBase.cs
review comments processed Related to Issue [WTI-476]

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

Former-commit-id: 825558a3738611bda110966bcccd824d8ca8e08d

Former-commit-id: be3cda7288bbaacfad9356cbf7c49b7cb785b3d0

    • -1
    • +1
    ./ExceedanceProbabilityCalculationAlphaOutput.cs
    • -1
    • +1
    ./ExceedanceProbabilityCalculationOutputBase.cs
  1. … 5 more files in changeset.
review comments processed - Fixed invalid test *Parse_NotExistingOutputFile_ReturnsNull* Related to Issue [WTI-476]

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

Former-commit-id: 19ca9ff925c70124f02aae14375d3c2c285fddcb

Former-commit-id: 00ee49a8c1c039ea80497b9b87486a1345bd9f6d

    • -45
    • +12
    ./ExceedanceProbabilityCalculationAlphaOutput.cs
    • -52
    • +5
    ./ExceedanceProbabilityCalculationOutput.cs
    • -0
    • +94
    ./ExceedanceProbabilityCalculationOutputBase.cs
  1. … 11 more files in changeset.
- Change requests from review processed. Related to Issue [WTI-475]

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

Former-commit-id: b2aa9a1d23cd6fa71709d8c589baaab9f1ce401c

Former-commit-id: 127a8fc29f8be951b052aebdda86138486332359

    • -1
    • +2
    ./TargetProbabilityCalculationOutput.cs
  1. … 22 more files in changeset.