Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Moved *Configuration* classes from *Readers*, *Writers*, *Importers*, and *Exporters* to *Ringtoets.Common.IO\Configurations*. - Introduced folders *Import* and *Export* as discussed with ~kleijn

Renamed ReadCalculationGroupTest to CalculationGroupConfigurationTest

Related to Issue [WTI-1165]

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

Former-commit-id: fd652be30e990650875de5629ce92db553c12bc8

Former-commit-id: e658bcc9d240ee56199ecfbbd4bb76506bd46278

    • -237
    • +0
    ./CalculationConfigurationReader.cs
    • -195
    • +0
    ./CombinedXmlSchemaDefinition.cs
  1. … 95 more files in changeset.
removed validation of stochast parameters during read (done in importer) Related to Issue [WTI-1162]

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

Former-commit-id: f827df80e8873d4c5b4bf55e44d1dcf38f5ccbb4

Former-commit-id: 945ed74b005636ee3f844bce90cb14a03c69a860

  1. … 8 more files in changeset.
Merged MeanStandardDeviationStochastConfiguration and MeanVariationCoefficientStochastConfiguration into one StochastConfiguration object. Related to Issue [WTI-1162]

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

Former-commit-id: 2112c029bede69ad1ead26d02fc349abd2bbaba0

Former-commit-id: af848492741d39198569c3f16f1699e28204b30e

  1. … 56 more files in changeset.
Extracted routines for reading stochasts parameters. Added check for invalid child element of a stochast definition, i.e. if a stochast with a standard deviation is expected, adding a variationcoefficient element will result in an error and vice versa. Related to Issue [WTI-1162]

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

Former-commit-id: 1dc539129cd5139813d3c1ddbddca87bac51fc86

Former-commit-id: 84ab506553fa5ff287f1f98389aac6d17ee0a157

  1. … 7 more files in changeset.
Implemented reader for closing structures calculation configurations. For height structures calculations configuration reader tests, added values for stochasts variation coefficient/standard deviation where not present, because not importing this is not the responsibility of the reader. This makes the tests more representative for the purpose of the reader. Related to Issue [WTI-1169]

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

Former-commit-id: e044c6b9a1faaaa1fcf703d7ffe82ad36ee2160c

Former-commit-id: b95da4738f69027ebb50cb8cff127a1a6ad328d1

  1. … 93 more files in changeset.
Added missing documentation. Renamed resource for consistency. Related to Issue [WTI-1162]

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

Former-commit-id: 6d08eda9427fe2edad0c854cb91925944b7e6651

Former-commit-id: 0caf0639c03c1382e5314c262926df8311c3a10d

  1. … 3 more files in changeset.
Rename of CalculationConfigurationGroup to CalculationGroupConfiguration as the latter is more consistent. Related to Issue [WTI-1161]

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

Former-commit-id: b4b934e9651c2d2326c7b1b300cf381674ef91d7

Former-commit-id: f32c649b2d887c504262b897f0dfa694dc14a747

  1. … 10 more files in changeset.
Refactored exporter / writer structure so that an actual writer can be used in the exporter instead of a less robust extension method approach. Related to Issue [WTI-1161]

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

Former-commit-id: 346c098d73f03d6d9f17ae31c61d501bfd563ace

Former-commit-id: 1ee1691764af1dbdd09945f2c06ea8a49687a687

  1. … 50 more files in changeset.
Added XMLdoc Addes tests Related to Issue [WTI-1158]

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

Former-commit-id: 6e7a50c410bdb0b26273b084bc50edaecd117388

Former-commit-id: 221b44339c3074caf038e350655e1829789661d7

  1. … 1 more file in changeset.
Incorporated comments review: - Fixed typo of filename (and affected test) - Removed safe navigation from test due to test failing before throwing a NullReferenceException - Rename resource parameter

paired with janssen

Related to Issue [WTI-1157]

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

Former-commit-id: 1e6f4978ff8afe1c846e7e1b6dc6f73cb4e08bf3

Former-commit-id: 8ad9fc393407108f412411d3b0a2a7c86f5b6bc2

  1. … 4 more files in changeset.
