Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
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

    • -1
    • +0
    ./Application.Ringtoets.Storage/Application.Ringtoets.Storage.csproj
    • -1
    • +7
    ./Application.Ringtoets.Storage/Create/Piping/PipingFailureMechanismCreateExtensions.cs
    • -47
    • +0
    ./Application.Ringtoets.Storage/Create/Piping/PipingProbabilityAssessmentInputCreateExtensions.cs
    • -1
    • +10
    ./Application.Ringtoets.Storage/Read/FailureMechanismEntityReadExtensions.cs
    • -1
    • +14
    ./Application.Ringtoets.Storage/Read/Piping/PipingFailureMechanismMetaEntityReadExtensions.cs
  1. … 5 more files in changeset.
Updated storage for Q-variant related calculations: - Read and Create Extension methods and corresponding tests - The StorageSqLiteIntegrationTest to assert the newly added properties - WaveConditionsOutput: explicitly initialize the CalculationConvergence and removed the optional constructor parameters Related to Issue [WTI-897]

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

Former-commit-id: 28abf622cb9128ec6aa23cce06e133242f612d03

Former-commit-id: 1c0416187a9bde0764fd6db3cea3d93106698fb5

    • -3
    • +21
    ./Application.Ringtoets.Storage/Create/WaveConditionsOutputCreateExtensions.cs
    • -1
    • +10
    ./Application.Ringtoets.Storage/Read/GrassCoverErosionOutwards/GrassCoverErosionOutwardsWaveConditionsOutputEntityReadExtensions.cs
    • -1
    • +10
    ./Application.Ringtoets.Storage/Read/StabilityStoneCover/StabilityStoneCoverWaveConditionsOutputEntityReadExtensions.cs
    • -1
    • +10
    ./Application.Ringtoets.Storage/Read/WaveImpactAsphaltCover/WaveImpactAsphaltCoverWaveConditionsOutputEntityReadExtensions.cs
  1. … 12 more files in changeset.
Introduced PipingOutputContext to hold references to PipingOutput and PipingSemiProbabilisticOutput. Added intermediate results from PipingOutput to the piping output property control. Related to Issue [WTI-1004]

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

Former-commit-id: 3837c47c98b0a8898a59b3fd73f40d331a459a73

Former-commit-id: 380efd80fd7fbec74f86da3ce1b5027b8cc87c94

    • -1
    • +2
    ./Application.Ringtoets.Storage/Read/Piping/PipingCalculationOutputEntityReadExtensions.cs
  1. … 19 more files in changeset.
Updated database to persist WaterVolumetricWeight. Related to Issue [WTI-1006]

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

Former-commit-id: 6aa83b7a1131eff9004219ac811d3c819c113139

Former-commit-id: 934ed55034382adcf998b85547580fade441cc2f

    • -11
    • +9
    ./Application.Ringtoets.Storage/DbContext/AssessmentSectionEntity.cs
    • -28
    • +17
    ./Application.Ringtoets.Storage/DbContext/CalculationGroupEntity.cs
    • -4
    • +5
    ./Application.Ringtoets.Storage/DbContext/CharacteristicPointEntity.cs
    • -10
    • +8
    ./Application.Ringtoets.Storage/DbContext/ClosingStructureEntity.cs
    • -2
    • +5
    ./Application.Ringtoets.Storage/DbContext/ClosingStructureFailureMechanismMetaEntity.cs
    • -33
    • +29
    ./Application.Ringtoets.Storage/DbContext/ClosingStructuresCalculationEntity.cs
    • -5
    • +6
    ./Application.Ringtoets.Storage/DbContext/ClosingStructuresOutputEntity.cs
    • -4
    • +5
    ./Application.Ringtoets.Storage/DbContext/ClosingStructuresSectionResultEntity.cs
    • -1
    • +2
    ./Application.Ringtoets.Storage/DbContext/DatabaseStructure.sql
    • -10
    • +8
    ./Application.Ringtoets.Storage/DbContext/DikeProfileEntity.cs
    • -4
    • +5
    ./Application.Ringtoets.Storage/DbContext/DuneErosionSectionResultEntity.cs
    • -38
    • +22
    ./Application.Ringtoets.Storage/DbContext/FailureMechanismEntity.cs
    • -43
    • +25
    ./Application.Ringtoets.Storage/DbContext/FailureMechanismSectionEntity.cs
    • -20
    • +13
    ./Application.Ringtoets.Storage/DbContext/ForeshoreProfileEntity.cs
    • -12
    • +9
    ./Application.Ringtoets.Storage/DbContext/GrassCoverErosionInwardsCalculationEntity.cs
  1. … 50 more files in changeset.
