Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Add vakindelingen group to structures views WTI-1879

    • -7
    • +14
    ./Ringtoets.HeightStructures.Forms/Views/HeightStructuresFailureMechanismView.cs
  1. … 5 more files in changeset.
Update columns in height structures view WTI-1658

    • -0
    • +6
    ./Ringtoets.HeightStructures.Forms/Views/HeightStructuresFailureMechanismResultView.cs
  1. … 1 more file in changeset.
Changed copyright year. Paired with lubbers. WTI-1828

    • -1
    • +1
    ./Ringtoets.HeightStructures.Data/GeneralHeightStructuresInput.cs
    • -1
    • +1
    ./Ringtoets.HeightStructures.Data/HeightStructure.cs
    • -1
    • +1
    ./Ringtoets.HeightStructures.Data/HeightStructuresFailureMechanism.cs
    • -1
    • +1
    ./Ringtoets.HeightStructures.Data/HeightStructuresFailureMechanismAssemblyFactory.cs
    • -1
    • +1
    ./Ringtoets.HeightStructures.Data/HeightStructuresFailureMechanismSectionResult.cs
    • -1
    • +1
    ./Ringtoets.HeightStructures.Data/HeightStructuresFailureMechanismSectionResultDetailedAssessmentExtensions.cs
    • -1
    • +1
    ./Ringtoets.HeightStructures.Data/HeightStructuresInput.cs
    • -1
    • +1
    ./Ringtoets.HeightStructures.Data/HeightStructuresProbabilityAssessmentOutputFactory.cs
    • -1
    • +1
    ./Ringtoets.HeightStructures.Data/Properties/AssemblyInfo.cs
    • -1
    • +1
    ./Ringtoets.HeightStructures.Data/Properties/Resources.Designer.cs
    • -1
    • +1
    ./Ringtoets.HeightStructures.Forms/PresentationObjects/HeightStructuresCalculationContext.cs
    • -1
    • +1
    ./Ringtoets.HeightStructures.Forms/PresentationObjects/HeightStructuresCalculationGroupContext.cs
    • -1
    • +1
    ./Ringtoets.HeightStructures.Forms/PresentationObjects/HeightStructuresFailureMechanismContext.cs
    • -1
    • +1
    ./Ringtoets.HeightStructures.Forms/PresentationObjects/HeightStructuresFailureMechanismSectionsContext.cs
  1. … 6081 more files in changeset.
Ran Deltares Cleanup:

- Performed for Ringtoets.HeightStructures

WTI-1767

    • -13
    • +13
    ./Ringtoets.HeightStructures.Data/HeightStructuresFailureMechanism.cs
    • -0
    • +1
    ./Ringtoets.HeightStructures.Data/HeightStructuresInput.cs
    • -0
    • +1
    ./Ringtoets.HeightStructures.Forms/Views/HeightStructuresScenarioRow.cs
    • -0
    • +1
    ./Ringtoets.HeightStructures.IO/Configurations/HeightStructuresCalculationConfigurationExporter.cs
    • -0
    • +1
    ./Ringtoets.HeightStructures.IO/HeightStructuresImporter.cs
    • -1
    • +1
    ./Ringtoets.HeightStructures.Plugin/FileImporters/HeightStructuresFailureMechanismSectionResultUpdateStrategy.cs
  1. … 9 more files in changeset.
Cleanup: Removed mutable properties from GetHashCode. WTI-1767

    • -1
    • +0
    ./Ringtoets.HeightStructures.Data/HeightStructure.cs
  1. … 10 more files in changeset.
Cleanup: Fixed some typos. WTI-1767

    • -1
    • +1
    ./Ringtoets.HeightStructures.IO/Configurations/HeightStructuresCalculationConfigurationExporter.cs
  1. … 7 more files in changeset.
Refactor result views, remove has manual assembly results method WTI-1839

    • -6
    • +0
    ./Ringtoets.HeightStructures.Forms/Views/HeightStructuresFailureMechanismResultView.cs
  1. … 35 more files in changeset.
Use new helper in views WTI-1839

    • -1
    • +2
    ./Ringtoets.HeightStructures.Forms/Views/HeightStructuresFailureMechanismResultView.cs
  1. … 17 more files in changeset.
Remove failure mechanism specific helpers WTI-1839

    • -49
    • +0
    ./Ringtoets.HeightStructures.Data/HeightStructuresFailureMechanismHelper.cs
    • -1
    • +0
    ./Ringtoets.HeightStructures.Data/Ringtoets.HeightStructures.Data.csproj
  1. … 55 more files in changeset.
Move UseManualAssembly to base section result WTI-1839

    • -5
    • +0
    ./Ringtoets.HeightStructures.Data/HeightStructuresFailureMechanismSectionResult.cs
  1. … 18 more files in changeset.
Rename use manual property WTI-1839

    • -1
    • +1
    ./Ringtoets.HeightStructures.Data/HeightStructuresFailureMechanismAssemblyFactory.cs
    • -1
    • +1
    ./Ringtoets.HeightStructures.Data/HeightStructuresFailureMechanismHelper.cs
    • -1
    • +1
    ./Ringtoets.HeightStructures.Data/HeightStructuresFailureMechanismSectionResult.cs
    • -2
    • +2
    ./Ringtoets.HeightStructures.Forms/Views/HeightStructuresFailureMechanismResultView.cs
    • -11
    • +11
    ./Ringtoets.HeightStructures.Forms/Views/HeightStructuresFailureMechanismSectionResultRow.cs
    • -1
    • +1
    ./Ringtoets.HeightStructures.Plugin/FileImporters/HeightStructuresFailureMechanismSectionResultUpdateStrategy.cs
  1. … 6 more files in changeset.
