Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
* Refactored StochasticSoilModelCollection ** Only way to add elements is with AddRange. ** Adapted code to work with refactored StochasticSoilModelCollection ** Cleanup Related to Issue [WTI-1080]

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

Former-commit-id: 491a3eff8809d7f600f7b298e31c59db0c31039d

Former-commit-id: 10a92d07f4fe0bccbfc6e36abb7094af6f04bef3

    • -4
    • +5
    ./PipingFailureMechanismCreateExtensionsTest.cs
  1. … 18 more files in changeset.
Incorporated comments review 1405 - Removed unused references - Reduced amount of tests in the Piping/PipingFailureMechanismCreateExtensionsTest, because function test argument isRelevant is not always used - Ran DeltaresClean - Dropped -Mock suffix in StochasticSoilModelCollectionContextTreeNodeInfoTest

Paired with berg_jl

Related to Issue [WTI-1080]

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

Former-commit-id: 793fe53782fae4fdf4b39f97598494d52b2a615d

Former-commit-id: a31ff376f2109a23c73f765689e9b61e1268812a

    • -9
    • +3
    ./PipingFailureMechanismCreateExtensionsTest.cs
  1. … 10 more files in changeset.
Performed cleanups and improved xml-doc Related to Issue [WTI-1080]

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

Former-commit-id: 4634a970883c64ac5dfc97b6589ddfa176a35d95

Former-commit-id: cac9c2854778d8077902e40c7fd2d43243134e6b

    • -3
    • +1
    ./PipingFailureMechanismCreateExtensionsTest.cs
  1. … 12 more files in changeset.
Added extension method for RoundedDouble --> ToNaNAsNull smal review changes Related to Issue [WTI-1043]

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

Former-commit-id: 3f4ca76209b80dc441e5b983492aae53e2185b35

Former-commit-id: 660a43fdf0ccd473463b0241a295a2417c7ac306

    • -1
    • +1
    ./PipingCalculationScenarioCreateExtensionsTest.cs
  1. … 40 more files in changeset.
Added persistence of StochasticSoilModels SourcePath. Related to Issue [WTI-1080]

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

Former-commit-id: 22451592cd5131e46f68009b4689e0dd39555094

Former-commit-id: 8539300372a919269506d7f86e50549bf5f81f8d

    • -0
    • +7
    ./PipingFailureMechanismCreateExtensionsTest.cs
  1. … 11 more files in changeset.
Removed obsolete Test from WaveConditionsInputContextPropertiesTest. Made certain variables' types explicit. Replaced .Matches(x => true) with Is.NotNull. Some general cleanups. Added missing docs. Related to Issue [WTI-968]

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

Former-commit-id: 95da872000b9ba2b113ad54b4c3f8ee363e25472

Former-commit-id: 782a5a1fef732e1f91e310b5a31aeb471f792751

    • -1
    • +1
    ./PipingFailureMechanismCreateExtensionsTest.cs
    • -1
    • +1
    ./PipingSoilProfileCreateExtensionsTest.cs
    • -1
    • +1
    ./StochasticSoilModelCreateExtensionsTest.cs
    • -1
    • +1
    ./StochasticSoilProfileCreateExtensionsTest.cs
  1. … 65 more files in changeset.
Performed Resharper cleanup

Related to Issue [WTI-1008]

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

Former-commit-id: 23d17fd6b5257a25b167839d9106eea6fa7be554

Former-commit-id: 4a817a07bc646924777514e78010c89bc0fdf9b5

    • -6
    • +6
    ./RingtoetsPipingSurfaceLineCreateExtensionsTest.cs
  1. … 114 more files in changeset.
Updated db entity and wiring for new column types. Related to Issue [WTI-986]

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

Former-commit-id: 6774b9c88da241cdc30ba4bd74e72a315511b65a

Former-commit-id: 2b72d9624adc3799e29d94acbe3b73095198c147

    • -13
    • +13
    ./RingtoetsPipingSurfaceLineCreateExtensionsTest.cs
  1. … 21 more files in changeset.
Added missing headers. Related to Issue [WTI-1008]

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

Former-commit-id: 5f927efe1743a5ed1cd78e89a2bc4f49d3cfba79

Former-commit-id: c98379396348018284827c6bf4fc38d6f11d7cff

    • -0
    • +1
    ./PipingFailureMechanismCreateExtensionsTest.cs
  1. … 11 more files in changeset.
