Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Adjusted CreateExtensions for grass cover erosion outwards failure mechanism: - Adjusted tests to verify that the HBL Calculations are written to the correct entities

WTI-1657

    • -3
    • +15
    ./Application.Ringtoets.Storage/Create/GrassCoverErosionOutwards/GrassCoverErosionOutwardsFailureMechanismCreateExtensions.cs
  1. … 1 more file in changeset.
Adjusted database design for the proposed solution: - Regenerated database entities

WTI-1657

    • -0
    • +12
    ./Application.Ringtoets.Storage/DbContext/GrassCoverErosionOutwardsFailureMechanismMetaEntity.cs
    • -0
    • +24
    ./Application.Ringtoets.Storage/DbContext/HydraulicLocationCalculationCollectionEntity.cs
    • -4
    • +226
    ./Application.Ringtoets.Storage/DbContext/RingtoetsEntities.edmx
    • -89
    • +89
    ./Application.Ringtoets.Storage/DbContext/RingtoetsEntities.edmx.diagram
    • binary
    ./Application.Ringtoets.Storage/Ringtoets.rtd
  1. … 1 more file in changeset.
Cleanup: - Removed constraint on the combination of FKs of calculation collections (constraint was not present in the previous implementation)

WTI-1656

    • -2
    • +1
    ./Application.Ringtoets.Migration.Core/EmbeddedResources/DatabaseStructure18.1.sql
    • -84
    • +84
    ./Application.Ringtoets.Storage/DbContext/RingtoetsEntities.edmx.diagram
    • binary
    ./Application.Ringtoets.Storage/Ringtoets.rtd
  1. … 3 more files in changeset.
Cleanup: - Fixed typo from migration script

WTI-1656

    • -1
    • +1
    ./Application.Ringtoets.Migration.Core/EmbeddedResources/Migration_17.3_18.1.sql
Cleanup: - Updated the database structure to fix failing test

WTI-1656

    • -9
    • +9
    ./Application.Ringtoets.Migration.Core/EmbeddedResources/DatabaseStructure18.1.sql
Adjusted migration script and asserts: - Migrated the hydraulic location output based on the normative norm and mapped them onto the new HydraulicLocationOutputEntity and the corresponding HydraulicLocationCalculationEntities

WTI-1656

    • -0
    • +88
    ./Application.Ringtoets.Migration.Core/EmbeddedResources/Migration_17.3_18.1.sql
  1. … 1 more file in changeset.
Added util project for grass cover erosion outwards. WTI-1612

    • -94
    • +97
    ./Application.Ringtoets.Setup/Licentie.rtf
  1. … 6 more files in changeset.
Adjusted migration script and asserts: - Migrated the hydraulic location input based on the normative norm and mapped them onto the new HydraulicLocationCalculationEntity - Refactored test

Note: output is not migrated yet

WTI-1656

    • -0
    • +54
    ./Application.Ringtoets.Migration.Core/EmbeddedResources/Migration_17.3_18.1.sql
  1. … 1 more file in changeset.
Adjusted migration script and asserts: - Migrated the hydraulic location calculations and mapped them onto the assessment section conform the new design of the database - Removed obsolete queries from the generator

Note: output is not migrated yet

WTI-1656

    • -212
    • +251
    ./Application.Ringtoets.Migration.Core/EmbeddedResources/Migration_17.3_18.1.sql
  1. … 1 more file in changeset.
Finalized database design: - Added comments to indicate which FK represents which type of calculation - Adjusted read and create extensions on the assessment section to maintain consistency with the comments

WTI-1656

    • -9
    • +9
    ./Application.Ringtoets.Migration.Core/EmbeddedResources/DatabaseStructure18.1.sql
    • -9
    • +9
    ./Application.Ringtoets.Storage/Create/AssessmentSectionCreateExtensions.cs
    • -10
    • +9
    ./Application.Ringtoets.Storage/Read/AssessmentSectionEntityReadExtensions.cs
  1. … 4 more files in changeset.
Cleaned up database related files: - Removed trigger from association table between the calculation collection and the calculation - Renamed names of foreign key according to the naming conventions - Added uniqueness constraint for: -- the association table on the calculations -- the uniqueness of the FK entries of the assessment section entity - Removed two obsolete table entities from the .eap file - Updated the .sql file --> added HydraulicBoundaryLocationCalculationCollection entities should be autonumbered - Removed obsolete lines from the edmx.diagram - Added additional load logic for the PartialRingtoetsEntities in order to fully load the project