Updated storage for Q-variant related calculations. - Changed DB field CalculationConvergence in GrassCoverErosionOutwards, StabilityStoneCover and WaveImpactAsphalt to non-nullable for consistency with other implementations - Ran DeltaresClean over DBContext Related to Issue [WTI-897]

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

Former-commit-id: 3c3e939d7d563ae2cabb055aec2e9a883a18320b

Former-commit-id: 5c86a176e9c9698074ffcfc394f31ec7cac50c0a

    • -9
    • +11
    ./Application.Ringtoets.Storage/DbContext/AssessmentSectionEntity.cs
    • -17
    • +28
    ./Application.Ringtoets.Storage/DbContext/CalculationGroupEntity.cs
    • -5
    • +4
    ./Application.Ringtoets.Storage/DbContext/CharacteristicPointEntity.cs
    • -8
    • +10
    ./Application.Ringtoets.Storage/DbContext/ClosingStructureEntity.cs
    • -5
    • +2
    ./Application.Ringtoets.Storage/DbContext/ClosingStructureFailureMechanismMetaEntity.cs
    • -29
    • +33
    ./Application.Ringtoets.Storage/DbContext/ClosingStructuresCalculationEntity.cs
    • -6
    • +5
    ./Application.Ringtoets.Storage/DbContext/ClosingStructuresOutputEntity.cs
    • -5
    • +4
    ./Application.Ringtoets.Storage/DbContext/ClosingStructuresSectionResultEntity.cs
    • -4
    • +4
    ./Application.Ringtoets.Storage/DbContext/DatabaseStructure.sql
    • -8
    • +10
    ./Application.Ringtoets.Storage/DbContext/DikeProfileEntity.cs
    • -5
    • +4
    ./Application.Ringtoets.Storage/DbContext/DuneErosionSectionResultEntity.cs
    • -22
    • +38
    ./Application.Ringtoets.Storage/DbContext/FailureMechanismEntity.cs
    • -25
    • +43
    ./Application.Ringtoets.Storage/DbContext/FailureMechanismSectionEntity.cs
    • -13
    • +20
    ./Application.Ringtoets.Storage/DbContext/ForeshoreProfileEntity.cs
    • -9
    • +12
    ./Application.Ringtoets.Storage/DbContext/GrassCoverErosionInwardsCalculationEntity.cs
  1. … 50 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
    ./Application.Ringtoets.Storage/Read/Piping/PipingCalculationOutputEntityReadExtensions.cs
  1. … 33 more files in changeset.
- Added combobox as 2a result in wave impact asphalt cover section results. - Updated storage. Related to Issue [WTI-1021]

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

Former-commit-id: 30324d41f685276d5967b84629cb3d7e05b98c18

