Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Adapt Create and Read Extensions: - Modified extension methods for the DuneLocation --> it has no reference to an output anymore

WTI-1654

    • -11
    • +6
    ./Application.Ringtoets.Storage/Create/DuneErosion/DuneLocationCreateExtensions.cs
    • -7
    • +0
    ./Application.Ringtoets.Storage/Read/DuneErosion/DuneLocationEntityReadExtensions.cs
  1. … 2 more files in changeset.
Modified database design: - Regenerated database entities

WTI-1654

    • -0
    • +6
    ./Application.Ringtoets.Storage/Application.Ringtoets.Storage.csproj
    • -0
    • +10
    ./Application.Ringtoets.Storage/DbContext/DuneErosionFailureMechanismMetaEntity.cs
    • -0
    • +69
    ./Application.Ringtoets.Storage/DbContext/DuneLocationCalculationCollectionEntity.cs
    • -0
    • +54
    ./Application.Ringtoets.Storage/DbContext/DuneLocationCalculationEntity.cs
    • -4
    • +4
    ./Application.Ringtoets.Storage/DbContext/DuneLocationEntity.cs
    • -2
    • +2
    ./Application.Ringtoets.Storage/DbContext/DuneLocationOutputEntity.cs
    • -0
    • +2
    ./Application.Ringtoets.Storage/DbContext/RingtoetsEntities.Context.cs
    • -24
    • +325
    ./Application.Ringtoets.Storage/DbContext/RingtoetsEntities.edmx
    • -90
    • +99
    ./Application.Ringtoets.Storage/DbContext/RingtoetsEntities.edmx.diagram
    • binary
    ./Application.Ringtoets.Storage/Ringtoets.rtd
Modified database design: - Regenerated SQL files based on the new design

WTI-1654

    • -5
    • +79
    ./Application.Ringtoets.Migration.Core/EmbeddedResources/DatabaseStructure18.1.sql
  1. … 1 more file in changeset.
Incorporated comments review 2843: - Rewrote functions - Cleaned up tests - Adjusted DuneErosionFailureMechanism: -- Moved instantiation of the list to class level -- Renamed private field to prevent shadowing

WTI-1574

    • -8
    • +8
    ./Application.Ringtoets.Storage/Read/FailureMechanismEntityReadExtensions.cs
  1. … 5 more files in changeset.
Incorporated comments review 2839: - Performed Resharper cleanup - Renamed test

WTI-1574

    • -0
    • +1
    ./Application.Ringtoets.Storage/Create/DuneErosion/DuneLocationCalculationOutputCreateExtensions.cs
  1. … 4 more files in changeset.
Merge from SVN WTI-1710: Updated version number from 17.3.1 to 17.3.2

    • -1
    • +1
    ./Application.Ringtoets.Setup/Application.Ringtoets.Setup.wixproj
  1. … 2 more files in changeset.
Merge from SVN WTI-1710: Updated user manual.

AND

Added new version of user manual (without revision number).

    • binary
    ./Application.Ringtoets.Setup/Gebruikershandleiding Ringtoets 17.2.2.pdf
    • binary
    ./Application.Ringtoets.Setup/Gebruikershandleiding Ringtoets 17.3.1.pdf
    • -2
    • +2
    ./Application.Ringtoets.Setup/Product.wxs
Merge from SVN WTI-1710: Updated user manual.

AND

Added new version of user manual (without revision number).

    • binary
    ./Application.Ringtoets.Setup/Gebruikershandleiding Ringtoets 17.2.1.pdf
    • binary
    ./Application.Ringtoets.Setup/Gebruikershandleiding Ringtoets 17.3.1.pdf
    • -2
    • +2
    ./Application.Ringtoets.Setup/Product.wxs
Merge from SVN WTI-1710: Changed migration script: - Remove all output related to macrostability inwards calculations -- Generate log message when applicable

    • -2
    • +29
    ./Application.Ringtoets.Migration.Core/EmbeddedResources/Migration_17.2_17.3.sql
  1. … 2 more files in changeset.
Merge from SVN WTI-1710: Changed migration script: - Remove all output related to macrostability inwards calculations -- Generate log message when applicable

    • -2
    • +29
    ./Application.Ringtoets.Migration.Core/EmbeddedResources/Migration_17.2_17.3.sql
  1. … 2 more files in changeset.
Merge from SVN WTI-1710: - Updated version number from 17.2 --> 17.3 - Added Migration related files: -- Added empty file of FullTestProject17.3 -- Added empty migration script -- Added copy of DatabaseStructure17.3 which is identical to 17.2 (no DB changes were necessary for this release)

    • -0
    • +6
    ./Application.Ringtoets.Migration.Core/Application.Ringtoets.Migration.Core.csproj
    • -0
    • +2615
    ./Application.Ringtoets.Migration.Core/EmbeddedResources/DatabaseStructure17.3.sql
    • -0
    • +151
    ./Application.Ringtoets.Migration.Core/EmbeddedResources/Migration_17.2_17.3.sql
    • -1
    • +1
    ./Application.Ringtoets.Setup/Application.Ringtoets.Setup.wixproj
  1. … 5 more files in changeset.
