Resources.resx

Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
WTI-2871: Incorporated review comments:

- Adjusted parsing helper to contain same logic as the converter

  1. … 4 more files in changeset.
Added import successful log message. WTI-1515

  1. … 23 more files in changeset.
Changed calculation skipped log message. WTI-1796

  1. … 2 more files in changeset.
Moved some resources. WTI-1719

  1. … 8 more files in changeset.
Incorporated comments dev: - Moved validation logic from readers to transformers and RT datamodel (stochastic soil profiles): -- Made the determination of unique (transformed) stochastic soil profiles transformer specific => Helper can be removed -- Moved a wrongly placed resource Related to Issue [WTI-1340]

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

Former-commit-id: 5198477e0cd797d7e248a71a0fa67489731e551f

Former-commit-id: 3bad3aaff7c7d47b06467c2652e3174e8f8dea87

  1. … 11 more files in changeset.
Incorporated comments P/O / dev: - Initial setup of readding the validation of same stochastic soil profiles in the same model => probability of these models should not exceed valid boundaries -- Introduced StochasticSoilProfileHelper to retrieve validated soil profiles to transform Related to Issue [WTI-1340]

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

Former-commit-id: e1d7f5fb4d468fa14308d5460971362e305ac6a2

Former-commit-id: c4f9ba583ae8273cff3dc2c6912395d5fdcdc6c2

  1. … 13 more files in changeset.
Ensured activities always produce a start message Related to Issue [WTI-1097]

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

Former-commit-id: 4086bbc704fa8a2619493fc89ba1df166f2ba331

Former-commit-id: 5c9cad2e7ac939b5a3a2dcded3a09c6b784a0c94

  1. … 53 more files in changeset.
Merged revision(s) from branches/1097

Related to Issue [WTI-1097]

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

Former-commit-id: 96f1603afbcbdf665f6ad32a8dfea44f6045b869

Former-commit-id: 0d99ea5fdd3146735e103c57712ef8728c1f11b6

  1. … 79 more files in changeset.
Incorporated comments review 1719: - Moved FileFilterGenerator from Core.Common.Gui to Utils: -- Added references to projects that require Utils -- Moved FileFilterGenerator related resources from Core.Common.Base to Utils -- Deleted redundant test class ExpectedFileTest - Adjusted test names - Added XML docs Related to Issue [WTI-1242]

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

Former-commit-id: 865b42401cd8168aa4aca7e8d048391d42f2b2da

Former-commit-id: bb0f3b2386007e10aadbec61e8f57178409c38df

  1. … 102 more files in changeset.
Merged all revision(s) from branches/UpdateDikeProfilesFeature

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

Former-commit-id: 5f84130acb4bd2113b949015b4049e0c0b5795c4

Former-commit-id: 86ce2960f4b2cd6be35b62d7b6608749e29f1022

  1. … 147 more files in changeset.
Removed obsolete FileResult. Renamed ExpectedFile to FileFilterGenerator. Updated doc and performed cleanups. Other small improvements. Related to Issue [WTI-1070]

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

Former-commit-id: c7a7dde63238ab597409a15fa06e4403571bd27c

Former-commit-id: 20d5e5224cd7fb10ee003e29defbe3c4268fe344

  1. … 69 more files in changeset.
Incorporated comments review 1385: - Improved FileImporterBase: -- Use null propagation -- Removed unnecessary setter -- Virtual method to abstract method, fixed affected failing tests - Improved StructuresImporter: -- Used nameof function -- Renamed private field parameter name conform coding standards - Minor editorial changes - Removed redundant aliases

Related to Issue [WTI-490]

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

Former-commit-id: ae36ef10b17db21a36e1c42d2fff77760a8665d6

Former-commit-id: 125e339e8568945268976ffc402eba124269dfff

  1. … 8 more files in changeset.
Merged revision(s) 7595-7638 from branches/WTI-490:

Merged revision(s) 7537-7594 from trunk

........

Initial commit of changes from kleijn:

- Removed HandleUserCancellingImport: FileImporter should not decide on its own how to handle Canceled actions. Consequently removed the messages that are generated by these handles

- Added logic to the importers: Cancelling is not possible when putting data on the data model. Action will always execute when it is in this stage

- Added branching paths in the activity: Import() returns false when it has failed or is cancelled

Note: failing tests will be fixed in following commits

........

Fixed tests of the FileImporterBase and Activity:

- Checks on the states are made for the 4 different paths of the Import:

-- Import successful, canceled or not

-- Import not successful, canceled or not

- Moved logging from the activity to the importer

- Added tests to assert mentioned behaviour

........

Fixed tests of the PipingSurfaceLinesCsvImporter:

