From f200b79d6d7b7fcc9d9e102c51f57ff9bf8b28fb Mon Sep 17 00:00:00 2001 From: Gokul Bothe Date: Fri, 2 Aug 2024 14:17:56 +0530 Subject: [PATCH 1/7] ExecutionHistoryPaginationPage --- Ginger/Ginger/Ginger.csproj | 3 + .../Run/RunSetsExecutionsHistoryPage.xaml | 27 +- .../Run/RunSetsExecutionsHistoryPage.xaml.cs | 520 +++++- .../RunSetPageLib/NewRunSetPage.xaml.cs | 5 +- .../Ginger/SolutionWindows/SolutionPage.xaml | 8 +- .../SolutionWindows/SolutionPage.xaml.cs | 9 +- .../ImageMakerLib/ImageMakerControl.xaml.cs | 6 + .../UserControlsLib/ucGridView/ucGrid.xaml.cs | 31 + .../GingerCoreCommon/EnumsLib/eImageType.cs | 2 + Ginger/GingerCoreCommon/EnumsLib/eStatus.cs | 5 +- .../GingerCoreNET - Backup.csproj | 1442 +++++++++++++++++ Ginger/GingerCoreNET/GingerCoreNET.csproj | 17 +- .../Clients/ExecutionReportGraphQLClient.cs | 70 + .../GraphQLClient/Clients/GraphQLClient.cs | 89 + .../Extentions/GraphQLClientExtensions.cs | 22 + .../Run/GingerRemoteExecutionUtils.cs | 13 +- 16 files changed, 2161 insertions(+), 108 deletions(-) create mode 100644 Ginger/GingerCoreNET/GingerCoreNET - Backup.csproj create mode 100644 Ginger/GingerCoreNET/GraphQLClient/Clients/ExecutionReportGraphQLClient.cs create mode 100644 Ginger/GingerCoreNET/GraphQLClient/Clients/GraphQLClient.cs create mode 100644 Ginger/GingerCoreNET/GraphQLClient/Extentions/GraphQLClientExtensions.cs diff --git a/Ginger/Ginger/Ginger.csproj b/Ginger/Ginger/Ginger.csproj index ef90153eb7..d466c276dc 100644 --- a/Ginger/Ginger/Ginger.csproj +++ b/Ginger/Ginger/Ginger.csproj @@ -745,6 +745,9 @@ + + ..\..\..\..\..\Downloads\AccountReport.Contracts 2\AccountReport.Contracts.dll + ..\GingerCoreNET\DLLS\ACL_Data_Contract.dll diff --git a/Ginger/Ginger/Run/RunSetsExecutionsHistoryPage.xaml b/Ginger/Ginger/Run/RunSetsExecutionsHistoryPage.xaml index 4f13abe2fe..f7160847e5 100644 --- a/Ginger/Ginger/Run/RunSetsExecutionsHistoryPage.xaml +++ b/Ginger/Ginger/Run/RunSetsExecutionsHistoryPage.xaml @@ -88,13 +88,32 @@ - - - + + + + + + + + + + + + + + - + +