poprhythm
|
5dcf48f32f
|
Update Core.Tests references
|
2018-09-14 11:08:25 -04:00 |
|
poprhythm
|
53c72d115e
|
Set some tests as explicit
|
2018-09-14 11:03:06 -04:00 |
|
poprhythm
|
ad41465c05
|
Simplify CurveData data structures
|
2018-08-24 21:28:00 -04:00 |
|
poprhythm
|
cc49f05d7e
|
Prepare for partial CurveData parsing
|
2018-08-23 09:23:14 -04:00 |
|
poprhythm
|
25151080a3
|
Add leafgascomparison_extragroups, for upcoming upgrades on charter
|
2018-06-12 21:40:10 -04:00 |
|
poprhythm
|
19d09c8883
|
Fix parser issue when HHMMSS is too long
|
2017-11-16 09:36:35 -05:00 |
|
poprhythm
|
61cbc942c1
|
Update estimate
|
2017-02-23 08:39:56 -05:00 |
|
poprhythm
|
5f0e9baf1d
|
Time estimation work
|
2017-02-07 12:02:22 -05:00 |
|
poprhythm
|
7dcd9dec75
|
Time formatting improvements
|
2017-02-06 12:17:46 -05:00 |
|
poprhythm
|
b4440ecd95
|
Remaining time estimate
|
2017-02-03 22:26:00 -05:00 |
|
poprhythm
|
4338b4fee5
|
Add cancel
|
2017-01-26 08:36:54 -05:00 |
|
poprhythm
|
b80f02a25e
|
Favicons, page improvements
|
2017-01-19 10:55:11 -05:00 |
|
poprhythm
|
cff6a0d96f
|
Add parsing for LeafInputData after retrieving CleanedInput files
|
2016-05-19 10:56:59 -04:00 |
|
poprhythm
|
77ae03534e
|
Add output file type, collect all files
|
2016-05-18 13:05:24 -04:00 |
|
poprhythm
|
48e7578de7
|
LeafGasComparison extract single curve for optimization
|
2016-05-13 10:59:46 -04:00 |
|
poprhythm
|
dc573ff0bf
|
Update libraries
|
2016-05-11 12:12:14 -04:00 |
|
poprhythm
|
aca7157663
|
Reformating charting, add DataError message
|
2016-05-09 11:46:32 -04:00 |
|
poprhythm
|
790930dd66
|
Cache property lookups for the object parsing
|
2016-04-27 12:17:05 -04:00 |
|
poprhythm
|
8f5cbfe3db
|
Replace CntrlComparison with LeafGasComparison
|
2016-04-22 23:16:30 -04:00 |
|
poprhythm
|
151f17943f
|
Piscal processing work
|
2016-04-06 13:00:26 -04:00 |
|
poprhythm
|
9e86b92f08
|
Submit all LeafInputFiles together
|
2016-03-28 10:20:50 -04:00 |
|
poprhythm
|
e80ddbc4d6
|
Email notification for LeafWeb jobs
|
2016-03-09 11:43:44 -05:00 |
|
poprhythm
|
10cd2986cf
|
Organize Piscal Service items
Add nlog, PiscalQueueManager
modified: Core.Tests/Remote/PiscalSshClientTests.cs
modified: Core/DAL/DataService.cs
modified: Core/Remote/IPiscalClient.cs
modified: Core/Remote/PiscalSshClient.cs
new file: Web/Attributes/ActionLogAttribute.cs
modified: Web/Controllers/ControllerBase.cs
modified: Web/Controllers/LeafInputController.cs
modified: Web/Controllers/LeafOutputController.cs
new file: Web/NLog.config
new file: Web/NLog.xsd
new file: Web/Services/PiscalQueueManager.cs
modified: Web/Services/PiscalService.cs
modified: Web/Startup.cs
modified: Web/Web.csproj
modified: Web/packages.config
Ignore logs
Organize piscal queue manager
modified: Core/Entities/LeafInputFile.cs
modified: Web/Controllers/LeafInputController.cs
renamed: Web/Startup.cs -> Web/HangfireStartup.cs
modified: Web/Services/PiscalQueueManager.cs
modified: Web/Web.csproj
cleanup usings in leafinputcontroller
|
2016-03-01 07:35:58 -05:00 |
|
poprhythm
|
59e2f9d8bd
|
Retrieve LeafOutput operational
|
2016-02-26 11:54:07 -05:00 |
|
poprhythm
|
75fa448a0f
|
Piscal client - check status and retrieve file skeleton in place
|
2016-02-19 11:45:16 -05:00 |
|
poprhythm
|
6534fc142b
|
Fix up parsers
|
2016-02-17 11:11:43 -05:00 |
|
poprhythm
|
5057d9b577
|
Piscal Client improvements
|
2016-02-14 23:12:31 -05:00 |
|
poprhythm
|
be89837a27
|
Password handling for the SSH client
|
2016-02-09 16:18:01 -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
|
15d911c86b
|
Add PhotosynthesisType and start SSH work
modified: Core.Tests/Core.Tests.csproj
modified: Core.Tests/Parsers/FluxnetSiteCsvParserTests.cs
new file: Core.Tests/Remote/PiscalSshClientTests.cs
modified: Core/Core.csproj
modified: Core/DAL/LeafWebContext.cs
modified: Core/DAL/LeafWebInitializer.cs
modified: Core/Models/LeafInput.cs
new file: Core/Models/PhotosynthesisType.cs
new file: Core/Remote/IPiscalClient.cs
Get Piscal
|
2016-02-09 15:27:02 -05:00 |
|
poprhythm
|
7e4d475260
|
Find duplicates in the Fluxnet Data, correct the non utf-8 characters
|
2016-01-29 12:23:47 -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
|
df8256f09b
|
Charting cleanup
|
2016-01-06 10:38:29 -05:00 |
|
poprhythm
|
b95bb7dd17
|
Replace old charting curves with new version
|
2015-12-09 09:48:26 -05:00 |
|
poprhythm
|
8fb8276a73
|
upgrade nunit
|
2015-12-09 09:47:51 -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 |
|
poprhythm
|
4d46f206ac
|
Rearrange LeafCharter files
|
2015-12-02 12:40:00 -05:00 |
|
poprhythm
|
fc388480a0
|
Add base directory for unit tests, since new resharper runs them else where
|
2015-12-02 11:51:41 -05:00 |
|
poprhythm
|
1fb73b9f76
|
Leaf Input Parsing complete
|
2015-11-20 11:39:23 -05:00 |
|