- Added test to verify behaviour when canceling at the two stages during the import

- Reverted changes related to HandleUserCancellingImport: messages are written by the LogImportCanceledMessage and handled adequately by the base

- Added resource value for the ImportActivity (missing file commit)

........

Fixed tests of the PipingSoilProfilesImporter:

- Added test to verify behaviour when canceling at the three stages during the import

- Reverted changes related to HandleUserCancellingImport: messages are written by the LogImportCanceledMessage and handled adequately by the base

- Cleaned redundant brackets

........

Fixed tests of the StructuresImporter:

- Added test to verify behaviour when canceling at the two stages during the import. Test regarding cancelling while Creating structures is missing

- Reverted changes related to HandleUserCancellingImport: messages are written by the LogImportCanceledMessage and handled adequately by the base

Adjusted test in PipingSoilProfilesImporterTest

- Changed initial value of the result to make clear that the value is set correctly

........

Fixed tests of the ProfilesImporters:

- Added test to verify behaviour when canceling at the two stages during the import. Test regarding cancelling while Creating structures is missing

- Reverted changes related to HandleUserCancellingImport: messages are written by the LogImportCanceledMessage and handled adequately by the base

- Removed obsolete Cancel call in the PipingSoilProfilesImporterTest

........

FileImporters should call Observers in case the import was successfull AND was cancelled at an uncancellable stage.

Note: test is missing to verify this behaviour

........

Fixed tests of the ProfilesImporters:

- Reverted changes related to HandleUserCancellingImport: messages are written by the LogImportCanceledMessage and handled adequately by the base

- Temporarily removed the Cancel tests, because the FeatureBasedMapDataImporter does not have a handle for NotifyProgress. Hence, Cancel method cannot be invoked when Import is running.

........

Fixed tests of the FailureMechanismSectionsImporter:

- Added test to verify behaviour when canceling at the three stages during the import

- Reverted changes related to HandleUserCancellingImport: messages are written by the LogImportCanceledMessage and handled adequately by the base

- Cleaned up tests in the StructuresImporterTest

........

Fixed tests of the ReferenceLineImporter:

- Added test to verify behaviour when canceling at the two stages during the import

- Reverted changes related to HandleUserCancellingImport: messages are written by the LogImportCanceledMessage and handled adequately by the base

........

Related to Issue [WTI-490]

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

Former-commit-id: 1c355702dfbd410c7c4733529d8db9e243496eba

Former-commit-id: 75c614862d018947936ef85e3775a125c425c032

  1. … 26 more files in changeset.
- Moved resources to right file. - Removed default for SelectedMetaDataAttribute. Related to Issue [WTI-957]

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

Former-commit-id: bda15918b710d189aacf8aef09f1a1e63c572049

Former-commit-id: 6bfddd45053e6318b8ef8e52b878ef33725107f5

  1. … 10 more files in changeset.
- Moved label keys to resources. - Implemented separate method for right labels in grass outwards. Related to Issue [WTI-957]

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

Former-commit-id: fb4f35e9cf7bbeda14963fa3e5c27a710a296e12

Former-commit-id: e900dfe47725fe03c061d08afc1390580f6c2c01

  1. … 13 more files in changeset.
Implement validation service for GEKB: - Orientation initialized at NaN - Expanded validation service for GEKB to validate if orientation property is not NaN

Additionally, moved Resources from Core.Common.Base to Ringtoets.Common.Service

Related to Issue [WTI-925]

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

Former-commit-id: 51b2ea9853d10b75187a3213f33e242a6728fa2b

Former-commit-id: a25ed6f9edbd2f1e063b02a0fc990e61b6bc51fb

  1. … 11 more files in changeset.
Implement validation of HeightStructuresInput: - Extracted validation messages to resources Related to Issue [WTI-925]

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

Former-commit-id: 4256d6a6f650b00fd2126608a9904ed217255c8b

Former-commit-id: 49f9ac7341d015f3786c7bb280a6603c4c1cc189

  1. … 5 more files in changeset.
Implement validation of HeightStructuresInput: - Moved resource strings to the correct one - Changed validation messages for the standard deviation and the variation coefficient. Currently matches with the error messages that are generated by the distributions Related to Issue [WTI-925]

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

Former-commit-id: fbe67d4cbcd0a93ad1dd9254ee0450dbc011c259

Former-commit-id: f33c985689750df935d7201eb745d625a2cc817d

  1. … 5 more files in changeset.
Implement validation of HeightStructuresInput: - Added DistributionValidation service: general service to validate whether a probabilistic distribution has valid values (NOT NaN and NOT Infinity) for the Mean and standard deviation / variation coefficient

Related to Issue [WTI-925]

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

