poprhythm
|
680f139aa5
|
Search for both LeafInput and LeafInputData
|
2023-02-02 09:35:22 -05:00 |
|
poprhythm
|
f1b1cd97ec
|
Improvements for leaf data zipping
|
2020-07-15 17:04:24 -04:00 |
|
poprhythm
|
66fb7c6058
|
Add download limits
|
2020-07-11 12:43:18 -04:00 |
|
poprhythm
|
0fd57812e7
|
Update zip archive functionality
add download buttons for multiple input/output
|
2020-07-10 21:06:23 -04:00 |
|
poprhythm
|
d09f84b47d
|
First Pass at LeafDataQuery for Queue
|
2020-06-17 15:26:31 -04:00 |
|
poprhythm
|
62e4e156ae
|
Add unresponsive status
|
2018-09-12 21:23:47 -04:00 |
|
poprhythm
|
8099f517e0
|
Update email and formating.
|
2017-02-08 09:44:55 -05:00 |
|
poprhythm
|
b4440ecd95
|
Remaining time estimate
|
2017-02-03 22:26:00 -05:00 |
|
poprhythm
|
e3779a323c
|
Add priority
|
2017-02-01 09:41:08 -05:00 |
|
poprhythm
|
0711ae0ac8
|
Add run time to queue
|
2017-01-27 14:07:36 -05:00 |
|
poprhythm
|
4338b4fee5
|
Add cancel
|
2017-01-26 08:36:54 -05:00 |
|
poprhythm
|
42ac27e16f
|
Details and queue management
|
2017-01-06 08:43:22 -05:00 |
|
poprhythm
|
8dc1e0422c
|
Leaf Input Details
|
2016-12-16 09:17:42 -05:00 |
|
poprhythm
|
dfe92218f4
|
Add download input link
|
2016-06-28 20:08:09 -04:00 |
|
poprhythm
|
4539f319ed
|
Fix issue with zip file not closing
|
2016-05-27 11:18:07 -04:00 |
|
poprhythm
|
55f7b68bf8
|
Split LeafOutputFile content into different table for performance
|
2016-05-23 15:23:36 -04: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
|
568211251b
|
Get chart file a bit quicker from DB
|
2016-05-13 12:31:40 -04:00 |
|
poprhythm
|
f4ebeefad1
|
Add download links
|
2016-05-06 11:19:01 -04:00 |
|
poprhythm
|
972bb04291
|
Add migrations
|
2016-05-06 11:18:09 -04:00 |
|
poprhythm
|
8f5cbfe3db
|
Replace CntrlComparison with LeafGasComparison
|
2016-04-22 23:16:30 -04:00 |
|
poprhythm
|
3f12f19b70
|
Add Zip download link
|
2016-04-19 07:32:13 -04:00 |
|
poprhythm
|
ca1a235c1d
|
Piscal Queue working more resilient to error
|
2016-04-18 10:59:49 -04:00 |
|
poprhythm
|
b317f0c65a
|
Add error message info for entities
|
2016-04-09 22:20:55 -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
|
4b2757b19a
|
Leaf Chart streamline
|
2016-03-22 07:38:10 -04: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
|
a9b6c026ad
|
Status associated with leaffile
|
2016-02-19 12:43:47 -05:00 |
|
poprhythm
|
75fa448a0f
|
Piscal client - check status and retrieve file skeleton in place
|
2016-02-19 11:45:16 -05:00 |
|
poprhythm
|
e6ad04cf2b
|
Rearrange LeafInput data
|
2016-02-17 11:11:25 -05:00 |
|
poprhythm
|
5057d9b577
|
Piscal Client improvements
|
2016-02-14 23:12:31 -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 |
|