Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Updated storage to include LevelOne for all failure mechanisms. Related to Issue [WTI-935]

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

Former-commit-id: 2d80b248f13daadd32e7c350460e6d1bac2b2c3c

Former-commit-id: b665e660ec3a0bceade1bb558749ee7d37e736f2

    • -1
    • +4
    ./Application.Ringtoets.Storage/DbContext/DatabaseStructure.sql
    • -0
    • +1
    ./Application.Ringtoets.Storage/DbContext/DuneErosionSectionResultEntity.cs
    • -1
    • +1
    ./Application.Ringtoets.Storage/DbContext/RingtoetsEntities.Designer.cs
    • -1
    • +10
    ./Application.Ringtoets.Storage/DbContext/RingtoetsEntities.edmx
    • -53
    • +53
    ./Application.Ringtoets.Storage/DbContext/RingtoetsEntities.edmx.diagram
    • -0
    • +1
    ./Application.Ringtoets.Storage/DbContext/StabilityPointStructuresSectionResultEntity.cs
    • -0
    • +1
    ./Application.Ringtoets.Storage/DbContext/StabilityStoneCoverSectionResultEntity.cs
* Exported ClosingStructureEntity from design. Related to Issue [WTI-905]

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

Former-commit-id: 3ccc2c54a717f503d10bbe50cabdf30caee17631

Former-commit-id: 998914d7ddf7e7236fba211d5c9e1d2c67c3db08

    • -0
    • +3
    ./Application.Ringtoets.Storage/Application.Ringtoets.Storage.csproj
    • -0
    • +72
    ./Application.Ringtoets.Storage/DbContext/ClosingStructureEntity.cs
    • -1
    • +45
    ./Application.Ringtoets.Storage/DbContext/DatabaseStructure.sql
    • -0
    • +3
    ./Application.Ringtoets.Storage/DbContext/FailureMechanismEntity.cs
    • -0
    • +1
    ./Application.Ringtoets.Storage/DbContext/RingtoetsEntities.Context.cs
    • -1
    • +1
    ./Application.Ringtoets.Storage/DbContext/RingtoetsEntities.Designer.cs
    • -1
    • +146
    ./Application.Ringtoets.Storage/DbContext/RingtoetsEntities.edmx
    • -52
    • +54
    ./Application.Ringtoets.Storage/DbContext/RingtoetsEntities.edmx.diagram
- Added Height structure calculation entity to the export Related to Issue [WTI-838]

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

Former-commit-id: d930c0801cd4973e35f7381f0e4eeb5d27b103a5

Former-commit-id: c12e06b3a4ea641a956bb15c20c1d7853bf694ca

    • -0
    • +3
    ./Application.Ringtoets.Storage/Application.Ringtoets.Storage.csproj
    • -0
    • +3
    ./Application.Ringtoets.Storage/DbContext/CalculationGroupEntity.cs
    • -1
    • +56
    ./Application.Ringtoets.Storage/DbContext/DatabaseStructure.sql
    • -0
    • +3
    ./Application.Ringtoets.Storage/DbContext/ForeshoreProfileEntity.cs
    • -0
    • +8
    ./Application.Ringtoets.Storage/DbContext/HeightStructureEntity.cs
    • -0
    • +71
    ./Application.Ringtoets.Storage/DbContext/HeightStructuresCalculationEntity.cs
    • -0
    • +3
    ./Application.Ringtoets.Storage/DbContext/HydraulicLocationEntity.cs
    • -0
    • +1
    ./Application.Ringtoets.Storage/DbContext/RingtoetsEntities.Context.cs
    • -1
    • +1
    ./Application.Ringtoets.Storage/DbContext/RingtoetsEntities.Designer.cs
    • -1
    • +236
    ./Application.Ringtoets.Storage/DbContext/RingtoetsEntities.edmx
    • -51
    • +56
    ./Application.Ringtoets.Storage/DbContext/RingtoetsEntities.edmx.diagram
Connecting ClosingStructureCalculationActivity with relevant services: - Added Util project and updated License

Related to Issue [WTI-554]

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

Former-commit-id: 5704a7675ed344d29141878e46ced7e2ff60893c

