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

    • -32
    • +0
    ./CriticalFileValidationExceptionTest.cs
    • -32
    • +0
    ./DistributionValidationExceptionTest.cs
    • -32
    • +0
    ./ImportedDataTransformExceptionTest.cs
    • -32
    • +0
    ./SoilLayerConversionExceptionTest.cs
    • -107
    • +0
    ./SoilProfileReadExceptionTest.cs
    • -32
    • +0
    ./StochasticSoilModelExceptionTest.cs
  1. … 15709 more files in changeset.
Changed copyright year. Paired with lubbers. WTI-1828

    • -1
    • +1
    ./CriticalFileValidationExceptionTest.cs
    • -1
    • +1
    ./DistributionValidationExceptionTest.cs
    • -1
    • +1
    ./ImportedDataTransformExceptionTest.cs
  1. … 6090 more files in changeset.
Improvements after review. Related to Issue [WTI-1472]

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

Former-commit-id: 8b437f9e789fde6d7af5b360b6e85e6a5df854aa

Former-commit-id: f58f6fc64a715af5dcc0d81ae06c2247f87b1129

    • -0
    • +32
    ./DistributionValidationExceptionTest.cs
    • -32
    • +0
    ./InvalidDistributionSettingExceptionTest.cs
  1. … 11 more files in changeset.
Merged revision(s) 12969, 12979, 12987, 12992-12995, 13000, 13004 from branches/Release/17_2_Development

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

Former-commit-id: d41d17a13ea62edf827d2e7f4db1ea2f583737e1

Former-commit-id: f8af5505a91576384b0cfd96c501ca5159266452

    • -0
    • +32
    ./InvalidDistributionSettingExceptionTest.cs
  1. … 31 more files in changeset.
Incorporated comments review 2343: - Renamed custom exception InvalidDistributionSettingsException to InvalidDistributionSettingException (plural -> singular) - Adjusted XMLDoc for exception Related to Issue [WTI-1472]

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

Former-commit-id: 208499ea6a9195fcbb29b7291bad7db378105b04

Former-commit-id: 8082a6b75fca7d65c1c0009d14841bf4ce4d6529

    • -0
    • +32
    ./InvalidDistributionSettingExceptionTest.cs
    • -32
    • +0
    ./InvalidDistributionSettingsExceptionTest.cs
  1. … 9 more files in changeset.
Incorporated comments review 2343: - Removed brackets in xmldoc - Added custom exception which can be thrown when distribution settings are incorrect Related to Issue [WTI-1472]

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

Former-commit-id: ad5bf0515a1cfddd565385b8fbed937a10ea56ca

Former-commit-id: 623ba9828c644e488ae02aab99296c167e7c5d4d

    • -0
    • +32
    ./InvalidDistributionSettingsExceptionTest.cs
  1. … 4 more files in changeset.
Renamed SurfaceLineTransformException to ImportedDataTransformException Changed SurfaceLineTransformExceptionTest such that it asserts the correct exception Related to Issue [WTI-1343]

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

Former-commit-id: 3940f86a4b0e268626a78590378effbbfd54be54

Former-commit-id: 0705f8c12e8b575f4e344298ea13548aa3d9e268

    • -0
    • +32
    ./ImportedDataTransformExceptionTest.cs
  1. … 16 more files in changeset.
Moved soil profile exceptions to Exceptions folder Cleanup Related to Issue [WTI-1291]

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

Former-commit-id: 538bf37dafa0e56fc923a333c344b6f40f31f692

Former-commit-id: f202aa8cf20fde3dfb7ea622a791836d8b0c883e

    • -0
    • +32
    ./SoilLayerConversionExceptionTest.cs
    • -0
    • +107
    ./SoilProfileReadExceptionTest.cs
    • -0
    • +32
    ./StochasticSoilModelExceptionTest.cs
  1. … 22 more files in changeset.
Removed StructureUpdateException.cs Related to Issue [WTI-1172]

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

Former-commit-id: ded4df691a4cf16c3e856bc2cbd846d5ee72ec7d

Former-commit-id: 43250abf652669e996f8b2d6eb9915016e389bfe

  1. … 8 more files in changeset.
First implementation of: - StructureUpdateException - IStructureUpdateStrategy<TStructure> - HeightStructureReplaceDataStrategy