In case cover layer is not present: - input is considered valid, but warning about this situation are shown - saturated volumic weight will return a 0.0 deterministic design value. Added UpliftEffectiveStress as output of a piping calculation.

Related to Issue [WTI-1004]

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

Former-commit-id: 21e3047f62ba242f7ff794943893af8b2b7f14d8

Former-commit-id: 34823e9d0d2f463c17a430c494cf72742b6bd709

  1. … 87 more files in changeset.
Added construction properties for piping output. Related to Issue [WTI-1004]

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

Former-commit-id: e356a9f9bdd62c56702f066148b1a7a4e69b8b08

Former-commit-id: 60a869c048a2bd54cafc1ae023abf6bd26188e37

    • -5
    • +14
    ./PipingOutputCreateExtensionsTest.cs
  1. … 8 more files in changeset.
Incorporated comments review 1261 - Made implicit behaviour into explicit behaviour for the relevant CreateExtension - Changed AssessmentLevel setter in PipingInput: throw Exception when attempting to set a new value while UseAssessmentLevelManualInput is FALSE - Implemented specific conditions in functions determining readonly and visibility of properties - Extracted method from the piping calculation service for validating the assessment level Related to Issue [WTI-1014]

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

Former-commit-id: 2bffc35682e9f178a84665d85e080f35de7c9c84

Former-commit-id: 7b9f9f33c5e32ab897224d4c169abeb19a4003bf

    • -1
    • +8
    ./PipingCalculationScenarioCreateExtensionsTest.cs
  1. … 7 more files in changeset.
Incorporated feature: - User can select if he wants to manually enter the assessment level: -- If yes, dropdown box hydraulic boundary locations disappears and the assessment level box becomes editable -- If no, dropdown box hydraulic boundary location appears and the assessment level box becomes readonly and synchronized with values of the selected hydraulic boundary location - Adapted the affected Create and Read extensions to reflect the new situation - Adjusted the validation which is now a function of the UseAssessmentLevelManualInput - Adjusted failing tests, implemented new tests Related to Issue [WTI-1014]

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

Former-commit-id: ae9ad69faa9fc522800632c7944d8b790dac770f

Former-commit-id: d200214e586def9e76afba8695f2f52963026039

    • -5
    • +12
    ./PipingCalculationScenarioCreateExtensionsTest.cs
  1. … 18 more files in changeset.
Implemented persistence for new piping output properties. Related to Issue [WTI-1004]

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

Former-commit-id: ae76ac808c4f682bec045f4ec2d8bf25f82d9a1f

Former-commit-id: b1267705e2e846e67637fdaab783d43eb659cf11

  1. … 71 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
    ./PipingCalculationScenarioCreateExtensionsTest.cs
  1. … 426 more files in changeset.
Incorporated comments review 1247: - Dropped suffix for mocks / stubs - Made use of the TestHydraulicBoundaryLocation instead of HydraulicBoundaryLocation Related to Issue [WTI-1014]

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

Former-commit-id: 87a68ae0028c264748c734066a514c33f7600aa9

Former-commit-id: a892f0a24c6528ac5d5d783b0d63d0c14beb087a

    • -2
    • +0
    ./PipingFailureMechanismCreateExtensionsTest.cs
  1. … 3 more files in changeset.
Integrated AssessmentLevel in the PipingCalculationEntity in the solution: - Create method: writes AssessmentLevel when HBL is null. AssessmentLevel should be derived from HBL if one is selected - Read method: Setting the AssessmentLevel via the property automatically clears the HBL --> thus, read the AssessmentLevel only if HBL is null, otherwise derive the AssessmentLevel from the HBL

Related to Issue [WTI-1014]

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

Former-commit-id: a2a4a825c357a7e083da7a7626ac3bc90682340b

Former-commit-id: 28eaec434bf8997deaffd000ec7842601e37769f

    • -4
    • +6
    ./PipingCalculationScenarioCreateExtensionsTest.cs
  1. … 4 more files in changeset.
Made WaterVolumetricWeight and SandParticlesVolumicWeight rounded double. Related to Issue [WTI-1006]

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

Former-commit-id: fb25eee2c8151a07dba70e0d13e1940c28fddce5

Former-commit-id: 2a915bb4107a9328dd95465cb2a23d3eada55441

    • -2
    • +4
    ./PipingFailureMechanismCreateExtensionsTest.cs
  1. … 10 more files in changeset.
Implemented Create and Read methods to persist WaterVolumetricWeight. Related to Issue [WTI-1006]

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

Former-commit-id: 74ead7ed5bd7354e59d845320376061cf4fec0af

