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

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

    • -7
    • +7
    ./Ringtoets.Integration.IO/Importers/HydraulicBoundaryDatabaseImporter.cs
    • -0
    • +9
    ./Ringtoets.Integration.IO/Properties/Resources.Designer.cs
  1. … 1 more file in changeset.
Added progress notification. WTI-1927

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

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

    • -0
    • +17
    ./Ringtoets.Integration.IO/Importers/HydraulicLocationConfigurationDatabaseImporter.cs
  1. … 1 more file in changeset.
Added methods to update handler. WTI-1927

    • -1
    • +25
    ./Ringtoets.Integration.IO/Handlers/IHydraulicLocationConfigurationDatabaseUpdateHandler.cs
Added cancellation to importer. WTI-1927

    • -3
    • +3
    ./Ringtoets.Integration.IO/Importers/HydraulicLocationConfigurationDatabaseImporter.cs
    • -0
    • +10
    ./Ringtoets.Integration.IO/Properties/Resources.Designer.cs
  1. … 1 more file in changeset.
Added progress notifications. WTI-1927

    • -0
    • +3
    ./Ringtoets.Integration.IO/Importers/HydraulicLocationConfigurationDatabaseImporter.cs
  1. … 1 more file in changeset.
Removed trackId from data model. WTI-1927

    • -1
    • +0
    ./Ringtoets.Integration.Plugin/Handlers/HydraulicBoundaryDatabaseUpdateHandler.cs
  1. … 3 more files in changeset.
Added reading TrackId. WTI-1927

    • -1
    • +30
    ./Ringtoets.Integration.IO/Importers/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

    • -0
    • +2
    ./Ringtoets.Integration.IO/Handlers/IHydraulicBoundaryDatabaseUpdateHandler.cs
    • -6
    • +2
    ./Ringtoets.Integration.IO/Importers/HydraulicBoundaryDatabaseImporter.cs
    • -9
    • +24
    ./Ringtoets.Integration.Plugin/Handlers/HydraulicBoundaryDatabaseUpdateHandler.cs
    • -20
    • +0
    ./Ringtoets.Integration.Plugin/Properties/Resources.Designer.cs
  1. … 7 more files in changeset.
Incorporated comments review 3443: WTI-1925

- Removed the IsScenarioInformationPresent flag from the read object.

    • -1
    • +1
    ./Ringtoets.Integration.IO/Importers/HydraulicBoundaryDatabaseImporter.cs
    • -1
    • +1
    ./Ringtoets.Integration.IO/Importers/HydraulicLocationConfigurationDatabaseImporter.cs
    • -1
    • +1
    ./Ringtoets.Integration.Plugin/Handlers/HydraulicBoundaryDatabaseUpdateHandler.cs
  1. … 8 more files in changeset.