Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
* 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

    • -2
    • +3
    ./RingtoetsPipingSurfaceLineCreateExtensions.cs
    • -2
    • +2
    ./StochasticSoilModelCreateExtensions.cs
  1. … 80 more files in changeset.
Removed UpliftReliability from storage. Removed UpliftReliability from piping failure mechanism property control. Updated formulas for determining reliability of heave and sellmeijer. Updated formula for determining probability of uplift. Related to Issue [WTI-765]

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

Former-commit-id: b6834c432b8f180e0a26fd1e098c3be4a2b1249d

Former-commit-id: 3ef28e277d14e7976b53e59baf702212538e5582

    • -1
    • +0
    ./PipingSemiProbabilisticOutputCreateExtensions.cs
  1. … 27 more files in changeset.
* Refactored out IStoreProject.SaveProject to be fully replaced by SaveProjectAs in usage. * Added 'StageProject' concept to IStoreProject, such that changes to a saved project can be detected quickly. * Introduced FingerprintGenerator to create a almost hashcode for a given ProjectEntity. Can be used to quickly detect changes. ** Fingerprints are now stored in the database for this purpose. * Ensured all string properties of Entities do not share references by DeepCloning values.

Related to Issue [WTI-608]

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

Former-commit-id: 49a7cc4b00fd77a07de44a75500a355a234a7a20

Former-commit-id: 1a5ca946745b2bf7cec28bfaa28b2f41ba3cd6b1

    • -2
    • +2
    ./PipingCalculationScenarioCreateExtensions.cs
    • -1
    • +1
    ./PipingSoilProfileCreateExtensions.cs
    • -1
    • +1
    ./RingtoetsPipingSurfaceLineCreateExtensions.cs
    • -2
    • +2
    ./StochasticSoilModelCreateExtensions.cs
  1. … 52 more files in changeset.
* Imported updated database design with added Order columns. * Updated Create extension-methods to have an order argument. Related to Issue [WTI-608]

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

Former-commit-id: ced4f6a6a927be82b8132d0e23a8cd75ee3b240f

Former-commit-id: 0bff355fdfb351b44ab9467c5f1eccf759447e5e

    • -3
    • +2
    ./PipingCalculationScenarioCreateExtensions.cs
    • -2
    • +4
    ./PipingFailureMechanismCreateExtensions.cs
    • -1
    • +2
    ./PipingSoilProfileCreateExtensions.cs
    • -2
    • +4
    ./RingtoetsPipingSurfaceLineCreateExtensions.cs
    • -4
    • +7
    ./StochasticSoilModelCreateExtensions.cs
    • -2
    • +4
    ./StochasticSoilProfileCreateExtensions.cs
  1. … 28 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

    • -1
    • +2
    ./PipingProbabilityAssessmentInputCreateExtensions.cs
  1. … 14 more files in changeset.
Removed derived properties from PipingCalculationEntity. Related to Issue [WTI-687]

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

Former-commit-id: e28f953e5b48bb8e92c4f757cf9f1703a3988ec1

Former-commit-id: d6154f9d6f1ff33e1925b437f891995e7ba03b1f

    • -10
    • +0
    ./PipingCalculationScenarioCreateExtensions.cs
  1. … 9 more files in changeset.
* 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

    • -55
    • +29
    ./RingtoetsPipingSurfaceLineCreateExtensions.cs
    • -1
    • +1
    ./StochasticSoilModelCreateExtensions.cs
  1. … 77 more files in changeset.
* StochasticSoilModel.Geometry is now persisted as binary data in the database, instead of using 'PointEntity' objects. Related to Issue [WTI-608]

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

Former-commit-id: 15b0f6363bd6bd1100aefb65f80a258e867a71e3

Former-commit-id: 54b15c620eed0aa3a96854e81d8b288a56bd545f

    • -14
    • +3
    ./StochasticSoilModelCreateExtensions.cs
  1. … 22 more files in changeset.
* 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

    • -14
    • +16
    ./PipingCalculationScenarioCreateExtensions.cs
    • -1
    • +1
    ./PipingFailureMechanismSectionResultCreateExtensions.cs
    • -1
    • +1
    ./PipingProbabilityAssessmentInputCreateExtensions.cs
    • -14
    • +14
    ./PipingSemiProbabilisticOutputCreateExtensions.cs
    • -1
    • +1
    ./PipingSoilProfileCreateExtensions.cs
    • -2
    • +2
    ./RingtoetsPipingSurfaceLineCreateExtensions.cs
    • -1
    • +1
    ./StochasticSoilProfileCreateExtensions.cs
  1. … 199 more files in changeset.
* Refactored Create extension methods, reorganizing namespaces. Related to Issue [WTI-664]

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

Former-commit-id: f25e47bca6f4f87eaabceafbefac8acea774a039

Former-commit-id: 7549f4295c991840a21749c51e882447ca1df05d

    • -0
    • +120
    ./PipingCalculationScenarioCreateExtensions.cs
    • -0
    • +92
    ./PipingFailureMechanismCreateExtensions.cs
    • -0
    • +59
    ./PipingFailureMechanismSectionResultCreateExtensions.cs
    • -0
    • +63
    ./PipingOutputCreateExtensions.cs
    • -0
    • +59
    ./PipingProbabilityAssessmentInputCreateExtensions.cs
    • -0
    • +72
    ./PipingSemiProbabilisticOutputCreateExtensions.cs
    • -0
    • +68
    ./PipingSoilLayerCreateExtensions.cs
    • -0
    • +74
    ./PipingSoilProfileCreateExtensions.cs
    • -0
    • +131
    ./RingtoetsPipingSurfaceLineCreateExtensions.cs
    • -0
    • +86
    ./StochasticSoilModelCreateExtensions.cs
    • -0
    • +58
    ./StochasticSoilProfileCreateExtensions.cs
  1. … 205 more files in changeset.