Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Renamed Ringtoets folder. WTI-1931

    • -634
    • +0
    ./HeightStructuresImporterTest.cs
  1. … 15714 more files in changeset.
Changed copyright year. Paired with lubbers. WTI-1828

  1. … 6095 more files in changeset.
Ran Deltares Cleanup:

- Performed for Ringtoets.HeightStructures

WTI-1767

  1. … 15 more files in changeset.
Merge from branch 1289

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

Former-commit-id: ba3056d252e5c6e4ca7694457d6ac85073639d97

Former-commit-id: 7bce824a3d3e04d9e23e441c42e22972210259b3

    • -23
    • +17
    ./HeightStructuresImporterTest.cs
  1. … 151 more files in changeset.
Unified the UpdateDataStrategyBase with the SurfaceLineUpdateDataStrategyBase again. Related to Issue [WTI-1289]

git-svn-id: https://repos.deltares.nl/repos/WettelijkToetsInstrumentarium/branches/WTI-1289@10759 5a3db67b-de53-47b5-99c8-a1c30a6650e2

Former-commit-id: 89548b886f1788b065f7244472145cbb954cde75

Former-commit-id: 5125c70b8eaab6502caa71cbfec835ced3f46a79

    • -23
    • +17
    ./HeightStructuresImporterTest.cs
  1. … 48 more files in changeset.
Added functional tests for the importers to verify behaviour when: - All relevant structure parameters are missing and a duplicate irrelevant parameter is present - Some parameters are missing and a duplicate irrelevant parameter is present - Moved test-data files to their respective folders to clearly indicate what they represent Related to Issue [WTI-1281]

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

Former-commit-id: cabe56098ff78344893ffe12fe5cc8a10a4cf0a5

Former-commit-id: ca0d668356f92be1209e15b4adcbc22709db9a45

    • -3
    • +107
    ./HeightStructuresImporterTest.cs
  1. … 51 more files in changeset.
Implemented the filter of the structure parameter rows: - Added test which contains a single structure where all the relevant parameters are defined including a duplicate irrelevant/undefined parameter Related to Issue [WTI-1281]

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

Former-commit-id: cb915214bb014caab8ff12c106beeb65ef09b271

Former-commit-id: 9df1c3bfc0b2339bb0f2396bf0cd35970b32fdce

  1. … 9 more files in changeset.
Connected IStructureUpdateStrategy in the StabilityPointStructuresImporter: - Promoted IStructureUpdateStrategy constructor argument to the base class for all the importers - Changed tests, removed obsolete test for the stability point structures importer that assures the uniqueness of stability point structure items after the import action. Test can be removed because the import target is of type ObservableUniqueItemCollectionWithSourcePath Related to Issue [WTI-1184]

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

Former-commit-id: b8a80a6198f68d7ff1ac8eec44b242faa47a8180

Former-commit-id: 7fa24bf70d0a6e1935c3d25dc055633fd11a4080

  1. … 8 more files in changeset.
Performed ReSharper cleanup Related to Issue [WTI-1262]

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

Former-commit-id: c75f004cd5b3558faa8657fa538098af284fa513

Former-commit-id: c9049ba144003490fa3501868e3cf7f5140bf72e

  1. … 16 more files in changeset.
Implemented notification of observers after importing structure data for closing and height. Related to Issue [WTI-1181]

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

Former-commit-id: f062aba76d221167dbb6620c8b5069c5d815142c

Former-commit-id: 801cea4cf804fe8813c5d7e2348679c1e92ee54b

  1. … 6 more files in changeset.
Review related comments: - Used mocks iso instance Related to Issue [WTI-1172]

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

Former-commit-id: d5247a9c381041ae61d1611218386dffa4098811

Former-commit-id: a9f5276d701159ab370e3585bdf91c1b473df2be

    • -92
    • +93
    ./HeightStructuresImporterTest.cs
Review related comments: - Used mocks iso instance Related to Issue [WTI-1172]

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

Former-commit-id: e03c96aa38bc3509fe9aed4cf88291b1642fa79a

Former-commit-id: 33e0a4f1eeb853495a8cecbd3879baee7526d47a

    • -23
    • +26
    ./HeightStructuresImporterTest.cs
Updated StructuresImporter to be created with an IMessageProvider Related to Issue [WTI-1172]

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

Former-commit-id: 453343e707a0d527884af959b9e4e72b1cc8ee11

Former-commit-id: 8cc80a8389a1a3950eeab507d00e87ef9df7aa57

  1. … 13 more files in changeset.
Made log protected in FileImporterBase so that it does not need to be redefined in every derived class.

Added ImporterMessageProvider to HeightStructuresImporter

Related to Issue [WTI-1172]

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

Former-commit-id: 18b09bf50076c0eaccae389821c9ac113134842b

Former-commit-id: d93a304524fa87b7f29477774b255df20f3e5864

    • -24
    • +209
    ./HeightStructuresImporterTest.cs
  1. … 17 more files in changeset.
Also skip rest of import when structures fail to validate Related to Issue [WTI-1194]

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

Former-commit-id: 896d67a19f8125157c9bf7da62991fb9c222da89

Former-commit-id: 969b132bfbdd820ddf6163c8c72bb433a0db2e61

    • -37
    • +18
    ./HeightStructuresImporterTest.cs
  1. … 6 more files in changeset.