Incorporated comment tester: - Added conversion from double to ReadWaveConditionsInputStepSize -- Added extensionmethod in XElementExtensions: retrieve double and convert it to desired type with a type converter -- Added tests to verify conversion - Adjusted for the CalculationConfigurationReader Related to Issue [WTI-1158]

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

Former-commit-id: 8509c3a237d0a0770a6d85ae7d34e9889216b07d

Former-commit-id: 9cf28c4f8be6a9dbefd60cf5763bfc968224643a

  1. … 5 more files in changeset.
Extracted XML exception from LoadDocument of the calculation reader to provide a more precise error message. Related to Issue [WTI-1157]

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

Former-commit-id: 24165e8b56e89980e8b55b801ef6fdcd2ebf6f5f

Former-commit-id: bfbe63248b935171f883516fc0f1947592f0a29b

  1. … 4 more files in changeset.
moved enum types used by reader and writer to the parent folder. Related to Issue [WTI-1155]

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

Former-commit-id: 6387a641faf197b8105ad297296df2d17f6945f7

Former-commit-id: ac8ebcf9bb35b34a15923d2f682a29e3d2c09574

  1. … 22 more files in changeset.
Introduced Reader specific enums for BreakWaterType, DikeHeightCalculationType and WaveConditionsInputStepSize. Related to Issue [WTI-1155]

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

Former-commit-id: f1f10cf026084f544654655a6531e597b86b0495

Former-commit-id: 50f98cdb785dae8011c8fdbc876465e58e7867d0

    • -0
    • +44
    ./ReadBreakWaterType.cs
    • -0
    • +81
    ./ReadBreakWaterTypeConverter.cs
  1. … 32 more files in changeset.
Cleanup Improved dictionary extender Related to Issue [WTI-1157]

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

Former-commit-id: 1ebd36d02b7284ce69817cb02a49ea30639f9f7b

Former-commit-id: f393401327f19af3823e5a0c5373eafafabfff3b

  1. … 3 more files in changeset.
* Renamed CalculationConfigurationReaderHelper to XElementExtensions, to be consistent with coding conventions. Related to Issue [WTI-1154]

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

Former-commit-id: 320db21625c85f56cda360dd5e4684271d64020d

Former-commit-id: b4e867217c96ed5c255f79b7778d68d0c2a5c637

    • -156
    • +0
    ./CalculationConfigurationReaderHelper.cs
    • -0
    • +156
    ./XElementExtensions.cs
  1. … 4 more files in changeset.
* Cleanup and improved XML docs (covering Exceptions being thrown). * Improvement in functional coverage for some TypeConverter implementations. * All methods in CalculationConfigurationReaderHelper are now extension methods. Related to Issue [WTI-1154]

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

Former-commit-id: 08c408436e8a5cad347e1a227ca3f2e11b6c2775

Former-commit-id: 641b8654b393c522fbabce766d8982f2a4776f10

    • -27
    • +14
    ./CalculationConfigurationReaderHelper.cs
  1. … 8 more files in changeset.
* Converted a method in CalculationConfigurationReaderHelper into an extension method. * Added unit tests for SchemaIdentifiers classes. Related to Issue [WTI-1154]

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

Former-commit-id: 3ebdb803daa55c12fbe381def18f046a3579eb38

Former-commit-id: f44fc93045b04177a672558b9700211bde145ba0

    • -1
    • +1
    ./CalculationConfigurationReaderHelper.cs
  1. … 10 more files in changeset.
* Extended CalculationConfigurationReaderHelper with additional methods to get various values out if descendant xml elements. * Implemented DikeHeightCalculationTypeTypeConverter * Implemented GrassCoverErosionInwardsCalculationConfigurationReader ** Implemented required ReadGrassCoverErosionInwardsCalculation

Related to Issue [WTI-1154]

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

Former-commit-id: 8c2238e8e7851189822241e0eac3a130d8941a72

Former-commit-id: 99ae9f058b53802a0d361f19a1fe014f8b618477

    • -2
    • +65
    ./CalculationConfigurationReaderHelper.cs
  1. … 61 more files in changeset.