Former-commit-id: 53ff4dbcd988b405f6c3b533592115cb9a358433

Former-commit-id: 1e346c6dfd17aaac5463e4bc38b0083253c2552c

  1. … 6 more files in changeset.
Merged revision(s) 5534-5708 from branches/WTI-867: Refactored architecture for invoking hydra ring calculations. Related to Issue [WTI-867]

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

Former-commit-id: 5d80af518003a620f028a185de98e44e32bf3693

Former-commit-id: 0c198269b23b44016a7e3abaeb313d7fba31f459

  1. … 173 more files in changeset.
- Removed license message from starup messages - Removed File->Help->License Related to Issue [WTI-684]

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

Former-commit-id: 905722311fa8f4b25d342d1304712a26eadc2564

Former-commit-id: 9cf494b6bd6eb285c3ecf4c945996edfe0e0c476

  1. … 7 more files in changeset.
- Fixed importer such that it does not read the shape file upon construction, but when *GetReferenceLineMetas* called - Changed ReferenceLineMeta from a derived to a wrapper class - Added test cases - Added message strings to Resources Related to Issue [WTI-522]

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

Former-commit-id: ce86afe39c237dc7b3d2c2328728e3c7952ca3ff

Former-commit-id: 65aaa3b49910f75e621e97f4066a56e0735fff45

  1. … 25 more files in changeset.
Introduced skipped activity state and implemented it for DesignWaterLevelCalculationActivity. Related to Issue [WTI-452]

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

Former-commit-id: adfdb58293643d8807a7f739958231cd4d1dd6c7

Former-commit-id: 5f15ed0c38dbe8348bafe1cea9250dfae9b8c6d8

  1. … 6 more files in changeset.
* All FailureMechanismSectionResults now have their Level2A and LevelThree properties initialized to double.NaN. * All FailureMechanismSectionResultViews now show double.NaN as "-" in the tables. * All FailureMechanismSectionResultViews now accept empty strings or "-" characters for Level2A and LevelThree properties of FailureMechanismSectionResults and intepret that as double.NaN. * Extracted repeated formatting text for Probabilities into helper and reused that common code. * Added parameter validation to Probability properties. * Improved Probability properties to be uniformly in the [0, 1] range (some where expressed as yearly return period). * Cleanup of projects. Related to Issue [WTI-660]

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

Former-commit-id: 76eb0f04008f538d0a45ec96b111dfece1c15620

Former-commit-id: d59ac121b4a0584564abb12e480d89fb49ca613f

  1. … 135 more files in changeset.
* Fixed for WTI-Review-639: ** Moved Resources to correct projects. ** Fixed typo. ** Changes softcast to hardcast in tests where type is assumed to be correct. ** Added using statements and reformatted code related to tests that created a TreeViewControl. Related to Issue [WTI-616]

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

Former-commit-id: ac70deb711138ebaf87639e628c18362f38c27b6

Former-commit-id: 50bad4c9c0122ba15c26d49b015ae22de2e995e0

  1. … 12 more files in changeset.
Changes after review - Moved some resources. - Changed xml documentation. - Improved tests. Related to Issue [WTI-616]

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

Former-commit-id: 4ceda0de586616bdfe6a5c119790dd7d61c1ea3c

Former-commit-id: 2342043eca8ee4a73376853ad1232fee814eb51c

  1. … 46 more files in changeset.
* Fixes for WTI-Review-622: ** Moved text to resouces. ** Updated XML docs. ** Fixed typos. ** Removed obsolete ProfileSection.Geometry. ** Made parameter validation error messages more consistent. ** Cleanup. Related to Issue [WTI-633]

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

Former-commit-id: 48ddd6876ca42f1dde749290f478c6a48e6c4a8e

Former-commit-id: 6985850a74fa98cb81d8e1de13f6279b17d5234e

  1. … 12 more files in changeset.
Merged revision(s) from branches/WTI-616.

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

Former-commit-id: e7b8d2db71731c5c810ca964484ff64a7225aed5

Former-commit-id: c2325b82c7949c85a03d994c0a9a63557204a288

  1. … 62 more files in changeset.
- Changed default A and B value of Piping failure mechanism. - Made A editable in property control. Related to Issue [WTI-629]

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

Former-commit-id: 31307ae579b32eebaea7a8484fd7007da64e622f

Former-commit-id: 9cff18e3f638a261822abc6f244a0c32515a949c

  1. … 6 more files in changeset.
Fixed validation problems in DataGridViewControl. Related to Issue [WTI-482]

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

Former-commit-id: 00fd7cb4e646c125adf2de22787cef76d73e0c50

Former-commit-id: 22e9741043dfdc8eca4c2f03142182cde4bb1a3a

  1. … 8 more files in changeset.