Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Improvements after review. WTI-1927

    • -2
    • +2
    ./Ringtoets.Integration.IO/Importers/HydraulicLocationConfigurationDatabaseImporter.cs
  1. … 1 more file in changeset.
Incorporated comments tester: WTI-1925

- Fixed log message when table ScenarioInformation is not present in the HLCD

    • -1
    • +1
    ./Ringtoets.Integration.Plugin/Properties/Resources.Designer.cs
  1. … 3 more files in changeset.
Incorporated comments review 3449: WTI-1927

- Added HydraulicBoundaryDatabase as constructor argument for the HydraulicLocationConfigurationImportHandler

-- Maintained the location configuration settings as an argument as it must remain clear which object is updated by using the interface.

    • -1
    • +2
    ./Ringtoets.Integration.Forms/PropertyClasses/HydraulicBoundaryDatabaseProperties.cs
    • -4
    • +4
    ./Ringtoets.Integration.Forms/PropertyClasses/IHydraulicLocationConfigurationDatabaseImportHandler.cs
    • -5
    • +14
    ./Ringtoets.Integration.Plugin/Handlers/HydraulicLocationConfigurationDatabaseImportHandler.cs
    • -1
    • +1
    ./Ringtoets.Integration.Plugin/RingtoetsPlugin.cs
  1. … 2 more files in changeset.
Incorporated comments review 3449: WTI-1927

- Improved HydraulicBoundaryDatabaseProperties:

-- Updated and improved tests

-- Changed display logic: display values based on whether the HRD is linked (AND null in case of optional properties)

    • -10
    • +16
    ./Ringtoets.Integration.Forms/PropertyClasses/HydraulicBoundaryDatabaseProperties.cs
  1. … 1 more file in changeset.
Incorporated comments review 3449: WTI-1927

- Cleaned up files

-- Improved tests

    • -1
    • +0
    ./Ringtoets.Integration.Forms/Ringtoets.Integration.Forms.csproj
    • -3
    • +5
    ./Ringtoets.Integration.Plugin/RingtoetsPlugin.cs
  1. … 1 more file in changeset.
Updated editor: WTI-1927

- Changed base type editor from FileNameEditor to UIEditor to enable selection of a HLCD file.

    • -1
    • +1
    ./Ringtoets.Integration.Forms/PropertyClasses/HydraulicBoundaryDatabaseProperties.cs
  1. … 1 more file in changeset.
Clear all output. WTI-1927

    • -0
    • +1
    ./Ringtoets.Integration.Plugin/Handlers/HydraulicLocationConfigurationDatabaseUpdateHandler.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
    ./Ringtoets.Integration.IO/Importers/HydraulicBoundaryDatabaseImporter.cs
    • -9
    • +0
    ./Ringtoets.Integration.IO/Properties/Resources.Designer.cs
    • -0
    • +6
    ./Ringtoets.Integration.Plugin/Helpers/HydraulicLocationConfigurationSettingsUpdateHelper.cs
    • -0
    • +10
    ./Ringtoets.Integration.Plugin/Properties/Resources.Designer.cs
  1. … 5 more files in changeset.
Extracted HLCD file name editor: WTI-1927

- Editor extracted to allow overrides for a custom file filter.

- Fixed failing test of the property info which is introdcued due to a dependency on the GUI.MainWindow

    • -0
    • +39
    ./Ringtoets.Integration.Forms/Editors/HlcdFileNameEditor.cs
    • -0
    • +9
    ./Ringtoets.Integration.Forms/Properties/Resources.Designer.cs
    • -1
    • +2
    ./Ringtoets.Integration.Forms/PropertyClasses/HydraulicBoundaryDatabaseProperties.cs
    • -0
    • +2
    ./Ringtoets.Integration.Forms/Ringtoets.Integration.Forms.csproj
  1. … 4 more files in changeset.
Introduced string description for the import HLCD activity. WTI-1927

    • -1
    • +2
    ./Ringtoets.Integration.Plugin/Handlers/HydraulicLocationConfigurationDatabaseImportHandler.cs
    • -0
    • +10
    ./Ringtoets.Integration.Plugin/Properties/Resources.Designer.cs
Added ReadOnly property for the HLCD filepath. WTI-1927

- File path should not be editable in case there's no hydraulic boundary database linked.

    • -1
    • +25
    ./Ringtoets.Integration.Forms/PropertyClasses/HydraulicBoundaryDatabaseProperties.cs
  1. … 1 more file in changeset.
Renamed interface method definition. WTI-1927

    • -1
    • +1
    ./Ringtoets.Integration.Forms/PropertyClasses/HydraulicBoundaryDatabaseProperties.cs
    • -1
    • +1
    ./Ringtoets.Integration.Forms/PropertyClasses/IHydraulicLocationConfigurationDatabaseImportHandler.cs
    • -1
    • +1
    ./Ringtoets.Integration.Plugin/Handlers/HydraulicLocationConfigurationDatabaseImportHandler.cs
  1. … 2 more files in changeset.
Added implementation of the import handler. WTI-1927

    • -0
    • +2
    ./Ringtoets.Integration.Forms/PropertyClasses/IHydraulicLocationConfigurationDatabaseImportHandler.cs
    • -1
    • +48
    ./Ringtoets.Integration.Plugin/Handlers/HydraulicLocationConfigurationDatabaseImportHandler.cs
    • -5
    • +16
    ./Ringtoets.Integration.Plugin/RingtoetsPlugin.cs
  1. … 5 more files in changeset.