Former-commit-id: 1db18f9a4272b5cc484e8cc7d2695852383d80a1

    • -0
    • +5
    ./PipingFailureMechanismCreateExtensionsTest.cs
    • -46
    • +0
    ./PipingProbabilityAssessmentInputCreateExtensionsTest.cs
  1. … 8 more files in changeset.
Updated the piping kernel (not final) Added new output properties from the kernel to output objects in the wrapper and data model. Wrapped new PipingProfilePropertyCalculator. Adapted wrappers of sellmeijer and heave calculators. Related to Issue [WTI-1004]

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

Former-commit-id: 31583145c13448aeb18fe3484f7fcab8ec34c506

Former-commit-id: d289f6d9b9b2588fe87eacaae3722c3d8c41efbf

    • -1
    • +1
    ./PipingCalculationScenarioCreateExtensionsTest.cs
  1. … 32 more files in changeset.
Changed labels of AssessmentLayerOneState. Related to Issue [WTI-1021]

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

Former-commit-id: 63baf9678c1c2f6f1aa744a026c2605f503ff607

Former-commit-id: 89fdfcacedf7f3e101a5f84b688d0bce09862c0f

    • -1
    • +1
    ./PipingFailureMechanismSectionResultCreateExtensionsTest.cs
  1. … 59 more files in changeset.
Renamed Commentable.Comments to Comment.Body Related to Issue [WTI-983]

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

Former-commit-id: cdeaf9685c9c6b52624d8a755a52835936a0564e

Former-commit-id: 0f2d7929b9cd815fcd65770b767b001efca4e49b

    • -2
    • +2
    ./PipingCalculationScenarioCreateExtensionsTest.cs
    • -12
    • +12
    ./PipingFailureMechanismCreateExtensionsTest.cs
  1. … 107 more files in changeset.
- Removed ICommentable from ICalculation and replaced it with a Commentable property Related to Issue [WTI-983]

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

Former-commit-id: d58e8379d2a7a2ac41eb68aec287b032b325ed7d

Former-commit-id: 85de1e68b87e73b7e36e44ada2077190b55de29a

    • -2
    • +8
    ./PipingCalculationScenarioCreateExtensionsTest.cs
  1. … 68 more files in changeset.
Added Input, Output and NotRelevant Comments in storage model for all failure mechanisms Removed Comments field from storage of failure mechanism Related to Issue [WTI-983]

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

Former-commit-id: 10fdaf016da1ef9e07d5d1dd7554d71c9a27ee10

Former-commit-id: 068ec079b5968894cc9ba7b0bf52a6e77497fbac

    • -6
    • +38
    ./PipingFailureMechanismCreateExtensionsTest.cs
  1. … 26 more files in changeset.
- Resolved compilation errors by introducing the AssessmentLayerOneState when applicable - Added the DataGridViewCellTester for the tests that explicitly tested the cell Style properties

Merged revision(s) 6630-6714 from branches/WTI-985:

Added enum indicating the state of assessment layer one

........

Added enum indicating the state of assessment layer one

........

- Incorporated enum for AssessmentLayerOne in the failure mechanism section

- Fixed tests that are directly related to the failure mechanism section

Note: derived views and corresponding tests are NOT fixed yet

........

- Fixed tests for Q-variant failureMechanisms

........

- Fixed ReadExtensions for storage

........

- Fixed ReadExtension tests for storage

........

Fixed issues on the RingtoetsProjectTestHelper:

- Introduced private method to generate a random state of AssessmentLayerOne

........

Fixed issues on the AssessmentLayerOneState:

- Corrected strings that are displayed in the view

- Created a protected method to provide access for every derived failure mechanism view to the Enumwrapper for AssessmentLayerOneState

........

Implemented feature on the ClosingStructuresFailureMechanismResultView:

- Replaced the checkbox with a dropdown colum containing the AssessmentLayerOneState value

- Fixed or expanded tests

........

Implemented feature on the GrassCoverErosionInwardsFailureMechanismResultView:

- Replaced the checkbox with a dropdown column containing the AssessmentLayerOneState value

- Fixed failing/not working tests

- Removed test that asserts the toggling of the checkbox: test is obsolete because it's replaced with a dropdown box

- Extended test for assessing that the right columns are visible when a failure mechanism is present

(Editorial) For the closing structure failure mechanism

- Write out string resource values when testing

........

Implemented feature on the GrassCoverErosionOutwardsFailureMechanismResultView:

