Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Implemented persistence for new piping output properties. Related to Issue [WTI-1004]

git-svn-id: https://repos.deltares.nl/repos/WettelijkToetsInstrumentarium/trunk@7131 5a3db67b-de53-47b5-99c8-a1c30a6650e2

Former-commit-id: ae76ac808c4f682bec045f4ec2d8bf25f82d9a1f

Former-commit-id: b1267705e2e846e67637fdaab783d43eb659cf11

  1. … 71 more files in changeset.
- Added AssessmentLevel in the PipingCalculationEntity to store the set value - Readded license header (missing in the RingtoetsEntities.Designer.cs) Related to Issue [WTI-1014]

git-svn-id: https://repos.deltares.nl/repos/WettelijkToetsInstrumentarium/trunk@7032 5a3db67b-de53-47b5-99c8-a1c30a6650e2

Former-commit-id: 8d94858dd6ac072d47afc7ffbd2e3d67c1a509ff

Former-commit-id: 5f37f28c4973c63d96fb5dc67ce6868465dcd376

  1. … 64 more files in changeset.
Updated database to persist WaterVolumetricWeight. Related to Issue [WTI-1006]

git-svn-id: https://repos.deltares.nl/repos/WettelijkToetsInstrumentarium/trunk@6985 5a3db67b-de53-47b5-99c8-a1c30a6650e2

Former-commit-id: 6aa83b7a1131eff9004219ac811d3c819c113139

Former-commit-id: 934ed55034382adcf998b85547580fade441cc2f

  1. … 64 more files in changeset.
Updated storage for Q-variant related calculations. - Changed DB field CalculationConvergence in GrassCoverErosionOutwards, StabilityStoneCover and WaveImpactAsphalt to non-nullable for consistency with other implementations - Ran DeltaresClean over DBContext Related to Issue [WTI-897]

git-svn-id: https://repos.deltares.nl/repos/WettelijkToetsInstrumentarium/trunk@6978 5a3db67b-de53-47b5-99c8-a1c30a6650e2

Former-commit-id: 3c3e939d7d563ae2cabb055aec2e9a883a18320b

Former-commit-id: 5c86a176e9c9698074ffcfc394f31ec7cac50c0a

  1. … 64 more files in changeset.
- Added combobox as 2a result in wave impact asphalt cover section results. - Updated storage. Related to Issue [WTI-1021]

git-svn-id: https://repos.deltares.nl/repos/WettelijkToetsInstrumentarium/trunk@6963 5a3db67b-de53-47b5-99c8-a1c30a6650e2

Former-commit-id: 30324d41f685276d5967b84629cb3d7e05b98c18

Former-commit-id: 2eb6b3d88d602de8e71fad90db5179b34d7287f5

  1. … 75 more files in changeset.
Incorporated comments review 1208 (Editorial) - Ran DeltaresClean on DBContext Related to Issue [WTI-985]

git-svn-id: https://repos.deltares.nl/repos/WettelijkToetsInstrumentarium/trunk@6772 5a3db67b-de53-47b5-99c8-a1c30a6650e2

Former-commit-id: 5e71cd4eb9fbee1f0ed1afe578941d7b8286e15b

Former-commit-id: b73775b0a3309c17afbd3438e2177346c57c3736

  1. … 60 more files in changeset.
- Resolved compilation errors by introducing the AssessmentLayerOneState when applicable - Added the DataGridViewCellTester for the tests that explicitly tested the cell Style properties

Merged revision(s) 6630-6714 from branches/WTI-985:

Added enum indicating the state of assessment layer one

........

Added enum indicating the state of assessment layer one

........

- Incorporated enum for AssessmentLayerOne in the failure mechanism section

- Fixed tests that are directly related to the failure mechanism section

Note: derived views and corresponding tests are NOT fixed yet

........

- Fixed tests for Q-variant failureMechanisms

........

- Fixed ReadExtensions for storage

........

- Fixed ReadExtension tests for storage

........

Fixed issues on the RingtoetsProjectTestHelper:

- Introduced private method to generate a random state of AssessmentLayerOne

........

Fixed issues on the AssessmentLayerOneState:

- Corrected strings that are displayed in the view

- Created a protected method to provide access for every derived failure mechanism view to the Enumwrapper for AssessmentLayerOneState