Former-commit-id: 17d8664afac1194756e97a2e466e76da13b20bfe

    • -92
    • +92
    ./Application.Ringtoets.Setup/Licentie.rtf
  1. … 5 more files in changeset.
* Made C parameter of GeneralClosingStructuresInput readonly. ** Updated all affected classes, including storage. * Refactored inline string resource in unit tests * Renamed parameters. Related to Issue [WTI-552]

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

Former-commit-id: bd454a77a220c0bbc0b794d9961e7b2b621b291f

Former-commit-id: 4e6d3dc4ff0279271bcff71b9d7e86345870dea3

    • -1
    • +0
    ./Application.Ringtoets.Storage/Create/ClosingStructures/GeneralClosingStructuresInputCreateExtensions.cs
    • -1
    • +0
    ./Application.Ringtoets.Storage/DbContext/ClosingStructureFailureMechanismMetaEntity.cs
    • -2
    • +1
    ./Application.Ringtoets.Storage/DbContext/DatabaseStructure.sql
    • -3
    • +0
    ./Application.Ringtoets.Storage/DbContext/RingtoetsEntities.edmx
    • -51
    • +51
    ./Application.Ringtoets.Storage/DbContext/RingtoetsEntities.edmx.diagram
    • -3
    • +1
    ./Application.Ringtoets.Storage/Read/ClosingStructures/ClosingStructuresFailureMechanismMetaEntityReadExtensions.cs
    • -1
    • +0
    ./Application.Ringtoets.Storage/Read/FailureMechanismEntityReadExtensions.cs
  1. … 25 more files in changeset.
* Integrated new Read and Create extension methods for HeightStructure instances into Read/Create Extension methods for HeightStructureFailureMechanism. Related to Issue [WTI-656]

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

Former-commit-id: a87ba500c24d81cca3535364308157850a44c61d

Former-commit-id: 2da49634b69e42d58b152c2974bdbe9c82f1abbf

    • -0
    • +13
    ./Application.Ringtoets.Storage/Create/HeightStructures/HeightStructuresFailureMechanismCreateExtensions.cs
    • -4
    • +7
    ./Application.Ringtoets.Storage/Read/FailureMechanismEntityReadExtensions.cs
  1. … 6 more files in changeset.
* Read and Create extension methods for storing HeightStructure instances. * DeepClone for all string elements (to ensure storage fingerprint generation works properly) * Cleanup Xml docs in PersistenceRegistry (was still referencing old 'update' API that has been removed) Related to Issue [WTI-656]

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

Former-commit-id: de3707f129f46a4c3f51fe9efed2d665f30f3469

Former-commit-id: 43af701d73bf7a6ea95525d27ad96460febe5659

    • -0
    • +2
    ./Application.Ringtoets.Storage/Application.Ringtoets.Storage.csproj
    • -3
    • +3
    ./Application.Ringtoets.Storage/Create/AssessmentSectionCreateExtensions.cs
    • -0
    • +82
    ./Application.Ringtoets.Storage/Create/HeightStructures/HeightStructureCreateExtensions.cs
    • -113
    • +160
    ./Application.Ringtoets.Storage/Create/PersistenceRegistry.cs
    • -1
    • +2
    ./Application.Ringtoets.Storage/Read/ForeshoreProfileEntityReadExtensions.cs
    • -0
    • +99
    ./Application.Ringtoets.Storage/Read/HeightStructures/HeightStructuresEntityReadExtensions.cs
    • -0
    • +74
    ./Application.Ringtoets.Storage/Read/ReadConversionCollector.cs
  1. … 5 more files in changeset.
Implemented improvements of review 1123. paired with bouvrie Related to Issue [WTI-837]

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

Former-commit-id: 24d1235e1c39e58ba6462085a1be4dea6a85b9be

Former-commit-id: 35b652110f335929e21f129163e7ae25a1b83f4c

    • -3
    • +3
    ./Application.Ringtoets.Storage/Create/ClosingStructures/ClosingStructuresFailureMechanismCreateExtensions.cs
    • -2
    • +2
    ./Application.Ringtoets.Storage/Create/HeightStructures/HeightStructuresFailureMechanismCreateExtensions.cs
    • -3
    • +3
    ./Application.Ringtoets.Storage/Create/StabilityPointStructures/StabilityPointStructuresFailureMechanismCreateExtensions.cs
  1. … 1 more file in changeset.