WTI-1656

    • -31
    • +29
    ./Application.Ringtoets.Migration.Core/EmbeddedResources/DatabaseStructure18.1.sql
    • -1
    • +1
    ./Application.Ringtoets.Storage/DbContext/HydraulicLocationCalculationEntity.cs
    • -0
    • +2
    ./Application.Ringtoets.Storage/DbContext/PartialRingtoetsEntities.cs
    • -5
    • +5
    ./Application.Ringtoets.Storage/DbContext/RingtoetsEntities.Context.cs
    • -95
    • +95
    ./Application.Ringtoets.Storage/DbContext/RingtoetsEntities.edmx
    • -264
    • +198
    ./Application.Ringtoets.Storage/DbContext/RingtoetsEntities.edmx.diagram
    • binary
    ./Application.Ringtoets.Storage/Ringtoets.rtd
  1. … 2 more files in changeset.
Adjusted Read extensions: - Adjusted the AssessmentSection read extensions to set the calculations based on the HydraulicBoundaryLocationCalculations it contains.

Note: mapping of the calculation is not final yet

WTI-1656

    • -5
    • +25
    ./Application.Ringtoets.Storage/Read/AssessmentSectionEntityReadExtensions.cs
  1. … 1 more file in changeset.
Introduced Read extensions: - Introduced a HydraulicLocationCalculationCollection read extensions to set the values on a hydraulic location calculation collection based on the calculation entities contained by the HydraulicLocationCalculationCollectionEntity.

WTI-1656

    • -0
    • +1
    ./Application.Ringtoets.Storage/Application.Ringtoets.Storage.csproj
    • -0
    • +76
    ./Application.Ringtoets.Storage/Read/HydraulicLocationCalculationCollectionReadExtensions.cs
  1. … 2 more files in changeset.
Adjusted create extensions: - Adjusted the AssessmentSection create extensions to set the HydraulicLocationCalculation entities based on the calculations it contains.

Note: mapping of the calculation is not final yet

WTI-1656

    • -1
    • +15
    ./Application.Ringtoets.Storage/Create/AssessmentSectionCreateExtensions.cs
  1. … 1 more file in changeset.
Introduced create extensions: - Introduced a the HydraulicLocationCalculationCollection create extensions to create a hydraulic location calculation collection entity and its containing hydraulic boundary location calculations.

WTI-1656

    • -0
    • +1
    ./Application.Ringtoets.Storage/Application.Ringtoets.Storage.csproj
    • -0
    • +67
    ./Application.Ringtoets.Storage/Create/HydraulicBoundaryLocationCalculationCollectionCreateExtensions.cs
  1. … 2 more files in changeset.
Introduced read extensions: - Introduced the HydraulicLocationCalculation read extensions to set the values on a calculation object based on the information of a HydraulicLocationEntity.

WTI-1656

    • -0
    • +1
    ./Application.Ringtoets.Storage/Application.Ringtoets.Storage.csproj
    • -0
    • +64
    ./Application.Ringtoets.Storage/Read/HydraulicLocationCalculationEntityReadExtensions.cs
  1. … 2 more files in changeset.
Adjusted create extensions: - Adjusted the HydraulicLocationCalculation create extensions such that they retrieve the same HydraulicLocation entity once registered.

WTI-1656

    • -4
    • +11
    ./Application.Ringtoets.Storage/Create/HydraulicBoundaryLocationCalculationCreateExtensions.cs
  1. … 1 more file in changeset.
Adjusted test factory: - Removed creating a location entity with hydraulic location calculation entities

WTI-1656

    • -0
    • +6
    ./Application.Ringtoets.Storage/Application.Ringtoets.Storage.csproj
  1. … 2 more files in changeset.
Adjusted create extensions: - Removed creating the calculations from a hydraulic location entity

WTI-1656

    • -8
    • +0
    ./Application.Ringtoets.Storage/Create/HydraulicBoundaryLocationCreateExtensions.cs
  1. … 1 more file in changeset.
Adjusted read extensions: - Removed reading the calculations from a hydraulic location entity

WTI-1656

    • -41
    • +0
    ./Application.Ringtoets.Storage/Read/HydraulicLocationEntityReadExtensions.cs
  1. … 1 more file in changeset.
Adjusted database design: - Updated 18.1 database structure

WTI-1656

    • -203
    • +165
    ./Application.Ringtoets.Migration.Core/EmbeddedResources/DatabaseStructure18.1.sql