Updated PipingDataSynchronizationService such that RemoveSurfaceLine and RemoveAllSurfaceLines call RemoveSurfaceLineDependentData to remove dependent data

Fixed typo

Related to Issue [WTI-1172]

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

Former-commit-id: 0ed6644188c7c127f57eb248ccb56c3981d87830

Former-commit-id: fc3a6cfbd73cd7828c0104d948c40099d230f952

    • -0
    • +30
    ./StructureUpdateExceptionTest.cs
  1. … 12 more files in changeset.
Updated license headers in ringtoets common. Related to Issue [WTI-1242]

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

Former-commit-id: ce33ce275ba930662636e02ef99d91e788db8757

Former-commit-id: 2a4583aeb892e314df72a61727f806c446493577

    • -1
    • +1
    ./CriticalFileValidationExceptionTest.cs
  1. … 551 more files in changeset.
Reverted adding new exception. Related to Issue [WTI-1160]

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

Former-commit-id: 433f0c8049710fe2e2d177c10049fc9eaa937d25

Former-commit-id: 69658bcdcae4f6db38e05ff4d2c1f77b68bbac26

  1. … 3 more files in changeset.
Added new exception to use in CalculationConfigurationImporters. Related to Issue [WTI-1160]

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

Former-commit-id: f3e646e8d76ff349aeb6e7059f9be7799dc0a654

Former-commit-id: 6b11488fb077172d40ebf04151e52c2fca941cdf

    • -0
    • +32
    ./CalculationParseExceptionTest.cs
  1. … 3 more files in changeset.
* Introduced base TestFixture class for testing design of custom exceptions: CustomExceptionDesignGuidelinesTestFixture ** Refactored all ExceptionTest classes to used this new base-class. * Functional testcoverage for Core.Components.DotSpatial\Layer\BruTile\Configurations * PersistentCacheConfiguration no longer supports SQLite cache * ITileSourceFactory now guarantees that all ITileSource elements returned have a WmtsTileSchema. * TODO: More functional coverage for WmtsLayerConfiguration

Related to Issue [WTI-1088]

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

Former-commit-id: 0cd7c47dc7ee2221f69b7c3b4d88205d087c691e

Former-commit-id: b3dbe965ce4a4266af1d8284ad481d2449db14e7

    • -84
    • +2
    ./CriticalFileValidationExceptionTest.cs
  1. … 61 more files in changeset.
* Added standard serialization constructor to all Exception classes. * Explicitly defined culture for string.Format methods. * Replaced IFileImporter.ProgressChanged property to method (recommendation by C# coding conventions) * Renamed classes containing win32.dll invokes to NativeMethods (recommendation by C# coding conventions)

Related to Issue [WTI-931]

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

Former-commit-id: 78fae4fb038935c7a58a0fb534baa750b173d589

Former-commit-id: fc7d0938a3677be66218915a3e665a9cc6757df9

    • -0
    • +23
    ./CriticalFileValidationExceptionTest.cs
  1. … 164 more files in changeset.
* Added licence headers to all projects (except the installer, as this is not compatible with the tool we're using) Related to Issue [WTI-737]

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

Former-commit-id: b979849273917beaa200a788771088b6fa3df5b0

Former-commit-id: b23b99557c064e7da02709783a30facae89b69db

    • -3
    • +3
    ./CriticalFileValidationExceptionTest.cs
  1. … 310 more files in changeset.
- Minor review changes Related to Issue [WTI-522]

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

Former-commit-id: a1f538a0e56e87c517c74bf6b7e39f51bba425c4

Former-commit-id: a71aa6096ec840f2d5f6486ba590215ec7c124e0

    • -0
    • +21
    ./CriticalFileValidationExceptionTest.cs
  1. … 3 more files in changeset.
- Editorial review changes - Removed dialog window from importer - Changed ReferenceLinesMetaReader from line-by-line reader to a collection reader Related to Issue [WTI-522]

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

Former-commit-id: 01278bb280172eedb927251656eccbeb2bdaa0f6

Former-commit-id: 1c76220a078f0e94c1db3c4902c7443462f9579b

    • -0
    • +70
    ./CriticalFileValidationExceptionTest.cs
  1. … 12 more files in changeset.