From d391dd73fc06f996c08455e6dc2e26aec2e489c3 Mon Sep 17 00:00:00 2001 From: Roy Date: Wed, 16 Nov 2022 05:09:17 +0200 Subject: Twine studio statistics build. --- Software/DB/PPC/Tango.mdf | Bin 75497472 -> 75497472 bytes Software/DB/PPC/Tango_log.ldf | Bin 53673984 -> 53673984 bytes .../Dialogs/JobRunStreamingView.xaml | 8 ++++---- .../Tango.FSE.Statistics/Images/streaming.png | Bin 0 -> 3157 bytes .../Tango.FSE.Statistics.csproj | 21 +++++++++++++++++++++ .../Tango.FSE.Statistics/ViewModels/MainViewVM.cs | 2 +- Software/Visual_Studio/Tango.TwineStudio.sln | 11 +++++++++++ 7 files changed, 37 insertions(+), 5 deletions(-) create mode 100644 Software/Visual_Studio/FSE/Modules/Tango.FSE.Statistics/Images/streaming.png diff --git a/Software/DB/PPC/Tango.mdf b/Software/DB/PPC/Tango.mdf index 548d794d8..78bd2d0d6 100644 Binary files a/Software/DB/PPC/Tango.mdf and b/Software/DB/PPC/Tango.mdf differ diff --git a/Software/DB/PPC/Tango_log.ldf b/Software/DB/PPC/Tango_log.ldf index 5d1aa48e8..45f70f71a 100644 Binary files a/Software/DB/PPC/Tango_log.ldf and b/Software/DB/PPC/Tango_log.ldf differ diff --git a/Software/Visual_Studio/FSE/Modules/Tango.FSE.Statistics/Dialogs/JobRunStreamingView.xaml b/Software/Visual_Studio/FSE/Modules/Tango.FSE.Statistics/Dialogs/JobRunStreamingView.xaml index 901dbd2ec..9aa5bb447 100644 --- a/Software/Visual_Studio/FSE/Modules/Tango.FSE.Statistics/Dialogs/JobRunStreamingView.xaml +++ b/Software/Visual_Studio/FSE/Modules/Tango.FSE.Statistics/Dialogs/JobRunStreamingView.xaml @@ -11,7 +11,7 @@ - + Job Runs Streaming @@ -22,8 +22,8 @@ Enable Streaming - - Automatically updates when the remote machine completes a job. + + Automatically update this view when the remote machine completes a job. @@ -32,7 +32,7 @@ Enable CSV Report Streaming - + Automatically create a new csv report file when a new job run is received. diff --git a/Software/Visual_Studio/FSE/Modules/Tango.FSE.Statistics/Images/streaming.png b/Software/Visual_Studio/FSE/Modules/Tango.FSE.Statistics/Images/streaming.png new file mode 100644 index 000000000..bc71a0077 Binary files /dev/null and b/Software/Visual_Studio/FSE/Modules/Tango.FSE.Statistics/Images/streaming.png differ diff --git a/Software/Visual_Studio/FSE/Modules/Tango.FSE.Statistics/Tango.FSE.Statistics.csproj b/Software/Visual_Studio/FSE/Modules/Tango.FSE.Statistics/Tango.FSE.Statistics.csproj index 6f04a71ab..ac7c32b57 100644 --- a/Software/Visual_Studio/FSE/Modules/Tango.FSE.Statistics/Tango.FSE.Statistics.csproj +++ b/Software/Visual_Studio/FSE/Modules/Tango.FSE.Statistics/Tango.FSE.Statistics.csproj @@ -33,6 +33,24 @@ prompt 4 + + ..\..\..\Build\Twine Studio\Release\ + TRACE + true + pdbonly + AnyCPU + prompt + MinimumRecommendedRules.ruleset + + + ..\..\..\Build\Twine Studio\Debug\ + DEBUG;TRACE + false + pdbonly + AnyCPU + prompt + MinimumRecommendedRules.ruleset + ..\..\..\packages\ControlzEx.3.0.2.4\lib\net45\ControlzEx.dll @@ -214,6 +232,9 @@ + + + diff --git a/Software/Visual_Studio/FSE/Modules/Tango.FSE.Statistics/ViewModels/MainViewVM.cs b/Software/Visual_Studio/FSE/Modules/Tango.FSE.Statistics/ViewModels/MainViewVM.cs index de104ba59..b5b0ebd27 100644 --- a/Software/Visual_Studio/FSE/Modules/Tango.FSE.Statistics/ViewModels/MainViewVM.cs +++ b/Software/Visual_Studio/FSE/Modules/Tango.FSE.Statistics/ViewModels/MainViewVM.cs @@ -210,7 +210,7 @@ namespace Tango.FSE.Statistics.ViewModels JobsAutoCompleteProvider = new AutoCompleteSource(AutoCompleteJobs); - StartSelectedDate = DateTime.Now.AddYears(-7); + StartSelectedDate = DateTime.Now.AddMonths(-1); EndSelectedDate = DateTime.Now; LengthUpperValue = 10000; diff --git a/Software/Visual_Studio/Tango.TwineStudio.sln b/Software/Visual_Studio/Tango.TwineStudio.sln index 230743a66..82015adad 100644 --- a/Software/Visual_Studio/Tango.TwineStudio.sln +++ b/Software/Visual_Studio/Tango.TwineStudio.sln @@ -45,6 +45,8 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Web", "Web", "{A3CC0A72-0DA EndProject Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Tango.MachineService", "Web\Tango.MachineService\Tango.MachineService.csproj", "{3F09B230-5AAC-4651-BA7A-19F3BDFCF701}" EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Tango.FSE.Statistics", "FSE\Modules\Tango.FSE.Statistics\Tango.FSE.Statistics.csproj", "{7A30B35F-94DC-4A9C-B9D2-CB5CAA735788}" +EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution Debug|Any CPU = Debug|Any CPU @@ -189,6 +191,14 @@ Global {3F09B230-5AAC-4651-BA7A-19F3BDFCF701}.TS_Debug|Any CPU.Build.0 = Debug|Any CPU {3F09B230-5AAC-4651-BA7A-19F3BDFCF701}.TS|Any CPU.ActiveCfg = Release|Any CPU {3F09B230-5AAC-4651-BA7A-19F3BDFCF701}.TS|Any CPU.Build.0 = Release|Any CPU + {7A30B35F-94DC-4A9C-B9D2-CB5CAA735788}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {7A30B35F-94DC-4A9C-B9D2-CB5CAA735788}.Debug|Any CPU.Build.0 = Debug|Any CPU + {7A30B35F-94DC-4A9C-B9D2-CB5CAA735788}.Release|Any CPU.ActiveCfg = Release|Any CPU + {7A30B35F-94DC-4A9C-B9D2-CB5CAA735788}.Release|Any CPU.Build.0 = Release|Any CPU + {7A30B35F-94DC-4A9C-B9D2-CB5CAA735788}.TS_Debug|Any CPU.ActiveCfg = TS_Debug|Any CPU + {7A30B35F-94DC-4A9C-B9D2-CB5CAA735788}.TS_Debug|Any CPU.Build.0 = TS_Debug|Any CPU + {7A30B35F-94DC-4A9C-B9D2-CB5CAA735788}.TS|Any CPU.ActiveCfg = TS|Any CPU + {7A30B35F-94DC-4A9C-B9D2-CB5CAA735788}.TS|Any CPU.Build.0 = TS|Any CPU EndGlobalSection GlobalSection(SolutionProperties) = preSolution HideSolutionNode = FALSE @@ -211,6 +221,7 @@ Global {12EC97A5-C3C2-40CB-B658-EC4018B89269} = {DBE903D1-1D6C-4B0D-8EB1-CCB447FA1775} {208C8BD8-72C6-4E3C-ACAA-351091A2ACC7} = {4EDA9CB2-1455-47BC-8507-B5C034E2B986} {3F09B230-5AAC-4651-BA7A-19F3BDFCF701} = {A3CC0A72-0DAB-4414-999D-3B89707FDECD} + {7A30B35F-94DC-4A9C-B9D2-CB5CAA735788} = {DBE903D1-1D6C-4B0D-8EB1-CCB447FA1775} EndGlobalSection GlobalSection(ExtensibilityGlobals) = postSolution SolutionGuid = {44758539-3458-4A3E-89DD-68F496B34B45} -- cgit v1.3.1