........

Implemented feature on the ClosingStructuresFailureMechanismResultView:

- Replaced the checkbox with a dropdown colum containing the AssessmentLayerOneState value

- Fixed or expanded tests

........

Implemented feature on the GrassCoverErosionInwardsFailureMechanismResultView:

- Replaced the checkbox with a dropdown column containing the AssessmentLayerOneState value

- Fixed failing/not working tests

- Removed test that asserts the toggling of the checkbox: test is obsolete because it's replaced with a dropdown box

- Extended test for assessing that the right columns are visible when a failure mechanism is present

(Editorial) For the closing structure failure mechanism

- Write out string resource values when testing

........

Implemented feature on the GrassCoverErosionOutwardsFailureMechanismResultView:

- Replaced the checkbox with a dropdown column containing the AssessmentLayerOneState value

- Fixed failing test

........

Extended tests:

- Assess the behaviour of the datagrid row for every state of AssessmentLayerOneState

........

Implemented feature on the GrassCoverErosionInwardsFailureMechanismResultView:

- Replaced the checkbox with a dropdown column containing the AssessmentLayerOneState value

- Fixed failing/not working tests

- Removed test that asserts the toggling of the checkbox: test is obsolete because it's replaced with a dropdown box

- Extended test for assessing that the right columns are visible when a failure mechanism is present

........

Implemented feature on the Piping FailureMechanism:

- Replaced the checkbox with a dropdown column containing the AssessmentLayerOneState value

- Fixed failing/not working tests

- Removed test that asserts the toggling of the checkbox: test is obsolete because it's replaced with a dropdown box

- Extended test for assessing that the right columns are visible when a failure mechanism is present

........

Extended tests:

- Added additional section when assessing the behaviour of the three possible states of AssessmentLayerOne

........

Implemented feature on the Stability point structures FailureMechanism:

- Replaced the checkbox with a dropdown column containing the AssessmentLayerOneState value

- Fixed failing/not working tests

- Typed out string values when asserting column headers

........

(Editorial) For the grass cover erosion outwards failure mechanism

- Write out string resource values when testing string values of the column headers

........

Implemented feature on the Stability stone cover FailureMechanism:

- Replaced the checkbox with a dropdown column containing the AssessmentLayerOneState value

- Fixed failing/not working tests

- Typed out string values when asserting column headers

- Added assertions for when cells are enabled. This includes an additional test that verifies the behaviour when the state changes to "sufficient" for assessmentLayerOne

........

Implemented feature on the wave impact asphalt cover FailureMechanism:

- Replaced the checkbox with a dropdown column containing the AssessmentLayerOneState value

- Fixed failing/not working tests

- Typed out string values when asserting column headers

........

Removed obsolete reference to RingtoetsCommonFormsResources in the tests

........

Created project to include helper classes for asserting Forms related projects

........

Created project to include helper classes for asserting Forms related projects:

- Reverted accidental change on Common.Data.TestUtil project

........

Created project to include helper classes for asserting Forms related projects:

- Created helper class to assert whether DataGridViewCells are in an enabled or disabled state

........

Created project to include helper classes for asserting Forms related projects:

- Created helper class to assert whether DataGridViewCells are in an enabled or disabled state

........

Extracted base method to add assessment section name and assessment section layer one columns

........

Improved helper class DataGridViewCellsTester:

- Enabled state does not always mean readonly, assertion behaviour can be toggled

- Documented when AssertionException can be thrown

........

Refactoring:

- For the mechanisms that already implement the dropdown box for assessment layer one: use an override of the AddDataGridColumns to set the correct columns

- Aforementioned function already sets the section name and dropdown box for assessment layer one per default

........

Incorporated helper class DataGridViewCellsTester:

- Replaced every instance of a local cell enabled/disabled assertion with the DataGridViewCellsTester

........

Implemented feature on the dune erosion failure mechanism:

- Replaced the checkbox with a dropdown column containing the AssessmentLayerOneState value

- Fixed failing/not working tests

- Typed out string values when asserting column headers

- Replaced local cell assertions with the DataGridViewCellTester

........

Implemented feature on the grass cover slipoff inwards failure mechanism:

- Replaced the checkbox with a dropdown column containing the AssessmentLayerOneState value

- Fixed failing/not working tests

