build

Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Adjusted database design for the proposed solution: - Regenerated database entities

WTI-1657

  1. … 5 more files in changeset.
Cleanup: - Removed constraint on the combination of FKs of calculation collections (constraint was not present in the previous implementation)

WTI-1656

  1. … 5 more files 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: - Regenerated entities

WTI-1656

  1. … 8 more files in changeset.
Update Test project targets to work with the latest VS2017 version WTI-1614

Removed derived output from storage. WTI-1591

  1. … 31 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. … 41 more files in changeset.
Add delta L property to storage WTI-1531

  1. … 41 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. … 107 more files in changeset.
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

    • -2786
    • +2786
    ./DatabaseStructure.sql
  1. … 9 more files in changeset.
Adapt storage with the N parameter for the Piping Structure failure mechanism WTI-1531

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

  1. … 35 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.
Regenerated context files related to the Ringtoets project files: - Regenerated with digit suffixes instead of written out digits

WTI-1579

    • -2553
    • +2553
    ./DatabaseStructure.sql
  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. … 16 more files in changeset.
Add N parameter to the grass cover erosion inwards, outwards and height structures failuremechanism database entities WTI-1531

  1. … 23 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. … 21 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.
Fix changing directory in batch file. WTI-1527

- Added DEVELOPMENT variable in build configurations to determine right version number. - Added extra configurations for the CreateInstaller and CreateInstallerWithDemoProject for more separation in project configurations. WTI-1527

  1. … 3 more files in changeset.
Fix build error due to hash in file version. WTI-1527

  1. … 1 more file in changeset.
Updated GlobalAssembly.cs.svn and modified build step to get git hash instead of svn revision number. WTI-1527

    • -0
    • +46
    ./git_insert_hash.cmd
  1. … 2 more files in changeset.
Improvements after review. Related to Issue [WTI-1487]

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

Former-commit-id: f2a941f9fa45052d431fbadb1a74afea3ffabf1e

Former-commit-id: 52362a3dc92828710759ccc2e1d1b66c7aafa980

  1. … 4 more files in changeset.
Updated ToolsVersion from 14 to 15. Related to Issue [WTI-1487]

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

Former-commit-id: afce36afa801fee7f7fe1b4fc37394806575aee1

Former-commit-id: 0c9e84ba04e19526048ad29ee054468f7cd7eb5e

  1. … 314 more files in changeset.
Added targets file for TestUtil projects. Related to Issue [WTI-1487]

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

Former-commit-id: c735f54c0eb9db2397f85e0ea486d66932af7c98

Former-commit-id: 931f3d508f7d518611dfb160716a18ea5966abbc

    • -0
    • +7
    ./Ringtoets_TestUtil.targets
Added targets file for test projects. Related to Issue [WTI-1487]

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

Former-commit-id: 2d1ecdfa51cb854748020697e92c611003c35c09

Former-commit-id: c7ca70a5c23c8c072b7dd44536a2eee25a4bf2ee

    • -0
    • +10
    ./Ringtoets_Test.targets
Improved Ringtoets.targets so more values can be overridden. Related to Issue [WTI-1487]

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

Former-commit-id: 0d34267317fa297e3d06e2de5a6d25857c46f433

Former-commit-id: 2da26bbb7035acbc8a5f1ee698d34c84247d7115

  1. … 1 more file in changeset.