Wti.Service

Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Moved Wti.Service from src/Plugins/Wti/Wti.Service to src/Plugins/Ringtoets/Piping/Wti.Service

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

Former-commit-id: c08bee781558a706208b18bb95b9cdbc5101f4ca

    • -117
    • +0
    ./Properties/Resources.Designer.cs
  1. … 13 more files in changeset.
* Renamed PipingSurfaceLine to RingtoetsPipingSurfaceLine to prevent ambiguity with kernel's PipingSurfaceLine. * Selected RingtoetsPipingSurfaceLine now transformed to kernel's PipingSurfaceLine and used in calculation. * Added validation prior calculating piping to check if surface line is selected. * Fixed update bug due to PipingCalculationInputs refactoring, by making it IObservable and defer implementation to PipingData. Related to Issue [WTI-21]

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

Former-commit-id: 345df087ad8a2e721d7b4d4fd0130db0393af388

  1. … 37 more files in changeset.
Added distinction between calculation and validation errors. Reviewed by bouvrie Related to Issue [WTI-18]

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

Former-commit-id: 12ef330e54a55bf437fc9099d06ec6eeb9ba1e4a

New check in after review - Warning level 4 was (sometimes) implicit. Now, warning levels are hard-coded - Cleanup of unused PostSharp - Warning levels set to 0 of test projects (as stated in documentation) for ALL configurations Related to Issue [WTI-78]

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

Former-commit-id: 24e9e1a3f5ccbb7fcfabf131843cc2179e4c750d

  1. … 36 more files in changeset.
* Prevent Wti.Base.dll from being copied to bin-folder (This project is only required for it's compilation actions, but doesn't contain any code) Related to Issue [WTI-38]

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

Former-commit-id: 72fb3881f6052d9640228edd70af4700ae5e6b4a

  1. … 12 more files in changeset.
PipingOutput not deletable by using <delete> in tree. Made PipingFailureMechanism observerable. Added validate context menu item on PipingDataNodePresenter. Implemented Validate routine in PipingCalculationService. Added PipingCalculationResult for different possibilities of results. Added TestPipingOutput which can be used for simple testing. Made PipingCalculationService responsible for its own logging. Moved resources related to logging of PipingCalculationService to Wti.Service project.

Related to Issue [WTI-18]

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

Former-commit-id: 8b6869f42dd22a43b0b8823d485c50aab94d4366

    • -0
    • +21
    ./DateTimeService.cs
    • -0
    • +23
    ./PipingCalculationResult.cs
    • -0
    • +108
    ./Properties/Resources.Designer.cs
  1. … 13 more files in changeset.
Clear output on validation or calculation errors. PipingCalculationService doesn't throw exception but returns messages when calculation or validation fails. Related to Issue [WTI-18]

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

Former-commit-id: 71690d991d5b63ef3b033e5d50208edc99abe7ae

  1. … 3 more files in changeset.
Moved exception handling from PipingCalculationService to PipingDataNodePresenter. Added tests for possible validation messages from Piping kernel. Related to Issue [WTI-18]

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

Former-commit-id: 0c646b1d5d65219275f3d5dc1c33b909ba83d5e7

  1. … 5 more files in changeset.
Removed some unused code Related to Issue [WTI-70]

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

Former-commit-id: 02f43419757a08698bf959a9f994fe60858392df

  1. … 13 more files in changeset.
- Converted invalid XML into 'normal' comment - Added XML comment - Removed empty statement - Removed empty expression Related to Issue [WTI-49]

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

Former-commit-id: df8891d61b0f3cfa60dffb6dd5c9611a0fcfd66a

  1. … 6 more files in changeset.
- Set build properties of all projects

Related to Issue [WTI-78]

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

Former-commit-id: cb6ce199f7f01b258f2e83916acf9c831279ee83

  1. … 40 more files in changeset.
Implemented review comments Related to Issue [WTI-13]

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

Former-commit-id: a7c6a89471871a28a0500b2483480550812bcb21

  1. … 13 more files in changeset.
renamed Controller directories to Service directories Related to Issue [WTI-13]

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

Former-commit-id: 637f7f1dde30a5a2199509d87ab0ebe681daa288

    • -0
    • +63
    ./PipingCalculationService.cs
    • -0
    • +7
    ./Properties/AssemblyInfo.cs
    • -0
    • +72
    ./Properties/Resources.Designer.cs
    • -0
    • +123
    ./Properties/Resources.resx
    • -0
    • +105
    ./Wti.Service.csproj
  1. … 11 more files in changeset.