Merge from SVN WTI-1710: - Updated version number from 17.2 --> 17.3 - Added Migration related files: -- Added empty file of FullTestProject17.3 -- Added empty migration script -- Added copy of DatabaseStructure17.3 which is identical to 17.2 (no DB changes were necessary for this release)

    • -184
    • +167
    ./Application.Ringtoets.Migration.Core/EmbeddedResources/DatabaseStructure17.3.sql
Finalise release, made 18.1 compatible with the 'new' 17.3 release: - Adjusted migration script, table HydraRingpreprocessorEntity does not exist in the new 17.3 release -- Adjusted testfile, reopened and saved the test file in the 'new' 17.3 release to get rid of the HydraRingPreprocessorEntityTable

WTI-1710

    • -1
    • +0
    ./Application.Ringtoets.Migration.Core/EmbeddedResources/Migration_17.3_18.1.sql
  1. … 2 more files in changeset.
Incorporated comments review 2824, rename SetDuneLocationCalculations to SetDuneLocations: - Made the DuneLocations property an IObservableEnumerable --> modifications should not be possible from outside the SetDuneLocations() method to prevent the calculations from getting out of sync with the locations

WTI-1574

    • -6
    • +5
    ./Application.Ringtoets.Storage/Read/FailureMechanismEntityReadExtensions.cs
  1. … 18 more files in changeset.
Incorporated comments review 2824: - Renamed DuneLocationOutput to DuneLocationCalculationOutput -- Adjusted CreateExtension file names -- Updated function and parameter names where necessary.

WTI-1574

    • -1
    • +1
    ./Application.Ringtoets.Storage/Application.Ringtoets.Storage.csproj
    • -0
    • +58
    ./Application.Ringtoets.Storage/Create/DuneErosion/DuneLocationCalculationOutputCreateExtensions.cs
    • -58
    • +0
    ./Application.Ringtoets.Storage/Create/DuneErosion/DuneLocationOutputCreateExtensions.cs
    • -6
    • +6
    ./Application.Ringtoets.Storage/Read/DuneErosion/DuneLocationOutputEntityReadExtensions.cs
  1. … 39 more files in changeset.
Incorporated comments review 2811: - Updated XMLDocs - Updated test names - Replaced type casts to byte with Convert.ToByte() calls - Formatting of the migration script

WTI-1706

    • -16
    • +16
    ./Application.Ringtoets.Migration.Core/EmbeddedResources/Migration_17.3_18.1.sql
    • -1
    • +1
    ./Application.Ringtoets.Storage/Create/GrassCoverErosionOutwards/GrassCoverErosionOutwardsWaveConditionsCalculationCreateExtensions.cs
    • -1
    • +1
    ./Application.Ringtoets.Storage/Create/WaveImpactAsphaltCover/WaveImpactAsphaltCoverWaveConditionsCalculationCreateExtensions.cs
  1. … 4 more files in changeset.
Updated migration script to fix failing tests: - Updated target values for the Category types --> indices changed from 0 to 1 based

WTI-1706

    • -6
    • +6
    ./Application.Ringtoets.Migration.Core/EmbeddedResources/Migration_17.3_18.1.sql
Updated migration script: - Generated initial setup and tests for the migration

WTI-1706

    • -8
    • +112
    ./Application.Ringtoets.Migration.Core/EmbeddedResources/Migration_17.3_18.1.sql
  1. … 1 more file in changeset.
Updated ReadExtensions for StabilityStoneCover: -- Cleaned up tests, replaced testcase data with random generators and a separate test asserting NaN / NULL conversions -- Added functionality to read CategoryType

WTI-1706

    • -2
    • +11
    ./Application.Ringtoets.Storage/Read/StabilityStoneCover/StabilityStoneCoverWaveConditionsCalculationEntityReadExtensions.cs
  1. … 1 more file in changeset.
Updated CreateExtensions for StabilityStoneCover: -- Cleaned up tests, replaced testcase data with random generators and a separate test asserting NaN / NULL conversions -- Added functionality to write CategoryType to entity

WTI-1706

    • -17
    • +25
    ./Application.Ringtoets.Storage/Create/StabilityStoneCover/StabilityStoneCoverWaveConditionsCalculationCreateExtensions.cs
  1. … 1 more file in changeset.
Updated ReadExtensions for WaveImpactAsphaltCover: -- Cleaned up tests, replaced testcase data with random generators and a separate test asserting NaN / NULL conversions -- Added functionality to read CategoryType

