Ringtoets.Integration.Plugin

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

- Renamed project name

-- Adjusted default namespace information

-- Note: Namespaces in sourcefiles are NOT fixed as part of this commit

  1. … 32 more files in changeset.
Renamed Ringtoets --> Riskeer in src/Ringtoets.AssemblyTool : WTI-1931

- Fixed compilation errors caused by the directory renaming of Ringtoets.AssemblyTool.<X> to Riskeer.AssemblyTool.<X>

  1. … 85 more files in changeset.
Renamed Ringtoets --> Riskeer in src/Ringtoets.AssemblyTool : WTI-1931

- Renamed .Data project

-- Adjusted default namespace information

-- Note: namespaces in the files were NOT fixed as part of this commit

  1. … 89 more files in changeset.
Renamed Ringtoets --> Riskeer in Storage: WTI-1931

- Fixed paths of components that refer to Riskeer.Storage.Core

-- This also fixes the compilation errors as a consequence of rebasing the solution

  1. … 4 more files in changeset.
Renamed Ringtoets --> Riskeer in Storage: WTI-1931

- Adjusted namespace for src (on project level)

  1. … 536 more files in changeset.
Renamed Ringtoets --> Riskeer in Storage: WTI-1931

- Renamed the src project file

-- Fixed default namespace and project name

-- Note: Namespaces are NOT fixed as part of this commit.

  1. … 10 more files in changeset.
Changed log message. Paired with tang_ds. WTI-1927

  1. … 1 more file in changeset.
Incorporated comments tester: WTI-1925

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

  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.

    • -5
    • +14
    ./Handlers/HydraulicLocationConfigurationDatabaseImportHandler.cs
  1. … 4 more files in changeset.
Incorporated comments review 3449: WTI-1927

- Cleaned up files

-- Improved tests

  1. … 2 more files in changeset.
Clear all output. WTI-1927

    • -0
    • +1
    ./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

    • -0
    • +6
    ./Helpers/HydraulicLocationConfigurationSettingsUpdateHelper.cs
  1. … 8 more files in changeset.
Introduced string description for the import HLCD activity. WTI-1927

    • -1
    • +2
    ./Handlers/HydraulicLocationConfigurationDatabaseImportHandler.cs
Renamed interface method definition. WTI-1927

    • -1
    • +1
    ./Handlers/HydraulicLocationConfigurationDatabaseImportHandler.cs
  1. … 4 more files in changeset.
Added implementation of the import handler. WTI-1927

    • -1
    • +48
    ./Handlers/HydraulicLocationConfigurationDatabaseImportHandler.cs
  1. … 6 more files in changeset.
Added clearing output. WTI-1927

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

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

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

    • -6
    • +6
    ./Handlers/HydraulicLocationConfigurationDatabaseUpdateHandler.cs
  1. … 2 more files in changeset.
Cleanup. WTI-1927

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

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

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

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

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

    • -2
    • +9
    ./Handlers/HydraulicLocationConfigurationDatabaseUpdateHandler.cs
  1. … 1 more file in changeset.
Changed handler API. WTI-1927

    • -1
    • +1
    ./Handlers/HydraulicLocationConfigurationDatabaseUpdateHandler.cs
  1. … 3 more files in changeset.
Introduced update handler. WTI-1927

    • -0
    • +47
    ./Handlers/HydraulicLocationConfigurationDatabaseUpdateHandler.cs
  1. … 2 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.

    • -0
    • +38
    ./Handlers/HydraulicLocationConfigurationDatabaseImportHandler.cs
  1. … 6 more files 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
    ./Handlers/HydraulicBoundaryDatabaseUpdateHandler.cs
  1. … 1 more file in changeset.
Removed trackId from data model. WTI-1927

    • -1
    • +0
    ./Handlers/HydraulicBoundaryDatabaseUpdateHandler.cs
  1. … 3 more files in changeset.