302 Commits

Author SHA1 Message Date
poprhythm 4343f08733 Copy content files 2016-05-13 12:42:02 -04:00
poprhythm 568211251b Get chart file a bit quicker from DB 2016-05-13 12:31:40 -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 b0c586fab4 Cleanup PiscalSshClient ending newlines 2016-05-11 10:30:18 -04:00
poprhythm aca7157663 Reformating charting, add DataError message 2016-05-09 11:46:32 -04:00
poprhythm 1ba8f24b10 Publish database with EF 2016-05-09 10:48:29 -04:00
poprhythm 1ce89a124e add url notify options to scripts 2016-05-06 22:46:17 -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 cf3a13b77b Rename ResultStatus to Results 2016-05-06 11:16:43 -04:00
poprhythm e0788154ec Notify complete from Piscal to LeafWeb 2016-05-04 12:12:35 -04:00
poprhythm e9a9ae186c Add option to suppress storage copy for testing 2016-05-04 10:47:04 -04:00
poprhythm 790930dd66 Cache property lookups for the object parsing 2016-04-27 12:17:05 -04:00
poprhythm 9730600164 Code rearrange for services and charting 2016-04-27 09:52:41 -04:00
poprhythm 8c218cda48 Add CurveId Selection for charter 2016-04-25 11:26:53 -04:00
poprhythm 74641c5cf1 Combine chart data into single image 2016-04-24 21:45:39 -04:00
poprhythm 8f5cbfe3db Replace CntrlComparison with LeafGasComparison 2016-04-22 23:16:30 -04:00
poprhythm 9e25521034 add params for filtering LeafInputs 2016-04-21 18:30:29 -04:00
poprhythm 1359100670 Add retry for background enqueue in PiscalQueueManager 2016-04-19 07:33:26 -04:00
poprhythm 3f12f19b70 Add Zip download link 2016-04-19 07:32:13 -04:00
poprhythm 2cf5662461 Don't drop database from now on 2016-04-18 11:15:09 -04:00
poprhythm b293e659ff copy all files to storage 2016-04-18 11:14:47 -04:00
poprhythm c71b8f36ef Merge branch 'master' of bitbucket.org:kolpacksoftware/leafweb 2016-04-18 11:08:56 -04:00
poprhythm ca1a235c1d Piscal Queue working more resilient to error 2016-04-18 10:59:49 -04:00
poprhythm badf048c49 Piscal Queue working more resilient to error 2016-04-18 10:44:36 -04:00
poprhythm 6623aa48ea Simplify result status view model 2016-04-18 10:43:49 -04:00
poprhythm c71002d6a1 Add favicon 2016-04-14 12:46:20 -04:00
poprhythm 515ac6ef91 Add admin emailing 2016-04-13 11:57:36 -04:00
poprhythm 0c3191d7c6 Only start one hangfire server 2016-04-13 11:57:15 -04:00
poprhythm 064b86a37b Add debug tracing, email cleanup 2016-04-13 10:48:32 -04:00
poprhythm 123af4f44d Add configuration for queue processing interval 2016-04-13 10:48:06 -04:00
poprhythm b317f0c65a Add error message info for entities 2016-04-09 22:20:55 -04:00
poprhythm 2c3aa9c989 Add items to prevent azure from overloading db 2016-04-09 22:20:06 -04:00
poprhythm a5072850ea Update email configuration 2016-04-09 11:15:54 -04:00
poprhythm 151f17943f Piscal processing work 2016-04-06 13:00:26 -04:00
poprhythm 214199fed5 Put logs in Logs directory 2016-03-28 10:21:07 -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 c761952a8a Leaf Charter integration 2016-03-10 11:18:25 -05:00
poprhythm 72caa74bb2 Information pages all in one 2016-03-09 11:55:55 -05:00
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