Commit Graph

161 Commits

Author SHA1 Message Date
poprhythm e80ddbc4d6 Email notification for LeafWeb jobs 2016-03-09 11:43:44 -05:00
poprhythm 314de4dece Cleanup some logging 2016-03-07 12:12:18 -05:00
poprhythm 05b2bfefb1 Display results from Piscal processing
Error handling for Piscal processing
2016-03-07 11:47:55 -05:00
poprhythm c80d048c39 Add LeafOutputViewModel and test 2016-03-02 13:02:27 -05:00
poprhythm 659d9b811e Cleanup data after complete for Piscal Service 2016-03-02 11:48:28 -05:00
poprhythm 8769f5fcd9 Add synchronization to PiscalQueueManager 2016-03-02 11:06:51 -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 76722345a8 Remove unused Models directory 2016-02-22 09:57:46 -05:00
poprhythm 7a45225c29 Add hangfire 2016-02-22 09:55:57 -05:00
poprhythm c2562949ec rearrange input page 2016-02-21 22:50:31 -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 6534fc142b Fix up parsers 2016-02-17 11:11:43 -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 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 d101c2294f Add Photosynthesis Type 2016-02-09 15:27:15 -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 d185adc844 Added leaf status, ssh.net 2016-02-05 23:06:17 -05:00
poprhythm 617c528b06 disable error for the "Action" not being resolved for confirm page 2016-02-04 14:41:23 -05:00
poprhythm 52063109ce add SSH.net 2016-02-04 14:40:44 -05:00
poprhythm fffee2ddfc Clean up submit and confirm page 2016-02-04 13:51:43 -05:00
poprhythm 65bc2b98ab Save leafinput to DB, update style for file upload 2016-02-04 13:46:08 -05:00
poprhythm 38247eb43f Clean up File upload on Leaf Input 2016-02-04 11:52:32 -05:00
poprhythm 10f7a23d31 Leaf Input functional 2016-02-03 13:39:50 -05:00
poprhythm 54b9eacd09 Update bootstrap 2016-02-01 10:56:56 -05:00
poprhythm 7f54dc4b57 Ignore uploaded files 2016-02-01 10:56:43 -05:00
poprhythm 8f0f0ff1b8 Auto complete for FluxnetSite 2016-02-01 10:39:43 -05:00
poprhythm c5fcb8d635 Begin adding fluxnet site autocomplete 2016-01-29 12:40:00 -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 2c73fb6883 Added Fluxnet Site 2016-01-18 13:45:43 -05:00
poprhythm 048327666f Updates and LeafInput 2016-01-13 21:56:22 -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 50108dee5a Update year 2016-01-06 10:34:05 -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 29db62078c Typo with data conversion 2015-12-07 15:33:09 -05:00
poprhythm 50ae6cb52c New conversion complete 2015-12-07 12:38:58 -05:00
poprhythm 5b85662bdb Leaf charting operational 2015-12-04 22:03:13 -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 c0117c5d85 Ignore notes 2015-12-02 12:29:19 -05:00
poprhythm 87d1790bf0 Ignore .vs folder 2015-12-02 11:54:27 -05:00
poprhythm 743ea4c3f3 Add Leaf Charting 2015-12-02 11:53:15 -05:00
poprhythm 93e0a35cf5 Update Layout a bit 2015-12-02 11:53:03 -05:00