|
|
 |
- last updated a few seconds ago
Tuesday 09 Aug 2016
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
… 95 more files in
changeset.
* Updated database design where BLOB columns have been replaced with TEXT columns to store XML instead. * Replaced BinaryConverter with XmlSerializers. ** This will make 'fingerprints' of ProjectEntity more stable across commits as Binary serialization by .Net framework stores assembly version in the serialized data. Our version code is commit dependent therefore each commit would generated a different fingerprint even though the data it's based upon isn't changed. Xml Serialization does not suffer from this side-effect. ** Common serialization code now stored in an abstract base-class. * Renamed FingerprintGenerator to FingerprintHelper. * Moved BinaryDataEqualityHelper into FingerprintHelper. Related to Issue [ WTI-608] git-svn-id: https://repos.deltares.nl/repos/WettelijkToetsInstrumentarium/trunk@4586 5a3db67b-de53-47b5-99c8-a1c30a6650e2 Former-commit-id: f437b8ddad5967e75926045e9222a96104f870c2 Former-commit-id: 430b6e35a488ad078d7a473d79b50f19b0a08240
-
-
-
-
-
… 78 more files in
changeset.
Friday 05 Aug 2016
-
-
-
-
-
-
… 30 more files in
changeset.
-
-
… 10 more files in
changeset.
Implemented UpliftCriticalSafetyFactor as RoundedDouble with 1 decimal. Added range validation (0,50] to UpliftCriticalSafetyFactor. Added persistence of the UpliftCriticalSafetyFactor. Related to Issue [ WTI-765] git-svn-id: https://repos.deltares.nl/repos/WettelijkToetsInstrumentarium/trunk@4509 5a3db67b-de53-47b5-99c8-a1c30a6650e2 Former-commit-id: 0264d05b8f97a822d2920183e8725991f3c87af1 Former-commit-id: a90b94d9bfbe422e39f90b69f84314a6320f8be8
-
-
… 14 more files in
changeset.
Thursday 04 Aug 2016
-
-
… 9 more files in
changeset.
Wednesday 03 Aug 2016
* Updated entities such that primary key property of GrassCoverErosionInwardsOutputEntity now follows naming convention. * Performance optimization in PersistenceRegistry to prevent EntityFramework from checking 'changed state' when no elements are actually removed from a collection. * Extended RingtoetsEntities with a flag to disabling change tracking ** Improved performance of retrieving elements from data base tables with IStorableExtensions. Related to Issue [ WTI-608] git-svn-id: https://repos.deltares.nl/repos/WettelijkToetsInstrumentarium/trunk@4459 5a3db67b-de53-47b5-99c8-a1c30a6650e2 Former-commit-id: 6bd7c482e9d298e736cad2c29b264abb1dcf2620 Former-commit-id: 44b8bb8b9fca7ad8e3ca24888bb2b6d90cfe97a6
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
… 57 more files in
changeset.
Tuesday 02 Aug 2016
* Updated entities for deletion of 'PointEntity' tables and having those replaced with binary data properties. ** Updated IRingtoetsEntities, PersistenceRegistry and ReadConversionCollector accordingly. ** Removed 'PointEntity' related extension methods. ** Point3D no longer implements IStorable. * Refactored how CharacteristicPoints of RingtoetsPipingSurfaceLine are persisted in database/ Related to Issue [ WTI-608] git-svn-id: https://repos.deltares.nl/repos/WettelijkToetsInstrumentarium/trunk@4447 5a3db67b-de53-47b5-99c8-a1c30a6650e2 Former-commit-id: 188ff4565ff2b9036e4b818fbf5d5e22a9fc238d Former-commit-id: bbd0708b3d2efb30ad7adb14f756927987cb2f33
-
-
-
-
-
… 75 more files in
changeset.
Friday 29 Jul 2016
* Fixed bug where always writing a new array to the entity during an update, even if the array is equal to the original, would cause changes to be flagged (causing Ringtoets to ask the user to save changes for example) Related to Issue [ WTI-608] git-svn-id: https://repos.deltares.nl/repos/WettelijkToetsInstrumentarium/trunk@4424 5a3db67b-de53-47b5-99c8-a1c30a6650e2 Former-commit-id: d676c39fb8dfe10aa9f979e66385124ae8e3485b Former-commit-id: 4bb48b457c439e27a8f64d2dd123bc5fd0117cef
-
-
… 6 more files in
changeset.
Thursday 28 Jul 2016
-
-
… 22 more files in
changeset.
Wednesday 27 Jul 2016
-
-
… 1 more file in
changeset.
Tuesday 26 Jul 2016
* Updated entities to replace decimal properties to double properties ** Removed decimal casts where needed. ** Removed DecimalConversionExtensions as they are now obsolete. Related to Issue [ WTI-691] git-svn-id: https://repos.deltares.nl/repos/WettelijkToetsInstrumentarium/trunk@4340 5a3db67b-de53-47b5-99c8-a1c30a6650e2 Former-commit-id: db194dd8c6e2e2f37c9fd380254059fc1d5d37ae Former-commit-id: 854c8aa94eb580c8a369f297e7a1ae8d91b5b290
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
… 192 more files in
changeset.
Monday 25 Jul 2016
* GrassCoverErosionInwardsCalculation objects are now pulled from cashed collections when (de)serializing. * Implemented Create, Read and Update extension methods for GrassCoverErosionInwardsSectionResult to take the associated calculation into account. ** Updated entities accordingly. Related to Issue [ WTI-662] git-svn-id: https://repos.deltares.nl/repos/WettelijkToetsInstrumentarium/trunk@4318 5a3db67b-de53-47b5-99c8-a1c30a6650e2 Former-commit-id: 310f39c6b08bf66362ae1d575aeabbe199c06059 Former-commit-id: 8da8b466759f4ad21529c0b0dcdc4c7b52421e31
-
-
-
… 19 more files in
changeset.
Friday 22 Jul 2016
-
-
-
… 21 more files in
changeset.
* GrassCoverErosionInwardsCalculation input is fully persisted ** Create, Read and Update extension methods of GrassCoverErosionInwardsCalculation updated. ** Updated PersistenceRegistry and ReadConversionCollector accordingly. Related to Issue [ WTI-624] git-svn-id: https://repos.deltares.nl/repos/WettelijkToetsInstrumentarium/trunk@4302 5a3db67b-de53-47b5-99c8-a1c30a6650e2 Former-commit-id: e930c40802bd864fe98752b5ae4818542473a9c1 Former-commit-id: 4d6ff80b73fb2e18c0d06c4e35003466f4415340
-
-
… 19 more files in
changeset.
Thursday 21 Jul 2016
* GrassCoverErosionInwardsOutput.DikeHeightCalculated is now fully persisted. * GrassCoverErosionInwardsOutput is now taken into account in Create, Update and Read methods for GrassCoverErosionInwardsCalculation. Related to Issue [ WTI-665] git-svn-id: https://repos.deltares.nl/repos/WettelijkToetsInstrumentarium/trunk@4277 5a3db67b-de53-47b5-99c8-a1c30a6650e2 Former-commit-id: 0c01500560fddcea656badde958adda1ef38c35a Former-commit-id: 112738a41200fca42ce795aa7ff302d53cdd233d
-
-
-
… 18 more files in
changeset.
-
-
… 82 more files in
changeset.
Wednesday 20 Jul 2016
-
-
-
… 23 more files in
changeset.
-
-
… 43 more files in
changeset.
Tuesday 19 Jul 2016
* Removed foreign key to ProbabilisticOutputEntity table (this is implemented with WTI-665) ** Updated Entities accordingly. * Integrated Create, Read and Update methods for GrassCoverErosionInwardsCalculation inside respective extension method of CalculationGroup. Related to Issue [ WTI-664] git-svn-id: https://repos.deltares.nl/repos/WettelijkToetsInstrumentarium/trunk@4235 5a3db67b-de53-47b5-99c8-a1c30a6650e2 Former-commit-id: 490aa5db34d782a234126a15f43c12028f71b720 Former-commit-id: 41addac88c9e68adbca55df51b5cc28a702277a7
-
-
-
-
-
… 12 more files in
changeset.
Monday 18 Jul 2016
-
-
… 11 more files in
changeset.
Friday 15 Jul 2016
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
… 235 more files in
changeset.
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
… 201 more files in
changeset.
-
-
… 12 more files in
changeset.
Thursday 14 Jul 2016
* GrassCoverErosionInwardsFailureMechanism related Create, Update and Read methods take DikeProfiles into account to save/load functionality. Related to Issue [ WTI-637] git-svn-id: https://repos.deltares.nl/repos/WettelijkToetsInstrumentarium/trunk@4196 5a3db67b-de53-47b5-99c8-a1c30a6650e2 Former-commit-id: 654aa2b7772affcf101f697a79822d2b32f7c66d Former-commit-id: de88cb590ad49838793638e8c5e1e52c08206318
-
-
… 7 more files in
changeset.
* Refactored DikeProfile such that no changes are possible after construction. * Read, Create and Update extension methods for persisting DikeProfile. ** Updated PersistenceRegistry accordingly. Related to Issue [ WTI-637] git-svn-id: https://repos.deltares.nl/repos/WettelijkToetsInstrumentarium/trunk@4190 5a3db67b-de53-47b5-99c8-a1c30a6650e2 Former-commit-id: 5e345115f4fb1ff9d31c0c7242489441e429d0a4 Former-commit-id: 5376e9b0236dd5b50c50697607c784082a5891f2
-
-
… 40 more files in
changeset.
Wednesday 13 Jul 2016
-
-
… 28 more files in
changeset.
-
-
… 11 more files in
changeset.
-
-
-
… 2 more files in
changeset.
Removed unused AbovePhreaticLevel and DryUnitWeight properties from readers and storing classes. Removed unused EffectiveStress property from the IEffectiveThicknessCalculator and implementors. Due to stochastic parameters, effective stress needs to be calculated in Ringtoets. Related to Issue [ WTI-686] git-svn-id: https://repos.deltares.nl/repos/WettelijkToetsInstrumentarium/trunk@4135 5a3db67b-de53-47b5-99c8-a1c30a6650e2 Former-commit-id: 9cac85375a4bdfec0c70b252aaf48d2f3b31789c Former-commit-id: 60f9628656712e9fdd83984776cb0bfd987c8dee
-
-
… 29 more files in
changeset.
|