- Replaced the checkbox with a dropdown column containing the AssessmentLayerOneState value

- Fixed failing test

........

Extended tests:

- Assess the behaviour of the datagrid row for every state of AssessmentLayerOneState

........

Implemented feature on the GrassCoverErosionInwardsFailureMechanismResultView:

- Replaced the checkbox with a dropdown column containing the AssessmentLayerOneState value

- Fixed failing/not working tests

- Removed test that asserts the toggling of the checkbox: test is obsolete because it's replaced with a dropdown box

- Extended test for assessing that the right columns are visible when a failure mechanism is present

........

Implemented feature on the Piping FailureMechanism:

- Replaced the checkbox with a dropdown column containing the AssessmentLayerOneState value

- Fixed failing/not working tests

- Removed test that asserts the toggling of the checkbox: test is obsolete because it's replaced with a dropdown box

- Extended test for assessing that the right columns are visible when a failure mechanism is present

........

Extended tests:

- Added additional section when assessing the behaviour of the three possible states of AssessmentLayerOne

........

Implemented feature on the Stability point structures FailureMechanism:

- Replaced the checkbox with a dropdown column containing the AssessmentLayerOneState value

- Fixed failing/not working tests

- Typed out string values when asserting column headers

........

(Editorial) For the grass cover erosion outwards failure mechanism

- Write out string resource values when testing string values of the column headers

........

Implemented feature on the Stability stone cover FailureMechanism:

- Replaced the checkbox with a dropdown column containing the AssessmentLayerOneState value

- Fixed failing/not working tests

- Typed out string values when asserting column headers

- Added assertions for when cells are enabled. This includes an additional test that verifies the behaviour when the state changes to "sufficient" for assessmentLayerOne

........

Implemented feature on the wave impact asphalt cover FailureMechanism:

- Replaced the checkbox with a dropdown column containing the AssessmentLayerOneState value

- Fixed failing/not working tests

- Typed out string values when asserting column headers

........

Removed obsolete reference to RingtoetsCommonFormsResources in the tests

........

Created project to include helper classes for asserting Forms related projects

........

Created project to include helper classes for asserting Forms related projects:

- Reverted accidental change on Common.Data.TestUtil project

........

Created project to include helper classes for asserting Forms related projects:

- Created helper class to assert whether DataGridViewCells are in an enabled or disabled state

........

Created project to include helper classes for asserting Forms related projects:

- Created helper class to assert whether DataGridViewCells are in an enabled or disabled state

........

Extracted base method to add assessment section name and assessment section layer one columns

........

Improved helper class DataGridViewCellsTester:

- Enabled state does not always mean readonly, assertion behaviour can be toggled

- Documented when AssertionException can be thrown

........

Refactoring:

- For the mechanisms that already implement the dropdown box for assessment layer one: use an override of the AddDataGridColumns to set the correct columns

- Aforementioned function already sets the section name and dropdown box for assessment layer one per default

........

Incorporated helper class DataGridViewCellsTester:

- Replaced every instance of a local cell enabled/disabled assertion with the DataGridViewCellsTester

........

Implemented feature on the dune erosion failure mechanism:

- Replaced the checkbox with a dropdown column containing the AssessmentLayerOneState value

- Fixed failing/not working tests

- Typed out string values when asserting column headers

- Replaced local cell assertions with the DataGridViewCellTester

........

Implemented feature on the grass cover slipoff inwards failure mechanism:

- Replaced the checkbox with a dropdown column containing the AssessmentLayerOneState value

- Fixed failing/not working tests

- Typed out string values when asserting column headers

- Replaced local cell assertions with the DataGridViewCellTester

........

Removed obsolete RingtoetsCommonResource reference

........

Implemented feature on the grass cover slipoff outwards failure mechanism:

- Replaced the checkbox with a dropdown column containing the AssessmentLayerOneState value

- Fixed failing/not working tests

- Typed out string values when asserting column headers

- Replaced local cell assertions with the DataGridViewCellTester

........

Implemented feature for the macro stability related failure mechanisms:

- Replaced the checkbox with a dropdown column containing the AssessmentLayerOneState value

- Fixed failing/not working tests

- Typed out string values when asserting column headers

- Replaced local cell assertions with the DataGridViewCellTester

........

Implemented feature for piping structure failure mechanisms:

- Replaced the checkbox with a dropdown column containing the AssessmentLayerOneState value

- Fixed failing/not working tests

- Typed out string values when asserting column headers

- Replaced local cell assertions with the DataGridViewCellTester

........

