Riskeer

Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Added progress notification. WTI-1927

Added call handler to add read data to data model. WTI-1927

Added getting confirmation. WTI-1927

Added methods to update handler. WTI-1927

Added cancellation to importer. WTI-1927

Added progress notifications. WTI-1927

Removed trackId from data model. WTI-1927

Added reading TrackId. WTI-1927

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

Made ReadTrackId public. WTI-1927

Incorporated comments review 3443: WTI-1925

- Refactored test factory and extracted private creation method to prevent code duplication.

- Renamed test

Incorporated comments review 3443: WTI-1925

- Improved test by separating the inquiry logic from the update logic.

Incorporated comments review 3443: WTI-1925

- Removed the IsScenarioInformationPresent flag from the read object.

Incorporated comments review 3443: WTI-1925

- Return NULL when the ScenarioInformation table is missing for the read file.

Incorporated comments review 3443: WTI-1925

- Changed Assert.Zero() and .NotZero() to Assert.AreEqual(0, ..) and .NotEqual(0, ...) for consistency reasons throughout the code

Added migration logic: WTI-1926

- Extended test file with 2 assessment sections to verify the migration of sections with and without hydraulic boundary database.

- Fixed failing tests by saving a newer version of the Ringtoets file format

Expanded Storage integration tests: WTI-1926

- Add hydraulic boundary location settings to ensure a full integration (round) test is performed.

Removed obsolete cast. WTI-1926

Updated file / storage format. WTI-1926

Updated database design: WTI-1926

- Changed column type of the Year-column for the HydraulicBoundaryDatabaseEntity.

- Added auto-increment to entries in the HydraulicBoundaryDatabaseEntity table.

Added Read extensions for the HydraulicBoundaryDatabase(Entity). WTI-1926

Added Create extensions for the HydraulicBoundaryDatabase. WTI-1926

Cleanup. WTI-1927

Added scenario information validation. WTI-1927

Fixed compilation errors: WTI-1926

- Adjusted tests of the affected create and read extensions as a preparation for integrating the HydraulicBoundaryDatabaseEntity.

Added reading HLCD. WTI-1927

Updated file / storage format: WTI-1926

- Regenerated entities

- Added new entity in the PartialRingtoetsEntities to load from.

Set TrackId in update handler. WTI-1927

Added TrackId to HydraulicBoundaryDatabase. WTI-1927

Updated database design with the new HydraulicBoundaryDatabase entity. WTI-1926

- Generated .sql files