* Imported HeightStructureEntity * Cleanup up IRingtoetsEntities reference in RingtoetsEntities.Context.tt Related to Issue [WTI-656]

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

Former-commit-id: d13741c4385b912e2a2e3bc45f0cd46a111edbe8

Former-commit-id: 1482657ea340905e11388d3c997333e817c7b763

    • -0
    • +3
    ./Application.Ringtoets.Storage/Application.Ringtoets.Storage.csproj
    • -1
    • +35
    ./Application.Ringtoets.Storage/DbContext/DatabaseStructure.sql
    • -0
    • +3
    ./Application.Ringtoets.Storage/DbContext/FailureMechanismEntity.cs
    • -0
    • +62
    ./Application.Ringtoets.Storage/DbContext/HeightStructureEntity.cs
    • -0
    • +1
    ./Application.Ringtoets.Storage/DbContext/RingtoetsEntities.Context.cs
    • -1
    • +1
    ./Application.Ringtoets.Storage/DbContext/RingtoetsEntities.Context.tt
    • -0
    • +115
    ./Application.Ringtoets.Storage/DbContext/RingtoetsEntities.edmx
    • -50
    • +52
    ./Application.Ringtoets.Storage/DbContext/RingtoetsEntities.edmx.diagram
Renamed properties in Entity classes: * DikeProfileEntity.ForeShoreXml -> ForeshoreXml * HeightStructuresFailureMechanismMetaEntity.HeightStructuresFailureMechanismMetaEntity -> HeightStructuresFailureMechanismMetaEntityId

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

Former-commit-id: 92b854cfa76f3f652713d7338ccaf9187b2a0656

Former-commit-id: 315d75ec04097e1f243b035be90fa081ed8810a3

  1. … 1 more file in changeset.
Renamed properties in Entity classes: * DikeProfileEntity.ForeShoreXml -> ForeshoreXml * HeightStructuresFailureMechanismMetaEntity.HeightStructuresFailureMechanismMetaEntity -> HeightStructuresFailureMechanismMetaEntityId

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

Former-commit-id: 92fa47de0f020f7d421b1923a28fd4f04364f040

Former-commit-id: b8835ef7951ade3420dd52fa3a3995560af00dfe

    • -3
    • +3
    ./Application.Ringtoets.Storage/DbContext/DatabaseStructure.sql
    • -1
    • +1
    ./Application.Ringtoets.Storage/DbContext/DikeProfileEntity.cs
    • -1
    • +1
    ./Application.Ringtoets.Storage/DbContext/HeightStructuresFailureMechanismMetaEntity.cs
    • -8
    • +8
    ./Application.Ringtoets.Storage/DbContext/RingtoetsEntities.edmx
    • -45
    • +45
    ./Application.Ringtoets.Storage/DbContext/RingtoetsEntities.edmx.diagram
  1. … 8 more files in changeset.
* Implemented storage for structure failure mechanism specific parameters ** Create and read extension methods defined for HeightStructures, ClosingStructures and StabilityPointStructures failure mechanisms. ** Updated FailureMechanismEntityReadExtensions and Height-, Closing- and StabilityPointStructuresFailureMechanismCreateExtensions for new storage methods shown above. * Moved HeightStructuresSectionResultEntityReadExtensions Related to Issue [WTI-837]

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

Former-commit-id: 774ff0b90b0de466798da31d885459480bb8a7a3

