Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Renamed directory src/Integration.IO. WTI-1931

    • -282
    • +0
    ./HydraulicBoundaryDatabaseImporter.cs
    • -220
    • +0
    ./HydraulicLocationConfigurationDatabaseImporter.cs
  1. … 161 more files in changeset.
Renamed src/Integration.IO: WTI-1931

- Fixed namespaces

    • -3
    • +3
    ./HydraulicBoundaryDatabaseImporter.cs
    • -3
    • +3
    ./HydraulicLocationConfigurationDatabaseImporter.cs
  1. … 172 more files in changeset.
Renamed Ringtoets.HydraRing.IO. WTI-1931

    • -2
    • +2
    ./HydraulicBoundaryDatabaseImporter.cs
    • -2
    • +2
    ./HydraulicLocationConfigurationDatabaseImporter.cs
  1. … 56 more files in changeset.
Improvements after review. WTI-1927

    • -2
    • +2
    ./HydraulicLocationConfigurationDatabaseImporter.cs
  1. … 1 more file in changeset.
Incorporated comments review 3445: WTI-1925

- Cleaned up code

- Moved logging from the importer to the update helper

-- Cleaned up resources

-- Cleaned up tests

    • -6
    • +2
    ./HydraulicBoundaryDatabaseImporter.cs
  1. … 10 more files in changeset.
Changed handler API. WTI-1927

    • -1
    • +1
    ./HydraulicLocationConfigurationDatabaseImporter.cs
  1. … 3 more files in changeset.
Added location id validation. WTI-1927

    • -0
    • +10
    ./HydraulicLocationConfigurationDatabaseImporter.cs
  1. … 5 more files in changeset.
First ask confirmation. WTI-1927

    • -8
    • +8
    ./HydraulicLocationConfigurationDatabaseImporter.cs
  1. … 1 more file in changeset.
Added DoPostImportUpdates. WTI-1927

    • -0
    • +10
    ./HydraulicLocationConfigurationDatabaseImporter.cs
  1. … 1 more file in changeset.
Incorporated comments PO: WTI-1925

- Added log message when there's no ScenarioInformation present in the HLCD.

    • -7
    • +7
    ./HydraulicBoundaryDatabaseImporter.cs
  1. … 3 more files in changeset.
Added progress notification. WTI-1927

    • -1
    • +3
    ./HydraulicLocationConfigurationDatabaseImporter.cs
  1. … 1 more file in changeset.
Added call handler to add read data to data model. WTI-1927

    • -0
    • +11
    ./HydraulicLocationConfigurationDatabaseImporter.cs
  1. … 3 more files in changeset.
Added getting confirmation. WTI-1927

    • -0
    • +17
    ./HydraulicLocationConfigurationDatabaseImporter.cs
  1. … 1 more file in changeset.
Added cancellation to importer. WTI-1927

    • -3
    • +3
    ./HydraulicLocationConfigurationDatabaseImporter.cs
  1. … 3 more files in changeset.
Added progress notifications. WTI-1927

    • -0
    • +3
    ./HydraulicLocationConfigurationDatabaseImporter.cs
  1. … 1 more file in changeset.
Added reading TrackId. WTI-1927

    • -1
    • +30
    ./HydraulicLocationConfigurationDatabaseImporter.cs
  1. … 7 more files in changeset.
Incorporated comments review 3443: WTI-1925

- Added ArgumentException when the read hydraulic location configuration database contains multiple or zero items for the database settings.

-- Added factory and factory methods to verify behaviour

-- Renamed factory methods to be more representative

- Updated logic in the importer

    • -6
    • +2
    ./HydraulicBoundaryDatabaseImporter.cs
  1. … 11 more files in changeset.
Incorporated comments review 3443: WTI-1925

- Removed the IsScenarioInformationPresent flag from the read object.

    • -1
    • +1
    ./HydraulicBoundaryDatabaseImporter.cs
    • -1
    • +1
    ./HydraulicLocationConfigurationDatabaseImporter.cs
  1. … 9 more files in changeset.
Cleanup. WTI-1927

    • -11
    • +2
    ./HydraulicLocationConfigurationDatabaseImporter.cs
Added scenario information validation. WTI-1927

    • -0
    • +18
    ./HydraulicLocationConfigurationDatabaseImporter.cs
  1. … 5 more files in changeset.
Added reading HLCD. WTI-1927

    • -0
    • +40
    ./HydraulicLocationConfigurationDatabaseImporter.cs
  1. … 3 more files in changeset.
Added check that HLCD is in same folder as HRD. WTI-1927

    • -1
    • +21
    ./HydraulicLocationConfigurationDatabaseImporter.cs
  1. … 3 more files in changeset.
Added Hydraulic boundary database to the importer. WTI-1927

    • -1
    • +8
    ./HydraulicLocationConfigurationDatabaseImporter.cs
  1. … 1 more file in changeset.
Added handler to importer. WTI-1927

    • -2
    • +12
    ./HydraulicLocationConfigurationDatabaseImporter.cs
  1. … 1 more file in changeset.
Added base class to importer. WTI-1927

    • -1
    • +1
    ./HydraulicBoundaryDatabaseImporter.cs
    • -1
    • +23
    ./HydraulicLocationConfigurationDatabaseImporter.cs
  1. … 1 more file in changeset.
Added importer for hlcd. WTI-1927

    • -0
    • +30
    ./HydraulicLocationConfigurationDatabaseImporter.cs
  1. … 3 more files in changeset.
Added hlcd file path as argument for the handler. WTI-1925

    • -1
    • +1
    ./HydraulicBoundaryDatabaseImporter.cs
  1. … 4 more files in changeset.
Expanded importer: WTI-1925

- Added log message in case an invalid HLCD with an invalid number of ScenarioInformation entries was read

- Improved tests

    • -1
    • +1
    ./HydraulicBoundaryDatabaseImporter.cs
  1. … 3 more files in changeset.
Added validation logic in the importer: WTI-1925

- Added validation logic to verify the ScenarioInformation within the ReadHydraulicLocationConfiguration object

-- If ScenarioInformation is present, only 1 entry should be present; else stop importing

    • -4
    • +30
    ./HydraulicBoundaryDatabaseImporter.cs
  1. … 13 more files in changeset.
Improvements after review. WTI-1486

    • -1
    • +1
    ./HydraulicBoundaryDatabaseImporter.cs
  1. … 1 more file in changeset.