Implemented feature for strength stability lengthwise construction failure mechanisms:

- Replaced the checkbox with a dropdown column containing the AssessmentLayerOneState value

- Fixed failing/not working tests

- Typed out string values when asserting column headers

- Replaced local cell assertions with the DataGridViewCellTester

........

Implemented feature for technical innovation failure mechanisms:

- Replaced the checkbox with a dropdown column containing the AssessmentLayerOneState value

- Fixed failing/not working tests

- Typed out string values when asserting column headers

- Replaced local cell assertions with the DataGridViewCellTester

........

Implemented feature for water pressure asphalt cover failure mechanisms:

- Replaced the checkbox with a dropdown column containing the AssessmentLayerOneState value

- Fixed failing/not working tests

- Typed out string values when asserting column headers

- Replaced local cell assertions with the DataGridViewCellTester

........

Fixed ReadExtension tests for storage:

- Compilation error when trying to run this test due to invalid cast from bool to the AssessmentLayerOneState

........

Fixed ReadExtension entity tests for storage:

- Adapted read entity tests to assess for the enum AssessmentLayerOneState instead of a boolean for LayerOne. Entities were already adjusted due to changes in the FailureMechanismSectionResult

........

* Updated database design (new comments added).

* Defined default value for FailureMechanismSectionResult.

* Specified concrete values for AssessmentLayerOneState.

........

Related to Issue [WTI-985]

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

Former-commit-id: 417e584767297df8e93c02b36a0af938af02894c

Former-commit-id: 03a26b4cac7f05f4cf9dfde404b76d15b41d82cb

    • -1
    • +3
    ./PipingFailureMechanismSectionResultCreateExtensionsTest.cs
  1. … 185 more files in changeset.
- Fixed ReadExtension tests for storage

Related to Issue [WTI-985]

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

Former-commit-id: b3d3d38408158f2d6ee7cfc9caeae4f7dd03829c

Former-commit-id: b068b7b0f25057dcc6b9f96f241d02a451d99cf1

    • -1
    • +3
    ./PipingFailureMechanismSectionResultCreateExtensionsTest.cs
  1. … 16 more files in changeset.
* Resolved solvable Resharper issues. * Fixed typo in display name of Linear Model for StabilityPointStructure calculation input. * Fixed inheritance bug related to Attribute in whole solution. Related to Issue [WTI-931]

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

Former-commit-id: 7ac9feb47be8d8ec2ee3c83ff914611134305f09

Former-commit-id: 04c41b2f251475618637cce83329e34639907d61

    • -16
    • +2
    ./PipingFailureMechanismSectionResultCreateExtensionsTest.cs
    • -22
    • +2
    ./PipingOutputCreateExtensionsTest.cs
    • -18
    • +1
    ./PipingProbabilityAssessmentInputCreateExtensionsTest.cs
    • -23
    • +2
    ./PipingSemiProbabilisticOutputCreateExtensionsTest.cs
    • -19
    • +2
    ./PipingSoilLayerCreateExtensionsTest.cs
  1. … 106 more files in changeset.
- Removed IsNameEditable from CalculationGroup storage paired with bos_en

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

Former-commit-id: f16b7dca5674751fc1b7a5e0a8e15854a80ae792

Former-commit-id: f995a70d19b4a0395f76941aae811e109e668867

    • -3
    • +0
    ./PipingFailureMechanismCreateExtensionsTest.cs
  1. … 15 more files in changeset.
Reverted the uplift sub calculation for piping to its first implementation. Related to Issue [WTI-936]

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

Former-commit-id: 0d24d469319b816b50eb0513ea23737c8987f757

Former-commit-id: c2fceaed9a30ec3a31b83c7c7a0c51e47a27d034

    • -1
    • +1
    ./PipingCalculationScenarioCreateExtensionsTest.cs
    • -1
    • +0
    ./PipingProbabilityAssessmentInputCreateExtensionsTest.cs
    • -3
    • +5
    ./PipingSemiProbabilisticOutputCreateExtensionsTest.cs
  1. … 34 more files in changeset.
* Refactored RandomNumberGenerator to extension method for Random instances. * Reformatted code. Related to Issue [WTI-838]

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

Former-commit-id: 40a316b32991c5d7a521eb03d5aea2c885aeaf17

Former-commit-id: 5e7268436a267df8bb3b522f5a920df5f736e32f

    • -11
    • +11
    ./PipingCalculationScenarioCreateExtensionsTest.cs
  1. … 11 more files in changeset.