Former-commit-id: 7c9a891cb275760332f7beb5a66553469819509d

    • -1
    • +7
    ./Application.Ringtoets.Storage/Application.Ringtoets.Storage.csproj
    • -0
    • +6
    ./Application.Ringtoets.Storage/Create/ClosingStructures/ClosingStructuresFailureMechanismCreateExtensions.cs
    • -0
    • +48
    ./Application.Ringtoets.Storage/Create/ClosingStructures/GeneralClosingStructuresInputCreateExtensions.cs
    • -0
    • +47
    ./Application.Ringtoets.Storage/Create/HeightStructures/GeneralHeightStructuresInputCreateExtensions.cs
    • -1
    • +7
    ./Application.Ringtoets.Storage/Create/HeightStructures/HeightStructuresFailureMechanismCreateExtensions.cs
    • -0
    • +47
    ./Application.Ringtoets.Storage/Create/StabilityPointStructures/GeneralStabilityPointStructuresInputCreateExtensions.cs
    • -0
    • +6
    ./Application.Ringtoets.Storage/Create/StabilityPointStructures/StabilityPointStructuresFailureMechanismCreateExtensions.cs
    • -0
    • +50
    ./Application.Ringtoets.Storage/Read/ClosingStructures/ClosingStructuresFailureMechanismMetaEntityReadExtensions.cs
    • -0
    • +23
    ./Application.Ringtoets.Storage/Read/FailureMechanismEntityReadExtensions.cs
    • -0
    • +48
    ./Application.Ringtoets.Storage/Read/HeightStructures/HeightStructuresFailureMechanismMetaEntityReadExtensions.cs
    • -0
    • +53
    ./Application.Ringtoets.Storage/Read/HeightStructures/HeightStructuresSectionResultEntityReadExtensions.cs
    • -53
    • +0
    ./Application.Ringtoets.Storage/Read/HeightStructuresSectionResultEntityReadExtensions.cs
    • -0
    • +48
    ./Application.Ringtoets.Storage/Read/StabilityPointStructures/StabilityPointStructureFailureMechanismMetaEntityReadExtensions.cs
  1. … 16 more files in changeset.
* Exported design for structure failure mechanism general input parameters. * Removed IRingtoetsEntities (no longer used) Related to Issue [WTI-837]

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

Former-commit-id: c331362c8d3de7260acefc2887a41d949d49ca5e

Former-commit-id: ba544a2f7a3b287570c80a83dc4b53f84b39ee68

    • -1
    • +9
    ./Application.Ringtoets.Storage/Application.Ringtoets.Storage.csproj
    • -0
    • +45
    ./Application.Ringtoets.Storage/DbContext/ClosingStructureFailureMechanismMetaEntity.cs
    • -0
    • +1
    ./Application.Ringtoets.Storage/DbContext/ClosingStructuresSectionResultEntity.cs
    • -1
    • +51
    ./Application.Ringtoets.Storage/DbContext/DatabaseStructure.sql
    • -0
    • +9
    ./Application.Ringtoets.Storage/DbContext/FailureMechanismEntity.cs
    • -0
    • +44
    ./Application.Ringtoets.Storage/DbContext/HeightStructuresFailureMechanismMetaEntity.cs
    • -276
    • +0
    ./Application.Ringtoets.Storage/DbContext/IRingtoetsEntities.cs
    • -1
    • +4
    ./Application.Ringtoets.Storage/DbContext/RingtoetsEntities.Context.cs
    • -22
    • +1
    ./Application.Ringtoets.Storage/DbContext/RingtoetsEntities.Designer.cs
    • -1
    • +190
    ./Application.Ringtoets.Storage/DbContext/RingtoetsEntities.edmx
    • -48
    • +54
    ./Application.Ringtoets.Storage/DbContext/RingtoetsEntities.edmx.diagram
    • -0
    • +44
    ./Application.Ringtoets.Storage/DbContext/StabilityPointStructuresFailureMechanismMetaEntity.cs
* Implemented Read- and Create extension methods for Height-, Closing- and StabilityPointStructure failure mechanisms. Related to Issue [WTI-903]

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

Former-commit-id: 1ac34329c206daefef6607e383220cd4003988d8

Former-commit-id: dc3aa3966880ce3fa0200306feacf4da5938289d

    • -0
    • +14
    ./Application.Ringtoets.Storage/Create/ClosingStructures/ClosingStructuresFailureMechanismCreateExtensions.cs
    • -0
    • +14
    ./Application.Ringtoets.Storage/Create/HeightStructures/HeightStructuresFailureMechanismCreateExtensions.cs
    • -0
    • +14
    ./Application.Ringtoets.Storage/Create/StabilityPointStructures/StabilityPointStructuresFailureMechanismCreateExtensions.cs
    • -0
    • +3
    ./Application.Ringtoets.Storage/Read/FailureMechanismEntityReadExtensions.cs
  1. … 8 more files in changeset.
Moved StringExtensions to Core.Common.Utils and added FirstToUpper method Related to Issue [WTI-577]

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

Former-commit-id: f4a55a759d58344d9ae480932d9dd604df0bfb53