- Typed out string values when asserting column headers

- Replaced local cell assertions with the DataGridViewCellTester

........

Removed obsolete RingtoetsCommonResource reference

........

Implemented feature on the grass cover slipoff outwards failure mechanism:

- Replaced the checkbox with a dropdown column containing the AssessmentLayerOneState value

- Fixed failing/not working tests

- Typed out string values when asserting column headers

- Replaced local cell assertions with the DataGridViewCellTester

........

Implemented feature for the macro stability related failure mechanisms:

- Replaced the checkbox with a dropdown column containing the AssessmentLayerOneState value

- Fixed failing/not working tests

- Typed out string values when asserting column headers

- Replaced local cell assertions with the DataGridViewCellTester

........

Implemented feature for piping structure failure mechanisms:

- Replaced the checkbox with a dropdown column containing the AssessmentLayerOneState value

- Fixed failing/not working tests

- Typed out string values when asserting column headers

- Replaced local cell assertions with the DataGridViewCellTester

........

Implemented feature for strength stability lengthwise construction failure mechanisms:

- Replaced the checkbox with a dropdown column containing the AssessmentLayerOneState value

- Fixed failing/not working tests

- Typed out string values when asserting column headers

- Replaced local cell assertions with the DataGridViewCellTester

........

Implemented feature for technical innovation failure mechanisms:

- Replaced the checkbox with a dropdown column containing the AssessmentLayerOneState value

- Fixed failing/not working tests

- Typed out string values when asserting column headers

- Replaced local cell assertions with the DataGridViewCellTester

........

Implemented feature for water pressure asphalt cover failure mechanisms:

- Replaced the checkbox with a dropdown column containing the AssessmentLayerOneState value

- Fixed failing/not working tests

- Typed out string values when asserting column headers

- Replaced local cell assertions with the DataGridViewCellTester

........

Fixed ReadExtension tests for storage:

- Compilation error when trying to run this test due to invalid cast from bool to the AssessmentLayerOneState

........

Fixed ReadExtension entity tests for storage:

- Adapted read entity tests to assess for the enum AssessmentLayerOneState instead of a boolean for LayerOne. Entities were already adjusted due to changes in the FailureMechanismSectionResult

........

* Updated database design (new comments added).

* Defined default value for FailureMechanismSectionResult.

* Specified concrete values for AssessmentLayerOneState.

........

Related to Issue [WTI-985]

git-svn-id: https://repos.deltares.nl/repos/WettelijkToetsInstrumentarium/trunk@6730 5a3db67b-de53-47b5-99c8-a1c30a6650e2

Former-commit-id: 417e584767297df8e93c02b36a0af938af02894c

Former-commit-id: 03a26b4cac7f05f4cf9dfde404b76d15b41d82cb

  1. … 185 more files in changeset.
* Updated database design (new comments added). * Defined default value for FailureMechanismSectionResult. * Specified concrete values for AssessmentLayerOneState. Related to Issue [WTI-985]

git-svn-id: https://repos.deltares.nl/repos/WettelijkToetsInstrumentarium/branches/WTI-985@6714 5a3db67b-de53-47b5-99c8-a1c30a6650e2

Former-commit-id: 26c5db19681be4f6a4c58db8e79f3acebfb91077

Former-commit-id: b3640adf01a9447ed1e9cd92d64da2ae25409e69

  1. … 66 more files in changeset.
- Ensure the technical reference guide can be build via Doxygen - Ran Deltares cleanup on every project that was touched Related to Issue [WTI-931]

git-svn-id: https://repos.deltares.nl/repos/WettelijkToetsInstrumentarium/trunk@6491 5a3db67b-de53-47b5-99c8-a1c30a6650e2

Former-commit-id: 8f75344419774da76c09075d5ac8308830a35a8b

Former-commit-id: e26553796c0f3ada7c458ada2db8e053610b8161

  1. … 115 more files in changeset.
- Updated entity framework template files to generate more properly formatted files - Added tests for RingtoetsEntities - Removed 'e' from caught exception in GrassCoverErosionInwardsCalculationServiceTest to prevent error notification Related to Issue [WTI-931]

git-svn-id: https://repos.deltares.nl/repos/WettelijkToetsInstrumentarium/trunk@6483 5a3db67b-de53-47b5-99c8-a1c30a6650e2