Added clearing output. WTI-1927

    • -0
    • +3
    ./Ringtoets.Integration.Plugin/Handlers/HydraulicLocationConfigurationDatabaseUpdateHandler.cs
  1. … 1 more file in changeset.
Added constructor parameter. WTI-1927

    • -0
    • +19
    ./Ringtoets.Integration.Plugin/Handlers/HydraulicLocationConfigurationDatabaseUpdateHandler.cs
  1. … 1 more file in changeset.
Return changed objects. WTI-1927

    • -1
    • +6
    ./Ringtoets.Integration.Plugin/Handlers/HydraulicLocationConfigurationDatabaseUpdateHandler.cs
  1. … 1 more file in changeset.
Set settings in update handler. WTI-1927

    • -2
    • +4
    ./Ringtoets.Integration.IO/Handlers/IHydraulicLocationConfigurationDatabaseUpdateHandler.cs
    • -6
    • +6
    ./Ringtoets.Integration.Plugin/Handlers/HydraulicLocationConfigurationDatabaseUpdateHandler.cs
  1. … 1 more file in changeset.
Cleanup. WTI-1927

    • -22
    • +24
    ./Ringtoets.Integration.Plugin/Helpers/HydraulicLocationConfigurationSettingsUpdateHelper.cs
Use helper in handler. WTI-1927

    • -41
    • +4
    ./Ringtoets.Integration.Plugin/Handlers/HydraulicBoundaryDatabaseUpdateHandler.cs
Moved helper to Helpers folder and moved constants to separate file. WTI-1927

    • -88
    • +0
    ./Ringtoets.Integration.Plugin/Handlers/HydraulicLocationConfigurationSettingsUpdateHelper.cs
    • -0
    • +36
    ./Ringtoets.Integration.Plugin/Helpers/HydraulicLocationConfigurationSettingsConstants.cs
    • -0
    • +83
    ./Ringtoets.Integration.Plugin/Helpers/HydraulicLocationConfigurationSettingsUpdateHelper.cs
    • -1
    • +2
    ./Ringtoets.Integration.Plugin/Ringtoets.Integration.Plugin.csproj
  1. … 4 more files in changeset.
Introduced helper for setting the settings. WTI-1927

    • -0
    • +88
    ./Ringtoets.Integration.Plugin/Handlers/HydraulicLocationConfigurationSettingsUpdateHelper.cs
    • -0
    • +1
    ./Ringtoets.Integration.Plugin/Ringtoets.Integration.Plugin.csproj
  1. … 2 more files in changeset.
Added null checks. WTI-1927

    • -0
    • +15
    ./Ringtoets.Integration.Plugin/Handlers/HydraulicLocationConfigurationDatabaseUpdateHandler.cs
  1. … 1 more file in changeset.
Added confirmation dialog. WTI-1927

    • -2
    • +9
    ./Ringtoets.Integration.Plugin/Handlers/HydraulicLocationConfigurationDatabaseUpdateHandler.cs
    • -0
    • +12
    ./Ringtoets.Integration.Plugin/Properties/Resources.Designer.cs
  1. … 1 more file in changeset.
Changed handler API. WTI-1927

    • -3
    • +3
    ./Ringtoets.Integration.IO/Handlers/IHydraulicLocationConfigurationDatabaseUpdateHandler.cs
    • -1
    • +1
    ./Ringtoets.Integration.IO/Importers/HydraulicLocationConfigurationDatabaseImporter.cs
    • -1
    • +1
    ./Ringtoets.Integration.Plugin/Handlers/HydraulicLocationConfigurationDatabaseUpdateHandler.cs
  1. … 1 more file in changeset.
Introduced update handler. WTI-1927

    • -0
    • +47
    ./Ringtoets.Integration.Plugin/Handlers/HydraulicLocationConfigurationDatabaseUpdateHandler.cs
    • -0
    • +1
    ./Ringtoets.Integration.Plugin/Ringtoets.Integration.Plugin.csproj
  1. … 2 more files in changeset.
Added location id validation. WTI-1927

    • -0
    • +10
    ./Ringtoets.Integration.IO/Importers/HydraulicLocationConfigurationDatabaseImporter.cs
    • -0
    • +9
    ./Ringtoets.Integration.IO/Properties/Resources.Designer.cs
  1. … 3 more files in changeset.
Introduced import handler to handle with HLCD imports from the hydraulic boundary database property panel: WTI-1927

- Added empty handler class to be substituted in the RingtoetsPlugin to prevent ArgumentNullExceptions on runtime.

    • -5
    • +18
    ./Ringtoets.Integration.Forms/PropertyClasses/HydraulicBoundaryDatabaseProperties.cs
    • -0
    • +40
    ./Ringtoets.Integration.Forms/PropertyClasses/IHydraulicLocationConfigurationDatabaseImportHandler.cs
    • -0
    • +1
    ./Ringtoets.Integration.Forms/Ringtoets.Integration.Forms.csproj
    • -0
    • +38
    ./Ringtoets.Integration.Plugin/Handlers/HydraulicLocationConfigurationDatabaseImportHandler.cs
    • -0
    • +1
    ./Ringtoets.Integration.Plugin/Ringtoets.Integration.Plugin.csproj
    • -1
    • +1
    ./Ringtoets.Integration.Plugin/RingtoetsPlugin.cs
  1. … 3 more files in changeset.
First ask confirmation. WTI-1927

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

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

- Changed default values for the HLCD information when there's no ScenarioInformation present in order to make it more insightful that default values are used.

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