Riskeer

Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
* Implemented review suggestions from WTI-Review-319 ** Fixing typo's ** Extra XML docs ** Improved consistency ** Removed obsolete tests ** Split tests to improve readability Related to Issue [WTI-337]

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

Former-commit-id: 1116e927199781c11f61b477a300c8afbe2d07e3

Former-commit-id: 52e3e9f95fcba68cbb73e497ad02b8d883d8454c

    • -0
    • +119
    /Core/Common/src/Core.Common.Gui/Commands/ProjectCommandHandler.cs
  1. … 72 more files in changeset.
Fixed missing configuration in test projects Related to Issue [WTI-330]

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

Former-commit-id: 594652f6e76e3cad065f2a437e34de1efa0c009d

Former-commit-id: 0c763955cef5c244e220cea1246656cafb6286f9

Extended HydraRingConfiguration with logic for initializing the areas and projects configuration Related to Issue [WTI-324]

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

Former-commit-id: 8b6b1badfe1417f6f0f75b627c6ffee82d7924f9

Former-commit-id: 844e19c38d579b27b0e7adac93a93a859d6c0f8b

Added calculate toetspeil to HRD context menu. Related to Issue [WTI-327]

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

Former-commit-id: 5da181675a94b75efcf7ad40aa84ff2963a8d761

Former-commit-id: 7067f020751b686ebabc795547e3c02a8880e4b3

Remove unused test. Related to Issue [WTI-326]

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

Former-commit-id: 6494d55b8c92b20807d3bde1f3ec61d82ebaa5da

Former-commit-id: 94b0cf7fa35e752acf2a54a710d5bcdefe28b894

# Added XML documentation

Related to Issue [WTI-330]

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

Former-commit-id: 768e3b710287d6b75185f60feefc032f72e8b141

Former-commit-id: 2fc2f928dddfac8aa7888dfdc3c9a2e929a0f3f7

Extended HydraRingConfiguration with a UncertaintiesType property Related to Issue [WTI-324]

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

Former-commit-id: d44052b07e8f50386d2c95bba681033ce1477c5e

Former-commit-id: 669202421bbb4bb1349beb1d60ac6ae057bae3fa

Check if import is succesfull before setting file path. Delete unused contextmenu item. Related to Issue [WTI-326]

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

Former-commit-id: db0a6f5da9aa6101ab59eb9688af9ad4bd0010f9

Former-commit-id: 76b78a72ac63301694542c8c4f0dc9fdb57d005a

# Added licenses # Added tests to improve coverage # Added XML documentation Related to Issue [WTI-330]

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

Former-commit-id: e42c89d47a31efd15a6accbd0f73fa3344760025

Former-commit-id: 588ed12285c07db3bca4f781dcd0e772b33c409d

  1. … 4 more files in changeset.
Extended HydraRingConfiguration with a TimeIntegrationScheme property Related to Issue [WTI-324]

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

Former-commit-id: 882e11f6110e02cdf3d4b27c43e52754149ad473

Former-commit-id: c024f23e2cc2d08ccb217b2c8ebc56ec1fa56c73

Fix typo in license. Related to Issue [WTI-326]

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

Former-commit-id: 05ac7b07ad568a46b64ab44afb66cba2eac0b2a8

Former-commit-id: 24c0a6c9e9e2b9af46b022dd1b6b2b4be27959f1

Added possibility of optional columns in a surfaceline file. PipingSurfaceLinesCsvReader now tries finds the X1;Y1;Z1; column in any position and uses this as the start of the geometry. Related to Issue [WTI-379]

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

Former-commit-id: 60a43df3ba8416043b1228a78052f9188bbc5dbe

Former-commit-id: fc33300918cd6998ce50313a9bf5f117ed553976

* Create ReferenceLineImporter, to import a ReferenceLine instance for an AssessmentSectionBase instance using a shapefile. * Added TearDown methods to tests to properly dispose of objects. * Moved string resources that were incorrectly placed. * Improvements to ReferenceLineContext ** Made observable. ** Implements IEquatable<ReferenceLineContext> in order to reuse object instances by TreeView. Related to Issue [WTI-364]

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

Former-commit-id: 7eba2f606c0f1ac3770cebfeca28c8a586f2349d

Former-commit-id: 3a3dacded3ebc235b8d5eb41d4b2985d71dbe4c1

  1. … 16 more files in changeset.
Introduced HydraRingConfiguration Related to Issue [WTI-324]

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

Former-commit-id: c8551ab3aa064452e9e8d18494dfa6d2256ea71c

Former-commit-id: a6ecdab6325442834f33cfb7febd958078b72c8d