Former-commit-id: 2eb6b3d88d602de8e71fad90db5179b34d7287f5

    • -1
    • +1
    ./Application.Ringtoets.Storage/Create/WaveImpactAsphaltCover/WaveImpactAsphaltCoverFailureMechanismSectionResultCreateExtensions.cs
    • -12
    • +9
    ./Application.Ringtoets.Storage/DbContext/AssessmentSectionEntity.cs
    • -28
    • +17
    ./Application.Ringtoets.Storage/DbContext/CalculationGroupEntity.cs
    • -4
    • +5
    ./Application.Ringtoets.Storage/DbContext/CharacteristicPointEntity.cs
    • -10
    • +8
    ./Application.Ringtoets.Storage/DbContext/ClosingStructureEntity.cs
    • -2
    • +5
    ./Application.Ringtoets.Storage/DbContext/ClosingStructureFailureMechanismMetaEntity.cs
    • -33
    • +29
    ./Application.Ringtoets.Storage/DbContext/ClosingStructuresCalculationEntity.cs
    • -5
    • +6
    ./Application.Ringtoets.Storage/DbContext/ClosingStructuresOutputEntity.cs
    • -4
    • +5
    ./Application.Ringtoets.Storage/DbContext/ClosingStructuresSectionResultEntity.cs
    • -2
    • +2
    ./Application.Ringtoets.Storage/DbContext/DatabaseStructure.sql
    • -10
    • +8
    ./Application.Ringtoets.Storage/DbContext/DikeProfileEntity.cs
    • -4
    • +5
    ./Application.Ringtoets.Storage/DbContext/DuneErosionSectionResultEntity.cs
    • -38
    • +22
    ./Application.Ringtoets.Storage/DbContext/FailureMechanismEntity.cs
    • -43
    • +25
    ./Application.Ringtoets.Storage/DbContext/FailureMechanismSectionEntity.cs
    • -20
    • +13
    ./Application.Ringtoets.Storage/DbContext/ForeshoreProfileEntity.cs
  1. … 61 more files in changeset.
Updated storage for Q-variant related calculations. Added DB fields in GrassCoverErosionOutwards, StabilityStoneCover and WaveImpactAsphalt to store: - Stores WaveDirection - Stores target reliability and probability - Stores calculated reliability and probability - Stores the calculation convergence - Swapped expected and actual variables in StorageSqLiteIntegrationTest Related to Issue [WTI-897]

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

Former-commit-id: 2603738684dba9a044f47bed124eae52ae2d02f3

Former-commit-id: 71251045d0bcde7036dd25d47b8d388837abcb01

    • -0
    • +1
    ./Application.Ringtoets.Storage/DbContext/AssessmentSectionEntity.cs
    • -1
    • +19
    ./Application.Ringtoets.Storage/DbContext/DatabaseStructure.sql
    • -0
    • +6
    ./Application.Ringtoets.Storage/DbContext/GrassCoverErosionOutwardsWaveConditionsOutputEntity.cs
    • -1
    • +55
    ./Application.Ringtoets.Storage/DbContext/RingtoetsEntities.edmx
    • -55
    • +55
    ./Application.Ringtoets.Storage/DbContext/RingtoetsEntities.edmx.diagram
    • -0
    • +6
    ./Application.Ringtoets.Storage/DbContext/StabilityStoneCoverWaveConditionsOutputEntity.cs
    • -0
    • +6
    ./Application.Ringtoets.Storage/DbContext/WaveImpactAsphaltCoverWaveConditionsOutputEntity.cs
  1. … 1 more file in changeset.
- Changed Return period to norm - Set actual values for AssessmentSectionComposition Related to Issue [WTI-1019]

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

Former-commit-id: db33e630712b9aae8047588a8279b595f0b171be