Performed cleanup.

Paired with berg_jl

Related to Issue [WTI-1243]

git-svn-id: https://repos.deltares.nl/repos/WettelijkToetsInstrumentarium/branches/Release/17_1@9613 5a3db67b-de53-47b5-99c8-a1c30a6650e2

Former-commit-id: ae470666b04338291ed9d6e1a564320b9a9596fd

Former-commit-id: 13de3f470e6d1179c5c4a7aca862cd1481c108f0

  1. … 16 more files in changeset.
Changed log message for duplicate structure. Related to Issue [WTI-1259]

git-svn-id: https://repos.deltares.nl/repos/WettelijkToetsInstrumentarium/branches/Release/17_1@9608 5a3db67b-de53-47b5-99c8-a1c30a6650e2

Former-commit-id: e7fdb6dfa988d974dc635dd21d174b229dd591b7

Former-commit-id: cd695f8b31746a97e5d83c50759a62d41fa1929c

  1. … 4 more files in changeset.
Used HeightStructureUpdateDataStrategy in HeightStructuresPlugin Related to Issue [WTI-1172]

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

Former-commit-id: 0074a22fbad544787710928ea88ad2ecad1df1c1

Former-commit-id: 880e5aa61c29283fd5ca61086bcb706a274573f7

    • -29
    • +62
    ./HeightStructuresImporterTest.cs
  1. … 6 more files in changeset.
Implemented uniqueness for structures based on ID. Related to Issue [WTI-1259]

git-svn-id: https://repos.deltares.nl/repos/WettelijkToetsInstrumentarium/branches/Release/17_1@9603 5a3db67b-de53-47b5-99c8-a1c30a6650e2

Former-commit-id: 824f2756ac951aaafc0cae368d7359c7384991e8

Former-commit-id: a6f49373ec7d6a5bed9bc0f5adfadd5286c1865d

  1. … 56 more files in changeset.
Updated importer to store source path, even if there are no items imported Related to Issue [WTI-1171]

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

Former-commit-id: e2f9b6c9b33e853bbcbd5edb16f0e71a0207286a

Former-commit-id: fe73b76f60a8ceccc0fcb1366a1fd2da8ee121d9

  1. … 1 more file in changeset.
Extended usage of StructureCollection<HeightStructure> for HeightStructuresImporter Related to Issue [WTI-1171]

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

Former-commit-id: c4e54bbbad2c1ef0e9d4380683b8ef75a1b4ff22

Former-commit-id: af1c10777d8af4a5eaef731b30400dd1531f8062

  1. … 10 more files in changeset.
Updated license headers in HeightStructures. Related to Issue [WTI-1242]

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

Former-commit-id: 6a54d7f7fe065a9b60f53104e2ac3a97103cd5b4

Former-commit-id: 59c7fce13fd3b10731f73f2b97e8138154a3b20f

  1. … 113 more files in changeset.
Removed code redudancies using code cleanup Related to Issue [WTI-1242]

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

Former-commit-id: a4184612412083ad60d3a4e536abd67e2556054e

Former-commit-id: 88487e11184954b002f5e4adf51ca28ff8a1ad25

  1. … 142 more files in changeset.
Changed log message. Related to Issue [WTI-1100]

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

Former-commit-id: da6f384d25fcb2d4a482896c3f67dce93bfb1b27

Former-commit-id: 7ed5eebe27f2374432307d9467c2061fa5bf9a7a

  1. … 5 more files in changeset.
Changed log messages. Related to Issue [WTI-1100]

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

Former-commit-id: c30034e5b34571e8820bc15a7a70d2b640cebc33

Former-commit-id: 68f38fcc5bfe704273b65a69cd4fefb76570ef74

  1. … 8 more files in changeset.
Changed log message for when parameter is not found. Related to Issue [WTI-1100]

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

Former-commit-id: f8dc4e8bcd495866f8b923eff322be6d274cc9d1

Former-commit-id: ae105e60dace42fd652565cfd084e22733d73512

  1. … 4 more files in changeset.
Improved log message for missing parameter. Related to Issue [WTI-1100]

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

Former-commit-id: 49c36f71ce54ab2edee61d01abcb6d61887c2709

Former-commit-id: 4b4921132a9c74b297251af5e2b9ea96d4a09cf8

  1. … 5 more files in changeset.
- Cleaned up tests - Added parameter assertions for the ClosingStructuresImporter Related to Issue [WTI-1100]

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

Former-commit-id: d3b2fc719b3ccb62375ef0348ae35258bdf9b08f

Former-commit-id: 32e036c2440d986cfe28e1355f55a22ca6e02ba0

  1. … 2 more files in changeset.
Completed HeightStructuresImporterTest. Default values are checked for missing parameters Related to Issue [WTI-1100]

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

Former-commit-id: a9994d504bea9e51c741dca0e37a503a6d6ae0d3

Former-commit-id: 4a4ddf4aa7094ea0d491c933a56721658fb6334e

- Implemented new way of setting structure values in ClosingStructuresImporter. Related to Issue [WTI-1100]

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

Former-commit-id: d441f4966f0c1bfab5d0bb5b61aae67f554d47af

Former-commit-id: af01df72ece43b415feed33ad500441411bd1593

  1. … 13 more files in changeset.