Implemented review suggestions. Moved PipingCharacteristicPointsLocation in Data to CharacteristicPoints in IO/SurfaceLines. Renamed PipingCharacteristicPointsCsvReader.cs to CharacteristicPointsCsvReader and moved in /SurfaceLines. Moved PipingSurfaceLinesCsvReader to /SurfaceLines subdir. Added testcases for lines with too many values and files with other types of invalid headers. Related to Issue [WTI-126]

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

Former-commit-id: f20761bd3991f9d94e804919333c91b90598bcc4

Former-commit-id: f3e887550eb0d832ef74280f902912e4f9111d1a

  1. … 14 more files in changeset.
Fixed reference to System.Data.SQLite Related to Issue [WTI-330]

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

Former-commit-id: 87f68f72d907c5f26d7d4e7ba7e02d3a2fe7631d

Former-commit-id: 9135847e51a84da2b092dcfaf3e552904e34e874

Implemented HydraulicBoundaryDatabaseReader in RingtoetsGuiPlugin for validating and version checking the selected database. Related to Issue [WTI-326]

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

Former-commit-id: 79978cce16d0e58bd717304b499f8bce1c081b3b

Former-commit-id: da17585494182087a6d659f57d3affb192086777

Fix build settings. Related to Issue [WTI-330]

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

Former-commit-id: 3f8a63eac251ff3d660a456ed2c6c250a17a3978

Former-commit-id: c3a9e10e04180be77ac1dd803cf8c0358f522b7c

Remove broken test. Related to Issue [WTI-326]

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

Former-commit-id: ca3fe8f51cd7a0721afd8cc7232c3e695790ab14

Former-commit-id: 150789a3af29f3f315cf4efaa7adc92b64671aab

Fixed failed tests when in release mode

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

Former-commit-id: dc118ffb6891cf15b8b41b1f7704b8c54a37037f

Former-commit-id: eacccb4a216a12850dc1d0ad2cc4245f1148222d

Fix reference to Ringtoets.HydraRing.Plugin. Related to Issue [WTI-330]

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

Former-commit-id: 711a993da48c92852b7c07d684f3bb5dfa038adf

Former-commit-id: f4799898762033b2a2aa151a35651fa603294683

Reset project dependencies of Application.Ringtoets Related to Issue [WTI-330]

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

Former-commit-id: a4206ee43cbdd18fbafca92fbca0f7e12c537f94

Former-commit-id: ea079f1a9ccf793793aec1c9256614ffbe26109f

Introduced feature to read HRD database locations Replaced *PipingReadResult* by *ReadResult* Related to Issue [WTI-330]

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

Former-commit-id: 9c91f16ed42046390f0ae0e82710bf2732afdc1f

Former-commit-id: fe500ab72cdc1fb5f38bc11629b9ef1ee5ef2c09

    • -0
    • +56
    /Core/Common/src/Core.Common.IO/Readers/ReadResult.cs
  1. … 52 more files in changeset.
Added importing/reading of the Ditch Polder Side characteristic point. Related to Issue [WTI-380]

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

Former-commit-id: db528c66df0381a9d9cf25692d133e596898c5c5

Former-commit-id: 9f43f2fb300d58109defc9949c70651b69c2db43

* Added TearDown methods to dispose with created RingtoetsGuiPlugin. * Replaced placeholder for RefereceLine for actual data (ReferenceLineContext, as prep for subsequent ReferenceLineImporter).

Related to Issue [WTI-364]

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

Former-commit-id: 063e21d626ebc731dd1347258f00850736955205

Former-commit-id: 3bb4b1a6144b92d3b5d51e5b57c160be73b66bd2

  1. … 5 more files in changeset.
Small improvement in resource. Related to Issue [WTI-379]

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

Former-commit-id: 1ce03b05441fe0275f31410e48e53f0eb96f71da

Former-commit-id: 12f28aefd3c3257221198d67d5d962581c42e7ff

Added check for a .krp.csv file next to the surfaceline .csv file. Related to Issue [WTI-379]

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

Former-commit-id: 23afe84e0a7240fbc91a8b8d366bfb64cf38d572

Former-commit-id: 926f631748a6edaa11a9605ca3427bfbfaedd03c

Implemented logic for clearing calculations when replacing the HRD. Related to Issue [WTI-326]

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

Former-commit-id: 69e82c35dbccc8cb5dbde13fa296a5b27105b1c4

Former-commit-id: 6938acf175e9ba2457cf461a1728e249b67991bf

  1. … 30 more files in changeset.
* Added corner cases for reading ReferenceLine instances from a shapefile. Related to Issue [WTI-317]

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

Former-commit-id: 50a9cfe8ef4797708273b305a84b277fb8555766

Former-commit-id: a2cae7ac852d6a04d552a62d3d9f8f5bb168cb5b

Improved doc. Related to Issue [WTI-126]

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

Former-commit-id: ff637c60ad8243044fcbe3f1ae7c68b3a3487934

Former-commit-id: eaecaaa4959c8e7401ea83de0b5642b2ad638756