Former-commit-id: ae0bc6afd182e81158d11e7760f63e2ac3cc7aa7

Former-commit-id: fd257f1df6df1e0ec36c7dac7eebcc9f8cb9856e

  1. … 65 more files in changeset.
* Added standard serialization constructor to all Exception classes. * Explicitly defined culture for string.Format methods. * Replaced IFileImporter.ProgressChanged property to method (recommendation by C# coding conventions) * Renamed classes containing win32.dll invokes to NativeMethods (recommendation by C# coding conventions)

Related to Issue [WTI-931]

git-svn-id: https://repos.deltares.nl/repos/WettelijkToetsInstrumentarium/trunk@6471 5a3db67b-de53-47b5-99c8-a1c30a6650e2

Former-commit-id: 78fae4fb038935c7a58a0fb534baa750b173d589

Former-commit-id: fc7d0938a3677be66218915a3e665a9cc6757df9

  1. … 164 more files in changeset.
Moved tests related to reading grass cover erosion outwards related entities to a separate folder. Added test for reading GrassCoverErosionOutwardsFailureMechanismMetaEntity. Related to Issue [WTI-841]

git-svn-id: https://repos.deltares.nl/repos/WettelijkToetsInstrumentarium/trunk@5347 5a3db67b-de53-47b5-99c8-a1c30a6650e2

Former-commit-id: b21b59942c41f9b710b5e1a45e4f544350d6b90f

Former-commit-id: 2ee2d8a936fd015840bb1f2db2d7dc9d72f1ce6a

  1. … 41 more files in changeset.
Regenerated DbContext. Added GeneralGrassCoverErosionInwardsInputCreateExtensions. Removed code that became obsolete after not updating anymore. Related to Issue [WTI-841]

git-svn-id: https://repos.deltares.nl/repos/WettelijkToetsInstrumentarium/trunk@5331 5a3db67b-de53-47b5-99c8-a1c30a6650e2

Former-commit-id: b53160ea628d6c95afebe9f2ded759daf311b918

Former-commit-id: 67a72771530ac0984b6b496dcb3ec9c2d4610aa6

  1. … 273 more files in changeset.
* Renamed DikeAssessmentSection to AssessmentSection and updated related classes, properties and fields accordingly Related to Issue [WTI-407]

git-svn-id: https://repos.deltares.nl/repos/WettelijkToetsInstrumentarium/trunk@2782 5a3db67b-de53-47b5-99c8-a1c30a6650e2

Former-commit-id: 3a970242148801595d10b74d0ee4d58e998701c2

Former-commit-id: e951eb2c491cb5e0541a599b3aa71caed7952715

  1. … 78 more files in changeset.
Removed LastUpdated column from ProjectEntity. Related to Issue [WTI-332]

git-svn-id: https://repos.deltares.nl/repos/WettelijkToetsInstrumentarium/trunk@2733 5a3db67b-de53-47b5-99c8-a1c30a6650e2

Former-commit-id: 97c8a29ff3adfb6126e1807c9371d28544299fa0

Former-commit-id: 1e30cd7e7aaeffdd283428be31616d5f940d68d9

  1. … 6 more files in changeset.
- Review comments processed Related to Issue [WTI-434]

git-svn-id: https://repos.deltares.nl/repos/WettelijkToetsInstrumentarium/trunk@2606 5a3db67b-de53-47b5-99c8-a1c30a6650e2

Former-commit-id: f05f341be86ca1b4eb879333768a3925aa0cf58f

Former-commit-id: 447cb6e97ffc42fd36f3f0ce3d1649cd844161b9

  1. … 20 more files in changeset.
- Updated database to not include DuneAssessmentSection Related to Issue [WTI-407]

git-svn-id: https://repos.deltares.nl/repos/WettelijkToetsInstrumentarium/trunk@2540 5a3db67b-de53-47b5-99c8-a1c30a6650e2

Former-commit-id: f4876f5a9e3290687949dbe27105528f300cfcf7

Former-commit-id: df08440800f8a194cab0e196faa1c0680df9ba26

  1. … 18 more files in changeset.
- Updated databaseContext Related to Issue [WTI-434]

git-svn-id: https://repos.deltares.nl/repos/WettelijkToetsInstrumentarium/trunk@2529 5a3db67b-de53-47b5-99c8-a1c30a6650e2

Former-commit-id: e1569f87b14a328e88362f1b1525b949a395d603

Former-commit-id: c1560abbe3c81bd5dd8179e4c64b218831dd4332

  1. … 7 more files in changeset.
- Added utils to auto-generate test databases. * Integrate the automatic generation of test databases in all tests that use test databases Related to Issue [WTI-434]

git-svn-id: https://repos.deltares.nl/repos/WettelijkToetsInstrumentarium/trunk@2526 5a3db67b-de53-47b5-99c8-a1c30a6650e2

Former-commit-id: 73072de25065656a978f74d8970e1b0f91acf2b7

Former-commit-id: 0122f5be078ab12b718ff5737da620ea7babfe4a

  1. … 26 more files in changeset.
- Added storage util projects - Extended database validation with exception to log - Replaced *DatabaseStructure.sql* with an equivalent version, generated by Enterprise Architect Related to Issue [WTI-434]

git-svn-id: https://repos.deltares.nl/repos/WettelijkToetsInstrumentarium/trunk@2503 5a3db67b-de53-47b5-99c8-a1c30a6650e2

Former-commit-id: 45035258828b9ec49ab364b8f2ced9d549d50e73

Former-commit-id: 48ced0cc6de6dcbbd28d18cadac5ddb909c82384

  1. … 14 more files in changeset.
Removed redundant white spaces from source header file

git-svn-id: https://repos.deltares.nl/repos/WettelijkToetsInstrumentarium/trunk@2000 5a3db67b-de53-47b5-99c8-a1c30a6650e2

Former-commit-id: 5385e547d35c5b2b44dd4f890b5e92439e73ba0e

  1. … 376 more files in changeset.
# Added storage for dune assessment section # Extended DikeAssessmentSectionEntity with a sorting field # Introduced a persistor interface Related to Issue [WTI-280]

git-svn-id: https://repos.deltares.nl/repos/WettelijkToetsInstrumentarium/trunk@1992 5a3db67b-de53-47b5-99c8-a1c30a6650e2

Former-commit-id: f2aaa1fd66ae563cd7bb940812f23353c14f56f0

  1. … 31 more files in changeset.
- Added feature to load, update, and insert dikeAssessmentSections Related to Issue [WTI-279]

git-svn-id: https://repos.deltares.nl/repos/WettelijkToetsInstrumentarium/trunk@1959 5a3db67b-de53-47b5-99c8-a1c30a6650e2

Former-commit-id: c943c3cd822d6ad14756b87626dbecef2363a649

  1. … 22 more files in changeset.
Fix typo in license header files. Related to Issue [WTI-214]

git-svn-id: https://repos.deltares.nl/repos/WettelijkToetsInstrumentarium/trunk@1889 5a3db67b-de53-47b5-99c8-a1c30a6650e2

Former-commit-id: faf0edbcd09426c7514c2271cf2f9f7f6b953170

  1. … 357 more files in changeset.
Added license header in all files that are released. Related to Issue [WTI-214]

git-svn-id: https://repos.deltares.nl/repos/WettelijkToetsInstrumentarium/trunk@1882 5a3db67b-de53-47b5-99c8-a1c30a6650e2

Former-commit-id: 16c5098cc1d09af880efbe57a1aafd06f8039ef5

  1. … 406 more files in changeset.
Added DikeAssessmentSectionEntity in the database Created converter from DikeAssessmentSectionEntity to DikeAssessmentSection and back Related to Issue [WTI-279]

git-svn-id: https://repos.deltares.nl/repos/WettelijkToetsInstrumentarium/trunk@1771 5a3db67b-de53-47b5-99c8-a1c30a6650e2

Former-commit-id: 58954e70f515139ce5cd76264f88d4aaadc0983c

  1. … 15 more files in changeset.
changes implemented after review WTI-Review-246 - Extended teste coverage Related to Issue [WTI-291]

git-svn-id: https://repos.deltares.nl/repos/WettelijkToetsInstrumentarium/trunk@1582 5a3db67b-de53-47b5-99c8-a1c30a6650e2

Former-commit-id: f2501965746e7ceafc70fd22ada5bf2fa4ca9100

  1. … 24 more files in changeset.