Riskeer

Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Added SonarQube bin folder. WTI-2003

WTI-2000 Added tailor made wave impact to view.

Added DotCover to the build folder. WTI-2003

    • binary
    /build/dotCover_2019.1.2/JetBrains.Common.SignatureDefinitions.dll
    • binary
    /build/dotCover_2019.1.2/JetBrains.Common.UnitTesting.ClientController.dll
    • binary
    /build/dotCover_2019.1.2/JetBrains.Common.UnitTesting.ControlKindProviders.dll
    • binary
    /build/dotCover_2019.1.2/JetBrains.Common.UnitTesting.InProcDataCollector.dll
  1. … 84 more files in changeset.
Added SonarQube to the build folder. WTI-2003

    • binary
    /build/SonarQube/MSBuild.SonarQube.Runner.exe
    • binary
    /build/SonarQube/Microsoft.VisualStudio.Setup.Configuration.Interop.dll
    • binary
    /build/SonarQube/Newtonsoft.Json.dll
    • -0
    • +35
    /build/SonarQube/SonarQube.Analysis.xml
    • binary
    /build/SonarQube/SonarQube.Scanner.MSBuild.exe
    • binary
    /build/SonarQube/SonarScanner.MSBuild.Common.dll
    • binary
    /build/SonarQube/SonarScanner.MSBuild.PostProcessor.dll
    • binary
    /build/SonarQube/SonarScanner.MSBuild.PreProcessor.dll
    • binary
    /build/SonarQube/SonarScanner.MSBuild.Shim.dll
    • binary
    /build/SonarQube/SonarScanner.MSBuild.TFS.Classic.dll
    • binary
    /build/SonarQube/SonarScanner.MSBuild.TFS.dll
    • binary
    /build/SonarQube/SonarScanner.MSBuild.Tasks.dll
    • binary
    /build/SonarQube/SonarScanner.MSBuild.exe
    • binary
    /build/SonarQube/System.ValueTuple.dll
    • -0
    • +66
    /build/SonarQube/Targets/SonarQube.Integration.ImportBefore.targets
  1. … 3 more files in changeset.
Added reading and showing data on map.

Added button to view.

Added command to open new view.

Added view.

    • -0
    • +119
    /Demo/Riskeer/src/Demo.Riskeer/Views/AssemblyView.Designer.cs
    • -0
    • +33
    /Demo/Riskeer/src/Demo.Riskeer/Views/AssemblyView.cs
    • -0
    • +120
    /Demo/Riskeer/src/Demo.Riskeer/Views/AssemblyView.resx
Added button in demo ribbon.

Added importer.

Refactored reader.

Added reader for assembly gml.

Udpated solution to new visual studio.

Updated version number to 19.1.2.1. WTI-1994

Merge branch 'Release19_1'

Updated version to 19.1.1.3. WTI-1989

Updated user manual. WTI-1989

Updated version number to 19.1.1.2. WTI-1989

Incorporated comments tester: WTI-1991

- Set the orientation to NULL / NaN when revetment calculations use an invalid foreshore profile

- Added missing asserts

Incorporated comments tester: WTI-1991

- Set the orientation to NULL / NaN when a Grass Cover Erosion inwards calculation uses an invalid dikeprofile

Cleanup: WTI-1991

- Removed unused column from table

- Drop temp table at the end of migration

Cleanup: WTI-1991

- Moved deletions before the foreign key constraint. Deletions already guarantee that the orphaned entries for illustration points are removed due to triggers

- Added logic to remove dike height and overtopping rate output in case of invalid dikeprofiles to prevent orphans

Merge branch 'feature/Migration' into Release19_1

Updated migration logic dikeprofiles: WTI-1991

- Added log messages for calculations that make use of invalid dike profiles

Updated migration logic dikeprofiles: WTI-1991

- Added log message generation

- Fixed bug in removing outputs, outputs should be removed when:

-- DikeProfileGeometry < 2 points OR

-- ForeshoreProfileGeometry = 1 point

Cleanup: WTI-1991

- Cleaned up migration script --> changed migration logic to prevent orphans in the database after migration.

-- Applied for Revetment outputs

Cleanup: WTI-1991

- Cleaned up migration script --> changed migration logic to prevent orphans in the database after migration.

-- Applied for structures

Updated migration logic dikeprofiles: WTI-1991

- Do not migrate outputs that are based on faulty dikeprofile definitions

Updated migration logic dikeprofiles: WTI-1991

- Added testcases to verify behaviour

- Updated queries to migrate correct calculation settings when the calculation uses an invalid foreshoreprofile

Updated migration logic: WTI-1991

- Generate log message when calculations and / or failuremechanisms have an invalid foreshore profile defined.