Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Updated log message of the importer: WTI-1925

- Log message updated for consistency reasons.

- Performed minor cleanups

    • -1
    • +1
    ./Ringtoets.Integration.IO/Properties/Resources.Designer.cs
  1. … 2 more files in changeset.
Added check that HLCD is in same folder as HRD. WTI-1927

    • -1
    • +21
    ./Ringtoets.Integration.IO/Importers/HydraulicLocationConfigurationDatabaseImporter.cs
    • -0
    • +20
    ./Ringtoets.Integration.IO/Properties/Resources.Designer.cs
  1. … 1 more file in changeset.
Moved default string values to Resources. WTI-1925

    • -11
    • +11
    ./Ringtoets.Integration.Plugin/Handlers/HydraulicBoundaryDatabaseUpdateHandler.cs
    • -0
    • +20
    ./Ringtoets.Integration.Plugin/Properties/Resources.Designer.cs
Added Hydraulic boundary database to the importer. WTI-1927

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

    • -2
    • +12
    ./Ringtoets.Integration.IO/Importers/HydraulicLocationConfigurationDatabaseImporter.cs
  1. … 1 more file in changeset.
Added interface for update handler. WTI-1927

    • -0
    • +30
    ./Ringtoets.Integration.IO/Handlers/IHydraulicLocationConfigurationDatabaseUpdateHandler.cs
    • -0
    • +1
    ./Ringtoets.Integration.IO/Ringtoets.Integration.IO.csproj
Added base class to importer. WTI-1927

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

    • -0
    • +30
    ./Ringtoets.Integration.IO/Importers/HydraulicLocationConfigurationDatabaseImporter.cs
    • -0
    • +1
    ./Ringtoets.Integration.IO/Ringtoets.Integration.IO.csproj
  1. … 2 more files in changeset.
Added hlcd file path as argument for the handler. WTI-1925

    • -2
    • +4
    ./Ringtoets.Integration.IO/Handlers/IHydraulicBoundaryDatabaseUpdateHandler.cs
    • -1
    • +1
    ./Ringtoets.Integration.IO/Importers/HydraulicBoundaryDatabaseImporter.cs
    • -7
    • +12
    ./Ringtoets.Integration.Plugin/Handlers/HydraulicBoundaryDatabaseUpdateHandler.cs
  1. … 2 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
    ./Ringtoets.Integration.IO/Importers/HydraulicBoundaryDatabaseImporter.cs
    • -0
    • +10
    ./Ringtoets.Integration.IO/Properties/Resources.Designer.cs
  1. … 1 more file in changeset.
Added logic to the UpdateHandler: WTI-1925

- Added logic to set values of the HydraulicLocationConfigurationSettings of the HydraulicBoundaryDatabase based on the input arguments.

    • -0
    • +39
    ./Ringtoets.Integration.Plugin/Handlers/HydraulicBoundaryDatabaseUpdateHandler.cs
  1. … 1 more file in changeset.
Improvements after review. WTI-1486

    • -3
    • +3
    ./Ringtoets.Integration.Plugin/RingtoetsPlugin.cs
  1. … 5 more files in changeset.
Improvements after review. WTI-1486

    • -5
    • +5
    ./Ringtoets.Integration.Plugin/Handlers/HydraulicBoundaryDatabaseUpdateHandler.cs
  1. … 6 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
    ./Ringtoets.Integration.IO/Importers/HydraulicBoundaryDatabaseImporter.cs
  1. … 13 more files in changeset.
Improvements after review. WTI-1486

    • -0
    • +5
    ./Ringtoets.Integration.Plugin/Handlers/HydraulicBoundaryDatabaseUpdateHandler.cs
  1. … 4 more files in changeset.
Improvements after review. WTI-1486

    • -1
    • +1
    ./Ringtoets.Integration.IO/Importers/HydraulicBoundaryDatabaseImporter.cs
  1. … 1 more file in changeset.
Introduced resource for the file filter generator. WTI-1924

- Display name for the file path of the HRD are different when importing from the treenode and the proeprty panel.

    • -0
    • +9
    ./Ringtoets.Integration.Plugin/Properties/Resources.Designer.cs
    • -1
    • +1
    ./Ringtoets.Integration.Plugin/RingtoetsPlugin.cs
Renamed FilePath property: WTI-1924

- Renamed file path property for the display of HRD filepaths for clarity

-- Adjusted the display names and descriptions of the HRD file path property of the property panel

    • -2
    • +2
    ./Ringtoets.Integration.Forms/Properties/Resources.Designer.cs
    • -1
    • +1
    ./Ringtoets.Integration.Forms/PropertyClasses/HydraulicBoundaryDatabaseProperties.cs
  1. … 1 more file in changeset.
Added functionality to display values of HLCD settings. WTI-1924

- Separated tests to prove functionality when a HRD is linked and unlinked.

    • -10
    • +11
    ./Ringtoets.Integration.Forms/PropertyClasses/HydraulicBoundaryDatabaseProperties.cs
  1. … 1 more file in changeset.
Added properties to display for the HLCD files. WTI-1924

    • -0
    • +180
    ./Ringtoets.Integration.Forms/Properties/Resources.Designer.cs
    • -4
    • +138
    ./Ringtoets.Integration.Forms/PropertyClasses/HydraulicBoundaryDatabaseProperties.cs
  1. … 1 more file in changeset.
Improved handler to set right id. WTI-1486

    • -32
    • +22
    ./Ringtoets.Integration.Plugin/Handlers/HydraulicBoundaryDatabaseUpdateHandler.cs
  1. … 1 more file in changeset.
Removed old importer logic from plugin. WTI-1486

    • -136
    • +0
    ./Ringtoets.Integration.Plugin/RingtoetsPlugin.cs
Replaced context menu item to import. WTI-1486

    • -2
    • +4
    ./Ringtoets.Integration.Plugin/RingtoetsPlugin.cs
  1. … 1 more file in changeset.
Added import info for new importer. WTI-1486

    • -0
    • +9
    ./Ringtoets.Integration.Plugin/Properties/Resources.Designer.cs
    • -2
    • +17
    ./Ringtoets.Integration.Plugin/RingtoetsPlugin.cs
  1. … 2 more files in changeset.
Implemented filtering of locations. WTI-1486

    • -1
    • +32
    ./Ringtoets.Integration.Plugin/Handlers/HydraulicBoundaryDatabaseUpdateHandler.cs
  1. … 1 more file in changeset.
Added null check. WTI-1486

    • -0
    • +5
    ./Ringtoets.Integration.Plugin/Handlers/HydraulicBoundaryDatabaseUpdateHandler.cs
  1. … 1 more file in changeset.
Fixed compilation errors. WTI-1486

    • -3
    • +6
    ./Ringtoets.Integration.IO/Importers/HydraulicBoundaryDatabaseImporter.cs
  1. … 2 more files in changeset.
Updated interface api. WTI-1486

    • -0
    • +2
    ./Ringtoets.Integration.IO/Handlers/IHydraulicBoundaryDatabaseUpdateHandler.cs
    • -1
    • +2
    ./Ringtoets.Integration.Plugin/Handlers/HydraulicBoundaryDatabaseUpdateHandler.cs
Changed progress message. WTI-1486

    • -1
    • +1
    ./Ringtoets.Integration.IO/Properties/Resources.Designer.cs
  1. … 1 more file in changeset.
Implemented reading excluded locations. WTI-1486

    • -6
    • +27
    ./Ringtoets.Integration.IO/Importers/HydraulicBoundaryDatabaseImporter.cs
  1. … 4 more files in changeset.