Former-commit-id: 2446d2799f8d3c5cdba4e78742e4b036feadcff0

    • -1
    • +1
    ./Application.Ringtoets.Storage/DbContext/AssessmentSectionEntity.cs
    • -51
    • +51
    ./Application.Ringtoets.Storage/DbContext/DatabaseStructure.sql
    • -2
    • +2
    ./Application.Ringtoets.Storage/DbContext/RingtoetsEntities.edmx
    • -57
    • +57
    ./Application.Ringtoets.Storage/DbContext/RingtoetsEntities.edmx.diagram
  1. … 21 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

    • -1
    • +1
    ./Application.Ringtoets.Storage/Create/AssessmentSectionCreateExtensions.cs
    • -1
    • +1
    ./Application.Ringtoets.Storage/Create/GrassCoverErosionOutwards/GrassCoverErosionOutwardsWaveConditionsCalculationCreateExtensions.cs
    • -3
    • +3
    ./Application.Ringtoets.Storage/Create/IFailureMechanismCreateExtensions.cs
    • -1
    • +1
    ./Application.Ringtoets.Storage/Create/Piping/PipingCalculationScenarioCreateExtensions.cs
    • -1
    • +1
    ./Application.Ringtoets.Storage/Create/StabilityStoneCover/StabilityStoneCoverWaveConditionsCalculationCreateExtensions.cs
    • -3
    • +3
    ./Application.Ringtoets.Storage/Create/StructuresCalculationCreateExtensions.cs
    • -1
    • +1
    ./Application.Ringtoets.Storage/Create/WaveImpactAsphaltCover/WaveImpactAsphaltCoverWaveConditionsCalculationCreateExtensions.cs
    • -1
    • +1
    ./Application.Ringtoets.Storage/Read/AssessmentSectionEntityReadExtensions.cs
    • -1
    • +1
    ./Application.Ringtoets.Storage/Read/ClosingStructures/ClosingStructuresCalculationEntityReadExtensions.cs
    • -3
    • +3
    ./Application.Ringtoets.Storage/Read/FailureMechanismEntityReadExtensions.cs
    • -1
    • +1
    ./Application.Ringtoets.Storage/Read/GrassCoverErosionInwards/GrassCoverErosionInwardsCalculationEntityReadExtensions.cs
    • -1
    • +1
    ./Application.Ringtoets.Storage/Read/GrassCoverErosionOutwards/GrassCoverErosionOutwardsWaveConditionsCalculationEntityReadExtensions.cs
    • -1
    • +1
    ./Application.Ringtoets.Storage/Read/HeightStructures/HeightStructuresCalculationEntityReadExtensions.cs
    • -1
    • +1
    ./Application.Ringtoets.Storage/Read/Piping/PipingCalculationEntityReadExtensions.cs
  1. … 94 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

    • -1
    • +1
    ./Application.Ringtoets.Storage/Create/GrassCoverErosionOutwards/GrassCoverErosionOutwardsWaveConditionsCalculationCreateExtensions.cs
    • -1
    • +1
    ./Application.Ringtoets.Storage/Create/Piping/PipingCalculationScenarioCreateExtensions.cs
    • -1
    • +1
    ./Application.Ringtoets.Storage/Create/StabilityStoneCover/StabilityStoneCoverWaveConditionsCalculationCreateExtensions.cs
    • -3
    • +3
    ./Application.Ringtoets.Storage/Create/StructuresCalculationCreateExtensions.cs
    • -1
    • +1
    ./Application.Ringtoets.Storage/Create/WaveImpactAsphaltCover/WaveImpactAsphaltCoverWaveConditionsCalculationCreateExtensions.cs
    • -1
    • +4
    ./Application.Ringtoets.Storage/Read/ClosingStructures/ClosingStructuresCalculationEntityReadExtensions.cs
    • -1
    • +4
    ./Application.Ringtoets.Storage/Read/GrassCoverErosionInwards/GrassCoverErosionInwardsCalculationEntityReadExtensions.cs
    • -1
    • +4
    ./Application.Ringtoets.Storage/Read/GrassCoverErosionOutwards/GrassCoverErosionOutwardsWaveConditionsCalculationEntityReadExtensions.cs
    • -1
    • +4
    ./Application.Ringtoets.Storage/Read/HeightStructures/HeightStructuresCalculationEntityReadExtensions.cs
    • -1
    • +4
    ./Application.Ringtoets.Storage/Read/Piping/PipingCalculationEntityReadExtensions.cs
    • -1
    • +4
    ./Application.Ringtoets.Storage/Read/StabilityPointStructures/StabilityPointStructuresCalculationEntityReadExtensions.cs
    • -1
    • +4
    ./Application.Ringtoets.Storage/Read/StabilityStoneCover/StabilityStoneCoverWaveConditionsCalculationEntityReadExtensions.cs
    • -1
    • +4
    ./Application.Ringtoets.Storage/Read/WaveImpactAsphaltCover/WaveImpactAsphaltCoverWaveConditionsCalculationEntityReadExtensions.cs
  1. … 55 more files in changeset.
