Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Renamed Ringtoets folder. WTI-1931

    • -127
    • +0
    ./AssemblyResultCategoriesPropertiesTest.cs
    • -250
    • +0
    ./AssessmentSectionCompositionPropertiesTest.cs
    • -126
    • +0
    ./AssessmentSectionPropertiesTest.cs
    • -314
    • +0
    ./BackgroundDataPropertiesTest.cs
    • -137
    • +0
    ./CalculationContextPropertiesTest.cs
    • -190
    • +0
    ./CalculationGroupContextPropertiesTest.cs
    • -125
    • +0
    ./FailureMechanismAssemblyCategoriesPropertiesTest.cs
    • -126
    • +0
    ./FailureMechanismAssemblyCategoryPropertiesTest.cs
    • -101
    • +0
    ./FailureMechanismSectionAssemblyCategoriesPropertiesTest.cs
    • -126
    • +0
    ./FailureMechanismSectionAssemblyCategoryPropertiesTest.cs
    • -698
    • +0
    ./HydraulicBoundaryDatabasePropertiesTest.cs
    • -587
    • +0
    ./NormPropertiesIntegrationTest.cs
    • -128
    • +0
    ./ReferenceLinePropertiesTest.cs
    • -98
    • +0
    ./RingtoetsProjectPropertiesTest.cs
  1. … 15700 more files in changeset.
Renamed src/Integration.Plugin: WTI-1931

- Fixed namespace

    • -1
    • +1
    ./AssessmentSectionCompositionPropertiesTest.cs
  1. … 167 more files in changeset.
Renamed src/Integration.Forms: WTI-1931

- Fixed namespace of files

    • -1
    • +1
    ./AssemblyResultCategoriesPropertiesTest.cs
    • -1
    • +1
    ./AssessmentSectionCompositionPropertiesTest.cs
    • -1
    • +1
    ./CalculationGroupContextPropertiesTest.cs
    • -1
    • +1
    ./FailureMechanismAssemblyCategoriesPropertiesTest.cs
    • -1
    • +1
    ./FailureMechanismAssemblyCategoryPropertiesTest.cs
    • -1
    • +1
    ./FailureMechanismSectionAssemblyCategoriesPropertiesTest.cs
    • -1
    • +1
    ./FailureMechanismSectionAssemblyCategoryPropertiesTest.cs
    • -2
    • +2
    ./HydraulicBoundaryDatabasePropertiesTest.cs
  1. … 273 more files in changeset.
Renamed src/Integration.Data: WTI-1931

- Fixed namespace in project

    • -0
    • +1
    ./AssemblyResultCategoriesPropertiesTest.cs
    • -0
    • +1
    ./AssessmentSectionCompositionPropertiesTest.cs
    • -2
    • +2
    ./StandAlone/MacroStabilityOutwardsFailureMechanismPropertiesTest.cs
    • -1
    • +1
    ./StandAlone/PipingStructureFailureMechanismPropertiesTest.cs
  1. … 417 more files in changeset.
Renamed Ringtoets --> Riskeer in src/Ringtoets.AssemblyTool : WTI-1931

- Fixed namespaces in .Data project

    • -1
    • +1
    ./AssemblyResultCategoriesPropertiesTest.cs
    • -1
    • +1
    ./FailureMechanismAssemblyCategoriesPropertiesTest.cs
    • -1
    • +1
    ./FailureMechanismAssemblyCategoryPropertiesTest.cs
    • -1
    • +1
    ./FailureMechanismSectionAssemblyCategoriesPropertiesTest.cs
    • -1
    • +1
    ./FailureMechanismSectionAssemblyCategoryPropertiesTest.cs
  1. … 372 more files in changeset.
Incorporated comments tester: WTI-1924

- Only display values for the Year HLCD property when the HRD is linked

-- Converted property to string

    • -2
    • +2
    ./HydraulicBoundaryDatabasePropertiesTest.cs
  1. … 1 more file 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.

    • -1
    • +2
    ./HydraulicBoundaryDatabasePropertiesTest.cs
  1. … 5 more files in changeset.
Incorporated comments review 3449: WTI-1927

- Improved HydraulicBoundaryDatabaseProperties:

-- Updated and improved tests

-- Changed display logic: display values based on whether the HRD is linked (AND null in case of optional properties)

    • -2
    • +50
    ./HydraulicBoundaryDatabasePropertiesTest.cs
  1. … 1 more file in changeset.
Updated editor: WTI-1927

- Changed base type editor from FileNameEditor to UIEditor to enable selection of a HLCD file.

    • -1
    • +2
    ./HydraulicBoundaryDatabasePropertiesTest.cs
  1. … 1 more file in changeset.
Extracted HLCD file name editor: WTI-1927

- Editor extracted to allow overrides for a custom file filter.

- Fixed failing test of the property info which is introdcued due to a dependency on the GUI.MainWindow

    • -0
    • +7
    ./HydraulicBoundaryDatabasePropertiesTest.cs
  1. … 8 more files in changeset.