Performed some further rename related actions Related to Issue [WTI-1157]

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

Former-commit-id: 3356a468dc11321eabb595d1a7ab366ac13d8223

Former-commit-id: acc142cab160983eeb9f4be3693f56acb13a64f8

  1. … 8 more files in changeset.
Performed some further rename related actions Related to Issue [WTI-1157]

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

Former-commit-id: c8a73f37c6a62e797c7068041c986d54c4e10c8e

Former-commit-id: 9e26911625cadb3a41831a574fdf312e4252da0a

  1. … 35 more files in changeset.
Renamed ConfigurationReaders to CalculationConfigurationReaders. Related to Issue [WTI-1157]

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

Former-commit-id: bfb84fe1e25a3d25d5ec261f2f9f6578fccb896f

Former-commit-id: ae22eb15a42424ffa34e3f165b62a8eb574ec03d

    • -0
    • +234
    ./CalculationConfigurationReader.cs
    • -0
    • +106
    ./CalculationConfigurationReaderHelper.cs
  1. … 231 more files in changeset.
* Fixed typos. * Renamed MigrationNeeded to MigrationRequired. * Cleanup. * Asserting log messages improved by taking type of message into account. * Moved CriticalFileReadException from Core.Common.IO\Exceptions to Core.Common.Base\IO * Task is now disposed when disposing ActivityProgressDialog * Put license header back Related to Issue [WTI-1049]

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

Former-commit-id: 54560eb7ca6c0a99cdcf14b0406c23b9eca57311

Former-commit-id: 3b703601071d34a3cca2779d0c671f3d3ddabcd9

  1. … 124 more files in changeset.
Implemented Read method of WaveConditionsInputConfigurationReader. Related to Issue [WTI-1157]

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

Former-commit-id: d9e192d916c6fdc42f8d43703d26c243176b5ba6

Former-commit-id: 59295aa57dc8730920792e0f11618964e52eca48

  1. … 16 more files in changeset.
Introduced ConfigurationReaderHelper to place all generic helper methods for the configuration readers. Related to Issue [WTI-1157]

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

Former-commit-id: aadedcb4e3f7dcfc18620d190bdaa949185c9afc

Former-commit-id: 1bf1f0a8d5d1e718f99274cda000dff62155ebc9

    • -0
    • +89
    ./ConfigurationReaderHelper.cs
  1. … 4 more files in changeset.
Fixed failing tests Related to Issue [WTI-1157]

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

Former-commit-id: 63511fba0f82ede9f43e92a3bbede2f2fa26d43a

Former-commit-id: c9e48366e2f4890dcdb96096ee52ffc532b9c05e

  1. … 4 more files in changeset.
Cleaned up configuration reader related classes Related to Issue [WTI-1157]

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

Former-commit-id: 890e77e8cf5a5841e28fce04c922e2550b041315

Former-commit-id: cc35850b7b5778d133b3d5a5ae035b073cc1bf95

    • -14
    • +13
    ./CombinedXmlSchemaDefinition.cs
  1. … 3 more files in changeset.
Integrated CombinedXmlSchemaDefinition into ConfigurationReader Related to Issue [WTI-1157]

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

Former-commit-id: 2df3a43a5c49387bdef66eb345cb06b20065d950

Former-commit-id: 62ae5c0ecaa2e3ecb2389155469925ce23bb1b83

  1. … 1 more file in changeset.
Ensured nested schema definitions can be passed to ConfigurationReader Related to Issue [WTI-1157]

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

Former-commit-id: 7c321461375f02786bffba6dbad6ff5e9423946c

Former-commit-id: a5d00928fd631068cd9b2c46229bae8fa1d9aa5b

  1. … 2 more files in changeset.
Added Validate method to CombinedXmlSchemaDefinition Related to Issue [WTI-1157]

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

Former-commit-id: 2efc8ad0bf28e85fe26291f987de1a3baf0611c6

Former-commit-id: f411a26ba6d6613661a030c38c676ecc226d26cf

  1. … 3 more files in changeset.