- Removed ICommentable from IAssessmentSection and replaced it with a Commentable property Related to Issue [WTI-983]

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

Former-commit-id: 96f7d039b5714198f657400bdf0cb860fcd7a04a

Former-commit-id: 6eb177bd9bb222ca091b01123eb8c80e7a0f834f

    • -1
    • +1
    ./Application.Ringtoets.Storage/Create/AssessmentSectionCreateExtensions.cs
    • -1
    • +4
    ./Application.Ringtoets.Storage/Read/AssessmentSectionEntityReadExtensions.cs
  1. … 22 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

    • -1
    • +3
    ./Application.Ringtoets.Storage/Create/IFailureMechanismCreateExtensions.cs
    • -2
    • +4
    ./Application.Ringtoets.Storage/DbContext/DatabaseStructure.sql
    • -1
    • +3
    ./Application.Ringtoets.Storage/DbContext/FailureMechanismEntity.cs
    • -4
    • +10
    ./Application.Ringtoets.Storage/DbContext/RingtoetsEntities.edmx
    • -57
    • +57
    ./Application.Ringtoets.Storage/DbContext/RingtoetsEntities.edmx.diagram
    • -1
    • +3
    ./Application.Ringtoets.Storage/Read/FailureMechanismEntityReadExtensions.cs
  1. … 21 more files in changeset.
Incorporated comments review 1208 (Editorial) - Ran DeltaresClean on DBContext Related to Issue [WTI-985]

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

Former-commit-id: 5e71cd4eb9fbee1f0ed1afe578941d7b8286e15b

Former-commit-id: b73775b0a3309c17afbd3438e2177346c57c3736

    • -9
    • +11
    ./Application.Ringtoets.Storage/DbContext/AssessmentSectionEntity.cs
    • -17
    • +28
    ./Application.Ringtoets.Storage/DbContext/CalculationGroupEntity.cs
    • -5
    • +4
    ./Application.Ringtoets.Storage/DbContext/CharacteristicPointEntity.cs
    • -8
    • +10
    ./Application.Ringtoets.Storage/DbContext/ClosingStructureEntity.cs
    • -5
    • +2
    ./Application.Ringtoets.Storage/DbContext/ClosingStructureFailureMechanismMetaEntity.cs
    • -29
    • +33
    ./Application.Ringtoets.Storage/DbContext/ClosingStructuresCalculationEntity.cs
    • -6
    • +5
    ./Application.Ringtoets.Storage/DbContext/ClosingStructuresOutputEntity.cs
    • -5
    • +4
    ./Application.Ringtoets.Storage/DbContext/ClosingStructuresSectionResultEntity.cs
    • -8
    • +10
    ./Application.Ringtoets.Storage/DbContext/DikeProfileEntity.cs
    • -5
    • +4
    ./Application.Ringtoets.Storage/DbContext/DuneErosionSectionResultEntity.cs
    • -22
    • +38
    ./Application.Ringtoets.Storage/DbContext/FailureMechanismEntity.cs
    • -25
    • +43
    ./Application.Ringtoets.Storage/DbContext/FailureMechanismSectionEntity.cs
    • -13
    • +20
    ./Application.Ringtoets.Storage/DbContext/ForeshoreProfileEntity.cs
    • -9
    • +12
    ./Application.Ringtoets.Storage/DbContext/GrassCoverErosionInwardsCalculationEntity.cs
    • -5
    • +2
    ./Application.Ringtoets.Storage/DbContext/GrassCoverErosionInwardsFailureMechanismMetaEntity.cs
  1. … 46 more files in changeset.
IProjectOwner now should be implemented in such a way that null can never be returned or set. Introduced StagedProject in StorageSqLite to always have a coupling between the model and the loaded entity. connectionString is no longer maintained in StorageSqLite, but the filepath is passed along the method calls. StorageCommandHandler is responsible for logging feedback to the user. Removed interface methods regarding closing of a project (invalid use case in Ringtoets) Added SetProject method in IProjectOwner and removed setters for Project and ProjectPath, so that Project and ProjectPath are always set together. Related to Issue [WTI-961]

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