Added ReadOnly property for the HLCD filepath. WTI-1927

- File path should not be editable in case there's no hydraulic boundary database linked.

    • -0
    • +102
    ./HydraulicBoundaryDatabasePropertiesTest.cs
  1. … 1 more file in changeset.
Renamed interface method definition. WTI-1927

    • -1
    • +1
    ./HydraulicBoundaryDatabasePropertiesTest.cs
  1. … 4 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.

    • -12
    • +107
    ./HydraulicBoundaryDatabasePropertiesTest.cs
  1. … 8 more files in changeset.
Incorporated comments review 3443: WTI-1925

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

    • -1
    • +1
    ./HydraulicBoundaryDatabasePropertiesTest.cs
  1. … 4 more files in changeset.
Renamed FilePath property: WTI-1924

- Renamed file path property for the display of HRD filepaths for clarity

-- Adjusted the display names and descriptions of the HRD file path property of the property panel

    • -7
    • +7
    ./HydraulicBoundaryDatabasePropertiesTest.cs
  1. … 3 more files in changeset.
Added functionality to display values of HLCD settings. WTI-1924

- Separated tests to prove functionality when a HRD is linked and unlinked.

    • -4
    • +78
    ./HydraulicBoundaryDatabasePropertiesTest.cs
  1. … 1 more file in changeset.
Added properties to display for the HLCD files. WTI-1924

    • -13
    • +165
    ./HydraulicBoundaryDatabasePropertiesTest.cs
  1. … 3 more files in changeset.
Use reference line in properties. WTI-977

    • -36
    • +12
    ./ReferenceLinePropertiesTest.cs
  1. … 2 more files in changeset.
Adapted ReferenceLine properties. WTI-977

    • -10
    • +13
    ./ReferenceLinePropertiesTest.cs
  1. … 1 more file in changeset.
Fixed compilation errors. WTI-977

    • -2
    • +1
    ./StandAlone/MacroStabilityOutwardsFailureMechanismPropertiesTest.cs
  1. … 24 more files in changeset.
Fixed tests. WTI-977

    • -0
    • +2
    ./StandAlone/MacroStabilityOutwardsFailureMechanismPropertiesTest.cs
  1. … 3 more files in changeset.
Fixed compilation errors. WTI-977

    • -10
    • +50
    ./StandAlone/MacroStabilityOutwardsFailureMechanismPropertiesTest.cs
  1. … 2 more files in changeset.
Changed copyright year. Paired with lubbers. WTI-1828

    • -1
    • +1
    ./AssemblyResultCategoriesPropertiesTest.cs
    • -1
    • +1
    ./AssessmentSectionCompositionPropertiesTest.cs
    • -1
    • +1
    ./CalculationGroupContextPropertiesTest.cs
    • -1
    • +1
    ./FailureMechanismAssemblyCategoriesPropertiesTest.cs
    • -1
    • +1
    ./FailureMechanismAssemblyCategoryPropertiesTest.cs
    • -1
    • +1
    ./FailureMechanismSectionAssemblyCategoriesPropertiesTest.cs
    • -1
    • +1
    ./FailureMechanismSectionAssemblyCategoryPropertiesTest.cs
    • -1
    • +1
    ./HydraulicBoundaryDatabasePropertiesTest.cs
  1. … 6081 more files in changeset.
Added property control for assembly categories. WTI-1844

    • -0
    • +126
    ./AssemblyResultCategoriesPropertiesTest.cs
    • -1
    • +1
    ./FailureMechanismAssemblyCategoriesPropertiesTest.cs
  1. … 7 more files in changeset.
Review related cleanup WTI-1841 Paired with robert tangerman

    • -0
    • +1
    ./FailureMechanismSectionAssemblyCategoriesPropertiesTest.cs
  1. … 1 more file in changeset.
Made failure mechanism categories property control derive from the new property control. WTI-1841

    • -15
    • +1
    ./FailureMechanismAssemblyCategoriesPropertiesTest.cs
  1. … 2 more files in changeset.
Added property control for failure mechanism section categories. WTI-1841

    • -2
    • +2
    ./FailureMechanismAssemblyCategoriesPropertiesTest.cs
    • -0
    • +100
    ./FailureMechanismSectionAssemblyCategoriesPropertiesTest.cs
  1. … 4 more files in changeset.
Review related changes. WTI-1714

    • -21
    • +0
    ./HydraulicBoundaryDatabasePropertiesTest.cs
  1. … 24 more files in changeset.
Incorporated comments review 3179:

- Improved testnames

- Cleaned up test

Paired with ~tangerma

WTI-1794

  1. … 1 more file in changeset.
Renamed "randvoorwaarden" into "belastingen". WTI-1714

    • -6
    • +6
    ./HydraulicBoundaryDatabasePropertiesTest.cs
  1. … 9 more files in changeset.