Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
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.
Cleanup. WTI-1486

    • -11
    • +3
    ./Ringtoets.Integration.IO/Importers/HydraulicBoundaryDatabaseImporter.cs
Added call DoPostUpdateActions of handler in DoPostImportUpdates. WTI-1486

    • -1
    • +3
    ./Ringtoets.Integration.IO/Importers/HydraulicBoundaryDatabaseImporter.cs
  1. … 1 more file in changeset.
Only perform PostUpdateActions when locations are changed. WTI-1486

    • -11
    • +16
    ./Ringtoets.Integration.Plugin/Handlers/HydraulicBoundaryDatabaseUpdateHandler.cs
  1. … 1 more file in changeset.
Removed viewCommands from constructor. WTI-1486

    • -7
    • +1
    ./Ringtoets.Integration.Plugin/Handlers/HydraulicBoundaryDatabaseUpdateHandler.cs
  1. … 1 more file in changeset.
Implemented DoPostUpdateActions method. WTI-1486

    • -1
    • +1
    ./Ringtoets.Integration.Plugin/Handlers/HydraulicBoundaryDatabaseUpdateHandler.cs
  1. … 1 more file in changeset.
Adapted tests to interface. WTI-1486

    • -2
    • +2
    ./Ringtoets.Integration.Plugin/Handlers/HydraulicBoundaryDatabaseUpdateHandler.cs
  1. … 1 more file in changeset.
Added dune locations replace handler to hydraulic boundary database update handler constructor. WTI-1486

    • -5
    • +11
    ./Ringtoets.Integration.Plugin/Handlers/HydraulicBoundaryDatabaseUpdateHandler.cs
  1. … 2 more files in changeset.
Revert "Removed method from interface. WTI-1486"

This reverts commit 6ce2336528e99336ffb86e0a514e5ef1fd295d75.

    • -0
    • +5
    ./Ringtoets.Integration.IO/Handlers/IHydraulicBoundaryDatabaseUpdateHandler.cs
    • -0
    • +5
    ./Ringtoets.Integration.Plugin/Handlers/HydraulicBoundaryDatabaseUpdateHandler.cs
Added dunes to changed objects. WTI-1486

    • -1
    • +7
    ./Ringtoets.Integration.Plugin/Handlers/HydraulicBoundaryDatabaseUpdateHandler.cs
  1. … 1 more file in changeset.
Implemented updating dune locations. WTI-1486

    • -2
    • +5
    ./Ringtoets.Integration.Plugin/Handlers/HydraulicBoundaryDatabaseUpdateHandler.cs
  1. … 3 more files in changeset.
Added viewCommands to handler. WTI-1486

    • -1
    • +10
    ./Ringtoets.Integration.Plugin/Handlers/HydraulicBoundaryDatabaseUpdateHandler.cs
  1. … 1 more file in changeset.
Added clearing calculation output. WTI-1486

    • -0
    • +2
    ./Ringtoets.Integration.Plugin/Handlers/HydraulicBoundaryDatabaseUpdateHandler.cs
  1. … 1 more file in changeset.