poprhythm
|
2082eba527
|
Handle blank lines in LeafInput
|
2023-02-27 10:54:43 -05:00 |
|
poprhythm
|
54e42f2e3a
|
Add Tests for Parser
|
2023-02-17 09:22:38 -05:00 |
|
poprhythm
|
9f654822f8
|
Scanning for LeafWeb data submission errors
|
2020-08-11 21:07:46 -04:00 |
|
poprhythm
|
a9a024d35e
|
Add parser test for LeafInput with non-numeric Obs value
|
2020-07-03 07:39:06 -04:00 |
|
poprhythm
|
19d09c8883
|
Fix parser issue when HHMMSS is too long
|
2017-11-16 09:36:35 -05:00 |
|
poprhythm
|
cff6a0d96f
|
Add parsing for LeafInputData after retrieving CleanedInput files
|
2016-05-19 10:56:59 -04:00 |
|
poprhythm
|
9e86b92f08
|
Submit all LeafInputFiles together
|
2016-03-28 10:20:50 -04:00 |
|
poprhythm
|
6534fc142b
|
Fix up parsers
|
2016-02-17 11:11:43 -05:00 |
|
poprhythm
|
279551e9be
|
Rename Core Models to Core Entities
modified: Core.Tests/Charter/CurveDataConverterTests.cs
modified: Core.Tests/Parsers/CntrlComparisonParserTests.cs
modified: Core.Tests/Parsers/LeafInputCsvParserTests.cs
modified: Core.Tests/Remote/PiscalSshClientTests.cs
modified: Core/Charter/CurveDataConverter.cs
modified: Core/Core.csproj
modified: Core/DAL/DataService.cs
modified: Core/DAL/LeafWebContext.cs
modified: Core/DAL/LeafWebInitializer.cs
renamed: Core/Models/CntrlComparison.cs -> Core/Entities/CntrlComparison.cs
renamed: Core/Models/CntrlComparisonFittingInfo.cs -> Core/Entities/CntrlComparisonFittingInfo.cs
renamed: Core/Models/CntrlComparisonPhotosyntheticInfo.cs -> Core/Entities/CntrlComparisonPhotosyntheticInfo.cs
renamed: Core/Models/FluxnetSite.cs -> Core/Entities/FluxnetSite.cs
renamed: Core/Models/LeafInput.cs -> Core/Entities/LeafInput.cs
renamed: Core/Models/LeafInputData.cs -> Core/Entities/LeafInputData.cs
renamed: Core/Models/LeafInputFile.cs -> Core/Entities/LeafInputFile.cs
renamed: Core/Models/LeafInputInfo.cs -> Core/Entities/LeafInputInfo.cs
renamed: Core/Models/LeafInputPhotosynthetic.cs -> Core/Entities/LeafInputPhotosynthetic.cs
renamed: Core/Models/LeafInputSite.cs -> Core/Entities/LeafInputSite.cs
renamed: Core/Models/LeafInputStatus.cs -> Core/Entities/LeafInputStatus.cs
renamed: Core/Models/PhotosynthesisType.cs -> Core/Entities/PhotosynthesisType.cs
modified: Core/Parsers/CntrlComparisonParser.cs
modified: Core/Parsers/FluxnetSiteCsvParser.cs
modified: Core/Parsers/LeafInputCsvParser.cs
modified: Web/Controllers/LeafCharterController.cs
modified: Web/Controllers/LeafInputController.cs
modified: Web/ViewModels/LeafInput/CreateViewModel.cs
|
2016-02-09 15:27:16 -05:00 |
|
poprhythm
|
68a77366e9
|
Adding EF initialization
|
2016-01-29 11:25:44 -05:00 |
|
poprhythm
|
37a7a24436
|
Add backload for multiple file upload
|
2016-01-27 11:06:47 -05:00 |
|
poprhythm
|
79baded8b1
|
Adding LeafInput
|
2016-01-11 23:11:38 -05:00 |
|
poprhythm
|
50ae6cb52c
|
New conversion complete
|
2015-12-07 12:38:58 -05:00 |
|
poprhythm
|
685e8c8658
|
CntrlComparison parsing
|
2015-12-04 10:15:51 -05:00 |
|