Fixed compilation errors for groups 1 and 2:

- Added logic which determines when to set a warning

WTI-1839

    • -0
    • +5
    ./Ringtoets.HeightStructures.Forms/Views/HeightStructuresFailureMechanismResultView.cs
  1. … 14 more files in changeset.
Cleanup WTI-1842

    • -6
    • +3
    ./Ringtoets.HeightStructures.Data/HeightStructuresFailureMechanismAssemblyFactory.cs
  1. … 8 more files in changeset.
Add useManual parameter to Height structures assembly factory methods WTI-1842

    • -6
    • +15
    ./Ringtoets.HeightStructures.Data/HeightStructuresFailureMechanismAssemblyFactory.cs
    • -1
    • +1
    ./Ringtoets.HeightStructures.Forms/Views/HeightStructuresFailureMechanismResultView.cs
  1. … 1 more file in changeset.
Introduced failure mechanism helpers to determine if any section has manual overwritten results:

- Introduced for group 1 and 2

WTI-1839

    • -0
    • +49
    ./Ringtoets.HeightStructures.Data/HeightStructuresFailureMechanismHelper.cs
    • -0
    • +1
    ./Ringtoets.HeightStructures.Data/Ringtoets.HeightStructures.Data.csproj
  1. … 22 more files in changeset.
Moved ModelFactorSuperCriticalFlow from StructuresInputBase to ClosingStructuresInput and HeightStructuresInput. WTI-1800

    • -1
    • +0
    ./Ringtoets.HeightStructures.Forms/PropertyClasses/HeightStructuresInputContextProperties.cs
  1. … 11 more files in changeset.
Moved ModelFactorSuperCriticalFlow from StructuresInputBase to ClosingStructuresInput and HeightStructuresInput. WTI-1800

    • -0
    • +16
    ./Ringtoets.HeightStructures.IO/Configurations/HeightStructuresCalculationStochastAssigner.cs
  1. … 3 more files in changeset.
Moved ModelFactorSuperCriticalFlow from StructuresInputBase to ClosingStructuresInput and HeightStructuresInput. WTI-1800

    • -0
    • +4
    ./Ringtoets.HeightStructures.IO/Configurations/HeightStructuresCalculationConfigurationWriter.cs
  1. … 2 more files in changeset.
Moved ModelFactorSuperCriticalFlow from StructuresInputBase to ClosingStructuresInput and HeightStructuresInput. WTI-1800

    • -0
    • +5
    ./Ringtoets.HeightStructures.IO/Configurations/HeightStructuresCalculationConfiguration.cs
  1. … 3 more files in changeset.
Moved ModelFactorSuperCriticalFlow from StructuresInputBase to ClosingStructuresInput and HeightStructuresInput. WTI-1800

    • -2
    • +1
    ./Ringtoets.HeightStructures.Forms/PropertyClasses/HeightStructuresInputContextProperties.cs
  1. … 2 more files in changeset.
Moved ModelFactorSuperCriticalFlow from StructuresInputBase to ClosingStructuresInput and HeightStructuresInput. WTI-1800

    • -0
    • +21
    ./Ringtoets.HeightStructures.Forms/PropertyClasses/HeightStructuresInputContextProperties.cs
  1. … 2 more files in changeset.
Moved ModelFactorSuperCriticalFlow from StructuresInputBase to ClosingStructuresInput and HeightStructuresInput. WTI-1800

    • -0
    • +1
    ./Ringtoets.HeightStructures.Data/HeightStructuresInput.cs
  1. … 2 more files in changeset.
Moved ModelFactorSuperCriticalFlow from StructuresInputBase to ClosingStructuresInput and HeightStructuresInput. WTI-1800

    • -2
    • +30
    ./Ringtoets.HeightStructures.Data/HeightStructuresInput.cs
  1. … 2 more files in changeset.
Reverted rename to check SonarQube. WTI-1787

    • -11
    • +11
    ./Ringtoets.HeightStructures.IO/Configurations/HeightStructuresCalculationConfigurationImporter.cs
  1. … 8 more files in changeset.
Reduce code smells from sonarqube in structures namespaces WTI-1787

    • -4
    • +4
    ./Ringtoets.HeightStructures.Forms/Views/HeightStructuresFailureMechanismSectionResultRow.cs
    • -11
    • +11
    ./Ringtoets.HeightStructures.IO/Configurations/HeightStructuresCalculationConfigurationImporter.cs
    • -4
    • +4
    ./Ringtoets.HeightStructures.IO/Configurations/HeightStructuresCalculationStochastAssigner.cs
  1. … 4 more files in changeset.
Extended context menu for disabled failure mechanisms with a "properties" item. WTI-1685

    • -0
    • +2
    ./Ringtoets.HeightStructures.Plugin/HeightStructuresPlugin.cs
  1. … 28 more files in changeset.
Adapted height structures reader to new situation. WTI-1715

    • -1
    • +1
    ./Ringtoets.HeightStructures.IO/Configurations/HeightStructuresCalculationConfigurationReader.cs
  1. … 10 more files in changeset.
Added new schema identifier. WTI-1715

    • -1
    • +1
    ./Ringtoets.HeightStructures.IO/Configurations/HeightStructuresCalculationConfigurationReader.cs
  1. … 13 more files in changeset.
Adapted height structures xsd. WTI-1715

    • -1
    • +1
    ./Ringtoets.HeightStructures.IO/Resources/KunstwerkenHoogteSchema.xsd
  1. … 2 more files in changeset.
hrLocatieSchema => hbLocatieSchema. WTI-1715

    • -2
    • +2
    ./Ringtoets.HeightStructures.IO/Configurations/HeightStructuresCalculationConfigurationReader.cs
  1. … 8 more files in changeset.