Former-commit-id: edd54ffd67f8bfec26179234d162598c3e995a72

    • -1
    • +0
    ./Application.Ringtoets.Storage/Application.Ringtoets.Storage.csproj
    • -0
    • +1
    ./Application.Ringtoets.Storage/Create/AssessmentSectionCreateExtensions.cs
    • -0
    • +1
    ./Application.Ringtoets.Storage/Create/CalculationGroupCreateExtensions.cs
    • -0
    • +1
    ./Application.Ringtoets.Storage/Create/FailureMechanismSectionCreateExtensions.cs
    • -0
    • +1
    ./Application.Ringtoets.Storage/Create/ForeshoreProfileCreateExtensions.cs
    • -0
    • +1
    ./Application.Ringtoets.Storage/Create/GrassCoverErosionOutwards/GrassCoverErosionOutwardsWaveConditionsCalculationCreateExtensions.cs
    • -0
    • +1
    ./Application.Ringtoets.Storage/Create/HydraulicBoundaryLocationCreateExtensions.cs
    • -0
    • +1
    ./Application.Ringtoets.Storage/Create/IFailureMechanismCreateExtensions.cs
    • -0
    • +1
    ./Application.Ringtoets.Storage/Create/Piping/PipingCalculationScenarioCreateExtensions.cs
    • -0
    • +1
    ./Application.Ringtoets.Storage/Create/Piping/PipingSoilLayerCreateExtensions.cs
    • -0
    • +1
    ./Application.Ringtoets.Storage/Create/Piping/PipingSoilProfileCreateExtensions.cs
    • -0
    • +1
    ./Application.Ringtoets.Storage/Create/Piping/RingtoetsPipingSurfaceLineCreateExtensions.cs
    • -0
    • +1
    ./Application.Ringtoets.Storage/Create/Piping/StochasticSoilModelCreateExtensions.cs
  1. … 12 more files in changeset.
Added IO project to StabilityPointStructures Related to Issue [WTI-599]

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

Former-commit-id: c241353f2668b2dda722c177ab0f932b52302f07

Former-commit-id: 1244f155d9a620df9821c9b3b6d422e145971774

    • -56
    • +59
    ./Application.Ringtoets.Setup/Licentie.rtf
  1. … 5 more files in changeset.
Added Utils project for heightstructures. Related to Issue [WTI-693]

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

Former-commit-id: 12fc431a22a20b8b9e8d4fbe6576ca820d2a4f6d

Former-commit-id: 44ea0345c3367e4feccb9a65f025aec76f37e8f8

    • -90
    • +97
    ./Application.Ringtoets.Setup/Licentie.rtf
  1. … 5 more files in changeset.
Create importer for definitions of structures - closure Related to Issue [WTI-590]

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

Former-commit-id: c1fca02a60aaf825886e5e6f1f76e0f5789baf53

Former-commit-id: 24808343c2a3d8026510fde7c1a22bb5e62184dd

    • -93
    • +94
    ./Application.Ringtoets.Setup/Licentie.rtf
  1. … 28 more files in changeset.
Merged revision(s) 5638 from branches/Release/16_2: Fixed ordering bug of Grass Cover Erosion Inwards' Hydraulic Boundary Locations. Reviewed by: kleijn Related to Issue WTI 899

........

Related to Issue [WTI-899]

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

Former-commit-id: 65a108e04c1e49b17fe3082656d73cde1e76727a

Former-commit-id: 7edd53d48a6259a11787e7aa67df7fcffbd86d23

    • -1
    • +5
    ./Application.Ringtoets.Storage/Read/FailureMechanismEntityReadExtensions.cs
  1. … 1 more file in changeset.
Fixed ordering bug of Grass Cover Erosion Inwards' Hydraulic Boundary Locations. Reviewed by: kleijn Related to Issue [WTI-899]

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

Former-commit-id: 567c96d29fd54993b03fa87c6673517a2f165709

Former-commit-id: 0925b9c1fdef52b6234d9c5c673fac9ba585a80d

    • -1
    • +5
    ./Application.Ringtoets.Storage/Read/FailureMechanismEntityReadExtensions.cs
  1. … 1 more file in changeset.
Merged revision(s) 5613 from branches/Release/16_2: Replaced manual with newest version Related to Issue WTI 870