Former-commit-id: ca0bf302faa996815ebc7f8d434ad15fb38246db

Former-commit-id: 679b97e980241449cfd6da32ba0fd19b28e85029

    • -64
    • +65
    ./Application.Ringtoets.Storage/StorageSqLite.cs
  1. … 20 more files in changeset.
Since various methods of verifying if a user is authenticated give a false result, the verification is removed. Related to Issue [WTI-992]

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

Former-commit-id: 53793accd1f9d377b7e336b2ad873a1644c46e1f

Former-commit-id: 989284f08c11b31c2f5f95cf3d5516f39288b176

    • -18
    • +3
    ./Application.Ringtoets/App.xaml.cs
  1. … 1 more file in changeset.
* Added comment why code conventions are not followed. * made variable type explicit. Related to Issue [WTI-992]

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

Former-commit-id: d020714b380550ba0661b1c0ea5975be997e5b7e

Former-commit-id: c82c27de468f7cf0b80447aab739fac1711d40a2

Extra try/catch to make sure getting the UserPrincipal will not throw an Exception, even though it has permissions to do so Related to Issue [WTI-992]

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

Former-commit-id: 9bcbf33b4ecd1e172537aa18aac27f2a0bcd1d9e

Former-commit-id: 03ab556564c7c4140fd68fe98979f6944e107a92

    • -4
    • +11
    ./Application.Ringtoets/App.xaml.cs
Reverted different method of verifying if a user is authenticated Related to Issue [WTI-992]

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

Former-commit-id: e62f18c38cba42697fc9a84bc8039c85587e820b

Former-commit-id: c2be3b2c9ac5907b1dc0469a6945be96c7ad7ee9

  1. … 1 more file 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

    • -11
    • +9
    ./Application.Ringtoets.Storage/DbContext/AssessmentSectionEntity.cs
    • -28
    • +17
    ./Application.Ringtoets.Storage/DbContext/CalculationGroupEntity.cs
    • -4
    • +5
    ./Application.Ringtoets.Storage/DbContext/CharacteristicPointEntity.cs
    • -10
    • +8
    ./Application.Ringtoets.Storage/DbContext/ClosingStructureEntity.cs
    • -2
    • +5
    ./Application.Ringtoets.Storage/DbContext/ClosingStructureFailureMechanismMetaEntity.cs
    • -33
    • +29
    ./Application.Ringtoets.Storage/DbContext/ClosingStructuresCalculationEntity.cs
    • -5
    • +6
    ./Application.Ringtoets.Storage/DbContext/ClosingStructuresOutputEntity.cs
    • -4
    • +5
    ./Application.Ringtoets.Storage/DbContext/ClosingStructuresSectionResultEntity.cs
    • -19
    • +19
    ./Application.Ringtoets.Storage/DbContext/DatabaseStructure.sql
    • -10
    • +8
    ./Application.Ringtoets.Storage/DbContext/DikeProfileEntity.cs
    • -4
    • +5
    ./Application.Ringtoets.Storage/DbContext/DuneErosionSectionResultEntity.cs
    • -38
    • +22
    ./Application.Ringtoets.Storage/DbContext/FailureMechanismEntity.cs
    • -43
    • +25
    ./Application.Ringtoets.Storage/DbContext/FailureMechanismSectionEntity.cs
    • -20
    • +13
    ./Application.Ringtoets.Storage/DbContext/ForeshoreProfileEntity.cs
    • -12
    • +9
    ./Application.Ringtoets.Storage/DbContext/GrassCoverErosionInwardsCalculationEntity.cs
  1. … 171 more files in changeset.
Added check if user is authenticated. If not verified, UserPrincipal.Current will throw an Exception Related to Issue [WTI-992]

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

Former-commit-id: bf7a9af35ab4b24ebef6b34e48c50a6c4fcb46ef

