Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Merged revision(s) 7773 from branches/Release/16_4: Changed type of *WidthFlowApertures* (Breedte van doorstroomopening) from CoefficientOfVariation to StandardDeviation note: storage change (names of the columns) has not yet been executed

Removed Application.Ringtoets/Application.Ringtoets.csproj post build action, which was needed for MSBuild2015

........

Related to Issue [WTI-1102]

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

Former-commit-id: 342282b213d520bc60ebd90113af4ab47b1c929d

Former-commit-id: 91abb8a151c800d1c462c52940cdfb3a8c7bb08d

  1. … 70 more files in changeset.
Removed *FlowVelocityStructureClosable*.CoefficientOfVariation from importer (it's a static value now) Removed *FlowVelocityStructureClosable*.CoefficientOfVariation from import validation Fixed default (test) value of *FlowVelocityStructureClosable*.CoefficientOfVariation, which will fix the failing tests Related to Issue [WTI-1102]

git-svn-id: https://repos.deltares.nl/repos/WettelijkToetsInstrumentarium/branches/Release/16_4@7782 5a3db67b-de53-47b5-99c8-a1c30a6650e2

Former-commit-id: 64e2dfbc1921206d59b95e3846c9f1a5149392df

Former-commit-id: 8e2573c9c068c922f9baaaf740d430c325249c6f

  1. … 4 more files in changeset.
Changed type of *FlowVelocityStructureClosable* (Kritieke stroomsnelheid sluiting eerste keermiddel [m/s]) from StandardDeviation to CoefficientOfVariation note: storage change (names of the columns) has not yet been executed Related to Issue [WTI-1102]

git-svn-id: https://repos.deltares.nl/repos/WettelijkToetsInstrumentarium/branches/Release/16_4@7778 5a3db67b-de53-47b5-99c8-a1c30a6650e2

Former-commit-id: 88a2b6f8764b434a8526b9ea46efcd1f3b3bdaf6

Former-commit-id: d78ee992382186f1a5cf25eb1bdc9081a8c950d3

  1. … 23 more files in changeset.
Changed type of *WidthFlowApertures* (Breedte van doorstroomopening) from CoefficientOfVariation to StandardDeviation note: storage change (names of the columns) has not yet been executed

Removed Application.Ringtoets/Application.Ringtoets.csproj post build action, which was needed for MSBuild2015

Related to Issue [WTI-1102]

git-svn-id: https://repos.deltares.nl/repos/WettelijkToetsInstrumentarium/branches/Release/16_4@7773 5a3db67b-de53-47b5-99c8-a1c30a6650e2

Former-commit-id: 9a076019f5caf170d779ad16f8f1c8188e9a39a3

Former-commit-id: 068fa68d9844c31b4cd81c4ff74cb1f47ab2d245

  1. … 60 more files in changeset.
Merged revision(s) 7595-7638 from branches/WTI-490:

Merged revision(s) 7537-7594 from trunk

........

Initial commit of changes from kleijn:

- Removed HandleUserCancellingImport: FileImporter should not decide on its own how to handle Canceled actions. Consequently removed the messages that are generated by these handles

- Added logic to the importers: Cancelling is not possible when putting data on the data model. Action will always execute when it is in this stage

- Added branching paths in the activity: Import() returns false when it has failed or is cancelled

Note: failing tests will be fixed in following commits

........

Fixed tests of the FileImporterBase and Activity:

- Checks on the states are made for the 4 different paths of the Import:

-- Import successful, canceled or not

-- Import not successful, canceled or not

- Moved logging from the activity to the importer

- Added tests to assert mentioned behaviour

........

Fixed tests of the PipingSurfaceLinesCsvImporter:

- Added test to verify behaviour when canceling at the two stages during the import

- Reverted changes related to HandleUserCancellingImport: messages are written by the LogImportCanceledMessage and handled adequately by the base

- Added resource value for the ImportActivity (missing file commit)

........

Fixed tests of the PipingSoilProfilesImporter:

- Added test to verify behaviour when canceling at the three stages during the import

- Reverted changes related to HandleUserCancellingImport: messages are written by the LogImportCanceledMessage and handled adequately by the base

- Cleaned redundant brackets

........

Fixed tests of the StructuresImporter:

- Added test to verify behaviour when canceling at the two stages during the import. Test regarding cancelling while Creating structures is missing

- Reverted changes related to HandleUserCancellingImport: messages are written by the LogImportCanceledMessage and handled adequately by the base

Adjusted test in PipingSoilProfilesImporterTest

- Changed initial value of the result to make clear that the value is set correctly

........

Fixed tests of the ProfilesImporters:

- Added test to verify behaviour when canceling at the two stages during the import. Test regarding cancelling while Creating structures is missing

- Reverted changes related to HandleUserCancellingImport: messages are written by the LogImportCanceledMessage and handled adequately by the base

- Removed obsolete Cancel call in the PipingSoilProfilesImporterTest

........

FileImporters should call Observers in case the import was successfull AND was cancelled at an uncancellable stage.

Note: test is missing to verify this behaviour

........

Fixed tests of the ProfilesImporters:

- Reverted changes related to HandleUserCancellingImport: messages are written by the LogImportCanceledMessage and handled adequately by the base

- Temporarily removed the Cancel tests, because the FeatureBasedMapDataImporter does not have a handle for NotifyProgress. Hence, Cancel method cannot be invoked when Import is running.

........

Fixed tests of the FailureMechanismSectionsImporter:

- Added test to verify behaviour when canceling at the three stages during the import

- Reverted changes related to HandleUserCancellingImport: messages are written by the LogImportCanceledMessage and handled adequately by the base

- Cleaned up tests in the StructuresImporterTest

........

Fixed tests of the ReferenceLineImporter:

- Added test to verify behaviour when canceling at the two stages during the import

- Reverted changes related to HandleUserCancellingImport: messages are written by the LogImportCanceledMessage and handled adequately by the base

........

Related to Issue [WTI-490]

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

Former-commit-id: 1c355702dfbd410c7c4733529d8db9e243496eba

Former-commit-id: 75c614862d018947936ef85e3775a125c425c032

  1. … 26 more files in changeset.
Initial commit of changes from kleijn: - Removed HandleUserCancellingImport: FileImporter should not decide on its own how to handle Canceled actions. Consequently removed the messages that are generated by these handles - Added logic to the importers: Cancelling is not possible when putting data on the data model. Action will always execute when it is in this stage - Added branching paths in the activity: Import() returns false when it has failed or is cancelled

Note: failing tests will be fixed in following commits

Related to Issue [WTI-490]

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

Former-commit-id: 409bfee1e3deebb4fe4368cb7010a8c4c37dae5e

Former-commit-id: 98175da77f6910f259097a90626bbb10450e2c8f

  1. … 20 more files in changeset.
Applied final error message improvement Related to Issue [WTI-577]

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

Former-commit-id: 571c4105de88962262866ed173bc14facc8377c0

Former-commit-id: d505ea1447ad0253517fdc2b670342aa28655b04

    • -12
    • +3
    ./StabilityPointStructuresImporter.cs
  1. … 8 more files in changeset.
* Improved Xml docs. * Removed unused resources. * Introduced PropertiesTestHelper. * Improved test coverage. * Renamed *DistributionVariationProperties to VariationCoefficient*DistributionProperties. * Improved value conversion in StructureImporters (read value is more explicit). * Added missing license headers. * Improved error message for IDistribution.StandardDeviation (is now consistent with actual check). * Renamed some test data files to be consistent with our naming conventions. Related to Issue [WTI-631]

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

Former-commit-id: d8ad6a2d231966045269b63805204d4600ebebad

Former-commit-id: 08cdd918da2a2cacb6afd897f4c1a21292ddac5a

  1. … 83 more files in changeset.
Structure importers made case insensitive w.r.t. parameterId. Related to Issue [WTI-577]

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

Former-commit-id: 0c8d39e99127f0d785f824c3fb228da8f45cd6f8

Former-commit-id: 6a98c7ae20d2c05cd9ae4807355ad6a7808b7b85

  1. … 11 more files in changeset.
* Changed the validation error message structure. It is now more consistent with other importers. Related to Issue [WTI-579]

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

Former-commit-id: fb1a5294ff7ae2c320cd0ff0ff120e3401450b25

Former-commit-id: 33b6155489cb8a9b1a6f130e63b683449399ccb9

  1. … 8 more files in changeset.
* Refactored constructor for StabilityPointStructure using ConstructorProperties. Related to Issue [WTI-631]

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

Former-commit-id: a765276a511d1f72f248fa5909d2fe07be85a582

Former-commit-id: c6927d0233028f3e6c43ce988be61e0e9ee1b412

    • -30
    • +107
    ./StabilityPointStructuresImporter.cs
  1. … 15 more files in changeset.
Renamed inflow model type related enums Related to Issue [WTI-559]

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

Former-commit-id: 351a92cf27080ce0d539b655e2ec1932250e4720

Former-commit-id: 92fdccc2aa1a669f29d812f710ecf3cfc2534633

  1. … 30 more files in changeset.
* Test coverage for VarianceValue conversion in ClosingStructuresImporter and HeightStructuresImporter. * Test coverage for GetStandardDeviation and GetCoefficientOfVariation of StructuresImporter. * Improved message format. Related to Issue [WTI-631]

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

Former-commit-id: 18b4b62769a0251d6a51aff07065ae2e2bc1c9a2

Former-commit-id: e49264a589e5420a3a7bbe5d0fdd858d7a9f238e

    • -23
    • +24
    ./StabilityPointStructuresImporter.cs
  1. … 25 more files in changeset.
* Introduced conversion methods between StandardDeviation and CoefficientOfVariation. * Introduced 'ConstructionProperties' for StructureBase and HeightStructure. Related to Issue [WTI-631]

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

Former-commit-id: c7e1151525a55e03aa113beddf3e908041b730a4

Former-commit-id: a0927c30ae6719abe7aeb6d29e8baaeee1398741

    • -22
    • +20
    ./StabilityPointStructuresImporter.cs
  1. … 16 more files in changeset.
Create importer for definitions of structures - structural failure Related to Issue [WTI-599]

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

Former-commit-id: 7d53f18c8ffa210118463211c4e8aea081465d31

Former-commit-id: 95dc83293aa90398351d50a9239379763f31f63e

    • -0
    • +145
    ./StabilityPointStructuresImporter.cs
  1. … 20 more files in changeset.