Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Implement review comments. Add asserts, update xmldoc and simplified wiring for assembly categories view. WTI-1542

    • -1
    • +0
    ./AssessmentSectionAssemblyCategoriesViewTest.cs
    • -2
    • +15
    ./FailureMechanismAssemblyCategoriesViewTest.cs
  1. … 11 more files in changeset.
Introduce failure mechanism assembly categories view WTI-1542

    • -0
    • +269
    ./FailureMechanismAssemblyCategoriesViewTest.cs
  1. … 7 more files in changeset.
Fix failing tests WTI-1542

    • -1
    • +1
    ./AssessmentSectionAssemblyCategoriesViewTest.cs
Introduce and use generic AssemblyCategories table and row objects WTI-1542

    • -0
    • +192
    ./AssemblyCategoriesTableTest.cs
    • -0
    • +90
    ./AssemblyCategoryRowTest.cs
    • -185
    • +0
    ./AssessmentSectionAssemblyCategoriesTableTest.cs
    • -4
    • +5
    ./AssessmentSectionAssemblyCategoriesViewTest.cs
    • -76
    • +0
    ./AssessmentSectionAssemblyCategoryRowTest.cs
  1. … 14 more files in changeset.
Improve tests WTI-1578

    • -7
    • +7
    ./DesignWaterLevelCalculationsViewTest.cs
  1. … 26 more files in changeset.
Optimize resources for category boundary names on assessment section level WTI-1578

    • -3
    • +3
    ./DesignWaterLevelCalculationsViewTest.cs
  1. … 16 more files in changeset.
Rename "Toetspeil" to "Waterstanden" and wire generic message provider to the calculation activities WTI-1584

    • -3
    • +3
    ./DesignWaterLevelCalculationsViewTest.cs
  1. … 25 more files in changeset.
Move resources and message providers to Common WTI-1584

    • -1
    • +0
    ./DesignWaterLevelCalculationsViewTest.cs
  1. … 21 more files in changeset.
Improvements after review. WTI-1684

    • -1
    • +1
    ./CombinedFailureMechanismSectionAssemblyResultRowTest.cs
  1. … 4 more files in changeset.
Improvements after review. WTI-1683

    • -1
    • +1
    ./CombinedFailureMechanismSectionAssemblyResultRowTest.cs
  1. … 6 more files in changeset.
Improvements after review. WTI-1683

    • -3
    • +3
    ./CombinedFailureMechanismSectionAssemblyResultRowTest.cs
  1. … 8 more files in changeset.
Implement review comments, add asserts for per section view WTI-1689

Made sure icons wouldn't overlap. WTI-1684

    • -5
    • +44
    ./AssemblyResultPerSectionViewTest.cs
  1. … 1 more file in changeset.
Implement review comments WTI-1687

  1. … 9 more files in changeset.
Added mininum width. WTI-1684

  1. … 1 more file in changeset.
Connected view to factory. WTI-1684

    • -10
    • +24
    ./AssemblyResultPerSectionViewTest.cs
  1. … 3 more files in changeset.
Add minimum autoscroll size to the assembly result total view WTI-1682

  1. … 1 more file in changeset.
PipingStructures -> PipingStructure. WTI-1683

    • -6
    • +6
    ./CombinedFailureMechanismSectionAssemblyResultRowTest.cs
  1. … 4 more files in changeset.
Add assessment section result observer to AssemblyResultPerSectionView WTI-1689

    • -7
    • +122
    ./AssemblyResultPerSectionViewTest.cs
    • -10
    • +13
    ./AssemblyResultTotalViewTest.cs
  1. … 2 more files in changeset.
Update icon WTI-1687

  1. … 1 more file in changeset.
Add warning provider to assembly result total view WTI-1687

    • -23
    • +48
    ./AssemblyResultTotalViewTest.cs
  1. … 5 more files in changeset.
Add AssessmentSectionAssemblyResultObserver to the AssemblyResultTotalView WTI-1687

    • -6
    • +102
    ./AssemblyResultTotalViewTest.cs
  1. … 3 more files in changeset.
Added rounding for the view: - Indications for the start and end point of each section are annotated with a '*'. Values are rounded on 3 decimals.

WTI-1684

    • -2
    • +5
    ./CombinedFailureMechanismSectionAssemblyResultRowTest.cs
  1. … 3 more files in changeset.
Introduced error provider: - Added logic to set and clear the provider in the view already.

WTI-1684

    • -0
    • +12
    ./AssemblyResultPerSectionViewTest.cs
  1. … 3 more files in changeset.
Moved converting function from the FailureMechanismSectionResultRowHelper to a separate class - Usage is not only limited to FailureMechanismSectionResultRows anymore.

WTI-1684

    • -19
    • +19
    ./CombinedFailureMechanismSectionAssemblyResultRowTest.cs
    • -9
    • +9
    ./SectionResultRows/GrassCoverSlipOffInwardsSectionResultRowTest.cs
    • -9
    • +9
    ./SectionResultRows/GrassCoverSlipOffOutwardsSectionResultRowTest.cs
    • -9
    • +9
    ./SectionResultRows/MacroStabilityOutwardsSectionResultRowTest.cs
    • -9
    • +9
    ./SectionResultRows/MicrostabilitySectionResultRowTest.cs
    • -9
    • +9
    ./SectionResultRows/PipingStructureSectionResultRowTest.cs
    • -7
    • +7
    ./SectionResultRows/StrengthStabilityLengthwiseConstructionSectionResultRowTest.cs
    • -7
    • +7
    ./SectionResultRows/TechnicalInnovationSectionResultRowTest.cs
    • -7
    • +7
    ./SectionResultRows/WaterPressureAsphaltCoverSectionResultRowTest.cs
  1. … 35 more files in changeset.
Removed enum type converters: - Values of type FailureMechanismSectionAssemblyCategoryGroup should be converted to their display variant before being displayed.

WTI-1684

    • -82
    • +20
    ./CombinedFailureMechanismSectionAssemblyResultRowTest.cs
  1. … 1 more file in changeset.
Incorporated cell formatting logic in the view: - Added tests

WTI-1684

    • -1
    • +53
    ./AssemblyResultPerSectionViewTest.cs
  1. … 2 more files in changeset.
Introduced column state definitions for the row object: - Added logic to set color based on the results

WTI-1684

    • -0
    • +110
    ./CombinedFailureMechanismSectionAssemblyResultRowTest.cs
  1. … 1 more file in changeset.
Introduced row object to visualise the CombinedFailureMechanismSectionAssembly in the datagridviewcontrol

WTI-1684

    • -0
    • +171
    ./CombinedFailureMechanismSectionAssemblyResultRowTest.cs
  1. … 3 more files in changeset.
Added missing assert for the enum type converter

WTI-1684

    • -0
    • +4
    ./FailureMechanismAssemblyResultRowTest.cs