Former-commit-id: e653bc0faa48e67f6b3d1db7fe88fab0f39118f5

    • -4
    • +19
    ./Application.Ringtoets/App.xaml.cs
  1. … 1 more file in changeset.
Added check if user is authenticated. If not verified, UserPrincipal.Current will throw an Exception Related to Issue [WTI-992]

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

Former-commit-id: 31864bfbc8caf5ab93b5bf1a9771b249acdfd36c

Former-commit-id: 0967b12e17de8e032a0d763100a266881c33d11a

  1. … 1 more file in changeset.
Added tests for the App.xaml.cs Related to Issue [WTI-992]

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

Former-commit-id: c26a9bb11214385d05079af64b1a39ec4fd4cee8

Former-commit-id: 7a38454a76abb7965749e6cfd9163854724e391c

  1. … 2 more files in changeset.
* 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/branches/WTI-985@6714 5a3db67b-de53-47b5-99c8-a1c30a6650e2

Former-commit-id: 26c5db19681be4f6a4c58db8e79f3acebfb91077

Former-commit-id: b3640adf01a9447ed1e9cd92d64da2ae25409e69

    • -11
    • +9
    ./Application.Ringtoets.Storage/DbContext/AssessmentSectionEntity.cs
    • -28
    • +17
    ./Application.Ringtoets.Storage/DbContext/CalculationGroupEntity.cs
    • -4
    • +5
    ./Application.Ringtoets.Storage/DbContext/CharacteristicPointEntity.cs
    • -10
    • +8
    ./Application.Ringtoets.Storage/DbContext/ClosingStructureEntity.cs
    • -2
    • +5
    ./Application.Ringtoets.Storage/DbContext/ClosingStructureFailureMechanismMetaEntity.cs
    • -33
    • +29
    ./Application.Ringtoets.Storage/DbContext/ClosingStructuresCalculationEntity.cs
    • -5
    • +6
    ./Application.Ringtoets.Storage/DbContext/ClosingStructuresOutputEntity.cs
    • -4
    • +5
    ./Application.Ringtoets.Storage/DbContext/ClosingStructuresSectionResultEntity.cs
    • -19
    • +19
    ./Application.Ringtoets.Storage/DbContext/DatabaseStructure.sql
    • -10
    • +8
    ./Application.Ringtoets.Storage/DbContext/DikeProfileEntity.cs
    • -4
    • +5
    ./Application.Ringtoets.Storage/DbContext/DuneErosionSectionResultEntity.cs
    • -38
    • +22
    ./Application.Ringtoets.Storage/DbContext/FailureMechanismEntity.cs
    • -43
    • +25
    ./Application.Ringtoets.Storage/DbContext/FailureMechanismSectionEntity.cs
    • -20
    • +13
    ./Application.Ringtoets.Storage/DbContext/ForeshoreProfileEntity.cs
    • -12
    • +9
    ./Application.Ringtoets.Storage/DbContext/GrassCoverErosionInwardsCalculationEntity.cs
  1. … 52 more files in changeset.
Added current user's displayname and username to the Ringtoets startup log message Related to Issue [WTI-992]

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

Former-commit-id: e3d6cd1d1022766690f2b9ddbd71ca2b8f20648c

Former-commit-id: a90a24f5917524af9546a16456105ac7f4dc9e49

    • -3
    • +14
    ./Application.Ringtoets/App.xaml.cs
    • -0
    • +1
    ./Application.Ringtoets/Application.Ringtoets.csproj
  1. … 2 more files in changeset.
Reverted some changes Related to Issue [WTI-959]

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

Former-commit-id: 8bc12e1a76adf6990d64aa6e54a74d54137a9c40

Former-commit-id: 1b67b89ac67f008f24298b38482f667481ee3293

    • -3
    • +0
    ./Application.Ringtoets/ExceptionDialog.cs
  1. … 3 more files in changeset.
- Fixed ReadExtensions for storage Related to Issue [WTI-985]

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

Former-commit-id: baeeabb8ce4f5516dbb71da7ad565e9ba3dcb696

