Wti.IO

Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
* PipingSurfaceLinesCsvReader.GetLineCount throws exceptions when file has invalid header * Extended testcoverage for PipingSurfaceLineCsvImporter for these error cases Related to Issue [WTI-20]

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

Former-commit-id: 0d664432440741f6e99e9542a1840838ed2f748e

  1. … 9 more files in changeset.
* Defined CriticalFileReadException * Aggregate multiple exceptions on PipingSurfaceLinesCsvReader.GetSurfaceLinesCount() into CriticalFileReadException. * PipingSurfaceLinesCsvImporter handles thrown CriticalFileReadException when retrieving the number of available surfacelines. Related to Issue [WTI-20]

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

Former-commit-id: bb3c7a8ab6be59dce5269171bc5732fbff4a484b

    • -0
    • +32
    ./Exceptions/CriticalFileReadException.cs
    • -44
    • +87
    ./PipingSurfaceLinesCsvReader.cs
  1. … 5 more files in changeset.
* Defined additional error conditions in PipingSurfaceLinesCsvReader related to the filepath. * Handling error conditions related to filepath by PipingSurfaceLinesCsvImporter. Related to Issue [WTI-20]

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

Former-commit-id: 5bc55c39065829e300450e236d90e0cad7287de2

  1. … 5 more files in changeset.
Removed unused classes/methods Related to Issue [WTI-70]

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

Former-commit-id: be272b008abd9d45aab2873aef38c88e5b3a0dc9

  1. … 20 more files in changeset.
Added PipingSoilLayer for containing soil layer information. Started working on the PipingSoilProfilesReader, responsible for reading DSoilModel database files into PipingSoilProfile objects. Added SQLite libraries through package manager and added ref to SQLite.Interop.dll to the Wti.IO project (requirement for SqLite lib to work)

Related to Issue [WTI-27]

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

Former-commit-id: a5e8492afe2b71434cbb1170e05a371d821f9b03

    • -0
    • +136
    ./PipingSoilProfilesReader.cs
    • binary
    ./SQLite.Interop.dll
  1. … 37 more files in changeset.
- Remove unused references - Used object initializer

Related to Issue [WTI-49]

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

Former-commit-id: 15500fe2e5f3595901485d3f5fd24e6f1cf5ce25

  1. … 9 more files in changeset.
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.
* Extended PipingSurfaceLine with properties * Introduced Point3D class * Extended PipingSurfaceLinesCsvReader to read correctly formatted files Related to Issue [WTI-20]

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

Former-commit-id: dcde392c6738f6e5eb61314129fa316cd3ca080a

    • -1
    • +107
    ./PipingSurfaceLinesCsvReader.cs
    • -0
    • +72
    ./Properties/Resources.Designer.cs
    • -0
    • +123
    ./Properties/Resources.resx
  1. … 11 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.
* Added context menu to node presenter for collection of PipingSurfaceLines for import feature * Created skeleton of import feature ** Defined Reader, which is going to return read rows and interact with actual file. Related to Issue [WTI-20]

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

Former-commit-id: d8f8c3622f4273a2c1416601de018802ee090f20

    • -0
    • +17
    ./PipingSurfaceLinesCsvReader.cs
  1. … 17 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.
* Defined skeleton of IFileImporter for importing PipingSurfaceLine instances from .csv files ** Actual reading of file and creation of data instances is going to be part of Wti.IO Related to Issue [WTI-20]

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

Former-commit-id: 5592927722f048cade406c7f6b83d5488da9fefa

  1. … 12 more files in changeset.
Full cleanup over src and test Related to Issue [WTI-55]

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

Former-commit-id: 10d4dd15dbc2525f4f704d5225cbaab5b3705b9c

  1. … 1380 more files in changeset.
Improved build configuration

Related to Issue [WTI-51]

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

Former-commit-id: 42ead6c995cbb360384c821e84d6f213a5576a4d

  1. … 49 more files in changeset.
