Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Cleanup: - Fixed typo from migration script

WTI-1656

Cleanup: - Updated the database structure to fix failing test

WTI-1656

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

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

  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

  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

  1. … 6 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

  1. … 8 more files in changeset.
Adjusted database design: - Updated 18.1 database structure

WTI-1656

    • -203
    • +165
    ./DatabaseStructure18.1.sql
Rename "toetslaag 3" to "toets op maat" in the migration script 17.1->17.2 WTI-1543

  1. … 1 more file in changeset.
Removed derived output from storage. WTI-1591

  1. … 30 more files in changeset.
Added comments for the FKs to indicate which calculations they represent

WTI-1579

  1. … 2 more files in changeset.
Add delta L property to storage WTI-1531

  1. … 40 more files in changeset.
Add delta L property to storage WTI-1531

  1. … 40 more files in changeset.
Merge branch '1579'

# Conflicts:

# Application/Ringtoets/src/Application.Ringtoets.Migration.Core/EmbeddedResources/DatabaseStructure18.1.sql

# Application/Ringtoets/src/Application.Ringtoets.Migration.Core/EmbeddedResources/Migration_17.3_18.1.sql

# Application/Ringtoets/src/Application.Ringtoets.Storage/DbContext/RingtoetsEntities.edmx.diagram

# Application/Ringtoets/src/Application.Ringtoets.Storage/Ringtoets.rtd

# Application/Ringtoets/test/Application.Ringtoets.Migration.Core.Test/test-data/FullTestProject181.rtd

# Application/Ringtoets/test/Application.Ringtoets.Storage.Test/IntegrationTests/MigrationTo181IntegrationTest.cs

# build/DatabaseStructure.sql

# design/DatabaseDesign.eap

  1. … 106 more files in changeset.
Simplified migration script by introducing union when inserting into the HydraulicLocationOutputEntity

WTI-1579

Updated database design: - Renamed PK of HydraulicLocationOutputEntity to match with the current naming conventions -- Updated migration script and integration test - Updated triggers of the HydraulicLocationEntity to match with the current naming convention and exhibit the correct behaviour

WTI-1579

  1. … 8 more files in changeset.
Added migration script and asserts to migrate hydraulic boundary location migration outputs to the correct calculation entities: - Expanded the reference file to be migrated with outputs on the HBLs

WTI-1579

  1. … 3 more files in changeset.
Adapt storage with the N parameter for the Piping Structure failure mechanism WTI-1531

  1. … 20 more files in changeset.
Added migration script and asserts to migrate hydraulic boundary location migration inputs to the correct calculation entities

WTI-1579

  1. … 2 more files in changeset.
Adapt storage to include the macro stability outwards probability assessment input WTI-1531

  1. … 34 more files in changeset.
Resolved by: - Discarding their changes on binary files - Merging .sql files

Merge branch 'master' into 1579

# Conflicts:

# Application/Ringtoets/src/Application.Ringtoets.Migration.Core/EmbeddedResources/DatabaseStructure18.1.sql

# Application/Ringtoets/src/Application.Ringtoets.Storage/DbContext/RingtoetsEntities.edmx.diagram

# Application/Ringtoets/src/Application.Ringtoets.Storage/Ringtoets.rtd

# build/DatabaseStructure.sql

# design/DatabaseDesign.eap

  1. … 5 more files in changeset.
Extended migration script: - Generates 8 calculations based for each hydraulic boundary location and mapped accordingly

Warning:

- Hydraulic Boundary Location output is currently cleared during migration

- Input settings for the HBLs are not migrated yet

WTI-1579

  1. … 1 more file in changeset.
Regenerated context files related to the Ringtoets project files: - Regenerated with digit suffixes instead of written out digits

WTI-1579

  1. … 7 more files in changeset.
Adapt N parameter in stability point structures failure mechanism to be a double on the data model and storage WTI-1531

  1. … 15 more files in changeset.
Add N parameter to the grass cover erosion inwards, outwards and height structures failuremechanism database entities WTI-1531

  1. … 22 more files in changeset.
Resolved by: - temporarily discarding their changes when concerning a binary file - .sql files were merged accordingly

Merge branch 'master' into 1579

# Conflicts:

# Application/Ringtoets/src/Application.Ringtoets.Migration.Core/EmbeddedResources/DatabaseStructure18.1.sql

# Application/Ringtoets/src/Application.Ringtoets.Storage/DbContext/RingtoetsEntities.edmx

# Application/Ringtoets/src/Application.Ringtoets.Storage/DbContext/RingtoetsEntities.edmx.diagram

# Application/Ringtoets/src/Application.Ringtoets.Storage/Ringtoets.rtd

# build/DatabaseStructure.sql

# design/DatabaseDesign.eap

  1. … 5 more files in changeset.
Add N parameter to the database for the stability stone cover failure mechanism WTI-1531

  1. … 20 more files in changeset.
Updated database design: - Added updated .sql database structure scripts to the solution - Generated new context objects

WTI-1579

  1. … 10 more files in changeset.
Add migration step for 17.3->18.1 and moved migration procedures and tests from 17.2-17.3 to 17.3-18.1. WTI-1527

    • -0
    • +2632
    ./DatabaseStructure18.1.sql
    • -0
    • +456
    ./Migration_17.3_18.1.sql
  1. … 13 more files in changeset.
Incorporated comments review 2408: - Extracted general test function to a TestHelper class - Extended DistributionAssert with an overload to assert variation log normal coefficient objects that contain a shift - Changed migration log messages - Uniformed asserts of distributions in the create extensions

WTI-1473

  1. … 11 more files in changeset.