Riskeer

Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Removed dictionary from data model. WTI-1486

Adapted test factory. WTI-1486

Create mappings instead of dictionary in reader. WTI-1486

Added mappings to read database object. WTI-1486

Added mapping object for location ids from hydraulic location configuration database. WTI-1486

Cleanup. WTI-1486

Added call DoPostUpdateActions of handler in DoPostImportUpdates. WTI-1486

Only perform PostUpdateActions when locations are changed. WTI-1486

Removed viewCommands from constructor. WTI-1486

Implemented DoPostUpdateActions method. WTI-1486

Adapted tests to interface. WTI-1486

Added dune locations replace handler to hydraulic boundary database update handler constructor. WTI-1486

Extracted interface of dune locations replacement handler. WTI-1486

Revert "Removed method from interface. WTI-1486"

This reverts commit 6ce2336528e99336ffb86e0a514e5ef1fd295d75.

Added dunes to changed objects. WTI-1486

Implemented updating dune locations. WTI-1486

Expanded test factory. WTI-1486

Improved test. WTI-1486

Cleanup Structures: WTI-1923

- Editorial changes

Added viewCommands to handler. WTI-1486

Added clearing calculation output. WTI-1486

Cleanup GrassCoverErosionInwards: WTI-1823

- Removed obsolete calculator input check, this is already checked in other tests.

Added returning changed objects. WTI-1486

Implemented setting new locations. WTI-1486

Cleanup WaveConditions: WTI-1923

- Simplified mocks and tests

- Adjusted code layout

Cleanup HydraulicBoundary items: WTI-1923

- Updated XMLDoc

Cleanup Dunes: WTI-1923

- Simplified mock expectancies

- Corrected typos

Updated XMLDoc: WTI-1923

- hlcd --> HLCD

- Fixed typo

Introduced constructor overload for the HydraulicBoundaryCalculationSettings: WTI-1923

- Introduced to prevent sending NULL arguments to certain settings when calling the factory method

Cleanup: WTI-1923

- Removed test factory:

-- The test files usually already contain their local definitions of creating a valid HydraulicBoundaryCalculationSettings object, no need to redefine it again by means of an external factory.