........

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

Former-commit-id: fb1f48776c9d66a4aeb3dbf7f6bb027749a8b2d3

Former-commit-id: 177a6f3cce8387d05a237750fbe59d723006d99f

    • -1
    • +1
    ./Application.Ringtoets.Setup/Application.Ringtoets.Setup.wixproj
    • binary
    ./Application.Ringtoets.Setup/Gebruikershandleiding Ringtoets 16.1.1.pdf
    • binary
    ./Application.Ringtoets.Setup/Gebruikershandleiding Ringtoets 16.2.pdf
    • -2
    • +2
    ./Application.Ringtoets.Setup/Product.wxs
Replaced manual with newest version Related to Issue [WTI-870]

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

Former-commit-id: b8d45aa3ca3110feb97a31d8663e6aeb01e0cec0

Former-commit-id: ed7451f63273e1a0074dea2c4f25ba7b8b6a9187

    • -1
    • +1
    ./Application.Ringtoets.Setup/Application.Ringtoets.Setup.wixproj
    • binary
    ./Application.Ringtoets.Setup/Gebruikershandleiding Ringtoets 16.1.1.pdf
    • binary
    ./Application.Ringtoets.Setup/Gebruikershandleiding Ringtoets 16.2.pdf
    • -2
    • +2
    ./Application.Ringtoets.Setup/Product.wxs
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

    • -4
    • +4
    ./Application.Ringtoets.Storage/Create/HydraulicBoundaryLocationCreateExtensions.cs
    • -18
    • +18
    ./Application.Ringtoets.Storage/Create/PersistenceRegistry.cs
    • -4
    • +4
    ./Application.Ringtoets.Storage/Create/WaveImpactAsphaltCover/WaveImpactAsphaltCoverWaveConditionsCalculationCreateExtensions.cs
    • -2
    • +1
    ./Application.Ringtoets.Storage/Read/GrassCoverErosionOutwards/GrassCoverErosionOutwardsHydraulicLocationEntityReadExtensions.cs
    • -4
    • +5
    ./Application.Ringtoets.Storage/Read/WaveImpactAsphaltCover/WaveImpactAsphaltCoverWaveConditionsCalculationEntityReadExtensions.cs
    • -1
    • +1
    ./Application.Ringtoets.Storage/Read/WaveImpactAsphaltCover/WaveImpactAsphaltCoverWaveConditionsOutputEntityReadExtensions.cs
  1. … 172 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

    • -4
    • +4
    ./Application.Ringtoets.Storage/Create/HydraulicBoundaryLocationCreateExtensions.cs
    • -18
    • +18
    ./Application.Ringtoets.Storage/Create/PersistenceRegistry.cs
    • -4
    • +4
    ./Application.Ringtoets.Storage/Create/WaveImpactAsphaltCover/WaveImpactAsphaltCoverWaveConditionsCalculationCreateExtensions.cs
    • -2
    • +1
    ./Application.Ringtoets.Storage/Read/GrassCoverErosionOutwards/GrassCoverErosionOutwardsHydraulicLocationEntityReadExtensions.cs
    • -4
    • +5
    ./Application.Ringtoets.Storage/Read/WaveImpactAsphaltCover/WaveImpactAsphaltCoverWaveConditionsCalculationEntityReadExtensions.cs
    • -1
    • +1
    ./Application.Ringtoets.Storage/Read/WaveImpactAsphaltCover/WaveImpactAsphaltCoverWaveConditionsOutputEntityReadExtensions.cs
  1. … 180 more files in changeset.
- Added StabilityPointStructures plugin Related to Issue [WTI-561]

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

Former-commit-id: d2c010ba060f382d514fc406421bcba1883e44b4

Former-commit-id: 3ce29c7ba4fe7ad4a8e517f38a7c367fbcd90758

    • -0
    • +5
    ./Application.Ringtoets/Application.Ringtoets.csproj
- Added ClosingStructuresFailureMechanismContext.cs - Added tests - optimised references Related to Issue [WTI-547]

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

Former-commit-id: 6b492461ff5005261bd64dfa7fa76d74fa613c99

Former-commit-id: b731f49770775c04ffe066bb1a6d92d0e8d9a905

    • -0
    • +5
    ./Application.Ringtoets/Application.Ringtoets.csproj
  1. … 28 more files in changeset.
