RingtoetsPipingSurfaceLineCreateExtensionsTest.cs

Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Rename related changes Related to Issue [WTI-1289]

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

Former-commit-id: 92048a8ec9e185731a056949d5bf655f39519647

Former-commit-id: 0d1dafb90d09cff5e7ba9fb7f05d721ba389008c

    • -314
    • +0
    ./RingtoetsPipingSurfaceLineCreateExtensionsTest.cs
  1. … 72 more files in changeset.
Renamed RingtoetsPipingSurfaceLine to PipingSurfaceLine Related to Issue [WTI-1289]

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

Former-commit-id: 44625899e5ec1f895255bb80a4681e2e7e024bc5

Former-commit-id: a96b95d95796b665ec69d9f16e94467d265dabc0

    • -8
    • +8
    ./RingtoetsPipingSurfaceLineCreateExtensionsTest.cs
  1. … 113 more files in changeset.
Updated license headers in application. Related to Issue [WTI-1242]

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

Former-commit-id: bb059e969fc96666aeac8859903e186539291c50

Former-commit-id: 5555735a4426b9cb4f1db86329a7e5307ea5c911

    • -1
    • +1
    ./RingtoetsPipingSurfaceLineCreateExtensionsTest.cs
  1. … 478 more files in changeset.
Ringtoets.DotSettings now contains settings for removing code redundancies at cleanup. Applied to Application.Ringtoets. Related to Issue [WTI-1242]

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

Former-commit-id: c6c9d04bb9c8897bcc0d3860b0e5e5a03d4a0f19

Former-commit-id: 799f2e5ea50ef8c0c3ffa76b70ebac7697706a1f

    • -1
    • +1
    ./RingtoetsPipingSurfaceLineCreateExtensionsTest.cs
  1. … 96 more files in changeset.
Application.Ringtoets code-cleanup Related to Issue [WTI-1242]

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

Former-commit-id: 1dc375faca87ba9dd08674d41e7bee35f48076f4

Former-commit-id: ca18aace27e6f81479199e7f11c384076797e63b

    • -2
    • +2
    ./RingtoetsPipingSurfaceLineCreateExtensionsTest.cs
  1. … 97 more files in changeset.
Performed Resharper cleanup

Related to Issue [WTI-1008]

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

Former-commit-id: 23d17fd6b5257a25b167839d9106eea6fa7be554

Former-commit-id: 4a817a07bc646924777514e78010c89bc0fdf9b5

    • -6
    • +6
    ./RingtoetsPipingSurfaceLineCreateExtensionsTest.cs
  1. … 114 more files in changeset.
Updated db entity and wiring for new column types. Related to Issue [WTI-986]

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

Former-commit-id: 6774b9c88da241cdc30ba4bd74e72a315511b65a

Former-commit-id: 2b72d9624adc3799e29d94acbe3b73095198c147

    • -13
    • +13
    ./RingtoetsPipingSurfaceLineCreateExtensionsTest.cs
  1. … 21 more files in changeset.
* Cleanup Application.Ringtoets source and test projects. Related to Issue [WTI-737]

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

Former-commit-id: c269ece0045b1b4264870453bc65f03625ae39e6

Former-commit-id: 74430c5c3b0c18f14f92b0cbfcd4a6bc5c5f6280

    • -13
    • +13
    ./RingtoetsPipingSurfaceLineCreateExtensionsTest.cs
  1. … 107 more files in changeset.
- Small cleanup changes Reviewed by @bouvrie Related to Issue [WTI-608]

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

Former-commit-id: a9c05c2e9e67f2225dd0f6ddbfc54d3eb36767cf

Former-commit-id: d32fddf49d896651f70eeec056493b259f077f49

    • -4
    • +0
    ./RingtoetsPipingSurfaceLineCreateExtensionsTest.cs
  1. … 131 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

    • -8
    • +11
    ./RingtoetsPipingSurfaceLineCreateExtensionsTest.cs
  1. … 81 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

    • -0
    • +21
    ./RingtoetsPipingSurfaceLineCreateExtensionsTest.cs
  1. … 56 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

    • -8
    • +12
    ./RingtoetsPipingSurfaceLineCreateExtensionsTest.cs
  1. … 34 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

    • -64
    • +51
    ./RingtoetsPipingSurfaceLineCreateExtensionsTest.cs
  1. … 78 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
    • +303
    ./RingtoetsPipingSurfaceLineCreateExtensionsTest.cs
  1. … 215 more files in changeset.