WTI-1706

    • -3
    • +13
    ./Application.Ringtoets.Storage/Read/WaveImpactAsphaltCover/WaveImpactAsphaltCoverWaveConditionsCalculationEntityReadExtensions.cs
  1. … 1 more file in changeset.
Cleaned up GrassCoverErosionOutwards Calculation CreateExtensions -- Refactored private method -- Adjusted test

WTI-1706

    • -17
    • +18
    ./Application.Ringtoets.Storage/Create/GrassCoverErosionOutwards/GrassCoverErosionOutwardsWaveConditionsCalculationCreateExtensions.cs
  1. … 1 more file in changeset.
Updated CreateExtensions for WaveImpactAsphaltCover: -- Cleaned up tests, replaced testcase data with random generators and a separate test asserting NaN / NULL conversions -- Added functionality to write CategoryType to entity

WTI-1706

    • -17
    • +26
    ./Application.Ringtoets.Storage/Create/WaveImpactAsphaltCover/WaveImpactAsphaltCoverWaveConditionsCalculationCreateExtensions.cs
  1. … 1 more file in changeset.
Merge branch 'master' into Storage

# Conflicts:

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

# build/DatabaseStructure.sql

# design/DatabaseDesign.eap

    • -4
    • +4
    ./Application.Ringtoets.Migration.Core/EmbeddedResources/DatabaseStructure18.1.sql
  1. … 2 more files in changeset.
Updated ReadExtensions for GrassCoverErosionOutwards: - Cleaned up tests, replaced testcase data with random generators and a separate test asserting NaN / NULL conversions - Added functionality to Read CategoryType

WTI-1706

    • -7
    • +19
    ./Application.Ringtoets.Storage/Read/GrassCoverErosionOutwards/GrassCoverErosionOutwardsWaveConditionsCalculationEntityReadExtensions.cs
  1. … 1 more file in changeset.
Update db structure sql files WTI-1693

    • -5
    • +5
    ./Application.Ringtoets.Migration.Core/EmbeddedResources/DatabaseStructure18.1.sql
  1. … 1 more file in changeset.
Update storage tests and extensions with new enum WTI-1693

    • -1
    • +1
    ./Application.Ringtoets.Storage/Read/DuneErosion/DuneErosionSectionResultEntityReadExtensions.cs
    • -1
    • +1
    ./Application.Ringtoets.Storage/Read/GrassCoverErosionOutwards/GrassCoverErosionOutwardsSectionResultEntityReadExtensions.cs
    • -1
    • +1
    ./Application.Ringtoets.Storage/Read/StabilityStoneCover/StabilityStoneCoverSectionResultEntityReadExtensions.cs
    • -1
    • +1
    ./Application.Ringtoets.Storage/Read/WaveImpactAsphaltCover/WaveImpactAsphaltCoverSectionResultEntityReadExtensions.cs
  1. … 9 more files in changeset.
Updated CreateExtensions for GrassCoverErosionOutwards: - Cleaned up tests, replaced testcase data with random generators and a separate test asserting NaN / NULL conversions - Added functionality to write CategoryType

WTI-1706

    • -7
    • +13
    ./Application.Ringtoets.Storage/Create/GrassCoverErosionOutwards/GrassCoverErosionOutwardsWaveConditionsCalculationCreateExtensions.cs
  1. … 1 more file in changeset.
Updated database design to include columns related to the category type: - Regenerated .sql file and corresponding Ringtoets.rtd - Regenerated entities

WTI-1706

    • -1
    • +4
    ./Application.Ringtoets.Migration.Core/EmbeddedResources/DatabaseStructure18.1.sql
    • -0
    • +1
    ./Application.Ringtoets.Storage/DbContext/GrassCoverErosionOutwardsWaveConditionsCalculationEntity.cs
    • -0
    • +9
    ./Application.Ringtoets.Storage/DbContext/RingtoetsEntities.edmx
    • -89
    • +89
    ./Application.Ringtoets.Storage/DbContext/RingtoetsEntities.edmx.diagram
    • -0
    • +1
    ./Application.Ringtoets.Storage/DbContext/StabilityStoneCoverWaveConditionsCalculationEntity.cs
    • -0
    • +1
    ./Application.Ringtoets.Storage/DbContext/WaveImpactAsphaltCoverWaveConditionsCalculationEntity.cs
    • binary
    ./Application.Ringtoets.Storage/Ringtoets.rtd
  1. … 1 more file in changeset.
Incorporated comments review 2751: - Fixed typo

Paired with ~kleijn

WTI-1657

    • -1
    • +1
    ./Application.Ringtoets.Migration.Core/EmbeddedResources/Migration_17.3_18.1.sql