Improved build configuration Related to Issue [WTI-51]

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

Former-commit-id: c20f9b3849d50f58141a533782f2a41df985a4bc

  1. … 29 more files in changeset.
Improved build configuration

Related to Issue [WTI-51]

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

Former-commit-id: 94a20e0d025b84a0ce98444de34bd8bc11f5716c

  1. … 51 more files in changeset.
Added references to Wti.Base again Related to Issue [WTI-39]

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

Former-commit-id: 490a698ea1ede701fce7bdb93ea1db5c246a8759

  1. … 14 more files in changeset.
Removed references to template AssemblyInfo.cs.svn Related to Issue [WTI-39]

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

Former-commit-id: d739b2f2125ec97e2f7402ba4fde453d61248fbd

  1. … 7 more files in changeset.
"Any CPU" => "x86" Related to Issue [WTI-51]

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

Former-commit-id: 0265b75fbdbc002797b1169afa6a296dc97c9b8b

  1. … 50 more files in changeset.
Updated references of projects because Wti.Base was relocated Related to Issue [WTI-39]

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

Former-commit-id: d363bb48134e1c1e4c198d4b3e0fa36bac4b8624

  1. … 21 more files in changeset.
Added base project with config for generating the GlobalAssembly.cs All the projects that have their versions generated refer this Wti.Base project. Related to Issue [WTI-39]

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

Former-commit-id: 0510a51569032d2483747cb202ef844cd0379df5

  1. … 22 more files in changeset.
Added link to GlobalAssembly.cs for projects that will share assembly information (everything except for "external" sources) Removed version information from AssemblyInfo.cs Have GlobalAssembly.cs be generated by DeltaShell.Gui project

Related to Issue [WTI-39]

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

Former-commit-id: 61e7e5e5856a55f3851bc84892a20977aa1d0c44

  1. … 35 more files in changeset.
Added GlobalAssembly.cs Added references from WTI plugin projects and DeltaShell.Core and DeltaShell.Gui projects. Related to Issue [WTI-39]

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

Former-commit-id: 5aed324bdb939627c095ddc67aea052171a6c7e0

  1. … 15 more files in changeset.
removed x86 and x64 build configurations. Left AnyCPU configuration as the main configuration. Related to Issue [WTI-51]

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

Former-commit-id: a415af7e16c02d543a8a4671cd4145ef01c82f01

  1. … 49 more files in changeset.
* wti versions set to 0.5.0 * wti dll Revision numbers now taken from buildserver/svn * Updated copyright and company in AssemblyInfo's

Related to Issue [WTI-38]

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

Former-commit-id: 8d8a9dd3000172436415a4b87af5c458242d4c65

    • -0
    • +35
    ./Properties/AssemblyInfo.cs.svn
  1. … 15 more files in changeset.
Removed unused usings

Related to Issue [WTI-5]

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

Former-commit-id: ef2ec893db50b0b3f0709bf731b5456e75fd4f87

  1. … 66 more files in changeset.
* Created Wti2017Setup WiX project with initial dummy installer build * Created CreateInstaller configuration that only builds the projects required to create and build the WTI 2017 application installer. * Removed strong name keys from libraries

Related to Issue [WTI-10]

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

Former-commit-id: 7c4489f15fecabe081d167b33f12ccf2d1538edd

  1. … 53 more files in changeset.
* Created WtiProject class to hold all data for a particular WTI 2017 project. ** Defined corresponding NodePresenter and PropertyClass. * Extended plugins to make WtiProject, WtiProjectNodePresenter and WtiProjectProperties available to the framework. * Fixed Wti.*.csproj files to properly integrate into the Delta Shell plugin framework. Related to Issue [WTI-9]

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

Former-commit-id: 6908bc96099177eaaea3a3ded305282f3d268ef7

  1. … 28 more files in changeset.