Adjusted database design: - Regenerated entities

WTI-1656

    • -0
    • +16
    ./Application.Ringtoets.Storage/DbContext/AssessmentSectionEntity.cs
    • -0
    • +81
    ./Application.Ringtoets.Storage/DbContext/HydraulicLocationCalculationCollectionEntity.cs
    • -30
    • +5
    ./Application.Ringtoets.Storage/DbContext/HydraulicLocationCalculationEntity.cs
    • -16
    • +3
    ./Application.Ringtoets.Storage/DbContext/HydraulicLocationEntity.cs
    • -0
    • +1
    ./Application.Ringtoets.Storage/DbContext/RingtoetsEntities.Context.cs
    • -270
    • +387
    ./Application.Ringtoets.Storage/DbContext/RingtoetsEntities.edmx
    • -93
    • +102
    ./Application.Ringtoets.Storage/DbContext/RingtoetsEntities.edmx.diagram
    • binary
    ./Application.Ringtoets.Storage/Ringtoets.rtd
  1. … 1 more file in changeset.
Adapt result data model for technical innovations WTI-1644

    • -2
    • +1
    ./Application.Ringtoets.Storage/Create/TechnicalInnovation/TechnicalInnovationFailureMechanismSectionResultCreateExtensions.cs
    • -2
    • +1
    ./Application.Ringtoets.Storage/Read/TechnicalInnovationSectionResultEntityReadExtensions.cs
  1. … 10 more files in changeset.
Removed old property from data model. WTI-1642

    • -2
    • +1
    ./Application.Ringtoets.Storage/Create/WaterPressureAsphaltCover/WaterPressureAsphaltCoverFailureMechanismSectionResultCreateExtensions.cs
    • -2
    • +0
    ./Application.Ringtoets.Storage/Read/WaterPressureAsphaltCoverSectionResultEntityReadExtensions.cs
  1. … 6 more files in changeset.
Adapt data model for stability lengthwise construction section result WTI-1643

    • -2
    • +1
    ./Application.Ringtoets.Storage/Create/StrengthStabilityLengthwise/StrengthStabilityLengthwiseConstructionFailureMechanismSectionResultCreateExtensions.cs
    • -2
    • +1
    ./Application.Ringtoets.Storage/Read/StrengthStabilityLengthwiseConstructionSectionResultEntityReadExtensions.cs
  1. … 10 more files in changeset.
Updated version number from 17.2.2 to 17.2.3 Related to Issue [WTI-1624]

    • -1
    • +1
    ./Application.Ringtoets.Setup/Application.Ringtoets.Setup.wixproj
  1. … 2 more files in changeset.
Updated user manual from 17.2.1 to 17.2.2 Related to Issue [WTI-1624]

    • binary
    ./Application.Ringtoets.Setup/Gebruikershandleiding Ringtoets 17.2.1.pdf
    • binary
    ./Application.Ringtoets.Setup/Gebruikershandleiding Ringtoets 17.2.2.pdf
    • -2
    • +2
    ./Application.Ringtoets.Setup/Product.wxs
Adapt data model for piping structure section result WTI-1641

    • -3
    • +1
    ./Application.Ringtoets.Storage/Create/PipingStructure/PipingStructureFailureMechanismSectionResultCreateExtensions.cs
    • -3
    • +0
    ./Application.Ringtoets.Storage/Read/PipingStructure/PipingStructureSectionResultEntityReadExtensions.cs
  1. … 10 more files in changeset.
Removed old properties from data model. WTI-1639

    • -3
    • +1
    ./Application.Ringtoets.Storage/Create/GrassCoverSlipOffOutwards/GrassCoverSlipOffOutwardsFailureMechanismSectionResultCreateExtensions.cs
    • -3
    • +0
    ./Application.Ringtoets.Storage/Read/GrassCoverSlipOffOutwardsSectionResultEntityReadExtensions.cs
  1. … 6 more files in changeset.
Adapt grass cover slipoff inwards result data model WTI-1640

    • -3
    • +1
    ./Application.Ringtoets.Storage/Create/GrassCoverSlipOffInwards/GrassCoverSlipOffInwardsFailureMechanismSectionResultCreateExtensions.cs
    • -3
    • +0
    ./Application.Ringtoets.Storage/Read/GrassCoverSlipOffInwardsSectionResultEntityReadExtensions.cs
  1. … 10 more files in changeset.