Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Incorporated comments dev: - Cleaned up unused resources - Moved validation logic from the Reader to the transformers and respective RT data structures: -- Performed for the SoilModel: - Removed geometry validation in the reader, but: - Implemented for MacroStability only at this stage: -- Check if geometry is not empty Related to Issue [WTI-1340]

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

Former-commit-id: 31fb365b2611d19fafeef02d50d223c477b45431

Former-commit-id: 123d35eb149285fe827c58fb12bc95af78eb71ad

    • -3
    • +2
    ./Application.Ringtoets.Storage/Read/StochasticSoilModelEntityReadExtensions.cs
  1. … 41 more files in changeset.
Removed MacroStabilityInwardsSectionResultEntity.LayerTwoA from database Refactored MacroStabilityInwardsSectionResultEntityReadExtensionsTest.cs Removed redundant cast to RoundedDouble, since the MacroStabilityInwardsFailureMechanismSectionResult.AssessmentLayerThree is a double Related to Issue [WTI-1379]

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

Former-commit-id: 0b5b77b702e87bae619860a184111114b2996ef9

Former-commit-id: 5685148d8e3970f65ae9b63fc7001e92ac975e1c

    • -2
    • +1
    ./Application.Ringtoets.Migration.Core/EmbeddedResources/DatabaseStructure17.2.sql
    • -2
    • +0
    ./Application.Ringtoets.Migration.Core/EmbeddedResources/Migration_17.1_17.2.sql
    • -1
    • +0
    ./Application.Ringtoets.Storage/DbContext/MacroStabilityInwardsSectionResultEntity.cs
    • -3
    • +0
    ./Application.Ringtoets.Storage/DbContext/RingtoetsEntities.edmx
    • -84
    • +84
    ./Application.Ringtoets.Storage/DbContext/RingtoetsEntities.edmx.diagram
    • -6
    • +9
    ./Application.Ringtoets.Storage/Read/MacroStabilityInwards/MacroStabilityInwardsSectionResultEntityReadExtensions.cs
  1. … 3 more files in changeset.
Added XML serializer for tangent line (doubles) Related to Issue [WTI-1379]

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

Former-commit-id: 6df682be17f107ce9c8b0c920f1c83e08ffde7b5

Former-commit-id: 14d52cc8c25d7179b28c726de7a2a3d74e7d9fbf

    • -0
    • +1
    ./Application.Ringtoets.Storage/Application.Ringtoets.Storage.csproj
    • -2
    • +2
    ./Application.Ringtoets.Storage/Serializers/DataCollectionSerializer.cs
    • -0
    • +64
    ./Application.Ringtoets.Storage/Serializers/TangentLinesXmlSerializer.cs
  1. … 2 more files in changeset.