Final renames of StrengthStabilityPointConstruction --> StabilityPointStructures Related to Issue [WTI-560]

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

Former-commit-id: 2dbec30122acca58a20b2332edf7edd851f82cd3

Former-commit-id: ed1d6642e36ab866a6d56017a11d0f99208b5e39

    • -5
    • +5
    ./Application.Ringtoets.Storage/Read/AssessmentSectionEntityReadExtensions.cs
    • -2
    • +2
    ./Application.Ringtoets.Storage/Read/FailureMechanismEntityReadExtensions.cs
  1. … 6 more files in changeset.
- Moved relevant files to StabilityPointStructures projects and folders Related to Issue [WTI-560]

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

Former-commit-id: 7ebfef7c61e5c53c4c979cf2201cd4d076a1c899

Former-commit-id: 40cf736b19f2713bdd445c628e9db962d935995f

    • -6
    • +11
    ./Application.Ringtoets.Storage/Application.Ringtoets.Storage.csproj
    • -2
    • +2
    ./Application.Ringtoets.Storage/Create/AssessmentSectionCreateExtensions.cs
    • -0
    • +61
    ./Application.Ringtoets.Storage/Create/StabilityPointStructures/StabilityPointStructuresFailureMechanismCreateExtensions.cs
    • -0
    • +56
    ./Application.Ringtoets.Storage/Create/StabilityPointStructures/StabilityPointStructuresFailureMechanismSectionResultCreateExtensions.cs
    • -56
    • +0
    ./Application.Ringtoets.Storage/Create/StrengthStabilityPointConstruction/StrengthStabilityPointConstructionFailureMechanismSectionResultCreateExtensions.cs
    • -7
    • +7
    ./Application.Ringtoets.Storage/DbContext/DatabaseStructure.sql
    • -6
    • +6
    ./Application.Ringtoets.Storage/DbContext/FailureMechanismSectionEntity.cs
    • -1
    • +1
    ./Application.Ringtoets.Storage/DbContext/FailureMechanismType.cs
    • -2
    • +2
    ./Application.Ringtoets.Storage/DbContext/IRingtoetsEntities.cs
    • -2
    • +2
    ./Application.Ringtoets.Storage/DbContext/RingtoetsEntities.Context.cs
    • -1
    • +1
    ./Application.Ringtoets.Storage/DbContext/RingtoetsEntities.Designer.cs
    • -101
    • +101
    ./Application.Ringtoets.Storage/DbContext/RingtoetsEntities.edmx
    • -45
    • +45
    ./Application.Ringtoets.Storage/DbContext/RingtoetsEntities.edmx.diagram
    • -0
    • +45
    ./Application.Ringtoets.Storage/DbContext/StabilityPointStructuresSectionResultEntity.cs
  1. … 60 more files in changeset.
Updated Licentie.rtf Related to Issue [WTI-560]

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

Former-commit-id: 72fd3b70d4715adf940b018548969730d17fd4ef

Former-commit-id: f6f663e0f986ca9853b743ea51855c453d5ca1ca

    • -138
    • +144
    ./Application.Ringtoets.Setup/Licentie.rtf
- Moved related classes to ClosingStructures projects Related to Issue [WTI-546]

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

Former-commit-id: b0af05cb82171965d4485f4199f79b099ec64a9d

Former-commit-id: 48711dc8f9a44e33b3d4363d8e101bbace3837bb

    • -0
    • +5
    ./Application.Ringtoets.Storage/Application.Ringtoets.Storage.csproj
    • -2
    • +1
    ./Application.Ringtoets.Storage/Create/ClosingStructures/ClosingStructuresFailureMechanismCreateExtensions.cs
    • -1
    • +1
    ./Application.Ringtoets.Storage/Create/ClosingStructures/ClosingStructuresFailureMechanismSectionResultCreateExtensions.cs
    • -1
    • +1
    ./Application.Ringtoets.Storage/Read/ClosingStructures/ClosingStructuresSectionResultEntityReadExtensions.cs
    • -0
    • +1
    ./Application.Ringtoets.Storage/Read/FailureMechanismEntityReadExtensions.cs
  1. … 50 more files in changeset.