Former-commit-id: b8a09059f4eb450f8e6405ade8a79b5b5dcd2313

    • -1
    • +2
    ./Application.Ringtoets.Storage/Read/ClosingStructures/ClosingStructuresSectionResultEntityReadExtensions.cs
    • -1
    • +1
    ./Application.Ringtoets.Storage/Read/DuneErosion/DuneErosionSectionResultEntityReadExtensions.cs
    • -1
    • +2
    ./Application.Ringtoets.Storage/Read/GrassCoverErosionInwards/GrassCoverErosionInwardsSectionResultEntityReadExtensions.cs
    • -1
    • +1
    ./Application.Ringtoets.Storage/Read/GrassCoverErosionOutwards/GrassCoverErosionOutwardsSectionResultEntityReadExtensions.cs
    • -1
    • +1
    ./Application.Ringtoets.Storage/Read/GrassCoverSlipOffInwardsSectionResultEntityReadExtensions.cs
    • -1
    • +1
    ./Application.Ringtoets.Storage/Read/GrassCoverSlipOffOutwardsSectionResultEntityReadExtensions.cs
    • -1
    • +2
    ./Application.Ringtoets.Storage/Read/HeightStructures/HeightStructuresSectionResultEntityReadExtensions.cs
    • -1
    • +2
    ./Application.Ringtoets.Storage/Read/MacrostabilityInwardsSectionResultEntityReadExtensions.cs
    • -1
    • +2
    ./Application.Ringtoets.Storage/Read/MacrostabilityOutwardsSectionResultEntityReadExtensions.cs
    • -1
    • +1
    ./Application.Ringtoets.Storage/Read/MicrostabilitySectionResultEntityReadExtensions.cs
    • -1
    • +2
    ./Application.Ringtoets.Storage/Read/Piping/PipingSectionResultEntityReadExtensions.cs
    • -1
    • +1
    ./Application.Ringtoets.Storage/Read/PipingStructures/PipingStructureSectionResultEntityReadExtensions.cs
    • -1
    • +2
    ./Application.Ringtoets.Storage/Read/StabilityPointStructures/StabilityPointStructuresSectionResultEntityReadExtensions.cs
    • -1
    • +1
    ./Application.Ringtoets.Storage/Read/StabilityStoneCover/StabilityStoneCoverSectionResultEntityReadExtensions.cs
    • -1
    • +2
    ./Application.Ringtoets.Storage/Read/StrengthStabilityLengthwiseConstructionSectionResultEntityReadExtensions.cs
  1. … 3 more files in changeset.
Added minimize button to ExceptionDialog Related to Issue [WTI-959]

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

Former-commit-id: 12a9dcbf0f35c9c3317805ff87eecd29a7758696

Former-commit-id: 529dda1e86b58de385b34158498f04692191d0f5

    • -0
    • +3
    ./Application.Ringtoets/ExceptionDialog.cs
  1. … 1 more file in changeset.
(Editorial) Applied comments review 1178 - Removed redundant references in XML docs (e.g. System.X when System was already referenced) - Standardized XML docs regarding exceptions: Thrown is prefixed for the cause of the exception (e.g. <exception cref="X">Thrown when Lorus Ipsum</exception>)

Related to Issue [WTI-931]

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

Former-commit-id: c9a908b16e966485b3c2f38d472d9628b6f581ff

Former-commit-id: 71660f2e2159bfbb2e958ce8211bb236f66286e4

    • -1
    • +1
    ./Application.Ringtoets.Storage/Read/IStructureCalculationEntityReadExtensions.cs
    • -1
    • +1
    ./Application.Ringtoets.Storage/StorageSqliteCreator.cs
  1. … 30 more files in changeset.
* Increased database versions for trunk (part of the release and trunk becoming 16.4.X) Related to Issue [WTI-930]

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

Former-commit-id: 3a6e1d65ae9d9c1f09287930d338893d903d03cc

Former-commit-id: 8b4c37ea5750345437929e6a540070cd64f10875

    • -1
    • +1
    ./Application.Ringtoets.Storage/StorageSqLite.cs
  1. … 1 more file in changeset.