Added class constrains to DataCollectionSerializer Added XMLDocs to DataCollectionSerializer Added XML serializer for MacroStabilityInwardsSlice Removed roundtrip tests with empty arrays in derived classes of DataCollectionSerializer (this is already tested in DataCollectionSerializerTest Fixed test name in RoughnessPointXmlSerializerTest Related to Issue [WTI-1379]

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

Former-commit-id: 0265913e7df0b7f9e925f5f770fd232bb76aebbd

Former-commit-id: 0080580ae7ba1f3757af66edf3a58b59651d6b9a

    • -0
    • +1
    ./Application.Ringtoets.Storage/Application.Ringtoets.Storage.csproj
    • -0
    • +12
    ./Application.Ringtoets.Storage/Serializers/DataCollectionSerializer.cs
    • -0
    • +187
    ./Application.Ringtoets.Storage/Serializers/MacroStabilityInwardsSliceXmlSerializer.cs
  1. … 6 more files in changeset.
Incorporated comments review 2117 / Dev: - Changed API call => preconstruct objects and pass them to the preconsolidation stresses - Removed extra code -- Replaced explicit MacroStabilityInwardsPreconsolidationStress instantiation with test factory calls when possible Related to Issue [WTI-1341]

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

Former-commit-id: da5d653f8773b40921ba07d2155b7302cf52d4b2

Former-commit-id: 7ff7b218d3ff3bb48c514f6f44e4de7298e517fa

    • -5
    • +11
    ./Application.Ringtoets.Storage/Read/MacroStabilityInwards/MacroStabilityInwardsPreconsolidationStressEntityReadExtensions.cs
  1. … 13 more files in changeset.
Renamed MacroStabilityInwardsSoillayerProperties to MacroStabilityInwardsSoilLayerData Related to Issue [WTI-1405]

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

Former-commit-id: efb603409d6e66a2cfc36ee672d2bf9a56b7015e

Former-commit-id: ba159dd7a7b3ec07e9994a05c9ba28ed02aee247

    • -22
    • +22
    ./Application.Ringtoets.Storage/Create/MacroStabilityInwards/MacroStabilityInwardsSoilLayer1DCreateExtensions.cs
    • -22
    • +22
    ./Application.Ringtoets.Storage/Create/MacroStabilityInwards/MacroStabilityInwardsSoilLayer2DCreateExtensions.cs
    • -1
    • +1
    ./Application.Ringtoets.Storage/Read/MacroStabilityInwards/MacroStabilityInwardsSoilLayerOneDEntityReadExtensions.cs
    • -1
    • +1
    ./Application.Ringtoets.Storage/Read/MacroStabilityInwards/MacroStabilityInwardsSoilLayerTwoDEntityReadExtensions.cs
  1. … 53 more files in changeset.
Moved all soil related data from primitives to data project. Related to Issue [WTI-1405]

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

Former-commit-id: 804cef62d57d7ccaa28331db725110d49fbc6404

Former-commit-id: 84e1c9aeabe5b1dc3d7b61e8e598c5a0246e3cec

    • -1
    • +1
    ./Application.Ringtoets.Storage/Create/MacroStabilityInwards/MacroStabilityInwardsPreconsolidationStressCreateExtensions.cs
    • -10
    • +1
    ./Application.Ringtoets.Storage/Create/MacroStabilityInwards/MacroStabilityInwardsSoilLayer1DCreateExtensions.cs
    • -10
    • +1
    ./Application.Ringtoets.Storage/Create/MacroStabilityInwards/MacroStabilityInwardsSoilLayer2DCreateExtensions.cs
    • -1
    • +1
    ./Application.Ringtoets.Storage/Create/MacroStabilityInwards/MacroStabilityInwardsSoilProfile1DCreateExtensions.cs
    • -1
    • +1
    ./Application.Ringtoets.Storage/Create/MacroStabilityInwards/MacroStabilityInwardsSoilProfile2DCreateExtensions.cs
    • -1
    • +1
    ./Application.Ringtoets.Storage/Read/MacroStabilityInwards/MacroStabilityInwardsPreconsolidationStressEntityReadExtensions.cs
    • -1
    • +2
    ./Application.Ringtoets.Storage/Read/MacroStabilityInwards/MacroStabilityInwardsSoilLayerOneDEntityReadExtensions.cs
    • -1
    • +2
    ./Application.Ringtoets.Storage/Read/MacroStabilityInwards/MacroStabilityInwardsSoilLayerTwoDEntityReadExtensions.cs
    • -1
    • +1
    ./Application.Ringtoets.Storage/Read/MacroStabilityInwards/MacroStabilityInwardsSoilProfileOneDEntityReadExtensions.cs
    • -1
    • +1
    ./Application.Ringtoets.Storage/Read/MacroStabilityInwards/MacroStabilityInwardsSoilProfileTwoDEntityReadExtensions.cs
    • -1
    • +1
    ./Application.Ringtoets.Storage/Serializers/RingXmlSerializer.cs
  1. … 132 more files in changeset.
Incorporated comments dev - Updated XMLDocs - Adjusted data model: -- Renamed properties to reduce repetition => PreconsolidationStress to stress -- Converted X and Y property to a Location property => RoundedDouble to Point2D object Related to Issue [WTI-1341]

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

Former-commit-id: 6a69232e3c8403bff520a2529400d5f25186b4d0

Former-commit-id: d196c00591a12abda9f58a46bf1af7b6e1cbe254

    • -4
    • +4
    ./Application.Ringtoets.Storage/Create/MacroStabilityInwards/MacroStabilityInwardsPreconsolidationStressCreateExtensions.cs
  1. … 23 more files in changeset.
Merged revision(s) from branches/WTI-1405:

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

Former-commit-id: c2ff2fffe37502e7c54e59d945fc6c57bef51f27

Former-commit-id: 5eb1dfa07bc5572ad203e26cb586709878180b96

    • -16
    • +16
    ./Application.Ringtoets.Storage/Create/MacroStabilityInwards/MacroStabilityInwardsSoilLayer1DCreateExtensions.cs
    • -16
    • +16
    ./Application.Ringtoets.Storage/Create/MacroStabilityInwards/MacroStabilityInwardsSoilLayer2DCreateExtensions.cs
    • -16
    • +38
    ./Application.Ringtoets.Storage/Read/MacroStabilityInwards/MacroStabilityInwardsSoilLayerOneDEntityReadExtensions.cs
    • -16
    • +38
    ./Application.Ringtoets.Storage/Read/MacroStabilityInwards/MacroStabilityInwardsSoilLayerTwoDEntityReadExtensions.cs
  1. … 18 more files in changeset.
Added distribution for ShearStrengthRatio, StrengthIncreaseExponent and Pop on SoilLayerProperties. Related to Issue [WTI-1405]

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

Former-commit-id: 5ea132ee37a9f43abda84bf62308e933936fe178

Former-commit-id: 723984832f8beea582c4a7ebf738adc430289e76

    • -6
    • +15
    ./Application.Ringtoets.Storage/Read/MacroStabilityInwards/MacroStabilityInwardsSoilLayerOneDEntityReadExtensions.cs
    • -6
    • +15
    ./Application.Ringtoets.Storage/Read/MacroStabilityInwards/MacroStabilityInwardsSoilLayerTwoDEntityReadExtensions.cs
  1. … 12 more files in changeset.
Added distribution for FrictionAngle on SoilLayerProperties. Related to Issue [WTI-1405]

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

Former-commit-id: 18cab820735df9172ba08a8b13fb405ed1bacb12

Former-commit-id: c31eb8f8b42b5959ed2cccb37f9e672bb6db185a

    • -2
    • +5
    ./Application.Ringtoets.Storage/Read/MacroStabilityInwards/MacroStabilityInwardsSoilLayerOneDEntityReadExtensions.cs
    • -2
    • +5
    ./Application.Ringtoets.Storage/Read/MacroStabilityInwards/MacroStabilityInwardsSoilLayerTwoDEntityReadExtensions.cs
  1. … 13 more files in changeset.
Added distribution for Cohesion on SoilLayerProperties. Related to Issue [WTI-1405]

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

Former-commit-id: dd3825803f73434108f26826d09b4b35628aeb1a

Former-commit-id: 99a92442a237a2d42a207469bd84b71c32f3aeed

    • -2
    • +5
    ./Application.Ringtoets.Storage/Read/MacroStabilityInwards/MacroStabilityInwardsSoilLayerOneDEntityReadExtensions.cs
    • -2
    • +5
    ./Application.Ringtoets.Storage/Read/MacroStabilityInwards/MacroStabilityInwardsSoilLayerTwoDEntityReadExtensions.cs
  1. … 12 more files in changeset.
Added distribution for BelowPhreaticLevel on SoilLayerProperties. Related to Issue [WTI-1405]

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

Former-commit-id: 46813825a86ce07fc112dcb1466c9dff2b327060

Former-commit-id: 3c64b04b79d6983f66d4600a27f42b4156972228

    • -3
    • +6
    ./Application.Ringtoets.Storage/Read/MacroStabilityInwards/MacroStabilityInwardsSoilLayerOneDEntityReadExtensions.cs
    • -3
    • +6
    ./Application.Ringtoets.Storage/Read/MacroStabilityInwards/MacroStabilityInwardsSoilLayerTwoDEntityReadExtensions.cs
  1. … 12 more files in changeset.
Added distribution for AbovePhreaticLevel on SoilLayerProperties. Related to Issue [WTI-1405]

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

Former-commit-id: 64ca9376b88ec6b91e0b448cfd048ea72d76ef11

Former-commit-id: 04dc5a78163b9c4ff0c9cfcc191dda6271b68fa4

    • -3
    • +7
    ./Application.Ringtoets.Storage/Read/MacroStabilityInwards/MacroStabilityInwardsSoilLayerOneDEntityReadExtensions.cs
    • -3
    • +7
    ./Application.Ringtoets.Storage/Read/MacroStabilityInwards/MacroStabilityInwardsSoilLayerTwoDEntityReadExtensions.cs
  1. … 12 more files in changeset.
Updated signature of AssessmentSection Removed 'default norm' from FailureMechanismContribution Extended storage tests to assert norm values Introduced FailureMechanismContributionTestFactory for creating a valid FailureMechanismContribution XMLdoc added Related to Issue [WTI-1364]

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

Former-commit-id: 3e91b6f849b7221fcfffd0062db5af3b43452bb4

Former-commit-id: 3467771735fb1c58e74ec9b8b4d67998db6f892e

    • -3
    • +3
    ./Application.Ringtoets.Storage/Read/AssessmentSectionEntityReadExtensions.cs
  1. … 49 more files in changeset.
Incorporated comments review 2103 / comments Dev: - Moved validation logic into the data model of PreconsolidationStresses => transformer should convert the data into the RT datatypes Related to Issue [WTI-1341]

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

Former-commit-id: 74cb1ae2f71fab98a8ea0341da00795a6677d2f1

Former-commit-id: 34e925e5d489ecc19d95391048a7f5367204f886

    • -2
    • +2
    ./Application.Ringtoets.Storage/Create/MacroStabilityInwards/MacroStabilityInwardsPreconsolidationStressCreateExtensions.cs
  1. … 19 more files in changeset.
Renamed input variable Renamed tests Added asserts Simplified tests Refactored legacy tests from ReadConversionCollectorTest to new implementation (by deriving from CollectorTest) Related to Issue [WTI-1378]

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

Former-commit-id: f83841c6d264b3dc62aab965f21b44ace1e3e3a5

Former-commit-id: 37dc48ce7bf54ade88b0c2e8ba82b23671f342da

    • -5
    • +5
    ./Application.Ringtoets.Storage/Read/MacroStabilityInwards/MacroStabilityInwardsFailureMechanismMetaEntityReadExtensions.cs
  1. … 8 more files in changeset.
Changed order of MacroStabilityInwardsCharacteristicPointType Added XMLdoc for methods where exceptions can be thrown Introduced MacroStabilityInwardsSoilLayer2DTestFactory Split tests Added typeof asserts for test factories tests to ensure no derived class is returned Related to Issue [WTI-1378]

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

Former-commit-id: 4d58850fe95d97a907f357520f8e9338bc147cf8

Former-commit-id: 5fba5fe8edbc57fed83a0daecc88bb8ca7167783

    • -2
    • +2
    ./Application.Ringtoets.Migration.Core/EmbeddedResources/DatabaseStructure17.2.sql
    • -26
    • +26
    ./Application.Ringtoets.Storage/DbContext/MacroStabilityInwardsCharacteristicPointType.cs
    • -1
    • +1
    ./Application.Ringtoets.Storage/Read/MacroStabilityInwards/MacroStabilityInwardsSoilProfileTwoDEntityReadExtensions.cs
    • -6
    • +12
    ./Application.Ringtoets.Storage/Read/StochasticSoilModelEntityReadExtensions.cs
    • -6
    • +12
    ./Application.Ringtoets.Storage/Read/SurfaceLineEntityReadExtensions.cs
  1. … 13 more files in changeset.
Simplified tests Supported ReferenceLineIntersectionWorldPoint that is null Renamed variables Tets added Removed legacy code Related to Issue [WTI-1378]

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

Former-commit-id: 9b657a48ed543573f3370b214b96b521cb1a82b5

Former-commit-id: eac3233d76636c5237d0100c358b740589444b43

    • -2
    • +2
    ./Application.Ringtoets.Storage/Create/Piping/PipingSurfaceLineCreateExtensions.cs
    • -10
    • +12
    ./Application.Ringtoets.Storage/Read/Piping/PipingFailureMechanismMetaEntityReadExtensions.cs
  1. … 14 more files in changeset.
Added NotSupportedException for MacroStabilityInwardsStochasticSoilProfileEntity Simplified tests Renamed tests Added MacroStabilityInwardsSoilProfile2DTestFactory Fixed XMLdoc Related to Issue [WTI-1378]

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

Former-commit-id: ee0b376dfe603cfb43ebd2b1750b42db78186351

Former-commit-id: 8834c07b2f6befea57224a423dec83b08ff32987

    • -0
    • +16
    ./Application.Ringtoets.Storage/Create/MacroStabilityInwards/MacroStabilityInwardsStochasticSoilProfileCreateExtensions.cs
  1. … 14 more files in changeset.
Reverted rename of XML serializers, because the internal XML name will differ as well Related to Issue [WTI-1378]

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

Former-commit-id: 7780ac82facd3159219ebbcbdf0fde4bfaae5d53

Former-commit-id: 8c5887bdf4a0d3f0fbf889259a06e6415e6092de

    • -4
    • +4
    ./Application.Ringtoets.Storage/Application.Ringtoets.Storage.csproj
    • -2
    • +2
    ./Application.Ringtoets.Storage/Create/AssessmentSectionCreateExtensions.cs
    • -2
    • +2
    ./Application.Ringtoets.Storage/Create/FailureMechanismSectionCreateExtensions.cs
    • -3
    • +3
    ./Application.Ringtoets.Storage/Create/ForeshoreProfileCreateExtensions.cs
    • -6
    • +0
    ./Application.Ringtoets.Storage/Create/MacroStabilityInwards/MacroStabilityInwardsFailureMechanismSectionResultCreateExtensions.cs
    • -1
    • +1
    ./Application.Ringtoets.Storage/Create/MacroStabilityInwards/MacroStabilityInwardsStochasticSoilModelCreateExtensions.cs
    • -1
    • +1
    ./Application.Ringtoets.Storage/Create/Piping/PipingStochasticSoilModelCreateExtensions.cs
    • -2
    • +2
    ./Application.Ringtoets.Storage/Create/Piping/PipingSurfaceLineCreateExtensions.cs
    • -2
    • +2
    ./Application.Ringtoets.Storage/Read/AssessmentSectionEntityReadExtensions.cs
    • -2
    • +2
    ./Application.Ringtoets.Storage/Read/FailureMechanismSectionEntityReadExtensions.cs
    • -2
    • +2
    ./Application.Ringtoets.Storage/Read/ForeshoreProfileEntityReadExtensions.cs
  1. … 48 more files in changeset.
Renamed XML serializers Related to Issue [WTI-1378]

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

Former-commit-id: a7485b96dc030d91d392a214a5b415e6c35c48ee

Former-commit-id: 2cd8760543138ae8bd076178ff0d2aba20da5362

    • -4
    • +4
    ./Application.Ringtoets.Storage/Application.Ringtoets.Storage.csproj
    • -2
    • +2
    ./Application.Ringtoets.Storage/Create/AssessmentSectionCreateExtensions.cs
    • -2
    • +2
    ./Application.Ringtoets.Storage/Create/FailureMechanismSectionCreateExtensions.cs
    • -3
    • +3
    ./Application.Ringtoets.Storage/Create/ForeshoreProfileCreateExtensions.cs
    • -0
    • +6
    ./Application.Ringtoets.Storage/Create/MacroStabilityInwards/MacroStabilityInwardsFailureMechanismSectionResultCreateExtensions.cs
    • -1
    • +1
    ./Application.Ringtoets.Storage/Create/MacroStabilityInwards/MacroStabilityInwardsStochasticSoilModelCreateExtensions.cs
    • -1
    • +1
    ./Application.Ringtoets.Storage/Create/Piping/PipingStochasticSoilModelCreateExtensions.cs
    • -2
    • +2
    ./Application.Ringtoets.Storage/Create/Piping/PipingSurfaceLineCreateExtensions.cs
    • -2
    • +2
    ./Application.Ringtoets.Storage/Read/AssessmentSectionEntityReadExtensions.cs
    • -2
    • +2
    ./Application.Ringtoets.Storage/Read/FailureMechanismSectionEntityReadExtensions.cs
    • -2
    • +2
    ./Application.Ringtoets.Storage/Read/ForeshoreProfileEntityReadExtensions.cs
  1. … 48 more files in changeset.
Grouped BelowPhreaticLevel properties in PipingSoilLayerEntity Updated XMLdoc Updated legacy code to newer standards Reverted any changes on Empty valid Release 17.1.rtd

Related to Issue [WTI-1378]

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

Former-commit-id: 0e39134125c1ede94ce32c4db48ca9c8323eff45

Former-commit-id: cd332c0cbb0f37aee26c89e3704b166a312ef342

    • -158
    • +158
    ./Application.Ringtoets.Migration.Core/EmbeddedResources/DatabaseStructure17.2.sql
    • -19
    • +19
    ./Application.Ringtoets.Storage/Create/PersistenceRegistry.cs
    • -1
    • +1
    ./Application.Ringtoets.Storage/Create/Piping/PipingSurfaceLineCreateExtensions.cs
    • -1
    • +1
    ./Application.Ringtoets.Storage/DbContext/PipingSoilLayerEntity.cs
    • -3
    • +3
    ./Application.Ringtoets.Storage/DbContext/RingtoetsEntities.edmx
    • -78
    • +78
    ./Application.Ringtoets.Storage/DbContext/RingtoetsEntities.edmx.diagram
  1. … 5 more files in changeset.
Renamed PipingCalculationEntity.StochasticSoilProfileEntityId to PipingCalculationEntity.PipingStochasticSoilProfileEntityId Changed enum note of MacroStabilityInwardsSoilLayer*DEntity.ShearStrengthModel Set XML properties to NOT NULL Removed SectionLength form storage Updated format of database triggers Added NULL check for PipingSoilLayerCreateExtensions Refactored static call to TestHelper.SolutionRoot to a method that is called while running the test Related to Issue [WTI-1378]

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

Former-commit-id: ffc212f543edb5fe3e4647c5f87ebed29cbce0dc

Former-commit-id: 31f4b4630ce9bdade4eedf7b1adf7488748df9d9

    • -19
    • +22
    ./Application.Ringtoets.Migration.Core/EmbeddedResources/DatabaseStructure17.2.sql
    • -1
    • +39
    ./Application.Ringtoets.Migration.Core/EmbeddedResources/Migration_17.1_17.2.sql
    • -1
    • +0
    ./Application.Ringtoets.Storage/Create/MacroStabilityInwards/MacroStabilityInwardsFailureMechanismCreateExtensions.cs
    • -1
    • +7
    ./Application.Ringtoets.Storage/Create/Piping/PipingSoilLayerCreateExtensions.cs
    • -1
    • +0
    ./Application.Ringtoets.Storage/DbContext/MacroStabilityInwardsFailureMechanismMetaEntity.cs
    • -1
    • +1
    ./Application.Ringtoets.Storage/DbContext/PipingCalculationEntity.cs
    • -12
    • +9
    ./Application.Ringtoets.Storage/DbContext/RingtoetsEntities.edmx
    • -84
    • +84
    ./Application.Ringtoets.Storage/DbContext/RingtoetsEntities.edmx.diagram
    • -1
    • +0
    ./Application.Ringtoets.Storage/Read/MacroStabilityInwards/MacroStabilityInwardsFailureMechanismMetaEntityReadExtensions.cs
  1. … 11 more files in changeset.
Grouped parameters in query Related to Issue [WTI-1378]

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

Former-commit-id: c6c853a414d288848c33555430af538c8f5b7812

Former-commit-id: 3ef460727d9f20b5a6ee365f4200061b63f9e41d

    • -2
    • +2
    ./Application.Ringtoets.Migration.Core/EmbeddedResources/Migration_17.1_17.2.sql
Incorporated comments review 2099: - Renamed PipingFailureMechanism => Piping

Related to Issue [WTI-1408]

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

Former-commit-id: 137d4ee26d41752fc0e8faa7d4416e3e9378f04a

Former-commit-id: c15accfd9e624a8f840f41aa6fe11f6c6a527b3f

    • -1
    • +1
    ./Application.Ringtoets.Storage/Create/AssessmentSectionCreateExtensions.cs
    • -1
    • +1
    ./Application.Ringtoets.Storage/Read/AssessmentSectionEntityReadExtensions.cs
  1. … 22 more files in changeset.
Incorporated comments review 2098: - Formatted file - Renamed SQL alias for clarity

Paired with ~janssen

Related to Issue [WTI-1364]

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

Former-commit-id: dd3092064b26778d5286a8856d9ba7417c280665

Former-commit-id: 436ccf4bb36e3289dcd8f47f2a7b5e50966aaae2

    • -5
    • +5
    ./Application.Ringtoets.Migration.Core/EmbeddedResources/Migration_17.1_17.2.sql
  1. … 1 more file in changeset.
Renamed Norm to ReturnPeriod Related to Issue [WTI-1364]

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

Former-commit-id: a71e36caa29cac9b48d3ed417ef05e4ef3a2fde6

Former-commit-id: e2ff242fd70cf3e6cca5be632cf889c7b5aa2f9c

    • -28
    • +27
    ./Application.Ringtoets.Migration.Core/EmbeddedResources/Migration_17.1_17.2.sql
Renamed NormativeNorm to NormativeNormType Related to Issue [WTI-1364]

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

Former-commit-id: 648ab2a9ae6b3c9a7e3ffb8dc5e02de9ece81c11

Former-commit-id: cd4dc0cbb7ea8f26e048512d8e3978eb7d991fb7

    • -3
    • +3
    ./Application.Ringtoets.Migration.Core/EmbeddedResources/DatabaseStructure17.2.sql
    • -9
    • +9
    ./Application.Ringtoets.Migration.Core/EmbeddedResources/Migration_17.1_17.2.sql
    • -1
    • +1
    ./Application.Ringtoets.Storage/Create/AssessmentSectionCreateExtensions.cs
    • -1
    • +1
    ./Application.Ringtoets.Storage/DbContext/AssessmentSectionEntity.cs
    • -5
    • +5
    ./Application.Ringtoets.Storage/DbContext/RingtoetsEntities.edmx
    • -84
    • +84
    ./Application.Ringtoets.Storage/DbContext/RingtoetsEntities.edmx.diagram
    • -1
    • +1
    ./Application.Ringtoets.Storage/Read/AssessmentSectionEntityReadExtensions.cs
  1. … 6 more files in changeset.
Created serializers for Ring objects Added valid Rings to storage tests Related to Issue [WTI-1378]

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

Former-commit-id: e3b15c1d022d6410d6bd5961ac6c193db43c8593

Former-commit-id: 4ba1bb08e980c59857fea615ecc4e4c66871ef86

    • -0
    • +1
    ./Application.Ringtoets.Storage/Application.Ringtoets.Storage.csproj
    • -6
    • +5
    ./Application.Ringtoets.Storage/Read/MacroStabilityInwards/MacroStabilityInwardsSoilLayerTwoDEntityReadExtensions.cs
    • -0
    • +63
    ./Application.Ringtoets.Storage/Serializers/RingXmlSerializer.cs
  1. … 11 more files in changeset.