From f32c6464d690df26e059321c9168f09d12b99e99 Mon Sep 17 00:00:00 2001 From: Marcus Markiewicz <43656407+supermem613@users.noreply.github.com> Date: Sun, 3 Oct 2021 13:45:24 -0400 Subject: [PATCH] Implement Pull Requests (#50) * Initial implementation of Pull Requests, primitive view * Renaming QueryEditor, removing Ping * Open in Web support for Pull Requests * Implement Filters for Pull Requests * Implement Order By for Pull Requests * Implement Drag'n'drop for Pull Requests * Clean Global Commands for Pull Requests * Remove orphaned Recording / Capture commands * Match PullRequest to WorkItem OM * Remove Platform project * Remove lingering CodeFlow references * Remove lingering CodeFlow references * Allow PR filtering by status * Start with Authored by me queries * Change PR query from Authored By Me to Assigned to Me --- Source/Foundation/Win32/ProtocolUtilities.cs | 2 +- Source/Foundation/Windows/Controls/Symbol.cs | 1 + Source/Platform/CodeFlow/CodeFlowClient.cs | 160 - Source/Platform/CodeFlow/CodeFlowConstants.cs | 12 - Source/Platform/CodeFlow/CodeFlowContext.cs | 50 - .../CodeFlow/CodeFlowMailGenerator.cs | 128 - .../CodeFlow/CodeFlowReviewReference.cs | 38 - .../Platform/CodeFlow/CodeFlowUriBuilder.cs | 76 - .../ReviewDashboardServiceExtensions.cs | 366 -- .../CodeFlow/Dashboard/WcfDeserialization.cs | 51 - .../Resources/CodeFlowResources.Designer.cs | 73 - .../CodeFlow/Resources/CodeFlowResources.resx | 124 - .../CodeFlow/Resources/ReviewsStylesheet.xslt | 262 -- .../CodeFlow/Resources/Samples/Reviews.xml | 3266 ----------------- .../Microsoft.Tools.TeamMate.Platform.csproj | 338 -- Source/Platform/Properties/AssemblyInfo.cs | 16 - .../System.Data.DataSet.datasource | 10 - .../CodeFlow.Dashboard/Dashboard.wsdl | 92 - .../CodeFlow.Dashboard/DashboardService.disco | 4 - .../CodeFlow.Dashboard/DashboardService.xsd | 42 - .../CodeFlow.Dashboard/DashboardService1.xsd | 155 - .../CodeFlow.Dashboard/DashboardService2.xsd | 9 - .../CodeFlow.Dashboard/DashboardService3.xsd | 46 - ...Dashboard.CodeReviewQueryResult.datasource | 10 - ....Dashboard.QueryReviewIdsResult.datasource | 10 - ...oard.QueryReviewSummariesResult.datasource | 10 - ....Services.CodeReviewQueryResult.datasource | 10 - ...w.Services.QueryReviewIdsResult.datasource | 10 - .../CodeFlow.Dashboard/Reference.cs | 1185 ------ .../CodeFlow.Dashboard/Reference.svcmap | 36 - .../CodeFlow.Dashboard/configuration.svcinfo | 10 - .../configuration91.svcinfo | 201 - .../CodeFlow.Discovery/DiscoveryService.disco | 4 - .../CodeFlow.Discovery/DiscoveryService.wsdl | 210 -- .../CodeFlow.Discovery/DiscoveryService.xsd | 16 - .../CodeFlow.Discovery/DiscoveryService1.xsd | 39 - .../CodeFlow.Discovery/DiscoveryService2.xsd | 19 - .../CodeFlow.Discovery/DiscoveryService3.xsd | 42 - ...rm.CodeFlow.Discovery.Discovery.datasource | 10 - .../CodeFlow.Discovery/Reference.cs | 200 - .../CodeFlow.Discovery/Reference.svcmap | 36 - .../CodeFlow.Discovery/configuration.svcinfo | 10 - .../configuration91.svcinfo | 216 -- ...atform.CodeFlow.Project.Project.datasource | 10 - ...rm.CodeFlow.Project.ProjectInfo.datasource | 10 - ....Platform.CodeFlow.Project.User.datasource | 10 - .../CodeFlow.Project/ProjectService.disco | 4 - .../CodeFlow.Project/ProjectService.wsdl | 1243 ------- .../CodeFlow.Project/ProjectService.xsd | 183 - .../CodeFlow.Project/ProjectService1.xsd | 27 - .../CodeFlow.Project/ProjectService2.xsd | 42 - .../CodeFlow.Project/ProjectService3.xsd | 15 - .../CodeFlow.Project/ProjectService4.xsd | 71 - .../CodeFlow.Project/Reference.cs | 1026 ------ .../CodeFlow.Project/Reference.svcmap | 37 - .../CodeFlow.Project/configuration.svcinfo | 10 - .../CodeFlow.Project/configuration91.svcinfo | 216 -- ...orm.CodeFlow.Review.CodePackage.datasource | 10 - ...form.CodeFlow.Review.CodeReview.datasource | 10 - ...deFlow.Review.CodeReviewSummary.datasource | 10 - ...latform.CodeFlow.Review.Comment.datasource | 10 - ...m.CodeFlow.Review.CommentThread.datasource | 10 - ...odeFlow.Review.ReviewUpdateCode.datasource | 10 - .../CodeFlow.Review/Reference.cs | 2553 ------------- .../CodeFlow.Review/Reference.svcmap | 36 - .../CodeFlow.Review/ReviewService.disco | 4 - .../CodeFlow.Review/ReviewService.wsdl | 2790 -------------- .../CodeFlow.Review/ReviewService.xsd | 437 --- .../CodeFlow.Review/ReviewService1.xsd | 42 - .../CodeFlow.Review/ReviewService2.xsd | 313 -- .../CodeFlow.Review/ReviewService3.xsd | 27 - .../CodeFlow.Review/configuration.svcinfo | 10 - .../CodeFlow.Review/configuration91.svcinfo | 216 -- .../Kudos-WCFService-KudosDomainService.disco | 4 - .../Kudos-WCFService-KudosDomainService.xsd | 143 - .../Kudos-WCFService-KudosDomainService1.xsd | 15 - .../Kudos-WCFService-KudosDomainService2.xsd | 174 - .../Kudos-WCFService-KudosDomainService3.xsd | 363 -- .../Kudos-WCFService-KudosDomainService4.xsd | 42 - .../Kudos.Domain/KudosDomainService.wsdl | 1051 ------ ...tform.Kudos.Domain.KudosHistory.datasource | 10 - ...form.Kudos.Domain.KudosInstance.datasource | 10 - ...tform.Kudos.Domain.KudosSummary.datasource | 10 - ....Domain.KudosWeeklyUsageHistory.datasource | 10 - ...latform.Kudos.Domain.PersonInfo.datasource | 10 - ...os.Domain.QueryResultOfEmployee.datasource | 10 - ...yResultOfKudosTeamHistoryReport.datasource | 10 - ...dos.Domain.QueryResultOfPicture.datasource | 10 - .../Kudos.Domain/Reference.cs | 2088 ----------- .../Kudos.Domain/Reference.svcmap | 37 - .../Kudos.Domain/configuration.svcinfo | 12 - .../Kudos.Domain/configuration91.svcinfo | 395 -- Source/Platform/app.config | 67 - Source/Setup/Microsoft.Tools.TeamMate.wixproj | 8 - Source/Setup/Product.wxs | 3 - .../TeamFoundation.WebApi/HyperlinkFactory.cs | 7 + ...ools.TeamMate.TeamFoundation.WebApi.csproj | 3 +- .../PullRequests/PullRequestQuery.cs | 47 + Source/TeamMate.sln | 23 - .../TeamMate/Controls/GlobalCommandBar.xaml | 4 +- ...ewRowView.xaml => PullRequestRowView.xaml} | 13 +- ...iew.xaml.cs => PullRequestRowView.xaml.cs} | 6 +- .../TeamMate/Controls/TileCollectionView.xaml | 2 +- .../Controls/TileCollectionView.xaml.cs | 4 +- ...erter.cs => PullRequestStatusConverter.cs} | 87 +- Source/TeamMate/Model/CodeFlowQueryInfo.cs | 90 - Source/TeamMate/Model/ProjectContext.cs | 5 + .../Model/ProjectContextSerializer.cs | 77 +- Source/TeamMate/Model/PullRequestQueryInfo.cs | 32 + Source/TeamMate/Model/PullRequestReference.cs | 65 + .../Model/Settings/SettingsSerializer.cs | 3 - .../Model/Settings/VolatileSettings.cs | 8 - Source/TeamMate/Model/TileInfo.cs | 10 +- ...ReviewsPage.xaml => PullRequestsPage.xaml} | 6 +- ...sPage.xaml.cs => PullRequestsPage.xaml.cs} | 20 +- Source/TeamMate/Pages/SearchPage.xaml | 2 +- Source/TeamMate/Pages/SearchPage.xaml.cs | 12 +- Source/TeamMate/Resources/All.xaml | 8 +- Source/TeamMate/Resources/Images.xaml | 2 - Source/TeamMate/Resources/SampleData.cs | 18 +- Source/TeamMate/Resources/Shared.xaml | 11 +- Source/TeamMate/Resources/TeamMateCommands.cs | 19 +- .../TeamMate/Resources/TeamMateCommands.xaml | 88 +- .../TeamMate/Resources/TeamMateResources.cs | 8 - Source/TeamMate/Services/CodeFlowService.cs | 41 - Source/TeamMate/Services/SearchService.cs | 6 +- .../Services/ToastNotificationService.cs | 53 +- .../Services/VstsConnectionService.cs | 4 + Source/TeamMate/Services/WindowService.cs | 10 +- Source/TeamMate/TeamMate.csproj | 45 +- Source/TeamMate/Utilities/ChaosScenarios.cs | 2 +- .../TeamMate/Utilities/DataObjectFactory.cs | 14 +- Source/TeamMate/Utilities/SearchExpression.cs | 12 +- .../ViewModels/CodeFlowPickerViewModel.cs | 140 - .../ViewModels/CodeFlowQueryViewModel.cs | 166 - .../ViewModels/CodeFlowReviewViewModel.cs | 203 - .../CodeFlowReviewsPageViewModel.cs | 477 --- .../TeamMate/ViewModels/HomePageViewModel.cs | 18 +- .../ViewModels/PullRequestPageViewModel.cs | 339 ++ .../ViewModels/PullRequestPickerViewModel.cs | 69 + ...el.cs => PullRequestQueryTileViewModel.cs} | 19 +- .../ViewModels/PullRequestQueryViewModel.cs | 223 ++ .../ViewModels/PullRequestRowViewModel.cs | 148 + .../ViewModels/SearchPageViewModel.cs | 142 +- .../ViewModels/TileCollectionViewModel.cs | 4 +- Source/TeamMate/ViewModels/TileViewModel.cs | 6 +- .../TeamMate/Windows/CodeFlowPingDialog.xaml | 42 - .../Windows/CodeFlowPingDialog.xaml.cs | 26 - ...xaml => PullRequestQueryEditorDialog.xaml} | 52 +- ...s => PullRequestQueryEditorDialog.xaml.cs} | 8 +- Source/TeamMate/app.config | 17 - 151 files changed, 1189 insertions(+), 23256 deletions(-) delete mode 100644 Source/Platform/CodeFlow/CodeFlowClient.cs delete mode 100644 Source/Platform/CodeFlow/CodeFlowConstants.cs delete mode 100644 Source/Platform/CodeFlow/CodeFlowContext.cs delete mode 100644 Source/Platform/CodeFlow/CodeFlowMailGenerator.cs delete mode 100644 Source/Platform/CodeFlow/CodeFlowReviewReference.cs delete mode 100644 Source/Platform/CodeFlow/CodeFlowUriBuilder.cs delete mode 100644 Source/Platform/CodeFlow/Dashboard/ReviewDashboardServiceExtensions.cs delete mode 100644 Source/Platform/CodeFlow/Dashboard/WcfDeserialization.cs delete mode 100644 Source/Platform/CodeFlow/Resources/CodeFlowResources.Designer.cs delete mode 100644 Source/Platform/CodeFlow/Resources/CodeFlowResources.resx delete mode 100644 Source/Platform/CodeFlow/Resources/ReviewsStylesheet.xslt delete mode 100644 Source/Platform/CodeFlow/Resources/Samples/Reviews.xml delete mode 100644 Source/Platform/Microsoft.Tools.TeamMate.Platform.csproj delete mode 100644 Source/Platform/Properties/AssemblyInfo.cs delete mode 100644 Source/Platform/Properties/DataSources/System.Data.DataSet.datasource delete mode 100644 Source/Platform/Service References/CodeFlow.Dashboard/Dashboard.wsdl delete mode 100644 Source/Platform/Service References/CodeFlow.Dashboard/DashboardService.disco delete mode 100644 Source/Platform/Service References/CodeFlow.Dashboard/DashboardService.xsd delete mode 100644 Source/Platform/Service References/CodeFlow.Dashboard/DashboardService1.xsd delete mode 100644 Source/Platform/Service References/CodeFlow.Dashboard/DashboardService2.xsd delete mode 100644 Source/Platform/Service References/CodeFlow.Dashboard/DashboardService3.xsd delete mode 100644 Source/Platform/Service References/CodeFlow.Dashboard/Microsoft.Tools.TeamMate.Platform.CodeFlow.Dashboard.CodeReviewQueryResult.datasource delete mode 100644 Source/Platform/Service References/CodeFlow.Dashboard/Microsoft.Tools.TeamMate.Platform.CodeFlow.Dashboard.QueryReviewIdsResult.datasource delete mode 100644 Source/Platform/Service References/CodeFlow.Dashboard/Microsoft.Tools.TeamMate.Platform.CodeFlow.Dashboard.QueryReviewSummariesResult.datasource delete mode 100644 Source/Platform/Service References/CodeFlow.Dashboard/Microsoft.Tools.TeamMate.Platform.CodeFlow.Services.CodeReviewQueryResult.datasource delete mode 100644 Source/Platform/Service References/CodeFlow.Dashboard/Microsoft.Tools.TeamMate.Platform.CodeFlow.Services.QueryReviewIdsResult.datasource delete mode 100644 Source/Platform/Service References/CodeFlow.Dashboard/Reference.cs delete mode 100644 Source/Platform/Service References/CodeFlow.Dashboard/Reference.svcmap delete mode 100644 Source/Platform/Service References/CodeFlow.Dashboard/configuration.svcinfo delete mode 100644 Source/Platform/Service References/CodeFlow.Dashboard/configuration91.svcinfo delete mode 100644 Source/Platform/Service References/CodeFlow.Discovery/DiscoveryService.disco delete mode 100644 Source/Platform/Service References/CodeFlow.Discovery/DiscoveryService.wsdl delete mode 100644 Source/Platform/Service References/CodeFlow.Discovery/DiscoveryService.xsd delete mode 100644 Source/Platform/Service References/CodeFlow.Discovery/DiscoveryService1.xsd delete mode 100644 Source/Platform/Service References/CodeFlow.Discovery/DiscoveryService2.xsd delete mode 100644 Source/Platform/Service References/CodeFlow.Discovery/DiscoveryService3.xsd delete mode 100644 Source/Platform/Service References/CodeFlow.Discovery/Microsoft.Tools.TeamMate.Platform.CodeFlow.Discovery.Discovery.datasource delete mode 100644 Source/Platform/Service References/CodeFlow.Discovery/Reference.cs delete mode 100644 Source/Platform/Service References/CodeFlow.Discovery/Reference.svcmap delete mode 100644 Source/Platform/Service References/CodeFlow.Discovery/configuration.svcinfo delete mode 100644 Source/Platform/Service References/CodeFlow.Discovery/configuration91.svcinfo delete mode 100644 Source/Platform/Service References/CodeFlow.Project/Microsoft.Tools.TeamMate.Platform.CodeFlow.Project.Project.datasource delete mode 100644 Source/Platform/Service References/CodeFlow.Project/Microsoft.Tools.TeamMate.Platform.CodeFlow.Project.ProjectInfo.datasource delete mode 100644 Source/Platform/Service References/CodeFlow.Project/Microsoft.Tools.TeamMate.Platform.CodeFlow.Project.User.datasource delete mode 100644 Source/Platform/Service References/CodeFlow.Project/ProjectService.disco delete mode 100644 Source/Platform/Service References/CodeFlow.Project/ProjectService.wsdl delete mode 100644 Source/Platform/Service References/CodeFlow.Project/ProjectService.xsd delete mode 100644 Source/Platform/Service References/CodeFlow.Project/ProjectService1.xsd delete mode 100644 Source/Platform/Service References/CodeFlow.Project/ProjectService2.xsd delete mode 100644 Source/Platform/Service References/CodeFlow.Project/ProjectService3.xsd delete mode 100644 Source/Platform/Service References/CodeFlow.Project/ProjectService4.xsd delete mode 100644 Source/Platform/Service References/CodeFlow.Project/Reference.cs delete mode 100644 Source/Platform/Service References/CodeFlow.Project/Reference.svcmap delete mode 100644 Source/Platform/Service References/CodeFlow.Project/configuration.svcinfo delete mode 100644 Source/Platform/Service References/CodeFlow.Project/configuration91.svcinfo delete mode 100644 Source/Platform/Service References/CodeFlow.Review/Microsoft.Tools.TeamMate.Platform.CodeFlow.Review.CodePackage.datasource delete mode 100644 Source/Platform/Service References/CodeFlow.Review/Microsoft.Tools.TeamMate.Platform.CodeFlow.Review.CodeReview.datasource delete mode 100644 Source/Platform/Service References/CodeFlow.Review/Microsoft.Tools.TeamMate.Platform.CodeFlow.Review.CodeReviewSummary.datasource delete mode 100644 Source/Platform/Service References/CodeFlow.Review/Microsoft.Tools.TeamMate.Platform.CodeFlow.Review.Comment.datasource delete mode 100644 Source/Platform/Service References/CodeFlow.Review/Microsoft.Tools.TeamMate.Platform.CodeFlow.Review.CommentThread.datasource delete mode 100644 Source/Platform/Service References/CodeFlow.Review/Microsoft.Tools.TeamMate.Platform.CodeFlow.Review.ReviewUpdateCode.datasource delete mode 100644 Source/Platform/Service References/CodeFlow.Review/Reference.cs delete mode 100644 Source/Platform/Service References/CodeFlow.Review/Reference.svcmap delete mode 100644 Source/Platform/Service References/CodeFlow.Review/ReviewService.disco delete mode 100644 Source/Platform/Service References/CodeFlow.Review/ReviewService.wsdl delete mode 100644 Source/Platform/Service References/CodeFlow.Review/ReviewService.xsd delete mode 100644 Source/Platform/Service References/CodeFlow.Review/ReviewService1.xsd delete mode 100644 Source/Platform/Service References/CodeFlow.Review/ReviewService2.xsd delete mode 100644 Source/Platform/Service References/CodeFlow.Review/ReviewService3.xsd delete mode 100644 Source/Platform/Service References/CodeFlow.Review/configuration.svcinfo delete mode 100644 Source/Platform/Service References/CodeFlow.Review/configuration91.svcinfo delete mode 100644 Source/Platform/Service References/Kudos.Domain/Kudos-WCFService-KudosDomainService.disco delete mode 100644 Source/Platform/Service References/Kudos.Domain/Kudos-WCFService-KudosDomainService.xsd delete mode 100644 Source/Platform/Service References/Kudos.Domain/Kudos-WCFService-KudosDomainService1.xsd delete mode 100644 Source/Platform/Service References/Kudos.Domain/Kudos-WCFService-KudosDomainService2.xsd delete mode 100644 Source/Platform/Service References/Kudos.Domain/Kudos-WCFService-KudosDomainService3.xsd delete mode 100644 Source/Platform/Service References/Kudos.Domain/Kudos-WCFService-KudosDomainService4.xsd delete mode 100644 Source/Platform/Service References/Kudos.Domain/KudosDomainService.wsdl delete mode 100644 Source/Platform/Service References/Kudos.Domain/Microsoft.Tools.TeamMate.Platform.Kudos.Domain.KudosHistory.datasource delete mode 100644 Source/Platform/Service References/Kudos.Domain/Microsoft.Tools.TeamMate.Platform.Kudos.Domain.KudosInstance.datasource delete mode 100644 Source/Platform/Service References/Kudos.Domain/Microsoft.Tools.TeamMate.Platform.Kudos.Domain.KudosSummary.datasource delete mode 100644 Source/Platform/Service References/Kudos.Domain/Microsoft.Tools.TeamMate.Platform.Kudos.Domain.KudosWeeklyUsageHistory.datasource delete mode 100644 Source/Platform/Service References/Kudos.Domain/Microsoft.Tools.TeamMate.Platform.Kudos.Domain.PersonInfo.datasource delete mode 100644 Source/Platform/Service References/Kudos.Domain/Microsoft.Tools.TeamMate.Platform.Kudos.Domain.QueryResultOfEmployee.datasource delete mode 100644 Source/Platform/Service References/Kudos.Domain/Microsoft.Tools.TeamMate.Platform.Kudos.Domain.QueryResultOfKudosTeamHistoryReport.datasource delete mode 100644 Source/Platform/Service References/Kudos.Domain/Microsoft.Tools.TeamMate.Platform.Kudos.Domain.QueryResultOfPicture.datasource delete mode 100644 Source/Platform/Service References/Kudos.Domain/Reference.cs delete mode 100644 Source/Platform/Service References/Kudos.Domain/Reference.svcmap delete mode 100644 Source/Platform/Service References/Kudos.Domain/configuration.svcinfo delete mode 100644 Source/Platform/Service References/Kudos.Domain/configuration91.svcinfo delete mode 100644 Source/Platform/app.config create mode 100644 Source/TeamFoundation.WebApi/PullRequests/PullRequestQuery.cs rename Source/TeamMate/Controls/{CodeFlowReviewRowView.xaml => PullRequestRowView.xaml} (88%) rename Source/TeamMate/Controls/{CodeFlowReviewRowView.xaml.cs => PullRequestRowView.xaml.cs} (54%) rename Source/TeamMate/Converters/{CodeFlowReviewStatusConverter.cs => PullRequestStatusConverter.cs} (59%) delete mode 100644 Source/TeamMate/Model/CodeFlowQueryInfo.cs create mode 100644 Source/TeamMate/Model/PullRequestQueryInfo.cs create mode 100644 Source/TeamMate/Model/PullRequestReference.cs rename Source/TeamMate/Pages/{CodeFlowReviewsPage.xaml => PullRequestsPage.xaml} (91%) rename Source/TeamMate/Pages/{CodeFlowReviewsPage.xaml.cs => PullRequestsPage.xaml.cs} (77%) delete mode 100644 Source/TeamMate/Services/CodeFlowService.cs delete mode 100644 Source/TeamMate/ViewModels/CodeFlowPickerViewModel.cs delete mode 100644 Source/TeamMate/ViewModels/CodeFlowQueryViewModel.cs delete mode 100644 Source/TeamMate/ViewModels/CodeFlowReviewViewModel.cs delete mode 100644 Source/TeamMate/ViewModels/CodeFlowReviewsPageViewModel.cs create mode 100644 Source/TeamMate/ViewModels/PullRequestPageViewModel.cs create mode 100644 Source/TeamMate/ViewModels/PullRequestPickerViewModel.cs rename Source/TeamMate/ViewModels/{CodeFlowQueryTileViewModel.cs => PullRequestQueryTileViewModel.cs} (56%) create mode 100644 Source/TeamMate/ViewModels/PullRequestQueryViewModel.cs create mode 100644 Source/TeamMate/ViewModels/PullRequestRowViewModel.cs delete mode 100644 Source/TeamMate/Windows/CodeFlowPingDialog.xaml delete mode 100644 Source/TeamMate/Windows/CodeFlowPingDialog.xaml.cs rename Source/TeamMate/Windows/{CodeFlowQueryEditorDialog.xaml => PullRequestQueryEditorDialog.xaml} (64%) rename Source/TeamMate/Windows/{CodeFlowQueryEditorDialog.xaml.cs => PullRequestQueryEditorDialog.xaml.cs} (70%) diff --git a/Source/Foundation/Win32/ProtocolUtilities.cs b/Source/Foundation/Win32/ProtocolUtilities.cs index bab186a..8df2af3 100644 --- a/Source/Foundation/Win32/ProtocolUtilities.cs +++ b/Source/Foundation/Win32/ProtocolUtilities.cs @@ -56,7 +56,7 @@ public static bool HandlerExists(string protocol) // Of these, ODE should never occur in the code above in the try block. // // If any of the relevant exceptions are encountered, we conclude that - // the existance of codeflow:// protocol handler is indeterminate, and + // the existance of any specialized :// protocol handler is indeterminate, and // therefore we return false. // Do nothing here - handlerExists is already initialized to false. diff --git a/Source/Foundation/Windows/Controls/Symbol.cs b/Source/Foundation/Windows/Controls/Symbol.cs index 3c5274e..39a2b25 100644 --- a/Source/Foundation/Windows/Controls/Symbol.cs +++ b/Source/Foundation/Windows/Controls/Symbol.cs @@ -301,6 +301,7 @@ public enum Symbol Minimize = 59681, Maximize = 59682, Restore = 59683, + SubscriptionAdd = 60686, Close = Clear, Developer = 0xE90F, diff --git a/Source/Platform/CodeFlow/CodeFlowClient.cs b/Source/Platform/CodeFlow/CodeFlowClient.cs deleted file mode 100644 index 41034dc..0000000 --- a/Source/Platform/CodeFlow/CodeFlowClient.cs +++ /dev/null @@ -1,160 +0,0 @@ -using Microsoft.Tools.TeamMate.Platform.CodeFlow.Dashboard; -using Microsoft.Tools.TeamMate.Platform.CodeFlow.Discovery; -using Microsoft.Tools.TeamMate.Platform.CodeFlow.Project; -using Microsoft.Tools.TeamMate.Platform.CodeFlow.Review; -using System; -using System.ServiceModel; -using System.Threading.Tasks; - -namespace Microsoft.Tools.TeamMate.Platform.CodeFlow -{ - /// - /// A Facade over all of CodeFlows service clients. - /// - public class CodeFlowClient - { - private ReviewServiceClient reviewServiceClient; - private ReviewDashboardServiceClient reviewDashboardServiceClient; - private DiscoveryServiceClient discoveryServiceClient; - private ProjectServiceClient projectServiceClient; - - private const string DiscoveryServiceEndpointConfiguration = "WSHttpBinding_IDiscoveryService"; - private const string ProjectServiceEndpointConfiguration = "WSHttpBinding_IProjectService"; - private const string ReviewServiceEndpointConfiguration = "WSHttpBinding_IReviewService"; - private const string ReviewDashboardServiceEndpointConfiguration = "BasicHttpBinding_IReviewDashboardService"; - - private Discovery.Discovery discovery; - private bool isDiscovered; - private Exception discoveryException; - private Lazy discoveryTask; - - public CodeFlowClient() - { - this.discoveryTask = new Lazy(DoDiscoverAsync); - } - - public Task DiscoverAsync() - { - return discoveryTask.Value; - } - - private async Task DoDiscoverAsync() - { - if (!isDiscovered) - { - try - { - this.discovery = await this.DiscoveryServiceClient.DiscoverAsync(); - } - catch (Exception e) - { - this.discoveryException = e; - } - finally - { - isDiscovered = true; - } - } - - if (this.discoveryException != null) - { - ThrowServiceUnavailableException(); - } - } - - private Uri EnsureEndpointDiscovered(string endpointName) - { - if (!isDiscovered) - { - DiscoverAsync().Wait(); - } - - Uri endpointAddress = null; - if(this.discovery == null || !this.discovery.Endpoints.TryGetValue(endpointName, out endpointAddress)) - { - ThrowServiceUnavailableException(); - } - - return endpointAddress; - } - - public ReviewServiceClient ReviewServiceClient - { - get - { - if (this.reviewServiceClient == null) - { - Uri uri = EnsureEndpointDiscovered(CodeFlowConstants.ReviewServiceUriEndpoint); - this.reviewServiceClient = new ReviewServiceClient(ReviewServiceEndpointConfiguration, CreateAddress(uri)); - } - - return this.reviewServiceClient; - } - } - - public ReviewDashboardServiceClient ReviewDashboardServiceClient - { - get - { - if (this.reviewDashboardServiceClient == null) - { - Uri uri = EnsureEndpointDiscovered(CodeFlowConstants.ReviewDashboardServiceUriEndpoint); - this.reviewDashboardServiceClient = new ReviewDashboardServiceClient(ReviewDashboardServiceEndpointConfiguration, CreateAddress(uri)); - } - - return this.reviewDashboardServiceClient; - } - } - - public DiscoveryServiceClient DiscoveryServiceClient - { - get - { - if (this.discoveryServiceClient == null) - { - this.discoveryServiceClient = new DiscoveryServiceClient(DiscoveryServiceEndpointConfiguration); - } - - return this.discoveryServiceClient; - } - } - - public ProjectServiceClient ProjectServiceClient - { - get - { - if (this.projectServiceClient == null) - { - Uri uri = EnsureEndpointDiscovered(CodeFlowConstants.ProjectServiceUriEndpoint); - this.projectServiceClient = new ProjectServiceClient(ProjectServiceEndpointConfiguration, CreateAddress(uri)); - } - - return this.projectServiceClient; - } - } - - public Uri ClientUri - { - get - { - return EnsureEndpointDiscovered(CodeFlowConstants.ClientUriEndpoint); - } - } - - private EndpointAddress CreateAddress(Uri uri) - { - // KLUDGE: Creating a client with just a URI loses the settings that were configured in app.config. - // We need those! The easiest way is to create a full address object here, this is equivalent to using: - // - // - // - // in app.config. - return new EndpointAddress(uri, EndpointIdentity.CreateDnsIdentity("localhost")); - } - - private void ThrowServiceUnavailableException() - { - throw new Exception("Could not connect to the CodeFlow service, please try again later.\nIf the problem persists, check http://codebox/codeflow for more information.", this.discoveryException); - } - } -} diff --git a/Source/Platform/CodeFlow/CodeFlowConstants.cs b/Source/Platform/CodeFlow/CodeFlowConstants.cs deleted file mode 100644 index 707fbf5..0000000 --- a/Source/Platform/CodeFlow/CodeFlowConstants.cs +++ /dev/null @@ -1,12 +0,0 @@ - -namespace Microsoft.Tools.TeamMate.Platform.CodeFlow -{ - public static class CodeFlowConstants - { - // EndPoints returned by the discovery service - public const string ProjectServiceUriEndpoint = "ProjectServiceUri"; - public const string ReviewServiceUriEndpoint = "ReviewServiceUri"; - public const string ReviewDashboardServiceUriEndpoint = "ReviewDashboardServiceUri"; - public const string ClientUriEndpoint = "ClientUri"; - } -} diff --git a/Source/Platform/CodeFlow/CodeFlowContext.cs b/Source/Platform/CodeFlow/CodeFlowContext.cs deleted file mode 100644 index 72fd13b..0000000 --- a/Source/Platform/CodeFlow/CodeFlowContext.cs +++ /dev/null @@ -1,50 +0,0 @@ -using Microsoft.Tools.TeamMate.Foundation.DirectoryServices; -using System; - -namespace Microsoft.Tools.TeamMate.Platform.CodeFlow -{ - // TODO: Try and deprecate this... Should be deprecated by the correct use of the CodeFlowService class - // There's currently 2 IsMe() extension methods making use of this. - public static class CodeFlowContext - { - /// - /// Attempts to retrieve my username account for CodeFlow. Can return null when not connected to a domain. - /// - public static string MyCodeFlowAccount - { - get - { - string accountName = GetMyCodeFlowAccountRaw(); - - /* - if (accountName == null) - { - throw new Exception("Could not determine CodeFlow account, you are likely working in a non-domain environment (e.g. working remotely without access to CodeFlow.)"); - } - */ - - return accountName; - } - } - - public static bool IsCodeFlowAvailable - { - get - { - return GetMyCodeFlowAccountRaw() != null; - } - } - - private static string GetMyCodeFlowAccountRaw() - { - // TODO: Maybe check that domain is Microsoft too? - // TODO: Could we still get the CodeFlow username in a VPN environment? - if (DirectoryUtilities.IsCurrentUserInDomain) - { - return Environment.UserName; - } - - return null; - } - } -} diff --git a/Source/Platform/CodeFlow/CodeFlowMailGenerator.cs b/Source/Platform/CodeFlow/CodeFlowMailGenerator.cs deleted file mode 100644 index 119ac1f..0000000 --- a/Source/Platform/CodeFlow/CodeFlowMailGenerator.cs +++ /dev/null @@ -1,128 +0,0 @@ -using Microsoft.Tools.TeamMate.Foundation; -using Microsoft.Tools.TeamMate.Office.Outlook; -using Microsoft.Tools.TeamMate.Platform.CodeFlow.Dashboard; -using Microsoft.Tools.TeamMate.Platform.CodeFlow.Resources; -using System.Collections.Generic; -using System.IO; -using System.Linq; -using System.Text; -using System.Xml; -using System.Xml.Linq; -using System.Xml.Xsl; - -namespace Microsoft.Tools.TeamMate.Platform.CodeFlow -{ - public class CodeFlowMailGenerator - { - public MailMessage GenerateEmail(CodeReviewSummary review) - { - MailMessage message = new MailMessage(); - - if (!!review.Author.IsMe()) - { - message.To.Add(review.Author.EmailAddress); - } - - var reviewers = review.Reviewers.Where(r => !r.IsMe()); - var actionedEmails = reviewers.Where(r => r.IsParticipating()).Select(r => r.EmailAddress); - var unactionedEmails = reviewers.Where(r => !r.IsParticipating()).Select(r => r.EmailAddress); - - foreach (var emailAddress in actionedEmails) - { - message.CC.Add(emailAddress); - } - - StringBuilder htmlBody = new StringBuilder(); - htmlBody.AppendFormat( - @"Open CodeFlow Review in: [CodeFlow] [Browser] [Visual Studio] -

‌", - review.GetLaunchClientUri(), review.GetWebViewUri(), review.GetLaunchVisualStudioUri()); - - message.Subject = review.GetFullTitle(); - message.HtmlBody = MailMessage.WrapHtmlInDefaultFont(htmlBody.ToString()); - return message; - } - - public MailMessage GenerateCompleteReviewsEmail(IEnumerable reviews) - { - XDocument document = CreateDocument(reviews); - StringWriter writer = new StringWriter(); - Transform(document, CodeFlowResources.ReviewsStylesheet, writer); - - - MailMessage message = new MailMessage(); - message.Subject = "Please complete your active CodeFlow Reviews"; - message.HtmlBody = writer.ToString(); - - var distinctAuthorEmails = reviews.Select(r => r.Author.EmailAddress).Distinct(); - foreach (var emailAddress in distinctAuthorEmails) - { - message.To.Add(emailAddress); - } - - return message; - } - - private void Transform(XDocument doc, byte[] xslStyleSheet, TextWriter writer) - { - XslCompiledTransform xslt = new XslCompiledTransform(); - xslt.Load(XmlReader.Create(new MemoryStream(xslStyleSheet))); - - XsltArgumentList args = new XsltArgumentList(); - - // Execute the transform and output the results to a writer. - xslt.Transform(doc.CreateReader(), args, writer); - } - - private XDocument CreateDocument(IEnumerable reviews) - { - var reviewsByAuthor = reviews.GroupBy(r => r.Author.Name).OrderBy(rg => rg.First().Author.DisplayName); - - XDocument doc = new XDocument( - new XElement("Reviews", reviewsByAuthor.Select(rg => - new XElement("ReviewGroup", - new XElement("Author", - new XAttribute("Name", rg.First().Author.Name), - new XAttribute("DisplayName", rg.First().Author.DisplayName), - new XAttribute("EmailAddress", rg.First().Author.EmailAddress) - ), - new XElement("Reviews", rg.Select(r => - new XElement("Review", - new XElement("Name", r.Name), - new XElement("Key", r.Key), - new XElement("Status", r.Status), - new XElement("CreatedOn", r.CreatedOn), - new XElement("FriendlyCreatedOn", r.CreatedOn.ToFriendlyElapsedTimeStringWithAgo()), - new XElement("LastUpdatedOn", r.LastUpdatedOn), - new XElement("FriendlyLastUpdatedOn", r.LastUpdatedOn.ToFriendlyElapsedTimeStringWithAgo()), - new XElement("IterationCount", r.IterationCount), - new XElement("CodeFlowUrl", r.GetLaunchClientUri()), - new XElement("VsClientUrl", r.GetLaunchVisualStudioUri()), - new XElement("WebUrl", r.GetWebViewUri()), - new XElement("Author", - new XAttribute("Name", r.Author.Name), - new XAttribute("DisplayName", r.Author.DisplayName), - new XAttribute("EmailAddress", r.Author.EmailAddress), - new XAttribute("Status", r.Author.Status), - new XAttribute("LastUpdatedOn", r.Author.LastUpdatedOn) - ), - new XElement("Reviewers", r.Reviewers.Select(rv => - new XElement("Reviewer", - new XAttribute("Name", rv.Name), - new XAttribute("DisplayName", rv.DisplayName), - new XAttribute("EmailAddress", rv.EmailAddress), - new XAttribute("LastUpdatedOn", rv.LastUpdatedOn), - new XAttribute("Status", rv.Status), - new XAttribute("Required", rv.Required) - ) - )) - ) - )) - )) - ) - ); - - return doc; - } - } -} diff --git a/Source/Platform/CodeFlow/CodeFlowReviewReference.cs b/Source/Platform/CodeFlow/CodeFlowReviewReference.cs deleted file mode 100644 index 0ba992f..0000000 --- a/Source/Platform/CodeFlow/CodeFlowReviewReference.cs +++ /dev/null @@ -1,38 +0,0 @@ -using Microsoft.Tools.TeamMate.Foundation.Diagnostics; -using System; - -namespace Microsoft.Tools.TeamMate.Platform.CodeFlow -{ - public class CodeFlowReviewReference - { - public CodeFlowReviewReference(string key) - { - Assert.ParamIsNotNull(key, "key"); - - this.Key = key; - } - - public string Key { get; private set; } - - public override string ToString() - { - return Key; - } - - public override bool Equals(object obj) - { - CodeFlowReviewReference other = obj as CodeFlowReviewReference; - if (other != null) - { - return Object.Equals(Key, other.Key); - } - - return false; - } - - public override int GetHashCode() - { - return Key.GetHashCode(); - } - } -} diff --git a/Source/Platform/CodeFlow/CodeFlowUriBuilder.cs b/Source/Platform/CodeFlow/CodeFlowUriBuilder.cs deleted file mode 100644 index 9bf8b7b..0000000 --- a/Source/Platform/CodeFlow/CodeFlowUriBuilder.cs +++ /dev/null @@ -1,76 +0,0 @@ -using Microsoft.Tools.TeamMate.Foundation.Win32; -using System; - -namespace Microsoft.Tools.TeamMate.Platform.CodeFlow -{ - public static class CodeFlowUriBuilder - { - private const string CodeFlowProtocolName = "codeflow"; - private const string CodeFlowSiteUrl = "http://codeflow"; - - // TODO: Some overlap between these and the CodeFlowService. Some of these are "defaults"? Some of them are discovered. - private const string ClientUrl = CodeFlowSiteUrl + "/Client/CodeFlow2010.application"; - private const string CodeFlowLauncherUrl = CodeFlowProtocolName + ":open"; - private const string VsClientUrl = CodeFlowSiteUrl + "/VSClient/VsCodeFlowLauncher.application"; - private const string DiscoveryServiceUrl = CodeFlowSiteUrl + "/Services/DiscoveryService.svc"; - private const string DashboardUrl = CodeFlowSiteUrl + "/dashboard"; - private const string WebDisplayUrlFormat = DashboardUrl + "/review/display/{0}"; - - private const string ReviewUrlFormat = "{0}?server={1}&review={2}"; - - public static Uri Dashboard() - { - return CreateUri(DashboardUrl); - } - - public static Uri LaunchClient() - { - return CreateUri(ClientUrl); - } - - /// - /// Constructs a Uri that will be used to launch CodeFlow application - /// If the CodeFlow protocol handler is installed, then this method - /// creates and returns a codeflow:// URI, otherwise it will - /// return a http:// URI. - /// - /// - /// - /// If a protocol handler for codeflow:// is found, then the returned Uri - /// will be of the form: - /// codeflow:open?server=http://codeflow/Services/DiscoveryService.svc&review= - /// Otherwise, the return value will be of the form: - /// http://codeflow/Client/CodeFlow2010.application?server=http://codeflow/Services/DiscoveryService.svc&review= - /// - public static Uri LaunchClient(string reviewKey) - { - string launcherUrl = ProtocolUtilities.HandlerExists(CodeFlowProtocolName) ? CodeFlowLauncherUrl : ClientUrl; - - // KLUDGE: BY DESIGN TO NOT ESCAPE THE FIRST PARAMETERS (unfortunately). Otherwise, CodeFlow throws: - // System.UriFormatException: Invalid URI: The format of the URI could not be determined. - return CreateUri(ReviewUrlFormat, launcherUrl, DiscoveryServiceUrl, Uri.EscapeDataString(reviewKey)); - } - - public static Uri LaunchVisualStudio() - { - return CreateUri(VsClientUrl); - } - - public static Uri LaunchVisualStudio(string reviewKey) - { - // KLUDGE: BY DESIGN TO NOT ESCAPE THE FIRST PARAMETERS (unfortunately). Otherwise, CodeFlow throws: - // System.UriFormatException: Invalid URI: The format of the URI could not be determined. - return CreateUri(ReviewUrlFormat, VsClientUrl, DiscoveryServiceUrl, Uri.EscapeDataString(reviewKey)); - } - - public static Uri WebView(string reviewKey) - { - return CreateUri(WebDisplayUrlFormat, Uri.EscapeDataString(reviewKey)); - } - - private static Uri CreateUri(string format, params object[] args) - { - return new Uri(String.Format(format, args), UriKind.Absolute); - } - } -} diff --git a/Source/Platform/CodeFlow/Dashboard/ReviewDashboardServiceExtensions.cs b/Source/Platform/CodeFlow/Dashboard/ReviewDashboardServiceExtensions.cs deleted file mode 100644 index 150d0ef..0000000 --- a/Source/Platform/CodeFlow/Dashboard/ReviewDashboardServiceExtensions.cs +++ /dev/null @@ -1,366 +0,0 @@ -using Microsoft.Tools.TeamMate.Foundation.Diagnostics; -using Microsoft.Tools.TeamMate.Foundation.Runtime.Serialization; -using System; -using System.Collections.Generic; -using System.Linq; -using System.Threading.Tasks; - -namespace Microsoft.Tools.TeamMate.Platform.CodeFlow.Dashboard -{ - public static class ReviewDashboardServiceExtensions - { - public static int GetTotalPages(this QueryReviewSummariesResult firstPage) - { - Assert.ParamIsNotNull(firstPage, "result"); - - if (firstPage.TotalResults > 0 && firstPage.Reviews != null && firstPage.Reviews.Length > 0 && firstPage.TotalResults > firstPage.Reviews.Length) - { - return (int)Math.Ceiling(firstPage.TotalResults / (double)firstPage.Reviews.Length); - } - - return 1; - } - - public static QueryReviewSummariesResult QueryAllReviewSummaries(this IReviewDashboardService service, CodeReviewQuery query) - { - Assert.ParamIsNotNull(service, "service"); - Assert.ParamIsNotNull(query, "query"); - - return QueryAllReviewSummariesAsync(service, query).Result; - } - - public static async Task QueryAllReviewSummariesAsync(this IReviewDashboardService service, CodeReviewQuery query) - { - // TODO: THis is not truly fully async. We should be using Task.Run() to fork out work to another thread. - // Right now, some of the work is happening in the same synchronization context, which is unnecessary. - Assert.ParamIsNotNull(service, "service"); - Assert.ParamIsNotNull(query, "query"); - - DateTime start = DateTime.Now; - var firstResult = await service.QueryReviewSummariesAsync(query); - - int totalPages = firstResult.GetTotalPages(); - if (totalPages > 1) - { - List> moreResultTasks = new List>(); - - for (int i = 1; i < totalPages; i++) - { - var nextQuery = SerializationUtilities.Clone(query); - nextQuery.PageIndex = i; - - var nextResult = service.QueryReviewSummariesAsync(nextQuery); - moreResultTasks.Add(nextResult); - } - - var moreResults = await Task.WhenAll(moreResultTasks); - - TimeSpan queryDuration = DateTime.Now - start; - List allResults = new List(); - allResults.Add(firstResult); - allResults.AddRange(moreResults); - - QueryReviewSummariesResult aggregateResult = new QueryReviewSummariesResult(); - aggregateResult.QueryDuration = queryDuration; - aggregateResult.Reviews = allResults.Select(rs => rs.Reviews).Where(r => r != null).SelectMany(r => r).ToArray(); - aggregateResult.TotalResults = aggregateResult.Reviews.Length; - aggregateResult.ExtensionData = firstResult.ExtensionData; - return aggregateResult; - } - - return firstResult; - } - - public static bool HasActioned(this Reviewer reviewer) - { - return reviewer.Status.IsActioned(); - } - - public static bool IsParticipating(this Reviewer reviewer) - { - return reviewer.Status.IsParticipating(); - } - - public static bool IsActioned(this ReviewerStatus status) - { - return status == ReviewerStatus.SignedOff || status == ReviewerStatus.Waiting || status == ReviewerStatus.Declined; - } - - public static bool IsParticipating(this ReviewerStatus status) - { - return status == ReviewerStatus.Started || status == ReviewerStatus.Reviewing || status.IsActioned(); - } - - public static bool ActionedAfter(this CodeReviewSummary review, DateTime date) - { - return review.Reviewers.Any(reviewer => reviewer.HasActioned() && reviewer.LastUpdatedOn > date); - } - - public static bool ActionedBy(this CodeReviewSummary review, string alias) - { - var reviewer = review.GetReviewer(alias); - return (reviewer != null) ? reviewer.HasActioned() : false; - } - - public static bool ActionedByAfter(this CodeReviewSummary review, string alias, DateTime date) - { - var reviewer = review.GetReviewer(alias); - return (reviewer != null) ? (reviewer.HasActioned() && reviewer.LastUpdatedOn > date) : false; - } - - public static IEnumerable ActionsAfter(this CodeReviewSummary review, Reviewer aReview) - { - return review.Reviewers.Where(reviewer => reviewer != aReview && reviewer.HasActioned() && reviewer.LastUpdatedOn > aReview.LastUpdatedOn); - } - - public static ReviewerStatus? GetStatus(this CodeReviewSummary review, string alias) - { - var reviewer = review.GetReviewer(alias); - return (reviewer != null) ? reviewer.Status : (ReviewerStatus?)null; - } - - public static Reviewer GetReviewer(this CodeReviewSummary review, string alias) - { - return review.Reviewers.FirstOrDefault(reviewer => Is(reviewer, alias)); - } - - public static bool IsActive(this CodeReviewSummary summary) - { - return (summary.Status == CodeReviewStatus.Created || summary.Status == CodeReviewStatus.Active); - } - - public static CodeFlowReviewReference GetReference(this CodeReviewSummary summary) - { - return new CodeFlowReviewReference(summary.Key); - } - - public static int CountReviewerStatus(this CodeReviewSummary review, ReviewerStatus status) - { - return review.Reviewers.Count(reviewer => reviewer.Status == status); - } - - public static bool HasReviewerStatus(this CodeReviewSummary review, ReviewerStatus status) - { - return review.Reviewers.Any(reviewer => reviewer.Status == status); - } - - public static bool IsRequired(this CodeReviewSummary review, string alias) - { - var reviewer = review.GetReviewer(alias); - return (reviewer != null) ? reviewer.Required : false; - } - - public static bool Is(this Reviewer reviewer, string alias) - { - return AliasesAreEqual(reviewer.Name, alias); - } - - public static bool Is(this Author author, string alias) - { - return AliasesAreEqual(author.Name, alias); - } - - public static bool IsMe(this Reviewer reviewer) - { - var myAccount = CodeFlowContext.MyCodeFlowAccount; - return myAccount != null && reviewer.Is(myAccount); - } - - public static bool IsMe(this Author author) - { - var myAccount = CodeFlowContext.MyCodeFlowAccount; - return myAccount != null && author.Is(myAccount); - } - - private static bool AliasesAreEqual(string alias1, string alias2) - { - return String.Equals(alias1, alias2, StringComparison.OrdinalIgnoreCase); - } - - public static ReviewerStatus MyFeedbackStatus(this CodeReviewSummary review) - { - var reviewer = review.MyReview(); - return (reviewer != null) ? reviewer.Status : ReviewerStatus.NotStarted; - } - - public static Reviewer MyReview(this CodeReviewSummary review) - { - return review.Reviewers.FirstOrDefault(r => r.IsMe()); - } - - public static DateTime? SignedOffOn(this CodeReviewSummary summary) - { - var signedOff = summary.Reviewers.Where(r => r.Status == ReviewerStatus.SignedOff).ToArray(); - return (signedOff.Any()) ? signedOff.Min(r => r.LastUpdatedOn) : (DateTime?)null; - } - - public static Uri GetWebViewUri(this CodeReviewSummary review) - { - // Move to extension method - return CodeFlowUriBuilder.WebView(review.Key); - } - - public static Uri GetLaunchClientUri(this CodeReviewSummary review) - { - return CodeFlowUriBuilder.LaunchClient(review.Key); - } - - public static Uri GetLaunchVisualStudioUri(this CodeReviewSummary review) - { - return CodeFlowUriBuilder.LaunchVisualStudio(review.Key); - } - - public static string GetFullTitle(this CodeReviewSummary review) - { - return String.Format("CodeFlow Review: {0}", review.Name); - } - - public static string GetCreatedChangeDescription(this CodeReviewSummary summary) - { - return String.Format("{0} created a code review", summary.Author.DisplayName); - } - - public static string GetChangeDescription(this CodeReviewSummary summary) - { - var author = summary.Author; - - if (author.Status == AuthorStatus.Completed) - { - return String.Format("{0} completed a code review", author.DisplayName); - } - - Reviewer lastReviewer = summary.GetLastReviewerWhoActioned(); - var lastAuthorUpdate = summary.GetLastAuthorUpdate(); - - // TODO: This logic is quite ugly, refactor - if (lastReviewer != null && lastReviewer.LastUpdatedOn > lastAuthorUpdate) - { - string authorDisplayName = (author.IsMe()) ? "your" : String.Format("{0}'s", author.DisplayName); - string reviewerDisplayName = lastReviewer.DisplayName; - - // Prefer reviewer action - var status = lastReviewer.Status; - if (status == ReviewerStatus.Declined) - { - return String.Format("{0} declined {1} code review", reviewerDisplayName, authorDisplayName); - } - else if (status == ReviewerStatus.SignedOff) - { - return String.Format("{0} signed off {1} code review", reviewerDisplayName, authorDisplayName); - } - else if (status == ReviewerStatus.Waiting) - { - return String.Format("{0} is waiting on {1} code review", reviewerDisplayName, authorDisplayName); - } - else - { - return String.Format("{0} gave feedback on {1} code review", reviewerDisplayName, authorDisplayName); - } - } - else - { - if (!summary.HasLastUpdatedOn() || !author.HasLastUpdatedOn()) - { - return summary.GetCreatedChangeDescription(); - } - else - { - return String.Format("{0} updated a code review", author.DisplayName); - } - } - } - - public static Reviewer GetLastReviewerWhoActioned(this CodeReviewSummary summary) - { - Reviewer lastReviewer = summary.Reviewers.Where(r => r.Status != ReviewerStatus.InviteOnly && r.Status != ReviewerStatus.NotStarted && r.HasLastUpdatedOn()) - .OrderByDescending(r => r.LastUpdatedOn).FirstOrDefault(); - - return lastReviewer; - } - - public static bool HasLastUpdatedOn(this Author author) - { - return IsValidDate(author.LastUpdatedOn); - } - - public static bool HasLastUpdatedOn(this Reviewer reviewer) - { - return IsValidDate(reviewer.LastUpdatedOn); - } - - public static bool HasLastUpdatedOn(this CodeReviewSummary summary) - { - return IsValidDate(summary.LastUpdatedOn); - } - - private static bool IsValidDate(DateTime date) - { - return date != DateTime.MinValue; - } - - public static LastReviewChange GetLastChange(this CodeReviewSummary summary) - { - DateTime lastAuthorUpdate = summary.GetLastAuthorUpdate(); - Reviewer lastReviewer = summary.GetLastReviewerWhoActioned(); - - if (lastReviewer == null || lastReviewer.LastUpdatedOn < lastAuthorUpdate) - { - return new LastReviewChange(summary.Author, lastAuthorUpdate); - } - else - { - return new LastReviewChange(lastReviewer, lastReviewer.LastUpdatedOn); - } - } - - public static DateTime GetLastAuthorUpdate(this CodeReviewSummary summary) - { - Author author = summary.Author; - DateTime authorDate = (author.HasLastUpdatedOn()) ? Max(author.LastUpdatedOn, summary.CreatedOn) : summary.CreatedOn; - return authorDate; - } - - private static DateTime Max(DateTime d1, DateTime d2) - { - return (d1 > d2) ? d1 : d2; - } - - public static bool IsSignedOffOrWaiting(this CodeReviewSummary summary) - { - return summary.Reviewers.Any(r => r.Status == ReviewerStatus.SignedOff || r.Status == ReviewerStatus.Waiting); - } - - public static bool NotReviewedByMeOrUpdatedAfterReview(this CodeReviewSummary summary) - { - var myReview = summary.MyReview(); - - // If I have not reviewed yet, or I reviewed as "Waiting" and the author made updates... - return (myReview == null || !myReview.Status.IsActioned() - || (myReview.Status == ReviewerStatus.Waiting && myReview.LastUpdatedOn < summary.Author.LastUpdatedOn)); - } - } - - public class LastReviewChange - { - public LastReviewChange(Author author, DateTime changeDate) - { - this.Author = author; - this.ChangeDate = changeDate; - } - - public LastReviewChange(Reviewer reviewer, DateTime changeDate) - { - this.Reviewer = reviewer; - this.ChangeDate = changeDate; - } - - public Author Author { get; private set; } - public Reviewer Reviewer { get; private set; } - public DateTime ChangeDate { get; private set; } - - public bool IsMe() - { - return (Author != null) ? Author.IsMe() : Reviewer.IsMe(); - } - } -} diff --git a/Source/Platform/CodeFlow/Dashboard/WcfDeserialization.cs b/Source/Platform/CodeFlow/Dashboard/WcfDeserialization.cs deleted file mode 100644 index 1bd282e..0000000 --- a/Source/Platform/CodeFlow/Dashboard/WcfDeserialization.cs +++ /dev/null @@ -1,51 +0,0 @@ -using System; -using System.Runtime.Serialization; - -namespace Microsoft.Tools.TeamMate.Platform.CodeFlow.Dashboard -{ - internal static class WcfUtilities - { - // http://stackoverflow.com/questions/14121343/datetime-kind-is-not-returned-in-wcf - // http://stackoverflow.com/questions/1297506/roundtrip-xml-serialization-of-datetime-and-xsddate - public static DateTime NormalizeUtc(DateTime value) - { - return (value.Kind == DateTimeKind.Unspecified) ? DateTime.SpecifyKind(value, DateTimeKind.Utc) : value.ToUniversalTime(); - } - - public static DateTime? NormalizeUtc(DateTime? value) - { - return (value != null) ? NormalizeUtc(value.Value) : (DateTime?)null; - } - } - - public partial class CodeReviewSummary : IDeserializationCallback - { - public void OnDeserialization(object sender) - { - this.CreatedOnField = WcfUtilities.NormalizeUtc(this.CreatedOnField); - this.LastUpdatedOnField = WcfUtilities.NormalizeUtc(this.LastUpdatedOnField); - this.CompletedOnField = WcfUtilities.NormalizeUtc(this.CompletedOnField); - - if (this.ReviewersField == null) - { - this.ReviewersField = new Reviewer[0]; - } - } - } - - public partial class Author : IDeserializationCallback - { - public void OnDeserialization(object sender) - { - this.LastUpdatedOnField = WcfUtilities.NormalizeUtc(this.LastUpdatedOnField); - } - } - - public partial class Reviewer : IDeserializationCallback - { - public void OnDeserialization(object sender) - { - this.LastUpdatedOnField = WcfUtilities.NormalizeUtc(this.LastUpdatedOnField); - } - } -} diff --git a/Source/Platform/CodeFlow/Resources/CodeFlowResources.Designer.cs b/Source/Platform/CodeFlow/Resources/CodeFlowResources.Designer.cs deleted file mode 100644 index 1dd6f30..0000000 --- a/Source/Platform/CodeFlow/Resources/CodeFlowResources.Designer.cs +++ /dev/null @@ -1,73 +0,0 @@ -//------------------------------------------------------------------------------ -// -// This code was generated by a tool. -// Runtime Version:4.0.30319.42000 -// -// Changes to this file may cause incorrect behavior and will be lost if -// the code is regenerated. -// -//------------------------------------------------------------------------------ - -namespace Microsoft.Tools.TeamMate.Platform.CodeFlow.Resources { - using System; - - - /// - /// A strongly-typed resource class, for looking up localized strings, etc. - /// - // This class was auto-generated by the StronglyTypedResourceBuilder - // class via a tool like ResGen or Visual Studio. - // To add or remove a member, edit your .ResX file then rerun ResGen - // with the /str option, or rebuild your VS project. - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "16.0.0.0")] - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] - internal class CodeFlowResources { - - private static global::System.Resources.ResourceManager resourceMan; - - private static global::System.Globalization.CultureInfo resourceCulture; - - [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")] - internal CodeFlowResources() { - } - - /// - /// Returns the cached ResourceManager instance used by this class. - /// - [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)] - internal static global::System.Resources.ResourceManager ResourceManager { - get { - if (object.ReferenceEquals(resourceMan, null)) { - global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("Microsoft.Tools.TeamMate.Platform.CodeFlow.Resources.CodeFlowResources", typeof(CodeFlowResources).Assembly); - resourceMan = temp; - } - return resourceMan; - } - } - - /// - /// Overrides the current thread's CurrentUICulture property for all - /// resource lookups using this strongly typed resource class. - /// - [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)] - internal static global::System.Globalization.CultureInfo Culture { - get { - return resourceCulture; - } - set { - resourceCulture = value; - } - } - - /// - /// Looks up a localized resource of type System.Byte[]. - /// - internal static byte[] ReviewsStylesheet { - get { - object obj = ResourceManager.GetObject("ReviewsStylesheet", resourceCulture); - return ((byte[])(obj)); - } - } - } -} diff --git a/Source/Platform/CodeFlow/Resources/CodeFlowResources.resx b/Source/Platform/CodeFlow/Resources/CodeFlowResources.resx deleted file mode 100644 index 428694b..0000000 --- a/Source/Platform/CodeFlow/Resources/CodeFlowResources.resx +++ /dev/null @@ -1,124 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - text/microsoft-resx - - - 2.0 - - - System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - - reviewsstylesheet.xslt;System.Byte[], mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - \ No newline at end of file diff --git a/Source/Platform/CodeFlow/Resources/ReviewsStylesheet.xslt b/Source/Platform/CodeFlow/Resources/ReviewsStylesheet.xslt deleted file mode 100644 index acb6b06..0000000 --- a/Source/Platform/CodeFlow/Resources/ReviewsStylesheet.xslt +++ /dev/null @@ -1,262 +0,0 @@ - - - - - - - - - - - - - - Plain - - - - - - - - - - - - - - - - - -
-

Please look at the code reviews below and take time to mark the appropriate ones as completed.

-

When completing reviews, please follow a good code review etiquette:

-
    -
  • - Code reviews SHOULD NOT be completed with ANY comments in Active state. -
      -
    • - If you do, reviewers have no clue about what decisions you've made based on their feedback. Please don't do this. -
    • -
    -
  • -
  • - - Please make sure to walk through active comments, and mark them as either Resolved, Pending or Won't Fix. - -
      -
    • - Resolved means that you have made a code change based on the suggestion. -
    • -
    • - Pending means that further thinking or discussion is needed. This item might not be addressed as part of your immediate check in. -
    • -
    • - Won't Fix means that you will not be making a change to the code base on the particular suggestion or question. -
    • -
    -
  • -
  • - Pending and Won't Fix resolutions MUST HAVE comments attached to the resolution. -
      -
    • - It is not acceptable to simply mark something as Pending or Won't Fix without explaining the rationale behind it. -
    • -
    • - Somebody spent their time giving you the feedback that you requested, please spend your time with clear replies. -
    • -
    -
  • -
- -

- Thanks in advance! - -
- -
-

-
- -
- - -
-
- () -
- - - - - - - - - - row1 - row2 - - - - - - - - - -
NameUpdatedParticipants
- - - - - - - -
-
 
-
-
- - -
- - - - - - - - - - - , - - - - - - - - - - - - body, table - { - font-family: Calibri, Sans-Serif; - font-size: 11pt; - } - - table - { - border-collapse: collapse; - border-spacing: 0; - } - - a - { - text-decoration: none; - color: #4183c4; - } - - a:hover - { - text-decoration: underline; - } - - .section - { - font-weight: bold; - font-size: 120%; - text-transform: uppercase; - margin-top: 10px; - margin-bottom: 10px; - } - - li.spaced - { - margin-top: 12pt; - } - - /* Reviews Table */ - - table.reviews - { - margin: 0; - width: 100%; - border: 1px solid #EAEAEA; - } - - table.reviews tr th - { - text-align: left; - background: #E2E2E2; - } - - table.reviews tr td - { - vertical-align: top; - } - - table.reviews tr th, table.reviews tr td - { - padding: 5px 5px 5px 5px; - border-bottom: 1px solid #EAEAEA; - } - - .row1 - { - background: white; - } - - .row2 - { - background: #F9F9F9; - } - - .nameColumn a - { - /* - color: black; - font-weight: bold; - */ - } - - .updatedColumn - { - color: #888; - } - - /* ReviewerStatus */ - - .SignedOff - { - font-weight: bold; - color: green; - } - - .Waiting - { - font-weight: bold; - color: red; - } - - .reviewsDiv - { - margin-bottom: 30px; - } - - - -
diff --git a/Source/Platform/CodeFlow/Resources/Samples/Reviews.xml b/Source/Platform/CodeFlow/Resources/Samples/Reviews.xml deleted file mode 100644 index 301cef4..0000000 --- a/Source/Platform/CodeFlow/Resources/Samples/Reviews.xml +++ /dev/null @@ -1,3266 +0,0 @@ - - - - - - - Bug 519895. Fix duplicated Fodor articles. - alexnip-b9f8b49ba0e14d25aefd4543725ef2ac - Active - 2013-03-20T21:40:35.8911463 - less than a minute ago - 2013-03-20T22:37:07.1290471 - less than a minute ago - 1 - http://codeflow/Client/CodeFlow2010.application?server=http://CodeFlow/Services/DiscoveryService.svc&review=alexnip-b9f8b49ba0e14d25aefd4543725ef2ac - http://codeflow/VSClient/VsCodeFlowLauncher.application?server=http://CodeFlow/Services/DiscoveryService.svc&review=alexnip-b9f8b49ba0e14d25aefd4543725ef2ac - http://codeflow/Dashboard/review/display/alexnip-b9f8b49ba0e14d25aefd4543725ef2ac - - - - - - - - - - Bug 523945. Remove hover highlight in hotel booking page. - alexnip-189f17a1b5834590bec4b1b72f815b98 - Active - 2013-03-20T20:07:26.3383656 - less than a minute ago - 2013-03-20T21:10:21.9714858 - less than a minute ago - 1 - http://codeflow/Client/CodeFlow2010.application?server=http://CodeFlow/Services/DiscoveryService.svc&review=alexnip-189f17a1b5834590bec4b1b72f815b98 - http://codeflow/VSClient/VsCodeFlowLauncher.application?server=http://CodeFlow/Services/DiscoveryService.svc&review=alexnip-189f17a1b5834590bec4b1b72f815b98 - http://codeflow/Dashboard/review/display/alexnip-189f17a1b5834590bec4b1b72f815b98 - - - - - - - - - CMS slideshows and Fodor feed ID. - alexnip-102ec6b17db745519d1be5814a3a2908 - Active - 2013-03-18T21:13:56.4517979 - 2 days ago - 2013-03-19T20:06:14.5981527 - 23 hours ago - 3 - http://codeflow/Client/CodeFlow2010.application?server=http://CodeFlow/Services/DiscoveryService.svc&review=alexnip-102ec6b17db745519d1be5814a3a2908 - http://codeflow/VSClient/VsCodeFlowLauncher.application?server=http://CodeFlow/Services/DiscoveryService.svc&review=alexnip-102ec6b17db745519d1be5814a3a2908 - http://codeflow/Dashboard/review/display/alexnip-102ec6b17db745519d1be5814a3a2908 - - - - - - - - - - Bug 477128. Try loading booking page on error. - alexnip-ff05462d66ab437083c93bedef576598 - Active - 2013-03-17T00:14:48.1512208 - 4 days ago - 2013-03-17T09:58:38.5486385 - 3 days ago - 1 - http://codeflow/Client/CodeFlow2010.application?server=http://CodeFlow/Services/DiscoveryService.svc&review=alexnip-ff05462d66ab437083c93bedef576598 - http://codeflow/VSClient/VsCodeFlowLauncher.application?server=http://CodeFlow/Services/DiscoveryService.svc&review=alexnip-ff05462d66ab437083c93bedef576598 - http://codeflow/Dashboard/review/display/alexnip-ff05462d66ab437083c93bedef576598 - - - - - - - - - - - Bug 517330. Update VFM image attribution. - alexnip-a4a570a2f12b4283b78171026a52311c - Active - 2013-03-16T20:08:35.6342042 - 4 days ago - 2013-03-19T02:08:22.5088182 - 2 days ago - 3 - http://codeflow/Client/CodeFlow2010.application?server=http://CodeFlow/Services/DiscoveryService.svc&review=alexnip-a4a570a2f12b4283b78171026a52311c - http://codeflow/VSClient/VsCodeFlowLauncher.application?server=http://CodeFlow/Services/DiscoveryService.svc&review=alexnip-a4a570a2f12b4283b78171026a52311c - http://codeflow/Dashboard/review/display/alexnip-a4a570a2f12b4283b78171026a52311c - - - - - - - - - - Change hotel booking poll timeout to around 60s max. - alexnip-72d86d7760b645159b1bc1f788c7b59b - Active - 2013-03-16T18:51:59.5116048 - 4 days ago - 2013-03-16T20:02:35.1788461 - 4 days ago - 1 - http://codeflow/Client/CodeFlow2010.application?server=http://CodeFlow/Services/DiscoveryService.svc&review=alexnip-72d86d7760b645159b1bc1f788c7b59b - http://codeflow/VSClient/VsCodeFlowLauncher.application?server=http://CodeFlow/Services/DiscoveryService.svc&review=alexnip-72d86d7760b645159b1bc1f788c7b59b - http://codeflow/Dashboard/review/display/alexnip-72d86d7760b645159b1bc1f788c7b59b - - - - - - - - - - - Bug 475633. Missing ICE Portal panos. - alexnip-5c692260233e4a51b2adf37a5adc05c9 - Active - 2013-03-16T01:18:05.7586591 - 5 days ago - 2013-03-16T07:42:04.6338051 - 4 days ago - 2 - http://codeflow/Client/CodeFlow2010.application?server=http://CodeFlow/Services/DiscoveryService.svc&review=alexnip-5c692260233e4a51b2adf37a5adc05c9 - http://codeflow/VSClient/VsCodeFlowLauncher.application?server=http://CodeFlow/Services/DiscoveryService.svc&review=alexnip-5c692260233e4a51b2adf37a5adc05c9 - http://codeflow/Dashboard/review/display/alexnip-5c692260233e4a51b2adf37a5adc05c9 - - - - - - - - - - Bug 512742. Show progressive rendering for hotel results. - alexnip-969399f24d214b859b60a8440313ad24 - Active - 2013-03-16T00:00:07.9816059 - 5 days ago - 2013-03-16T01:47:56.4289233 - 5 days ago - 2 - http://codeflow/Client/CodeFlow2010.application?server=http://CodeFlow/Services/DiscoveryService.svc&review=alexnip-969399f24d214b859b60a8440313ad24 - http://codeflow/VSClient/VsCodeFlowLauncher.application?server=http://CodeFlow/Services/DiscoveryService.svc&review=alexnip-969399f24d214b859b60a8440313ad24 - http://codeflow/Dashboard/review/display/alexnip-969399f24d214b859b60a8440313ad24 - - - - - - - - - - - Fix home scroll on back navigation. - alexnip-44b7249531114624a469f7ad548c38a0 - Active - 2013-03-15T22:11:41.7008076 - 5 days ago - 2013-03-15T22:41:56.1187065 - 5 days ago - 1 - http://codeflow/Client/CodeFlow2010.application?server=http://CodeFlow/Services/DiscoveryService.svc&review=alexnip-44b7249531114624a469f7ad548c38a0 - http://codeflow/VSClient/VsCodeFlowLauncher.application?server=http://CodeFlow/Services/DiscoveryService.svc&review=alexnip-44b7249531114624a469f7ad548c38a0 - http://codeflow/Dashboard/review/display/alexnip-44b7249531114624a469f7ad548c38a0 - - - - - - - - - - - Home page fix. - alexnip-22ad1b7faed0406db4b767a35cca43e6 - Active - 2013-03-14T08:21:46.320708 - 6 days ago - 2013-03-15T16:37:33.2403227 - 5 days ago - 1 - http://codeflow/Client/CodeFlow2010.application?server=http://CodeFlow/Services/DiscoveryService.svc&review=alexnip-22ad1b7faed0406db4b767a35cca43e6 - http://codeflow/VSClient/VsCodeFlowLauncher.application?server=http://CodeFlow/Services/DiscoveryService.svc&review=alexnip-22ad1b7faed0406db4b767a35cca43e6 - http://codeflow/Dashboard/review/display/alexnip-22ad1b7faed0406db4b767a35cca43e6 - - - - - - - - - - Ensure header is disposed to prevent memory leak. - alexnip-ddb825e0272e401190dcf587e2c0d185 - Active - 2013-03-13T21:58:04.8723514 - a week ago - 2013-03-13T22:11:42.5320791 - a week ago - 2 - http://codeflow/Client/CodeFlow2010.application?server=http://CodeFlow/Services/DiscoveryService.svc&review=alexnip-ddb825e0272e401190dcf587e2c0d185 - http://codeflow/VSClient/VsCodeFlowLauncher.application?server=http://CodeFlow/Services/DiscoveryService.svc&review=alexnip-ddb825e0272e401190dcf587e2c0d185 - http://codeflow/Dashboard/review/display/alexnip-ddb825e0272e401190dcf587e2c0d185 - - - - - - - - - - - Bump hotel count to 1000. - alexnip-a00c526ed9b143b98cd3314374c1a6c4 - Active - 2013-03-13T21:53:32.8239724 - a week ago - 2013-03-13T21:55:09.5102616 - a week ago - 1 - http://codeflow/Client/CodeFlow2010.application?server=http://CodeFlow/Services/DiscoveryService.svc&review=alexnip-a00c526ed9b143b98cd3314374c1a6c4 - http://codeflow/VSClient/VsCodeFlowLauncher.application?server=http://CodeFlow/Services/DiscoveryService.svc&review=alexnip-a00c526ed9b143b98cd3314374c1a6c4 - http://codeflow/Dashboard/review/display/alexnip-a00c526ed9b143b98cd3314374c1a6c4 - - - - - - - - - - DCR: 508881. Increase number of destination photos and panos. - alexnip-a233b3e8328242a5b87d569ec335235f - Active - 2013-03-13T19:34:00.9560489 - a week ago - 2013-03-13T20:35:21.3191642 - a week ago - 2 - http://codeflow/Client/CodeFlow2010.application?server=http://CodeFlow/Services/DiscoveryService.svc&review=alexnip-a233b3e8328242a5b87d569ec335235f - http://codeflow/VSClient/VsCodeFlowLauncher.application?server=http://CodeFlow/Services/DiscoveryService.svc&review=alexnip-a233b3e8328242a5b87d569ec335235f - http://codeflow/Dashboard/review/display/alexnip-a233b3e8328242a5b87d569ec335235f - - - - - - - - - - - - Bug 507287. Hide progress bar and show last available booking results. - alexnip-1ab4416093a04a698af22d64f116a09b - Active - 2013-03-11T21:53:51.4965273 - a week ago - 2013-03-11T22:16:44.0286579 - a week ago - 1 - http://codeflow/Client/CodeFlow2010.application?server=http://CodeFlow/Services/DiscoveryService.svc&review=alexnip-1ab4416093a04a698af22d64f116a09b - http://codeflow/VSClient/VsCodeFlowLauncher.application?server=http://CodeFlow/Services/DiscoveryService.svc&review=alexnip-1ab4416093a04a698af22d64f116a09b - http://codeflow/Dashboard/review/display/alexnip-1ab4416093a04a698af22d64f116a09b - - - - - - - - - - Fix for progressive rendering. - alexnip-5abcb6852d614064ac42f26803920fb6 - Active - 2013-03-11T18:43:51.8713105 - a week ago - 2013-03-11T21:10:34.806528 - a week ago - 1 - http://codeflow/Client/CodeFlow2010.application?server=http://CodeFlow/Services/DiscoveryService.svc&review=alexnip-5abcb6852d614064ac42f26803920fb6 - http://codeflow/VSClient/VsCodeFlowLauncher.application?server=http://CodeFlow/Services/DiscoveryService.svc&review=alexnip-5abcb6852d614064ac42f26803920fb6 - http://codeflow/Dashboard/review/display/alexnip-5abcb6852d614064ac42f26803920fb6 - - - - - - - - - - - - Client metasearch perf optimizations. - alexnip-7f830af3865847d7aa9f100176e0dd8b - Active - 2013-03-07T09:51:13.5215028 - 2 weeks ago - 2013-03-08T21:46:02.7231206 - 2 weeks ago - 5 - http://codeflow/Client/CodeFlow2010.application?server=http://CodeFlow/Services/DiscoveryService.svc&review=alexnip-7f830af3865847d7aa9f100176e0dd8b - http://codeflow/VSClient/VsCodeFlowLauncher.application?server=http://CodeFlow/Services/DiscoveryService.svc&review=alexnip-7f830af3865847d7aa9f100176e0dd8b - http://codeflow/Dashboard/review/display/alexnip-7f830af3865847d7aa9f100176e0dd8b - - - - - - - - - - - - Booking.com purveyor name fix. - alexnip-1c2b93cd4f3a4daead7b0b9e7f295c3a - Active - 2013-03-07T00:25:58.3799313 - 2 weeks ago - 2013-03-07T18:08:29.8904145 - 2 weeks ago - 1 - http://codeflow/Client/CodeFlow2010.application?server=http://CodeFlow/Services/DiscoveryService.svc&review=alexnip-1c2b93cd4f3a4daead7b0b9e7f295c3a - http://codeflow/VSClient/VsCodeFlowLauncher.application?server=http://CodeFlow/Services/DiscoveryService.svc&review=alexnip-1c2b93cd4f3a4daead7b0b9e7f295c3a - http://codeflow/Dashboard/review/display/alexnip-1c2b93cd4f3a4daead7b0b9e7f295c3a - - - - - - - - - - Update GeoSearchHotels test to target specific DCs. - alexnip-ad571286092844baa39286b5f6a221e4 - Active - 2013-03-06T19:47:16.2467799 - 2 weeks ago - 2013-03-07T21:35:15.2605426 - 2 weeks ago - 1 - http://codeflow/Client/CodeFlow2010.application?server=http://CodeFlow/Services/DiscoveryService.svc&review=alexnip-ad571286092844baa39286b5f6a221e4 - http://codeflow/VSClient/VsCodeFlowLauncher.application?server=http://CodeFlow/Services/DiscoveryService.svc&review=alexnip-ad571286092844baa39286b5f6a221e4 - http://codeflow/Dashboard/review/display/alexnip-ad571286092844baa39286b5f6a221e4 - - - - - - - - - - Market override fixes. - alexnip-f4af75ef42854ab98720ba3fb799b78b - Active - 2013-03-06T06:53:13.3880706 - 2 weeks ago - 2013-03-06T18:33:39.3615472 - 2 weeks ago - 1 - http://codeflow/Client/CodeFlow2010.application?server=http://CodeFlow/Services/DiscoveryService.svc&review=alexnip-f4af75ef42854ab98720ba3fb799b78b - http://codeflow/VSClient/VsCodeFlowLauncher.application?server=http://CodeFlow/Services/DiscoveryService.svc&review=alexnip-f4af75ef42854ab98720ba3fb799b78b - http://codeflow/Dashboard/review/display/alexnip-f4af75ef42854ab98720ba3fb799b78b - - - - - - - - - - Fix console keyboard input. - alexnip-560eab7bfff84274865520708d877fa4 - Active - 2013-03-06T04:41:01.736842 - 2 weeks ago - 2013-03-06T18:47:20.9785116 - 2 weeks ago - 2 - http://codeflow/Client/CodeFlow2010.application?server=http://CodeFlow/Services/DiscoveryService.svc&review=alexnip-560eab7bfff84274865520708d877fa4 - http://codeflow/VSClient/VsCodeFlowLauncher.application?server=http://CodeFlow/Services/DiscoveryService.svc&review=alexnip-560eab7bfff84274865520708d877fa4 - http://codeflow/Dashboard/review/display/alexnip-560eab7bfff84274865520708d877fa4 - - - - - - - - - - - Bug 489303. Typo causing crash. - alexnip-2c874b74e12242cbb85088bd0185a246 - Active - 2013-03-05T23:31:18.346366 - 2 weeks ago - 2013-03-06T08:14:52.9222885 - 2 weeks ago - 2 - http://codeflow/Client/CodeFlow2010.application?server=http://CodeFlow/Services/DiscoveryService.svc&review=alexnip-2c874b74e12242cbb85088bd0185a246 - http://codeflow/VSClient/VsCodeFlowLauncher.application?server=http://CodeFlow/Services/DiscoveryService.svc&review=alexnip-2c874b74e12242cbb85088bd0185a246 - http://codeflow/Dashboard/review/display/alexnip-2c874b74e12242cbb85088bd0185a246 - - - - - - - - - - - (Travel) Disable publishing to GeoSpatial PROD in Samgam-Prod1 - alexnip-7553f1cc6a3c4ce7963e96a0ab787f2f - Active - 2013-03-05T21:43:16.8817032 - 2 weeks ago - 2013-03-07T21:15:06.100215 - 2 weeks ago - 2 - http://codeflow/Client/CodeFlow2010.application?server=http://CodeFlow/Services/DiscoveryService.svc&review=alexnip-7553f1cc6a3c4ce7963e96a0ab787f2f - http://codeflow/VSClient/VsCodeFlowLauncher.application?server=http://CodeFlow/Services/DiscoveryService.svc&review=alexnip-7553f1cc6a3c4ce7963e96a0ab787f2f - http://codeflow/Dashboard/review/display/alexnip-7553f1cc6a3c4ce7963e96a0ab787f2f - - - - - - - - - Destinations pipeline update for CMS article clusters (PROD1) - alexnip-284e7b68b0354cb9b2beb1b5462ce2ea - Active - 2013-03-05T21:09:29.2984546 - 2 weeks ago - 2013-03-06T01:18:26.4488938 - 2 weeks ago - 1 - http://codeflow/Client/CodeFlow2010.application?server=http://CodeFlow/Services/DiscoveryService.svc&review=alexnip-284e7b68b0354cb9b2beb1b5462ce2ea - http://codeflow/VSClient/VsCodeFlowLauncher.application?server=http://CodeFlow/Services/DiscoveryService.svc&review=alexnip-284e7b68b0354cb9b2beb1b5462ce2ea - http://codeflow/Dashboard/review/display/alexnip-284e7b68b0354cb9b2beb1b5462ce2ea - - - - - - - - - - Hotel datapipeline PROD update. - alexnip-b75db090ba8442f6b6750cd7d1e94314 - Active - 2013-03-05T20:55:47.301782 - 2 weeks ago - 2013-03-06T01:11:56.9606078 - 2 weeks ago - 3 - http://codeflow/Client/CodeFlow2010.application?server=http://CodeFlow/Services/DiscoveryService.svc&review=alexnip-b75db090ba8442f6b6750cd7d1e94314 - http://codeflow/VSClient/VsCodeFlowLauncher.application?server=http://CodeFlow/Services/DiscoveryService.svc&review=alexnip-b75db090ba8442f6b6750cd7d1e94314 - http://codeflow/Dashboard/review/display/alexnip-b75db090ba8442f6b6750cd7d1e94314 - - - - - - - - (Travel) Bug 505022. Update hotel room rate data structures. - alexnip-894aec6d774442359763073db92cca5f - Active - 2013-03-04T22:49:23.8243055 - 2 weeks ago - 2013-03-05T01:16:57.8953502 - 2 weeks ago - 2 - http://codeflow/Client/CodeFlow2010.application?server=http://CodeFlow/Services/DiscoveryService.svc&review=alexnip-894aec6d774442359763073db92cca5f - http://codeflow/VSClient/VsCodeFlowLauncher.application?server=http://CodeFlow/Services/DiscoveryService.svc&review=alexnip-894aec6d774442359763073db92cca5f - http://codeflow/Dashboard/review/display/alexnip-894aec6d774442359763073db92cca5f - - - - - - - - - - - - (Travel) Bug 495516. Map markets to CMS article endpoints (first pass) - alexnip-aea45013c20d40babcc51cc9891f35ab - Active - 2013-03-04T19:09:11.7080914 - 2 weeks ago - 2013-03-05T02:35:12.7415626 - 2 weeks ago - 2 - http://codeflow/Client/CodeFlow2010.application?server=http://CodeFlow/Services/DiscoveryService.svc&review=alexnip-aea45013c20d40babcc51cc9891f35ab - http://codeflow/VSClient/VsCodeFlowLauncher.application?server=http://CodeFlow/Services/DiscoveryService.svc&review=alexnip-aea45013c20d40babcc51cc9891f35ab - http://codeflow/Dashboard/review/display/alexnip-aea45013c20d40babcc51cc9891f35ab - - - - - - - - - - Order CMS articles. - alexnip-25a9782782df4bd49e78b36bd3033795 - Active - 2013-03-01T01:10:28.0157002 - 3 weeks ago - 2013-03-05T20:59:27.5295805 - 2 weeks ago - 5 - http://codeflow/Client/CodeFlow2010.application?server=http://CodeFlow/Services/DiscoveryService.svc&review=alexnip-25a9782782df4bd49e78b36bd3033795 - http://codeflow/VSClient/VsCodeFlowLauncher.application?server=http://CodeFlow/Services/DiscoveryService.svc&review=alexnip-25a9782782df4bd49e78b36bd3033795 - http://codeflow/Dashboard/review/display/alexnip-25a9782782df4bd49e78b36bd3033795 - - - - - - - - - - (Travel) Add blacklist for flight and hotel search regions. - alexnip-d190be50458241b789a0762d67323f7b - Active - 2013-03-01T00:08:42.2440183 - 3 weeks ago - 2013-03-01T01:20:05.8419399 - 3 weeks ago - 1 - http://codeflow/Client/CodeFlow2010.application?server=http://CodeFlow/Services/DiscoveryService.svc&review=alexnip-d190be50458241b789a0762d67323f7b - http://codeflow/VSClient/VsCodeFlowLauncher.application?server=http://CodeFlow/Services/DiscoveryService.svc&review=alexnip-d190be50458241b789a0762d67323f7b - http://codeflow/Dashboard/review/display/alexnip-d190be50458241b789a0762d67323f7b - - - - - - - - - - - (Travel) Expose hotel providers without room details. - alexnip-b529e62a8e5e473ca68e5eb307c0cb01 - Active - 2013-02-27T19:25:27.3636808 - 3 weeks ago - 2013-02-27T22:03:55.5952836 - 3 weeks ago - 2 - http://codeflow/Client/CodeFlow2010.application?server=http://CodeFlow/Services/DiscoveryService.svc&review=alexnip-b529e62a8e5e473ca68e5eb307c0cb01 - http://codeflow/VSClient/VsCodeFlowLauncher.application?server=http://CodeFlow/Services/DiscoveryService.svc&review=alexnip-b529e62a8e5e473ca68e5eb307c0cb01 - http://codeflow/Dashboard/review/display/alexnip-b529e62a8e5e473ca68e5eb307c0cb01 - - - - - - - - - - - (Travel) Bug 478809. Fix booking room order. - alexnip-b99f7ea0d9ef488ca0465a75ccace32f - Active - 2013-02-27T02:21:30.1319831 - 3 weeks ago - 2013-02-27T03:03:26.7251371 - 3 weeks ago - 1 - http://codeflow/Client/CodeFlow2010.application?server=http://CodeFlow/Services/DiscoveryService.svc&review=alexnip-b99f7ea0d9ef488ca0465a75ccace32f - http://codeflow/VSClient/VsCodeFlowLauncher.application?server=http://CodeFlow/Services/DiscoveryService.svc&review=alexnip-b99f7ea0d9ef488ca0465a75ccace32f - http://codeflow/Dashboard/review/display/alexnip-b99f7ea0d9ef488ca0465a75ccace32f - - - - - - - - - (Travel) Trim out YN in the YPID value. - alexnip-92a607183f544402b83ba4925475c5bc - Active - 2013-02-26T07:09:55.5757824 - 3 weeks ago - 2013-02-26T18:49:45.0969196 - 3 weeks ago - 1 - http://codeflow/Client/CodeFlow2010.application?server=http://CodeFlow/Services/DiscoveryService.svc&review=alexnip-92a607183f544402b83ba4925475c5bc - http://codeflow/VSClient/VsCodeFlowLauncher.application?server=http://CodeFlow/Services/DiscoveryService.svc&review=alexnip-92a607183f544402b83ba4925475c5bc - http://codeflow/Dashboard/review/display/alexnip-92a607183f544402b83ba4925475c5bc - - - - - - - - - - - Photo validation integration for ACT - alexnip-eff65e1907f0460d956b17fe4456eced - Active - 2013-02-26T06:50:22.9800912 - 3 weeks ago - 2013-02-28T23:27:38.496418 - 3 weeks ago - 2 - http://codeflow/Client/CodeFlow2010.application?server=http://CodeFlow/Services/DiscoveryService.svc&review=alexnip-eff65e1907f0460d956b17fe4456eced - http://codeflow/VSClient/VsCodeFlowLauncher.application?server=http://CodeFlow/Services/DiscoveryService.svc&review=alexnip-eff65e1907f0460d956b17fe4456eced - http://codeflow/Dashboard/review/display/alexnip-eff65e1907f0460d956b17fe4456eced - - - - - - - - - - (Travel) FnF hotel booking page. - alexnip-503fee2f6d1c406296039af496fcd92a - Active - 2013-02-26T03:35:02.2657285 - 3 weeks ago - 2013-02-26T20:31:44.5869506 - 3 weeks ago - 2 - http://codeflow/Client/CodeFlow2010.application?server=http://CodeFlow/Services/DiscoveryService.svc&review=alexnip-503fee2f6d1c406296039af496fcd92a - http://codeflow/VSClient/VsCodeFlowLauncher.application?server=http://CodeFlow/Services/DiscoveryService.svc&review=alexnip-503fee2f6d1c406296039af496fcd92a - http://codeflow/Dashboard/review/display/alexnip-503fee2f6d1c406296039af496fcd92a - - - - - - - - - - Bug 478681. Prevent redrawing items if the same provider is clicked. - alexnip-9a08401813b6468396851d9a39740d84 - Active - 2013-02-22T23:50:04.2091276 - a month ago - 2013-02-22T23:59:42.022621 - a month ago - 1 - http://codeflow/Client/CodeFlow2010.application?server=http://CodeFlow/Services/DiscoveryService.svc&review=alexnip-9a08401813b6468396851d9a39740d84 - http://codeflow/VSClient/VsCodeFlowLauncher.application?server=http://CodeFlow/Services/DiscoveryService.svc&review=alexnip-9a08401813b6468396851d9a39740d84 - http://codeflow/Dashboard/review/display/alexnip-9a08401813b6468396851d9a39740d84 - - - - - - - - - (Travel) Bug 485785. Set hotel bookings to expire in 15 minutes. - alexnip-279a22a208bb4ba6b5d9fbe2dbb16bc5 - Active - 2013-02-22T18:27:17.0540893 - a month ago - 2013-02-22T20:39:15.0754939 - a month ago - 2 - http://codeflow/Client/CodeFlow2010.application?server=http://CodeFlow/Services/DiscoveryService.svc&review=alexnip-279a22a208bb4ba6b5d9fbe2dbb16bc5 - http://codeflow/VSClient/VsCodeFlowLauncher.application?server=http://CodeFlow/Services/DiscoveryService.svc&review=alexnip-279a22a208bb4ba6b5d9fbe2dbb16bc5 - http://codeflow/Dashboard/review/display/alexnip-279a22a208bb4ba6b5d9fbe2dbb16bc5 - - - - - - - - - - - (Travel) Enable Azure metasearch and GeoSpatial answer as default. - alexnip-e7227ac2e10543d19ddfadc702a766ff - Active - 2013-02-22T00:55:19.3988374 - a month ago - 2013-02-22T20:58:32.310765 - a month ago - 3 - http://codeflow/Client/CodeFlow2010.application?server=http://CodeFlow/Services/DiscoveryService.svc&review=alexnip-e7227ac2e10543d19ddfadc702a766ff - http://codeflow/VSClient/VsCodeFlowLauncher.application?server=http://CodeFlow/Services/DiscoveryService.svc&review=alexnip-e7227ac2e10543d19ddfadc702a766ff - http://codeflow/Dashboard/review/display/alexnip-e7227ac2e10543d19ddfadc702a766ff - - - - - - - - - - - Travel: Bug 475607. Support configuration for region-to-provider hotel search. Code cleanup. - alexnip-b63aeaf7e960469199c66ce7822444dc - Active - 2013-02-21T08:20:57.5977156 - a month ago - 2013-02-21T22:44:47.9064899 - a month ago - 1 - http://codeflow/Client/CodeFlow2010.application?server=http://CodeFlow/Services/DiscoveryService.svc&review=alexnip-b63aeaf7e960469199c66ce7822444dc - http://codeflow/VSClient/VsCodeFlowLauncher.application?server=http://CodeFlow/Services/DiscoveryService.svc&review=alexnip-b63aeaf7e960469199c66ce7822444dc - http://codeflow/Dashboard/review/display/alexnip-b63aeaf7e960469199c66ce7822444dc - - - - - - - - - - - - (Travel) Fix memory leak for hotel booking page. - alexnip-1ae64cfc80694958ab7bec1e91df7ded - Active - 2013-02-21T05:56:14.3287877 - a month ago - 2013-02-21T18:42:26.8375332 - a month ago - 1 - http://codeflow/Client/CodeFlow2010.application?server=http://CodeFlow/Services/DiscoveryService.svc&review=alexnip-1ae64cfc80694958ab7bec1e91df7ded - http://codeflow/VSClient/VsCodeFlowLauncher.application?server=http://CodeFlow/Services/DiscoveryService.svc&review=alexnip-1ae64cfc80694958ab7bec1e91df7ded - http://codeflow/Dashboard/review/display/alexnip-1ae64cfc80694958ab7bec1e91df7ded - - - - - - - - - - - (Travel) Fix memory leak from CUX header. - alexnip-a828ac1e338847c088baf76fae9c8f51 - Active - 2013-02-21T05:26:11.1439509 - a month ago - 2013-02-21T18:57:06.3065695 - a month ago - 1 - http://codeflow/Client/CodeFlow2010.application?server=http://CodeFlow/Services/DiscoveryService.svc&review=alexnip-a828ac1e338847c088baf76fae9c8f51 - http://codeflow/VSClient/VsCodeFlowLauncher.application?server=http://CodeFlow/Services/DiscoveryService.svc&review=alexnip-a828ac1e338847c088baf76fae9c8f51 - http://codeflow/Dashboard/review/display/alexnip-a828ac1e338847c088baf76fae9c8f51 - - - - - - - - - - - - - (Travel) Change Azure endpoint to INT. - alexnip-fb1c90897b0d42df8859e7340201829c - Active - 2013-02-20T23:07:28.6222936 - a month ago - 2013-02-20T23:09:06.2197375 - a month ago - 1 - http://codeflow/Client/CodeFlow2010.application?server=http://CodeFlow/Services/DiscoveryService.svc&review=alexnip-fb1c90897b0d42df8859e7340201829c - http://codeflow/VSClient/VsCodeFlowLauncher.application?server=http://CodeFlow/Services/DiscoveryService.svc&review=alexnip-fb1c90897b0d42df8859e7340201829c - http://codeflow/Dashboard/review/display/alexnip-fb1c90897b0d42df8859e7340201829c - - - - - - - - - (Travel) Reduce unnecessary hotel listing queries. - alexnip-545c80bc11c4481885191ff0ff195c87 - Active - 2013-02-20T00:20:19.1620296 - a month ago - 2013-02-20T19:49:12.2078192 - a month ago - 1 - http://codeflow/Client/CodeFlow2010.application?server=http://CodeFlow/Services/DiscoveryService.svc&review=alexnip-545c80bc11c4481885191ff0ff195c87 - http://codeflow/VSClient/VsCodeFlowLauncher.application?server=http://CodeFlow/Services/DiscoveryService.svc&review=alexnip-545c80bc11c4481885191ff0ff195c87 - http://codeflow/Dashboard/review/display/alexnip-545c80bc11c4481885191ff0ff195c87 - - - - - - - - - - (Travel) Bug 475641. Reduce booking page flicker by updating the UI only if there are updates. - alexnip-19fb6da76b0049a799720960fac77a9b - Active - 2013-02-19T22:58:08.1683651 - a month ago - 2013-02-19T23:14:40.3041931 - a month ago - 1 - http://codeflow/Client/CodeFlow2010.application?server=http://CodeFlow/Services/DiscoveryService.svc&review=alexnip-19fb6da76b0049a799720960fac77a9b - http://codeflow/VSClient/VsCodeFlowLauncher.application?server=http://CodeFlow/Services/DiscoveryService.svc&review=alexnip-19fb6da76b0049a799720960fac77a9b - http://codeflow/Dashboard/review/display/alexnip-19fb6da76b0049a799720960fac77a9b - - - - - - - - - - - - - - - - (Travel) Suppress Selective Destination CMS clusters - allsnow-ca24d591ff2f404ca20733672714b20a - Active - 2013-03-14T04:58:06.6780115 - a week ago - 2013-03-15T16:41:03.9344641 - 5 days ago - 1 - http://codeflow/Client/CodeFlow2010.application?server=http://CodeFlow/Services/DiscoveryService.svc&review=allsnow-ca24d591ff2f404ca20733672714b20a - http://codeflow/VSClient/VsCodeFlowLauncher.application?server=http://CodeFlow/Services/DiscoveryService.svc&review=allsnow-ca24d591ff2f404ca20733672714b20a - http://codeflow/Dashboard/review/display/allsnow-ca24d591ff2f404ca20733672714b20a - - - - - - - - - - - - - - - - fix sorting, perfcounter and use multiple queues - ANDHYK-285298b78b8640c8a1f133a7852613b2 - Active - 2013-03-20T23:03:26.4392692 - less than a minute ago - 2013-03-21T00:06:51.2789296 - less than a minute ago - 2 - http://codeflow/Client/CodeFlow2010.application?server=http://CodeFlow/Services/DiscoveryService.svc&review=ANDHYK-285298b78b8640c8a1f133a7852613b2 - http://codeflow/VSClient/VsCodeFlowLauncher.application?server=http://CodeFlow/Services/DiscoveryService.svc&review=ANDHYK-285298b78b8640c8a1f133a7852613b2 - http://codeflow/Dashboard/review/display/ANDHYK-285298b78b8640c8a1f133a7852613b2 - - - - - - - - - - - - integrate int changes to prod - ANDHYK-7b177e0bb3ce4e4daa71a68016ea1093 - Active - 2013-03-19T23:08:56.5973848 - 20 hours ago - 2013-03-21T01:17:46.120324 - less than a minute ago - 1 - http://codeflow/Client/CodeFlow2010.application?server=http://CodeFlow/Services/DiscoveryService.svc&review=ANDHYK-7b177e0bb3ce4e4daa71a68016ea1093 - http://codeflow/VSClient/VsCodeFlowLauncher.application?server=http://CodeFlow/Services/DiscoveryService.svc&review=ANDHYK-7b177e0bb3ce4e4daa71a68016ea1093 - http://codeflow/Dashboard/review/display/ANDHYK-7b177e0bb3ce4e4daa71a68016ea1093 - - - - - - - - - - Bug Fixes - ANDHYK-7cede8acd1684b24a6d14f30648363ef - Active - 2013-03-19T06:13:23.037699 - 2 days ago - 2013-03-19T22:39:54.2967788 - 20 hours ago - 1 - http://codeflow/Client/CodeFlow2010.application?server=http://CodeFlow/Services/DiscoveryService.svc&review=ANDHYK-7cede8acd1684b24a6d14f30648363ef - http://codeflow/VSClient/VsCodeFlowLauncher.application?server=http://CodeFlow/Services/DiscoveryService.svc&review=ANDHYK-7cede8acd1684b24a6d14f30648363ef - http://codeflow/Dashboard/review/display/ANDHYK-7cede8acd1684b24a6d14f30648363ef - - - - - - - - - - - Check in geospatial changes that Alex made - ANDHYK-d8e48a53497448f1bef4d8c2ab4d93b3 - Active - 2013-03-19T01:46:16.0133086 - 2 days ago - 2013-03-19T18:45:01.7780767 - a day ago - 1 - http://codeflow/Client/CodeFlow2010.application?server=http://CodeFlow/Services/DiscoveryService.svc&review=ANDHYK-d8e48a53497448f1bef4d8c2ab4d93b3 - http://codeflow/VSClient/VsCodeFlowLauncher.application?server=http://CodeFlow/Services/DiscoveryService.svc&review=ANDHYK-d8e48a53497448f1bef4d8c2ab4d93b3 - http://codeflow/Dashboard/review/display/ANDHYK-d8e48a53497448f1bef4d8c2ab4d93b3 - - - - - - - - - - - bug fixes for destination missing POIs - ANDHYK-a1ce8ccd2de145779349876e0b1b124e - Active - 2013-03-19T01:40:21.4668238 - 2 days ago - 2013-03-19T20:25:46.4680751 - 22 hours ago - 1 - http://codeflow/Client/CodeFlow2010.application?server=http://CodeFlow/Services/DiscoveryService.svc&review=ANDHYK-a1ce8ccd2de145779349876e0b1b124e - http://codeflow/VSClient/VsCodeFlowLauncher.application?server=http://CodeFlow/Services/DiscoveryService.svc&review=ANDHYK-a1ce8ccd2de145779349876e0b1b124e - http://codeflow/Dashboard/review/display/ANDHYK-a1ce8ccd2de145779349876e0b1b124e - - - - - - - - - Make Flight and Hotel search to return only 40 partial results - ANDHYK-cc1b899fc46c4087b172a4c95cbb9b1c - Active - 2013-03-18T22:50:32.8876478 - 2 days ago - 2013-03-18T23:22:44.7400441 - 2 days ago - 1 - http://codeflow/Client/CodeFlow2010.application?server=http://CodeFlow/Services/DiscoveryService.svc&review=ANDHYK-cc1b899fc46c4087b172a4c95cbb9b1c - http://codeflow/VSClient/VsCodeFlowLauncher.application?server=http://CodeFlow/Services/DiscoveryService.svc&review=ANDHYK-cc1b899fc46c4087b172a4c95cbb9b1c - http://codeflow/Dashboard/review/display/ANDHYK-cc1b899fc46c4087b172a4c95cbb9b1c - - - - - - - - - - Edit workflow to Process Hotel Description - ANDHYK-d19458a1d24d4a5b9dfef4a94401aee8 - Active - 2013-03-18T09:19:44.1633247 - 2 days ago - 2013-03-19T20:10:55.6009471 - 23 hours ago - 2 - http://codeflow/Client/CodeFlow2010.application?server=http://CodeFlow/Services/DiscoveryService.svc&review=ANDHYK-d19458a1d24d4a5b9dfef4a94401aee8 - http://codeflow/VSClient/VsCodeFlowLauncher.application?server=http://CodeFlow/Services/DiscoveryService.svc&review=ANDHYK-d19458a1d24d4a5b9dfef4a94401aee8 - http://codeflow/Dashboard/review/display/ANDHYK-d19458a1d24d4a5b9dfef4a94401aee8 - - - - - - - - - - split articles and create toc - ANDHYK-0f3d37948878495f8a7c1c7b6714d99e - Active - 2013-03-14T08:00:13.1890048 - 6 days ago - 2013-03-14T21:22:24.6284325 - 6 days ago - 3 - http://codeflow/Client/CodeFlow2010.application?server=http://CodeFlow/Services/DiscoveryService.svc&review=ANDHYK-0f3d37948878495f8a7c1c7b6714d99e - http://codeflow/VSClient/VsCodeFlowLauncher.application?server=http://CodeFlow/Services/DiscoveryService.svc&review=ANDHYK-0f3d37948878495f8a7c1c7b6714d99e - http://codeflow/Dashboard/review/display/ANDHYK-0f3d37948878495f8a7c1c7b6714d99e - - - - - - - - - update config and diagnostic setting - ANDHYK-0e110d3917aa4f788e37ca6b7f2b6569 - Active - 2013-03-14T07:12:42.5624846 - 6 days ago - 2013-03-14T17:18:00.0078071 - 6 days ago - 1 - http://codeflow/Client/CodeFlow2010.application?server=http://CodeFlow/Services/DiscoveryService.svc&review=ANDHYK-0e110d3917aa4f788e37ca6b7f2b6569 - http://codeflow/VSClient/VsCodeFlowLauncher.application?server=http://CodeFlow/Services/DiscoveryService.svc&review=ANDHYK-0e110d3917aa4f788e37ca6b7f2b6569 - http://codeflow/Dashboard/review/display/ANDHYK-0e110d3917aa4f788e37ca6b7f2b6569 - - - - - - - - - - - ForceDisableEndpoint should be in the web role config - ANDHYK-77f285ee69ea41519c6ecbece03c7b20 - Active - 2013-03-08T23:03:25.59162 - 2 weeks ago - 2013-03-09T04:39:18.2393666 - 2 weeks ago - 1 - http://codeflow/Client/CodeFlow2010.application?server=http://CodeFlow/Services/DiscoveryService.svc&review=ANDHYK-77f285ee69ea41519c6ecbece03c7b20 - http://codeflow/VSClient/VsCodeFlowLauncher.application?server=http://CodeFlow/Services/DiscoveryService.svc&review=ANDHYK-77f285ee69ea41519c6ecbece03c7b20 - http://codeflow/Dashboard/review/display/ANDHYK-77f285ee69ea41519c6ecbece03c7b20 - - - - - - - - - - Add Missing nuget packages - andhyk-b00ef3c8498d412bbccd4bbc9a65fefb - Active - 2013-03-07T07:14:25.8569276 - 2 weeks ago - 2013-03-07T18:18:27.5175388 - 2 weeks ago - 1 - http://codeflow/Client/CodeFlow2010.application?server=http://CodeFlow/Services/DiscoveryService.svc&review=andhyk-b00ef3c8498d412bbccd4bbc9a65fefb - http://codeflow/VSClient/VsCodeFlowLauncher.application?server=http://CodeFlow/Services/DiscoveryService.svc&review=andhyk-b00ef3c8498d412bbccd4bbc9a65fefb - http://codeflow/Dashboard/review/display/andhyk-b00ef3c8498d412bbccd4bbc9a65fefb - - - - - - - - - update service profile - ANDHYK-18cc5c6b7ef84a609f48eda444e5824a - Active - 2013-03-07T07:02:31.3346216 - 2 weeks ago - 2013-03-07T17:55:55.7265395 - 2 weeks ago - 1 - http://codeflow/Client/CodeFlow2010.application?server=http://CodeFlow/Services/DiscoveryService.svc&review=ANDHYK-18cc5c6b7ef84a609f48eda444e5824a - http://codeflow/VSClient/VsCodeFlowLauncher.application?server=http://CodeFlow/Services/DiscoveryService.svc&review=ANDHYK-18cc5c6b7ef84a609f48eda444e5824a - http://codeflow/Dashboard/review/display/ANDHYK-18cc5c6b7ef84a609f48eda444e5824a - - - - - - - - - Add Nuget Deployment - andhyk-fb1db2568f5d4637928e12d0262fa84b - Active - 2013-03-06T20:03:52.4135501 - 2 weeks ago - 2013-03-07T21:15:58.514684 - 2 weeks ago - 1 - http://codeflow/Client/CodeFlow2010.application?server=http://CodeFlow/Services/DiscoveryService.svc&review=andhyk-fb1db2568f5d4637928e12d0262fa84b - http://codeflow/VSClient/VsCodeFlowLauncher.application?server=http://CodeFlow/Services/DiscoveryService.svc&review=andhyk-fb1db2568f5d4637928e12d0262fa84b - http://codeflow/Dashboard/review/display/andhyk-fb1db2568f5d4637928e12d0262fa84b - - - - - - - - - Add INT Environment and make the role run elevated so we can add perf counter - ANDHYK-d7c1c8d39efb4ca8ab1a87e89242c4e5 - Active - 2013-03-06T05:13:47.9769723 - 2 weeks ago - 2013-03-06T18:41:12.7122922 - 2 weeks ago - 1 - http://codeflow/Client/CodeFlow2010.application?server=http://CodeFlow/Services/DiscoveryService.svc&review=ANDHYK-d7c1c8d39efb4ca8ab1a87e89242c4e5 - http://codeflow/VSClient/VsCodeFlowLauncher.application?server=http://CodeFlow/Services/DiscoveryService.svc&review=ANDHYK-d7c1c8d39efb4ca8ab1a87e89242c4e5 - http://codeflow/Dashboard/review/display/ANDHYK-d7c1c8d39efb4ca8ab1a87e89242c4e5 - - - - - - - - - - update config to point to the new endpoint - ANDHYK-27bf612328614ba4b560c06bb8e3a199 - Active - 2013-03-02T03:54:55.716052 - 3 weeks ago - 2013-03-06T18:51:02.5783878 - 2 weeks ago - 1 - http://codeflow/Client/CodeFlow2010.application?server=http://CodeFlow/Services/DiscoveryService.svc&review=ANDHYK-27bf612328614ba4b560c06bb8e3a199 - http://codeflow/VSClient/VsCodeFlowLauncher.application?server=http://CodeFlow/Services/DiscoveryService.svc&review=ANDHYK-27bf612328614ba4b560c06bb8e3a199 - http://codeflow/Dashboard/review/display/ANDHYK-27bf612328614ba4b560c06bb8e3a199 - - - - - - - - - - Whitelist Lithuania for hotel and flight search - ANDHYK-9d39a0e42e3648ad95d3180ad02dae86 - Active - 2013-03-01T00:53:49.4549066 - 3 weeks ago - 2013-03-01T01:38:46.632005 - 3 weeks ago - 1 - http://codeflow/Client/CodeFlow2010.application?server=http://CodeFlow/Services/DiscoveryService.svc&review=ANDHYK-9d39a0e42e3648ad95d3180ad02dae86 - http://codeflow/VSClient/VsCodeFlowLauncher.application?server=http://CodeFlow/Services/DiscoveryService.svc&review=ANDHYK-9d39a0e42e3648ad95d3180ad02dae86 - http://codeflow/Dashboard/review/display/ANDHYK-9d39a0e42e3648ad95d3180ad02dae86 - - - - - - - - - - Whitelist ICEportal panos - ANDHYK-fc6dc707110248688722f1770b06c418 - Active - 2013-03-01T00:25:26.2532234 - 3 weeks ago - 2013-03-01T01:37:03.0043387 - 3 weeks ago - 1 - http://codeflow/Client/CodeFlow2010.application?server=http://CodeFlow/Services/DiscoveryService.svc&review=ANDHYK-fc6dc707110248688722f1770b06c418 - http://codeflow/VSClient/VsCodeFlowLauncher.application?server=http://CodeFlow/Services/DiscoveryService.svc&review=ANDHYK-fc6dc707110248688722f1770b06c418 - http://codeflow/Dashboard/review/display/ANDHYK-fc6dc707110248688722f1770b06c418 - - - - - - - - - Various TravelService Changes - ANDHYK-68d9890c1736442186d5df3c6a79334e - Active - 2013-02-28T23:18:31.5458601 - 3 weeks ago - 2013-03-01T01:54:44.7713684 - 3 weeks ago - 1 - http://codeflow/Client/CodeFlow2010.application?server=http://CodeFlow/Services/DiscoveryService.svc&review=ANDHYK-68d9890c1736442186d5df3c6a79334e - http://codeflow/VSClient/VsCodeFlowLauncher.application?server=http://CodeFlow/Services/DiscoveryService.svc&review=ANDHYK-68d9890c1736442186d5df3c6a79334e - http://codeflow/Dashboard/review/display/ANDHYK-68d9890c1736442186d5df3c6a79334e - - - - - - - - - - Read purveyor region enable / disable from config - ANDHYK-57c8b6396ec84c298e20b38808674430 - Active - 2013-02-22T08:59:41.3484809 - a month ago - 2013-02-25T19:30:20.647516 - 3 weeks ago - 1 - http://codeflow/Client/CodeFlow2010.application?server=http://CodeFlow/Services/DiscoveryService.svc&review=ANDHYK-57c8b6396ec84c298e20b38808674430 - http://codeflow/VSClient/VsCodeFlowLauncher.application?server=http://CodeFlow/Services/DiscoveryService.svc&review=ANDHYK-57c8b6396ec84c298e20b38808674430 - http://codeflow/Dashboard/review/display/ANDHYK-57c8b6396ec84c298e20b38808674430 - - - - - - - - - - - - - - - Switch to exclusion list of CMS clusters in destination panorama - bamodio-31cb174841094566bd368c6a20776126 - Active - 2013-03-18T20:39:25.2148639 - 2 days ago - 2013-03-19T00:39:43.2387206 - 2 days ago - 1 - http://codeflow/Client/CodeFlow2010.application?server=http://CodeFlow/Services/DiscoveryService.svc&review=bamodio-31cb174841094566bd368c6a20776126 - http://codeflow/VSClient/VsCodeFlowLauncher.application?server=http://CodeFlow/Services/DiscoveryService.svc&review=bamodio-31cb174841094566bd368c6a20776126 - http://codeflow/Dashboard/review/display/bamodio-31cb174841094566bd368c6a20776126 - - - - - - - - - - - - - Fixing automation Id bugs. - v-harth-7c5629ea51f34d0b91d2939d76d54d0d - Active - 2013-03-01T00:27:59.1056944 - 3 weeks ago - 2013-03-19T03:55:39.0269719 - 2 days ago - 3 - http://codeflow/Client/CodeFlow2010.application?server=http://CodeFlow/Services/DiscoveryService.svc&review=v-harth-7c5629ea51f34d0b91d2939d76d54d0d - http://codeflow/VSClient/VsCodeFlowLauncher.application?server=http://CodeFlow/Services/DiscoveryService.svc&review=v-harth-7c5629ea51f34d0b91d2939d76d54d0d - http://codeflow/Dashboard/review/display/v-harth-7c5629ea51f34d0b91d2939d76d54d0d - - - - - - - - - - - - - - - [Travel] Bug 528026 : Offline FRE : Weird offline error message appear after clicking on any of the destination tile under Featured Destination - jasna-1cb8be6f7e0540ecb323683cb1d6dc47 - Active - 2013-03-21T01:12:50.8988383 - less than a minute ago - 2013-03-21T01:23:01.4301943 - less than a minute ago - 2 - http://codeflow/Client/CodeFlow2010.application?server=http://CodeFlow/Services/DiscoveryService.svc&review=jasna-1cb8be6f7e0540ecb323683cb1d6dc47 - http://codeflow/VSClient/VsCodeFlowLauncher.application?server=http://CodeFlow/Services/DiscoveryService.svc&review=jasna-1cb8be6f7e0540ecb323683cb1d6dc47 - http://codeflow/Dashboard/review/display/jasna-1cb8be6f7e0540ecb323683cb1d6dc47 - - - - - - - - - - - Travel - fix two p0 bugs (description) - jasna-b759fa2abd934a11b15f1b5d2a6f1287 - Active - 2013-03-20T22:49:57.7443013 - less than a minute ago - 2013-03-20T22:57:03.0237516 - less than a minute ago - 1 - http://codeflow/Client/CodeFlow2010.application?server=http://CodeFlow/Services/DiscoveryService.svc&review=jasna-b759fa2abd934a11b15f1b5d2a6f1287 - http://codeflow/VSClient/VsCodeFlowLauncher.application?server=http://CodeFlow/Services/DiscoveryService.svc&review=jasna-b759fa2abd934a11b15f1b5d2a6f1287 - http://codeflow/Dashboard/review/display/jasna-b759fa2abd934a11b15f1b5d2a6f1287 - - - - - - - - - Travel - update config for azure cdn - jasna-1c8511ca64d2496e91623ddf2d3e54ef - Active - 2013-03-20T00:44:32.3460961 - 18 hours ago - 2013-03-20T00:55:40.179787 - 18 hours ago - 1 - http://codeflow/Client/CodeFlow2010.application?server=http://CodeFlow/Services/DiscoveryService.svc&review=jasna-1c8511ca64d2496e91623ddf2d3e54ef - http://codeflow/VSClient/VsCodeFlowLauncher.application?server=http://CodeFlow/Services/DiscoveryService.svc&review=jasna-1c8511ca64d2496e91623ddf2d3e54ef - http://codeflow/Dashboard/review/display/jasna-1c8511ca64d2496e91623ddf2d3e54ef - - - - - - - - - - Travel - Bug 522460 : Offline FRE - Don't hide the "Destinations Near Your Location" tile when offline FRE - jasna-df40be2e45054978be707437fb73fc59 - Active - 2013-03-20T00:08:05.8333914 - 19 hours ago - 2013-03-20T00:39:43.4783765 - 18 hours ago - 1 - http://codeflow/Client/CodeFlow2010.application?server=http://CodeFlow/Services/DiscoveryService.svc&review=jasna-df40be2e45054978be707437fb73fc59 - http://codeflow/VSClient/VsCodeFlowLauncher.application?server=http://CodeFlow/Services/DiscoveryService.svc&review=jasna-df40be2e45054978be707437fb73fc59 - http://codeflow/Dashboard/review/display/jasna-df40be2e45054978be707437fb73fc59 - - - - - - - - - - - Travel - slight fix to previous check-in on destinationDetailPage to support pinned-destination launch - jasna-22bcfc312b3e40f2a2c180e6fa8d0433 - Active - 2013-03-19T23:30:40.0451628 - 19 hours ago - 2013-03-19T23:46:23.7292162 - 19 hours ago - 1 - http://codeflow/Client/CodeFlow2010.application?server=http://CodeFlow/Services/DiscoveryService.svc&review=jasna-22bcfc312b3e40f2a2c180e6fa8d0433 - http://codeflow/VSClient/VsCodeFlowLauncher.application?server=http://CodeFlow/Services/DiscoveryService.svc&review=jasna-22bcfc312b3e40f2a2c180e6fa8d0433 - http://codeflow/Dashboard/review/display/jasna-22bcfc312b3e40f2a2c180e6fa8d0433 - - - - - - - - - - Travel - show destinationPage immediately by populating hero right-away using predictable azure endpoint - jasna-4bdb13643e0743dab808463ef5fa012a - Active - 2013-03-19T21:02:25.8979529 - 22 hours ago - 2013-03-19T22:11:01.5407143 - 20 hours ago - 5 - http://codeflow/Client/CodeFlow2010.application?server=http://CodeFlow/Services/DiscoveryService.svc&review=jasna-4bdb13643e0743dab808463ef5fa012a - http://codeflow/VSClient/VsCodeFlowLauncher.application?server=http://CodeFlow/Services/DiscoveryService.svc&review=jasna-4bdb13643e0743dab808463ef5fa012a - http://codeflow/Dashboard/review/display/jasna-4bdb13643e0743dab808463ef5fa012a - - - - - - - - - - - Travel - photoslideshow fix - jasna-3c54e16c6edc425e855ea8f33ce30488 - Active - 2013-03-16T20:18:59.1715605 - 4 days ago - 2013-03-17T09:55:14.0610859 - 3 days ago - 1 - http://codeflow/Client/CodeFlow2010.application?server=http://CodeFlow/Services/DiscoveryService.svc&review=jasna-3c54e16c6edc425e855ea8f33ce30488 - http://codeflow/VSClient/VsCodeFlowLauncher.application?server=http://CodeFlow/Services/DiscoveryService.svc&review=jasna-3c54e16c6edc425e855ea8f33ce30488 - http://codeflow/Dashboard/review/display/jasna-3c54e16c6edc425e855ea8f33ce30488 - - - - - - - - - - - Travel - ecv further improvements - jasna-2a5763fc7d3c4205aaab8ba7730066f5 - Active - 2013-03-16T00:37:17.1348082 - 5 days ago - 2013-03-16T18:56:39.8130955 - 4 days ago - 4 - http://codeflow/Client/CodeFlow2010.application?server=http://CodeFlow/Services/DiscoveryService.svc&review=jasna-2a5763fc7d3c4205aaab8ba7730066f5 - http://codeflow/VSClient/VsCodeFlowLauncher.application?server=http://CodeFlow/Services/DiscoveryService.svc&review=jasna-2a5763fc7d3c4205aaab8ba7730066f5 - http://codeflow/Dashboard/review/display/jasna-2a5763fc7d3c4205aaab8ba7730066f5 - - - - - - - - - - Travel - fix home memory leak. - jasna-e77e3aef90c541788aa475be8cb10357 - Active - 2013-03-15T02:55:32.8245917 - 6 days ago - 2013-03-15T07:43:38.3369871 - 5 days ago - 1 - http://codeflow/Client/CodeFlow2010.application?server=http://CodeFlow/Services/DiscoveryService.svc&review=jasna-e77e3aef90c541788aa475be8cb10357 - http://codeflow/VSClient/VsCodeFlowLauncher.application?server=http://CodeFlow/Services/DiscoveryService.svc&review=jasna-e77e3aef90c541788aa475be8cb10357 - http://codeflow/Dashboard/review/display/jasna-e77e3aef90c541788aa475be8cb10357 - - - - - - - - - - - Travel - destination images now from Azure - jasna-390e936a6a9e483a966e9c2379a4e117 - Active - 2013-03-14T21:23:16.92142 - 6 days ago - 2013-03-14T22:11:19.6095836 - 6 days ago - 4 - http://codeflow/Client/CodeFlow2010.application?server=http://CodeFlow/Services/DiscoveryService.svc&review=jasna-390e936a6a9e483a966e9c2379a4e117 - http://codeflow/VSClient/VsCodeFlowLauncher.application?server=http://CodeFlow/Services/DiscoveryService.svc&review=jasna-390e936a6a9e483a966e9c2379a4e117 - http://codeflow/Dashboard/review/display/jasna-390e936a6a9e483a966e9c2379a4e117 - - - - - - - - - - Travel - bug 505188 - Price filter change upper limit automaticaly - jasna-649f7659538d44da89173507dec48c81 - Active - 2013-03-14T06:16:19.733688 - a week ago - 2013-03-14T19:44:44.7087315 - 6 days ago - 4 - http://codeflow/Client/CodeFlow2010.application?server=http://CodeFlow/Services/DiscoveryService.svc&review=jasna-649f7659538d44da89173507dec48c81 - http://codeflow/VSClient/VsCodeFlowLauncher.application?server=http://CodeFlow/Services/DiscoveryService.svc&review=jasna-649f7659538d44da89173507dec48c81 - http://codeflow/Dashboard/review/display/jasna-649f7659538d44da89173507dec48c81 - - - - - - - - - Travel - Bug 492201 : Weather tile on the Destination pano doesn't load sometimes - jasna-274e0555a5944ab9a5ea3f749dd5828b - Active - 2013-03-12T02:02:35.8923346 - a week ago - 2013-03-12T04:41:31.0919218 - a week ago - 1 - http://codeflow/Client/CodeFlow2010.application?server=http://CodeFlow/Services/DiscoveryService.svc&review=jasna-274e0555a5944ab9a5ea3f749dd5828b - http://codeflow/VSClient/VsCodeFlowLauncher.application?server=http://CodeFlow/Services/DiscoveryService.svc&review=jasna-274e0555a5944ab9a5ea3f749dd5828b - http://codeflow/Dashboard/review/display/jasna-274e0555a5944ab9a5ea3f749dd5828b - - - - - - - - - - Travel - Bug 511839 : Intl: going back to hotel search results re-executes the fresh search - jasna-50ea4f75e3624f46b02cad199223b851 - Active - 2013-03-12T00:44:22.5479982 - a week ago - 2013-03-12T04:52:14.1935227 - a week ago - 1 - http://codeflow/Client/CodeFlow2010.application?server=http://CodeFlow/Services/DiscoveryService.svc&review=jasna-50ea4f75e3624f46b02cad199223b851 - http://codeflow/VSClient/VsCodeFlowLauncher.application?server=http://CodeFlow/Services/DiscoveryService.svc&review=jasna-50ea4f75e3624f46b02cad199223b851 - http://codeflow/Dashboard/review/display/jasna-50ea4f75e3624f46b02cad199223b851 - - - - - - - - - - - - Travel - ad config update for RTM/en-ca - jasna-8a73c5274e7e4f52bef3689c515efa23 - Active - 2013-03-11T22:21:56.6104641 - a week ago - 2013-03-11T23:05:20.6873805 - a week ago - 2 - http://codeflow/Client/CodeFlow2010.application?server=http://CodeFlow/Services/DiscoveryService.svc&review=jasna-8a73c5274e7e4f52bef3689c515efa23 - http://codeflow/VSClient/VsCodeFlowLauncher.application?server=http://CodeFlow/Services/DiscoveryService.svc&review=jasna-8a73c5274e7e4f52bef3689c515efa23 - http://codeflow/Dashboard/review/display/jasna-8a73c5274e7e4f52bef3689c515efa23 - - - - - - - - - Travel - 512746- one more string coming in for DCR - jasna-45492214edd84ede82cbbfe09916edcc - Active - 2013-03-11T22:09:02.9052369 - a week ago - 2013-03-12T22:05:28.5415108 - a week ago - 2 - http://codeflow/Client/CodeFlow2010.application?server=http://CodeFlow/Services/DiscoveryService.svc&review=jasna-45492214edd84ede82cbbfe09916edcc - http://codeflow/VSClient/VsCodeFlowLauncher.application?server=http://CodeFlow/Services/DiscoveryService.svc&review=jasna-45492214edd84ede82cbbfe09916edcc - http://codeflow/Dashboard/review/display/jasna-45492214edd84ede82cbbfe09916edcc - - - - - - - - - - Travel - destination ECV perf improvement - jasna-ebbc2f98e3f14a8fa07ea7b42844977c - Active - 2013-03-10T03:08:19.3682024 - 2 weeks ago - 2013-03-10T17:30:57.4867846 - a week ago - 1 - http://codeflow/Client/CodeFlow2010.application?server=http://CodeFlow/Services/DiscoveryService.svc&review=jasna-ebbc2f98e3f14a8fa07ea7b42844977c - http://codeflow/VSClient/VsCodeFlowLauncher.application?server=http://CodeFlow/Services/DiscoveryService.svc&review=jasna-ebbc2f98e3f14a8fa07ea7b42844977c - http://codeflow/Dashboard/review/display/jasna-ebbc2f98e3f14a8fa07ea7b42844977c - - - - - - - - - - - - Travel - fix memory leak in POIList - jasna-bdde9ba3c8b3480193aa374e661ffd95 - Active - 2013-03-09T06:01:07.2180287 - 2 weeks ago - 2013-03-10T08:55:51.4452489 - a week ago - 3 - http://codeflow/Client/CodeFlow2010.application?server=http://CodeFlow/Services/DiscoveryService.svc&review=jasna-bdde9ba3c8b3480193aa374e661ffd95 - http://codeflow/VSClient/VsCodeFlowLauncher.application?server=http://CodeFlow/Services/DiscoveryService.svc&review=jasna-bdde9ba3c8b3480193aa374e661ffd95 - http://codeflow/Dashboard/review/display/jasna-bdde9ba3c8b3480193aa374e661ffd95 - - - - - - - - - - - Travel - remove no-longer-needed currency endpoint calls; should also help with perf slightly - jasna-955b815c22be4045b285359766a6d635 - Active - 2013-03-09T01:12:53.248667 - 2 weeks ago - 2013-03-09T21:11:34.2695142 - 2 weeks ago - 2 - http://codeflow/Client/CodeFlow2010.application?server=http://CodeFlow/Services/DiscoveryService.svc&review=jasna-955b815c22be4045b285359766a6d635 - http://codeflow/VSClient/VsCodeFlowLauncher.application?server=http://CodeFlow/Services/DiscoveryService.svc&review=jasna-955b815c22be4045b285359766a6d635 - http://codeflow/Dashboard/review/display/jasna-955b815c22be4045b285359766a6d635 - - - - - - - - - - - Travel - for warm-boot/offline case, fix home returning getPageData prematurely - jasna-6416614cfb4a4f1ca7fbe538f4b2ae86 - Active - 2013-03-08T20:08:39.2966838 - 2 weeks ago - 2013-03-08T21:43:27.6307237 - 2 weeks ago - 3 - http://codeflow/Client/CodeFlow2010.application?server=http://CodeFlow/Services/DiscoveryService.svc&review=jasna-6416614cfb4a4f1ca7fbe538f4b2ae86 - http://codeflow/VSClient/VsCodeFlowLauncher.application?server=http://CodeFlow/Services/DiscoveryService.svc&review=jasna-6416614cfb4a4f1ca7fbe538f4b2ae86 - http://codeflow/Dashboard/review/display/jasna-6416614cfb4a4f1ca7fbe538f4b2ae86 - - - - - - - - - - - - Travel - Bug 488523 : Search rendering progress bar is not the actual indication of the search progress. Very evident in slow network. - jasna-ba929461643741108e204108fb6bb892 - Active - 2013-03-08T03:33:44.0037858 - 2 weeks ago - 2013-03-08T17:18:39.8403418 - 2 weeks ago - 1 - http://codeflow/Client/CodeFlow2010.application?server=http://CodeFlow/Services/DiscoveryService.svc&review=jasna-ba929461643741108e204108fb6bb892 - http://codeflow/VSClient/VsCodeFlowLauncher.application?server=http://CodeFlow/Services/DiscoveryService.svc&review=jasna-ba929461643741108e204108fb6bb892 - http://codeflow/Dashboard/review/display/jasna-ba929461643741108e204108fb6bb892 - - - - - - - - - - - - - - - - bug 515745: Travel: Hotel Booking Page - Book button does not scale properly and is cut in portrait mode - liysui-c4e7603c991448cdba32ed6064995782 - Active - 2013-03-21T00:27:21.6642531 - less than a minute ago - 2013-03-21T01:24:07.6785167 - less than a minute ago - 3 - http://codeflow/Client/CodeFlow2010.application?server=http://CodeFlow/Services/DiscoveryService.svc&review=liysui-c4e7603c991448cdba32ed6064995782 - http://codeflow/VSClient/VsCodeFlowLauncher.application?server=http://CodeFlow/Services/DiscoveryService.svc&review=liysui-c4e7603c991448cdba32ed6064995782 - http://codeflow/Dashboard/review/display/liysui-c4e7603c991448cdba32ed6064995782 - - - - - - - - - - - bug 525286: Travel: Hotel booking page - App shows page load error if the roomrates for Booking.com in details reponse is null, instead should display kayak results (other provider's info) - Client issue - liysui-d39c7a9e1b70490c9014e1273dea6223 - Active - 2013-03-20T23:16:04.5102454 - less than a minute ago - 2013-03-20T23:46:16.5922502 - less than a minute ago - 2 - http://codeflow/Client/CodeFlow2010.application?server=http://CodeFlow/Services/DiscoveryService.svc&review=liysui-d39c7a9e1b70490c9014e1273dea6223 - http://codeflow/VSClient/VsCodeFlowLauncher.application?server=http://CodeFlow/Services/DiscoveryService.svc&review=liysui-d39c7a9e1b70490c9014e1273dea6223 - http://codeflow/Dashboard/review/display/liysui-d39c7a9e1b70490c9014e1273dea6223 - - - - - - - - - - need to set ComScore and explict to be true in instrumentation - liysui-388908322443412f8020428b43fa1810 - Active - 2013-03-20T20:05:46.1303507 - less than a minute ago - 2013-03-20T20:10:51.0931329 - less than a minute ago - 1 - http://codeflow/Client/CodeFlow2010.application?server=http://CodeFlow/Services/DiscoveryService.svc&review=liysui-388908322443412f8020428b43fa1810 - http://codeflow/VSClient/VsCodeFlowLauncher.application?server=http://CodeFlow/Services/DiscoveryService.svc&review=liysui-388908322443412f8020428b43fa1810 - http://codeflow/Dashboard/review/display/liysui-388908322443412f8020428b43fa1810 - - - - - - - - - - bug: booking page refresh issue - liysui-10f175f322ad4453a1192dc7e1821aac - Active - 2013-03-20T08:48:56.8990744 - 10 hours ago - 2013-03-20T20:51:05.608812 - less than a minute ago - 3 - http://codeflow/Client/CodeFlow2010.application?server=http://CodeFlow/Services/DiscoveryService.svc&review=liysui-10f175f322ad4453a1192dc7e1821aac - http://codeflow/VSClient/VsCodeFlowLauncher.application?server=http://CodeFlow/Services/DiscoveryService.svc&review=liysui-10f175f322ad4453a1192dc7e1821aac - http://codeflow/Dashboard/review/display/liysui-10f175f322ad4453a1192dc7e1821aac - - - - - - - - - - Bug 525822: [Travel]: Application crashing when clicking on any Hotel which has Average Price as "Call hotel for Price" - liysui-73141702618e4bea9a32fbbbbcc46b3f - Active - 2013-03-19T17:25:04.0530317 - a day ago - 2013-03-19T17:27:14.3960361 - a day ago - 1 - http://codeflow/Client/CodeFlow2010.application?server=http://CodeFlow/Services/DiscoveryService.svc&review=liysui-73141702618e4bea9a32fbbbbcc46b3f - http://codeflow/VSClient/VsCodeFlowLauncher.application?server=http://CodeFlow/Services/DiscoveryService.svc&review=liysui-73141702618e4bea9a32fbbbbcc46b3f - http://codeflow/Dashboard/review/display/liysui-73141702618e4bea9a32fbbbbcc46b3f - - - - - - - - - - bug 517073: No Search event logged for any flight search, hotel search, search charm, or pin to start events and bug 517402: [Instrumentation] Wrong impression ID is set in Search event. - liysui-b350fec3508a45ee97361f000afdb003 - Active - 2013-03-19T09:17:20.7879584 - a day ago - 2013-03-19T19:11:17.1473253 - 23 hours ago - 3 - http://codeflow/Client/CodeFlow2010.application?server=http://CodeFlow/Services/DiscoveryService.svc&review=liysui-b350fec3508a45ee97361f000afdb003 - http://codeflow/VSClient/VsCodeFlowLauncher.application?server=http://CodeFlow/Services/DiscoveryService.svc&review=liysui-b350fec3508a45ee97361f000afdb003 - http://codeflow/Dashboard/review/display/liysui-b350fec3508a45ee97361f000afdb003 - - - - - - - - - - bug 524111: BookNow no top line - liysui-05113cd10ff0421a8feabccb1c958120 - Active - 2013-03-19T05:50:26.6556817 - 2 days ago - 2013-03-20T18:28:18.0821011 - 13 minutes ago - 1 - http://codeflow/Client/CodeFlow2010.application?server=http://CodeFlow/Services/DiscoveryService.svc&review=liysui-05113cd10ff0421a8feabccb1c958120 - http://codeflow/VSClient/VsCodeFlowLauncher.application?server=http://CodeFlow/Services/DiscoveryService.svc&review=liysui-05113cd10ff0421a8feabccb1c958120 - http://codeflow/Dashboard/review/display/liysui-05113cd10ff0421a8feabccb1c958120 - - - - - - - - - - - bug 478681: Travel: Clicking on direct booking partner redraws the UI each time even when there no change in value, does not give good user experince - liysui-4ac109cfa1b44eb3a634ab2d75d567a3 - Active - 2013-03-17T22:08:20.8792869 - 3 days ago - 2013-03-18T21:09:36.2099552 - 2 days ago - 2 - http://codeflow/Client/CodeFlow2010.application?server=http://CodeFlow/Services/DiscoveryService.svc&review=liysui-4ac109cfa1b44eb3a634ab2d75d567a3 - http://codeflow/VSClient/VsCodeFlowLauncher.application?server=http://CodeFlow/Services/DiscoveryService.svc&review=liysui-4ac109cfa1b44eb3a634ab2d75d567a3 - http://codeflow/Dashboard/review/display/liysui-4ac109cfa1b44eb3a634ab2d75d567a3 - - - - - - - - - - bug 515794: Travel: Wrong partner is highlighted while going through the partner list using arrow keys, list item should be highlighted only on hitting enter - liysui-055cd868dcd3455b84da90d9549a6802 - Active - 2013-03-17T10:15:46.6838862 - 3 days ago - 2013-03-19T18:43:50.6469663 - a day ago - 6 - http://codeflow/Client/CodeFlow2010.application?server=http://CodeFlow/Services/DiscoveryService.svc&review=liysui-055cd868dcd3455b84da90d9549a6802 - http://codeflow/VSClient/VsCodeFlowLauncher.application?server=http://CodeFlow/Services/DiscoveryService.svc&review=liysui-055cd868dcd3455b84da90d9549a6802 - http://codeflow/Dashboard/review/display/liysui-055cd868dcd3455b84da90d9549a6802 - - - - - - - - - - bug 521999: Kayak Attribution No Longer in Hotel Search Results (Contract Compliance) - liysui-36e4fe1732c84213a4021a23cfd27261 - Active - 2013-03-17T00:56:29.8993939 - 4 days ago - 2013-03-18T18:38:41.3273996 - 2 days ago - 3 - http://codeflow/Client/CodeFlow2010.application?server=http://CodeFlow/Services/DiscoveryService.svc&review=liysui-36e4fe1732c84213a4021a23cfd27261 - http://codeflow/VSClient/VsCodeFlowLauncher.application?server=http://CodeFlow/Services/DiscoveryService.svc&review=liysui-36e4fe1732c84213a4021a23cfd27261 - http://codeflow/Dashboard/review/display/liysui-36e4fe1732c84213a4021a23cfd27261 - - - - - - - - - - bug 517847: [Instrumentation] ImpressionContext information messed up in travel. Fiddler trace attached. - liysui-772641c1c2314b71b031f7df9cda082f - Active - 2013-03-16T22:18:58.5192144 - 4 days ago - 2013-03-17T09:56:50.3938171 - 3 days ago - 1 - http://codeflow/Client/CodeFlow2010.application?server=http://CodeFlow/Services/DiscoveryService.svc&review=liysui-772641c1c2314b71b031f7df9cda082f - http://codeflow/VSClient/VsCodeFlowLauncher.application?server=http://CodeFlow/Services/DiscoveryService.svc&review=liysui-772641c1c2314b71b031f7df9cda082f - http://codeflow/Dashboard/review/display/liysui-772641c1c2314b71b031f7df9cda082f - - - - - - - - - - - FNF: flight channel: moving the airline symbol to the front - liysui-76e988754eed43ac89bcd0ba61435f6e - Active - 2013-03-16T10:41:15.120986 - 4 days ago - 2013-03-17T09:39:30.8857233 - 3 days ago - 2 - http://codeflow/Client/CodeFlow2010.application?server=http://CodeFlow/Services/DiscoveryService.svc&review=liysui-76e988754eed43ac89bcd0ba61435f6e - http://codeflow/VSClient/VsCodeFlowLauncher.application?server=http://CodeFlow/Services/DiscoveryService.svc&review=liysui-76e988754eed43ac89bcd0ba61435f6e - http://codeflow/Dashboard/review/display/liysui-76e988754eed43ac89bcd0ba61435f6e - - - - - - - - - - bug 508453: FnF: Hotels Channelc - liysui-ceede576cace4672b2a67ca91de6f7ee - Active - 2013-03-16T00:56:55.5940067 - 5 days ago - 2013-03-16T01:21:36.786859 - 5 days ago - 1 - http://codeflow/Client/CodeFlow2010.application?server=http://CodeFlow/Services/DiscoveryService.svc&review=liysui-ceede576cace4672b2a67ca91de6f7ee - http://codeflow/VSClient/VsCodeFlowLauncher.application?server=http://CodeFlow/Services/DiscoveryService.svc&review=liysui-ceede576cace4672b2a67ca91de6f7ee - http://codeflow/Dashboard/review/display/liysui-ceede576cace4672b2a67ca91de6f7ee - - - - - - - - - - fix the memory leak in travelbase - liysui-c172948aad0241f9a134994836b4fc92 - Active - 2013-03-15T18:01:07.7021946 - 5 days ago - 2013-03-15T18:11:09.8479426 - 5 days ago - 1 - http://codeflow/Client/CodeFlow2010.application?server=http://CodeFlow/Services/DiscoveryService.svc&review=liysui-c172948aad0241f9a134994836b4fc92 - http://codeflow/VSClient/VsCodeFlowLauncher.application?server=http://CodeFlow/Services/DiscoveryService.svc&review=liysui-c172948aad0241f9a134994836b4fc92 - http://codeflow/Dashboard/review/display/liysui-c172948aad0241f9a134994836b4fc92 - - - - - - - - - bug 516159: Instrumentation: Cluster Instrumentation Changes - Stopping Localytics Overflow - liysui-53699dbca57b4d7a99dd9ac233975c55 - Active - 2013-03-15T09:06:08.7879243 - 5 days ago - 2013-03-15T11:31:32.811544 - 5 days ago - 1 - http://codeflow/Client/CodeFlow2010.application?server=http://CodeFlow/Services/DiscoveryService.svc&review=liysui-53699dbca57b4d7a99dd9ac233975c55 - http://codeflow/VSClient/VsCodeFlowLauncher.application?server=http://CodeFlow/Services/DiscoveryService.svc&review=liysui-53699dbca57b4d7a99dd9ac233975c55 - http://codeflow/Dashboard/review/display/liysui-53699dbca57b4d7a99dd9ac233975c55 - - - - - - - - - - bug 508238: Misalligned text is itself missing after the original bug fix - liysui-0d7a1772fce24ff4bef8e29ddde6e7d4 - Active - 2013-03-15T08:33:47.4596189 - 5 days ago - 2013-03-15T18:18:14.7174887 - 5 days ago - 1 - http://codeflow/Client/CodeFlow2010.application?server=http://CodeFlow/Services/DiscoveryService.svc&review=liysui-0d7a1772fce24ff4bef8e29ddde6e7d4 - http://codeflow/VSClient/VsCodeFlowLauncher.application?server=http://CodeFlow/Services/DiscoveryService.svc&review=liysui-0d7a1772fce24ff4bef8e29ddde6e7d4 - http://codeflow/Dashboard/review/display/liysui-0d7a1772fce24ff4bef8e29ddde6e7d4 - - - - - - - - - - - bug 506666: Crash: Circular reference in value argument not supported - liysui-b59eb3da17be465a88acceca406267e0 - Active - 2013-03-15T07:03:28.7416161 - 5 days ago - 2013-03-15T07:18:14.7033092 - 5 days ago - 1 - http://codeflow/Client/CodeFlow2010.application?server=http://CodeFlow/Services/DiscoveryService.svc&review=liysui-b59eb3da17be465a88acceca406267e0 - http://codeflow/VSClient/VsCodeFlowLauncher.application?server=http://CodeFlow/Services/DiscoveryService.svc&review=liysui-b59eb3da17be465a88acceca406267e0 - http://codeflow/Dashboard/review/display/liysui-b59eb3da17be465a88acceca406267e0 - - - - - - - - - - update article reader context string to be consist with CUX - liysui-ce7910e1c1824437988686a77cd05b85 - Active - 2013-03-15T06:43:50.1807084 - 5 days ago - 2013-03-15T07:17:00.0951134 - 5 days ago - 1 - http://codeflow/Client/CodeFlow2010.application?server=http://CodeFlow/Services/DiscoveryService.svc&review=liysui-ce7910e1c1824437988686a77cd05b85 - http://codeflow/VSClient/VsCodeFlowLauncher.application?server=http://CodeFlow/Services/DiscoveryService.svc&review=liysui-ce7910e1c1824437988686a77cd05b85 - http://codeflow/Dashboard/review/display/liysui-ce7910e1c1824437988686a77cd05b85 - - - - - - - - - - bug 508793: Instrumentation: All useraction events curently pass a k value of 0` - liysui-644b747b0dea4c0cae7a328479526638 - Active - 2013-03-15T00:13:55.8556829 - 6 days ago - 2013-03-15T18:01:43.9311007 - 5 days ago - 4 - http://codeflow/Client/CodeFlow2010.application?server=http://CodeFlow/Services/DiscoveryService.svc&review=liysui-644b747b0dea4c0cae7a328479526638 - http://codeflow/VSClient/VsCodeFlowLauncher.application?server=http://CodeFlow/Services/DiscoveryService.svc&review=liysui-644b747b0dea4c0cae7a328479526638 - http://codeflow/Dashboard/review/display/liysui-644b747b0dea4c0cae7a328479526638 - - - - - - - - - - bug 517880; [Instrumentation] Content type is "undefined" logged in the hotel details page. Not sure which cluster it belongs to. - liysui-333ee376aa64453ba06ad2af7bd79a06 - Active - 2013-03-14T17:25:34.9053938 - 6 days ago - 2013-03-14T23:30:48.8625368 - 6 days ago - 3 - http://codeflow/Client/CodeFlow2010.application?server=http://CodeFlow/Services/DiscoveryService.svc&review=liysui-333ee376aa64453ba06ad2af7bd79a06 - http://codeflow/VSClient/VsCodeFlowLauncher.application?server=http://CodeFlow/Services/DiscoveryService.svc&review=liysui-333ee376aa64453ba06ad2af7bd79a06 - http://codeflow/Dashboard/review/display/liysui-333ee376aa64453ba06ad2af7bd79a06 - - - - - - - - - - bug 514541: Add Improved Booking.com Logos - liysui-28520b4ee7444880aac7eb515f2a553a - Active - 2013-03-13T23:50:12.5899727 - a week ago - 2013-03-14T00:56:37.3004656 - a week ago - 2 - http://codeflow/Client/CodeFlow2010.application?server=http://CodeFlow/Services/DiscoveryService.svc&review=liysui-28520b4ee7444880aac7eb515f2a553a - http://codeflow/VSClient/VsCodeFlowLauncher.application?server=http://CodeFlow/Services/DiscoveryService.svc&review=liysui-28520b4ee7444880aac7eb515f2a553a - http://codeflow/Dashboard/review/display/liysui-28520b4ee7444880aac7eb515f2a553a - - - - - - - - - - - bug 488454: Destinations Bottom edgy buttons 'Pin to Start', 'Unpin from Start', 'Add to Favorites' and 'Remove from Favorites' all appear at one time - liysui-0a9ca6bbced5411e90b3cb63d6c9f118 - Active - 2013-03-13T19:35:05.0729493 - a week ago - 2013-03-13T22:26:27.0858939 - a week ago - 2 - http://codeflow/Client/CodeFlow2010.application?server=http://CodeFlow/Services/DiscoveryService.svc&review=liysui-0a9ca6bbced5411e90b3cb63d6c9f118 - http://codeflow/VSClient/VsCodeFlowLauncher.application?server=http://CodeFlow/Services/DiscoveryService.svc&review=liysui-0a9ca6bbced5411e90b3cb63d6c9f118 - http://codeflow/Dashboard/review/display/liysui-0a9ca6bbced5411e90b3cb63d6c9f118 - - - - - - - - - - - state is in English - liysui-f61af9e2e791460092fc1255c7e6abbf - Active - 2013-03-13T03:46:46.0193582 - a week ago - 2013-03-13T07:25:52.8258444 - a week ago - 1 - http://codeflow/Client/CodeFlow2010.application?server=http://CodeFlow/Services/DiscoveryService.svc&review=liysui-f61af9e2e791460092fc1255c7e6abbf - http://codeflow/VSClient/VsCodeFlowLauncher.application?server=http://CodeFlow/Services/DiscoveryService.svc&review=liysui-f61af9e2e791460092fc1255c7e6abbf - http://codeflow/Dashboard/review/display/liysui-f61af9e2e791460092fc1255c7e6abbf - - - - - - - - - - CUX want to get rid of the Platform.Instrumentation.InstrumentationSource. - liysui-0adbe634ef6b4bad994ef0160c0b586c - Active - 2013-03-13T00:51:38.68789 - a week ago - 2013-03-13T07:22:56.634526 - a week ago - 2 - http://codeflow/Client/CodeFlow2010.application?server=http://CodeFlow/Services/DiscoveryService.svc&review=liysui-0adbe634ef6b4bad994ef0160c0b586c - http://codeflow/VSClient/VsCodeFlowLauncher.application?server=http://CodeFlow/Services/DiscoveryService.svc&review=liysui-0adbe634ef6b4bad994ef0160c0b586c - http://codeflow/Dashboard/review/display/liysui-0adbe634ef6b4bad994ef0160c0b586c - - - - - - - - - - bug 513938: [Instrumentation] Destination Entity - Background click generates a UserAction, without any Context information. We need to have context information. - liysui-b881c463f0cf4f07bd1b49cfd4456d84 - Active - 2013-03-13T00:47:54.7071305 - a week ago - 2013-03-13T05:47:26.269098 - a week ago - 1 - http://codeflow/Client/CodeFlow2010.application?server=http://CodeFlow/Services/DiscoveryService.svc&review=liysui-b881c463f0cf4f07bd1b49cfd4456d84 - http://codeflow/VSClient/VsCodeFlowLauncher.application?server=http://CodeFlow/Services/DiscoveryService.svc&review=liysui-b881c463f0cf4f07bd1b49cfd4456d84 - http://codeflow/Dashboard/review/display/liysui-b881c463f0cf4f07bd1b49cfd4456d84 - - - - - - - - - - bug 510806: [Instrumentation] Hotel home - UserAction panaroma index is always 6. - liysui-d1e46baadef841519efd7e4d71bf01fa - Active - 2013-03-12T21:18:26.7839201 - a week ago - 2013-03-12T23:56:10.4834443 - a week ago - 1 - http://codeflow/Client/CodeFlow2010.application?server=http://CodeFlow/Services/DiscoveryService.svc&review=liysui-d1e46baadef841519efd7e4d71bf01fa - http://codeflow/VSClient/VsCodeFlowLauncher.application?server=http://CodeFlow/Services/DiscoveryService.svc&review=liysui-d1e46baadef841519efd7e4d71bf01fa - http://codeflow/Dashboard/review/display/liysui-d1e46baadef841519efd7e4d71bf01fa - - - - - - - - - - - bug 509833: [Travel] Instrumentation -UserActionContext is null for book from hero and the overview pane. it should say hero and overview respectively. - liysui-2b84a55e4deb488ab9da18e24c8170b3 - Active - 2013-03-12T20:44:11.4175302 - a week ago - 2013-03-12T22:06:44.3395052 - a week ago - 3 - http://codeflow/Client/CodeFlow2010.application?server=http://CodeFlow/Services/DiscoveryService.svc&review=liysui-2b84a55e4deb488ab9da18e24c8170b3 - http://codeflow/VSClient/VsCodeFlowLauncher.application?server=http://CodeFlow/Services/DiscoveryService.svc&review=liysui-2b84a55e4deb488ab9da18e24c8170b3 - http://codeflow/Dashboard/review/display/liysui-2b84a55e4deb488ab9da18e24c8170b3 - - - - - - - - - - - bug 493937: Location name for Berlin is translated incorrectly in Polish language - liysui-0aa72f350ee34edfbd6946968c995aaf - Active - 2013-03-12T09:11:06.6933918 - a week ago - 2013-03-12T16:44:35.1503833 - a week ago - 1 - http://codeflow/Client/CodeFlow2010.application?server=http://CodeFlow/Services/DiscoveryService.svc&review=liysui-0aa72f350ee34edfbd6946968c995aaf - http://codeflow/VSClient/VsCodeFlowLauncher.application?server=http://CodeFlow/Services/DiscoveryService.svc&review=liysui-0aa72f350ee34edfbd6946968c995aaf - http://codeflow/Dashboard/review/display/liysui-0aa72f350ee34edfbd6946968c995aaf - - - - - - - - - - bug 513548: Add "LogLevel.Critical" to Business Critical Logging - liysui-aa63dbc9429242798b8a681d7b738b90 - Active - 2013-03-12T08:38:09.3501391 - a week ago - 2013-03-12T17:49:29.5436408 - a week ago - 2 - http://codeflow/Client/CodeFlow2010.application?server=http://CodeFlow/Services/DiscoveryService.svc&review=liysui-aa63dbc9429242798b8a681d7b738b90 - http://codeflow/VSClient/VsCodeFlowLauncher.application?server=http://CodeFlow/Services/DiscoveryService.svc&review=liysui-aa63dbc9429242798b8a681d7b738b90 - http://codeflow/Dashboard/review/display/liysui-aa63dbc9429242798b8a681d7b738b90 - - - - - - - - - - bug 513637: [Insturmentation]Content/content view for Destinations nearby is missing. - liysui-462154a2892c4053b9c120202027f7c5 - Active - 2013-03-12T05:37:45.1314577 - a week ago - 2013-03-12T05:47:44.5126644 - a week ago - 1 - http://codeflow/Client/CodeFlow2010.application?server=http://CodeFlow/Services/DiscoveryService.svc&review=liysui-462154a2892c4053b9c120202027f7c5 - http://codeflow/VSClient/VsCodeFlowLauncher.application?server=http://CodeFlow/Services/DiscoveryService.svc&review=liysui-462154a2892c4053b9c120202027f7c5 - http://codeflow/Dashboard/review/display/liysui-462154a2892c4053b9c120202027f7c5 - - - - - - - - - - bug 488534: [Travel][Slow/Flaky network]Flight status hitting "back" when during the page load leads to page not found. It should go back to the previous page. - liysui-9ab4b6fc98b849a3b8076ea656864784 - Active - 2013-03-11T23:14:50.9616254 - a week ago - 2013-03-11T23:20:35.6847409 - a week ago - 1 - http://codeflow/Client/CodeFlow2010.application?server=http://CodeFlow/Services/DiscoveryService.svc&review=liysui-9ab4b6fc98b849a3b8076ea656864784 - http://codeflow/VSClient/VsCodeFlowLauncher.application?server=http://CodeFlow/Services/DiscoveryService.svc&review=liysui-9ab4b6fc98b849a3b8076ea656864784 - http://codeflow/Dashboard/review/display/liysui-9ab4b6fc98b849a3b8076ea656864784 - - - - - - - - - - bug 511421: [Instrumentation] No content event logged for Flight status search. As a result we dont have any info on actual item that was being searched. - liysui-cea756ec01d2454e80657a63828e5c44 - Active - 2013-03-11T21:27:45.207594 - a week ago - 2013-03-11T22:52:00.851319 - a week ago - 1 - http://codeflow/Client/CodeFlow2010.application?server=http://CodeFlow/Services/DiscoveryService.svc&review=liysui-cea756ec01d2454e80657a63828e5c44 - http://codeflow/VSClient/VsCodeFlowLauncher.application?server=http://CodeFlow/Services/DiscoveryService.svc&review=liysui-cea756ec01d2454e80657a63828e5c44 - http://codeflow/Dashboard/review/display/liysui-cea756ec01d2454e80657a63828e5c44 - - - - - - - - - - Dec: bug 513575: Old clients: Map is missing from destinations on the Korea market - liysui-14af016e6c02449693220f17998e0d1d - Active - 2013-03-11T20:32:04.0298254 - a week ago - 2013-03-11T20:37:51.4617752 - a week ago - 1 - http://codeflow/Client/CodeFlow2010.application?server=http://CodeFlow/Services/DiscoveryService.svc&review=liysui-14af016e6c02449693220f17998e0d1d - http://codeflow/VSClient/VsCodeFlowLauncher.application?server=http://CodeFlow/Services/DiscoveryService.svc&review=liysui-14af016e6c02449693220f17998e0d1d - http://codeflow/Dashboard/review/display/liysui-14af016e6c02449693220f17998e0d1d - - - - - - - - - GA: bug 513575: Old clients: Map is missing from destinations on the Korea market - liysui-2679e36636144b00bd60cde0a09d30ca - Active - 2013-03-11T20:29:12.0879633 - a week ago - 2013-03-11T20:39:00.0916092 - a week ago - 1 - http://codeflow/Client/CodeFlow2010.application?server=http://CodeFlow/Services/DiscoveryService.svc&review=liysui-2679e36636144b00bd60cde0a09d30ca - http://codeflow/VSClient/VsCodeFlowLauncher.application?server=http://CodeFlow/Services/DiscoveryService.svc&review=liysui-2679e36636144b00bd60cde0a09d30ca - http://codeflow/Dashboard/review/display/liysui-2679e36636144b00bd60cde0a09d30ca - - - - - - - - - RTM: bug 513575: Old clients: Map is missing from destinations on the Korea market - liysui-14ccc2ba868f47288cf0b3484d518485 - Active - 2013-03-11T20:25:32.7713371 - a week ago - 2013-03-11T20:37:45.3689474 - a week ago - 1 - http://codeflow/Client/CodeFlow2010.application?server=http://CodeFlow/Services/DiscoveryService.svc&review=liysui-14ccc2ba868f47288cf0b3484d518485 - http://codeflow/VSClient/VsCodeFlowLauncher.application?server=http://CodeFlow/Services/DiscoveryService.svc&review=liysui-14ccc2ba868f47288cf0b3484d518485 - http://codeflow/Dashboard/review/display/liysui-14ccc2ba868f47288cf0b3484d518485 - - - - - - - - - bug 511379: [Instrumentation] Content - Flight schedule Content id is undefined. Should specify the origin and destination. - liysui-1db1edcd26bd47ee94706fa84aa20c24 - Active - 2013-03-11T19:10:25.7331233 - a week ago - 2013-03-11T19:19:32.6996711 - a week ago - 1 - http://codeflow/Client/CodeFlow2010.application?server=http://CodeFlow/Services/DiscoveryService.svc&review=liysui-1db1edcd26bd47ee94706fa84aa20c24 - http://codeflow/VSClient/VsCodeFlowLauncher.application?server=http://CodeFlow/Services/DiscoveryService.svc&review=liysui-1db1edcd26bd47ee94706fa84aa20c24 - http://codeflow/Dashboard/review/display/liysui-1db1edcd26bd47ee94706fa84aa20c24 - - - - - - - - - - - bug 510368: [Instrumentation] Oneway search does not specify the destination id as a part of the content view, only origin. It should specify both origin and destination. - liysui-7f2c120b94804f4c93303938b8749e34 - Active - 2013-03-11T18:47:31.0370687 - a week ago - 2013-03-11T18:53:30.9754679 - a week ago - 1 - http://codeflow/Client/CodeFlow2010.application?server=http://CodeFlow/Services/DiscoveryService.svc&review=liysui-7f2c120b94804f4c93303938b8749e34 - http://codeflow/VSClient/VsCodeFlowLauncher.application?server=http://CodeFlow/Services/DiscoveryService.svc&review=liysui-7f2c120b94804f4c93303938b8749e34 - http://codeflow/Dashboard/review/display/liysui-7f2c120b94804f4c93303938b8749e34 - - - - - - - - - - bug 511939: [Instrumentation] Content/ContentView event for Featured Video cluster shows 'undefined' - liysui-b012be71d6a14965b57ec53520901e0b - Active - 2013-03-11T18:47:15.3967783 - a week ago - 2013-03-11T19:04:29.6036099 - a week ago - 1 - http://codeflow/Client/CodeFlow2010.application?server=http://CodeFlow/Services/DiscoveryService.svc&review=liysui-b012be71d6a14965b57ec53520901e0b - http://codeflow/VSClient/VsCodeFlowLauncher.application?server=http://CodeFlow/Services/DiscoveryService.svc&review=liysui-b012be71d6a14965b57ec53520901e0b - http://codeflow/Dashboard/review/display/liysui-b012be71d6a14965b57ec53520901e0b - - - - - - - - - - bug 508415: [Travel] Instrumentation - Favorites tile does not send a user action telementry call. - liysui-5090d3426870438785783abeb8a4300e - Active - 2013-03-09T09:40:19.9989391 - 2 weeks ago - 2013-03-10T08:56:10.9114361 - a week ago - 1 - http://codeflow/Client/CodeFlow2010.application?server=http://CodeFlow/Services/DiscoveryService.svc&review=liysui-5090d3426870438785783abeb8a4300e - http://codeflow/VSClient/VsCodeFlowLauncher.application?server=http://CodeFlow/Services/DiscoveryService.svc&review=liysui-5090d3426870438785783abeb8a4300e - http://codeflow/Dashboard/review/display/liysui-5090d3426870438785783abeb8a4300e - - - - - - - - - - bug 508812: [Travel] Instrumentation - Hotel/search/details - no telemetry information for the panaroma logged. - liysui-2889a921ca7949ac8e0e85f1ebaf9aba - Active - 2013-03-08T10:13:14.5889385 - 2 weeks ago - 2013-03-08T20:41:12.4373869 - 2 weeks ago - 1 - http://codeflow/Client/CodeFlow2010.application?server=http://CodeFlow/Services/DiscoveryService.svc&review=liysui-2889a921ca7949ac8e0e85f1ebaf9aba - http://codeflow/VSClient/VsCodeFlowLauncher.application?server=http://CodeFlow/Services/DiscoveryService.svc&review=liysui-2889a921ca7949ac8e0e85f1ebaf9aba - http://codeflow/Dashboard/review/display/liysui-2889a921ca7949ac8e0e85f1ebaf9aba - - - - - - - - - - bug 508679: [Travel] INstrumentation - Destination entity, hotel search context/cluster is called hotel search instead of hotel search flyout. - liysui-ad01c6a9a3b94e39b7d4876082254eb3 - Active - 2013-03-08T09:37:51.9618721 - 2 weeks ago - 2013-03-08T20:40:50.2228015 - 2 weeks ago - 1 - http://codeflow/Client/CodeFlow2010.application?server=http://CodeFlow/Services/DiscoveryService.svc&review=liysui-ad01c6a9a3b94e39b7d4876082254eb3 - http://codeflow/VSClient/VsCodeFlowLauncher.application?server=http://CodeFlow/Services/DiscoveryService.svc&review=liysui-ad01c6a9a3b94e39b7d4876082254eb3 - http://codeflow/Dashboard/review/display/liysui-ad01c6a9a3b94e39b7d4876082254eb3 - - - - - - - - - - - bug 508829: [Travel] Instrumentation - User Action for Hotel Results tile telemetry info not logged. - liysui-3161bed21db84bcab0c82b90487bf08f - Active - 2013-03-08T09:00:34.7223283 - 2 weeks ago - 2013-03-09T09:36:46.0489305 - 2 weeks ago - 2 - http://codeflow/Client/CodeFlow2010.application?server=http://CodeFlow/Services/DiscoveryService.svc&review=liysui-3161bed21db84bcab0c82b90487bf08f - http://codeflow/VSClient/VsCodeFlowLauncher.application?server=http://CodeFlow/Services/DiscoveryService.svc&review=liysui-3161bed21db84bcab0c82b90487bf08f - http://codeflow/Dashboard/review/display/liysui-3161bed21db84bcab0c82b90487bf08f - - - - - - - - - - bug 505248: Place Name Formatting Corrections - liysui-d57c0930a3f44c39a6d8aa90b6b14514 - Active - 2013-03-07T19:01:48.6525064 - 2 weeks ago - 2013-03-07T19:47:49.2717557 - 2 weeks ago - 2 - http://codeflow/Client/CodeFlow2010.application?server=http://CodeFlow/Services/DiscoveryService.svc&review=liysui-d57c0930a3f44c39a6d8aa90b6b14514 - http://codeflow/VSClient/VsCodeFlowLauncher.application?server=http://CodeFlow/Services/DiscoveryService.svc&review=liysui-d57c0930a3f44c39a6d8aa90b6b14514 - http://codeflow/Dashboard/review/display/liysui-d57c0930a3f44c39a6d8aa90b6b14514 - - - - - - - - - - bug 508952: App crashes when multiprovider hotel page's line item is clicked. - liysui-084b26c45e39453898cd92a1e4e01ecb - Active - 2013-03-07T05:46:30.6395673 - 2 weeks ago - 2013-03-07T17:56:10.0840234 - 2 weeks ago - 1 - http://codeflow/Client/CodeFlow2010.application?server=http://CodeFlow/Services/DiscoveryService.svc&review=liysui-084b26c45e39453898cd92a1e4e01ecb - http://codeflow/VSClient/VsCodeFlowLauncher.application?server=http://CodeFlow/Services/DiscoveryService.svc&review=liysui-084b26c45e39453898cd92a1e4e01ecb - http://codeflow/Dashboard/review/display/liysui-084b26c45e39453898cd92a1e4e01ecb - - - - - - - - - - Bug 385965: Enable Lithuania for Kayak Booking - liysui-10074571159a4c72a8f22c1d35398395 - Active - 2013-03-05T05:44:42.1531025 - 2 weeks ago - 2013-03-05T05:57:02.7899863 - 2 weeks ago - 1 - http://codeflow/Client/CodeFlow2010.application?server=http://CodeFlow/Services/DiscoveryService.svc&review=liysui-10074571159a4c72a8f22c1d35398395 - http://codeflow/VSClient/VsCodeFlowLauncher.application?server=http://CodeFlow/Services/DiscoveryService.svc&review=liysui-10074571159a4c72a8f22c1d35398395 - http://codeflow/Dashboard/review/display/liysui-10074571159a4c72a8f22c1d35398395 - - - - - - - - - - - Instrumentation: Client infra now said every user action need to associate with a cluster name, so we need to adding the cluster name. adding a few more instrumentation - liysui-d3f2549bad82400a8b7a3eff4f903325 - Active - 2013-03-04T06:17:11.7639029 - 2 weeks ago - 2013-03-05T05:23:21.6944423 - 2 weeks ago - 3 - http://codeflow/Client/CodeFlow2010.application?server=http://CodeFlow/Services/DiscoveryService.svc&review=liysui-d3f2549bad82400a8b7a3eff4f903325 - http://codeflow/VSClient/VsCodeFlowLauncher.application?server=http://CodeFlow/Services/DiscoveryService.svc&review=liysui-d3f2549bad82400a8b7a3eff4f903325 - http://codeflow/Dashboard/review/display/liysui-d3f2549bad82400a8b7a3eff4f903325 - - - - - - - - - - - bug 503799: Travel: For new added language, allow the autosuggest data is downloaded as desired, the hub still show in en-us due to cache - liysui-843e5aa0863e4922b07d88973ac3d963 - Active - 2013-03-04T00:54:55.5047699 - 2 weeks ago - 2013-03-05T06:18:36.822859 - 2 weeks ago - 1 - http://codeflow/Client/CodeFlow2010.application?server=http://CodeFlow/Services/DiscoveryService.svc&review=liysui-843e5aa0863e4922b07d88973ac3d963 - http://codeflow/VSClient/VsCodeFlowLauncher.application?server=http://CodeFlow/Services/DiscoveryService.svc&review=liysui-843e5aa0863e4922b07d88973ac3d963 - http://codeflow/Dashboard/review/display/liysui-843e5aa0863e4922b07d88973ac3d963 - - - - - - - - - - Instrumentatin: n C# side and remve the transactionLog we put in before - liysui-ff6904706a6d4c0a8b9cc22503f3659b - Active - 2013-02-28T08:23:35.1542758 - 3 weeks ago - 2013-02-28T18:42:56.3161539 - 3 weeks ago - 1 - http://codeflow/Client/CodeFlow2010.application?server=http://CodeFlow/Services/DiscoveryService.svc&review=liysui-ff6904706a6d4c0a8b9cc22503f3659b - http://codeflow/VSClient/VsCodeFlowLauncher.application?server=http://CodeFlow/Services/DiscoveryService.svc&review=liysui-ff6904706a6d4c0a8b9cc22503f3659b - http://codeflow/Dashboard/review/display/liysui-ff6904706a6d4c0a8b9cc22503f3659b - - - - - - - - - - continue update the instrumentation on js side - liysui-a2d011ee3a96461cb479d373c1f6c5d0 - Active - 2013-02-27T20:08:25.0050702 - 3 weeks ago - 2013-02-28T19:19:39.3498928 - 3 weeks ago - 2 - http://codeflow/Client/CodeFlow2010.application?server=http://CodeFlow/Services/DiscoveryService.svc&review=liysui-a2d011ee3a96461cb479d373c1f6c5d0 - http://codeflow/VSClient/VsCodeFlowLauncher.application?server=http://CodeFlow/Services/DiscoveryService.svc&review=liysui-a2d011ee3a96461cb479d373c1f6c5d0 - http://codeflow/Dashboard/review/display/liysui-a2d011ee3a96461cb479d373c1f6c5d0 - - - - - - - - - - instrumentation update on home page/hotel detail page/ destination detail page/ destination browse page - liysui-c952e827ae714b55a74641df05ba3861 - Active - 2013-02-25T19:24:21.4133719 - 3 weeks ago - 2013-02-26T08:14:20.0527978 - 3 weeks ago - 2 - http://codeflow/Client/CodeFlow2010.application?server=http://CodeFlow/Services/DiscoveryService.svc&review=liysui-c952e827ae714b55a74641df05ba3861 - http://codeflow/VSClient/VsCodeFlowLauncher.application?server=http://CodeFlow/Services/DiscoveryService.svc&review=liysui-c952e827ae714b55a74641df05ba3861 - http://codeflow/Dashboard/review/display/liysui-c952e827ae714b55a74641df05ba3861 - - - - - - - - - - - - - - - Travel - bugfix for #334688 (Destination currency exchange tile doesn't use CurrencyFormatter) - maciejc-a9fa4f62c9654ded92f3661a512355cd - Active - 2013-02-27T03:40:59.1373574 - 3 weeks ago - 2013-02-28T21:19:58.6785954 - 3 weeks ago - 1 - http://codeflow/Client/CodeFlow2010.application?server=http://CodeFlow/Services/DiscoveryService.svc&review=maciejc-a9fa4f62c9654ded92f3661a512355cd - http://codeflow/VSClient/VsCodeFlowLauncher.application?server=http://CodeFlow/Services/DiscoveryService.svc&review=maciejc-a9fa4f62c9654ded92f3661a512355cd - http://codeflow/Dashboard/review/display/maciejc-a9fa4f62c9654ded92f3661a512355cd - - - - - - - - - - - - - - - - - - Bug 490511: appex travel : when selecting pinning from bottom edgy - add or remove - and touching in edgy, bottom edgy remains open, should close. - mansingh-3681d0a02ea248c8ba13b2281ad7ce43 - Active - 2013-03-01T02:47:51.9832507 - 3 weeks ago - 2013-03-01T18:22:12.8504669 - 3 weeks ago - 1 - http://codeflow/Client/CodeFlow2010.application?server=http://CodeFlow/Services/DiscoveryService.svc&review=mansingh-3681d0a02ea248c8ba13b2281ad7ce43 - http://codeflow/VSClient/VsCodeFlowLauncher.application?server=http://CodeFlow/Services/DiscoveryService.svc&review=mansingh-3681d0a02ea248c8ba13b2281ad7ce43 - http://codeflow/Dashboard/review/display/mansingh-3681d0a02ea248c8ba13b2281ad7ce43 - - - - - - - - - - - - Bug 479741: Sorting a fresh list of flight results re-fires the query - mansingh-1550bb4f80924ec7b98b5f0165d0512e - Active - 2013-02-22T20:50:05.9752336 - a month ago - 2013-02-25T19:25:11.6733584 - 3 weeks ago - 6 - http://codeflow/Client/CodeFlow2010.application?server=http://CodeFlow/Services/DiscoveryService.svc&review=mansingh-1550bb4f80924ec7b98b5f0165d0512e - http://codeflow/VSClient/VsCodeFlowLauncher.application?server=http://CodeFlow/Services/DiscoveryService.svc&review=mansingh-1550bb4f80924ec7b98b5f0165d0512e - http://codeflow/Dashboard/review/display/mansingh-1550bb4f80924ec7b98b5f0165d0512e - - - - - - - - - - - - - - - - Travel - Fix for Bug# 525848 ([Travel] "Powered by Kayak" text is missing on top right of the FSRP) - v-sumku-291121453b2b46148ae8f6e52e9cc4bd - Active - 2013-03-20T23:44:40.8511855 - less than a minute ago - 2013-03-21T00:01:29.4283496 - less than a minute ago - 3 - http://codeflow/Client/CodeFlow2010.application?server=http://CodeFlow/Services/DiscoveryService.svc&review=v-sumku-291121453b2b46148ae8f6e52e9cc4bd - http://codeflow/VSClient/VsCodeFlowLauncher.application?server=http://CodeFlow/Services/DiscoveryService.svc&review=v-sumku-291121453b2b46148ae8f6e52e9cc4bd - http://codeflow/Dashboard/review/display/v-sumku-291121453b2b46148ae8f6e52e9cc4bd - - - - - - - - - Travel - Fix for Bug# 520797 (AppEx: Travel: zh-cn, zh-tw, zh-hk, ko-kr: The strings in the favorites list on home page are clipping.) - v-sumku-25502213395a44f899f54f6bb2cfc2d5 - Active - 2013-03-20T22:14:09.6985046 - less than a minute ago - 2013-03-20T22:19:54.3052625 - less than a minute ago - 1 - http://codeflow/Client/CodeFlow2010.application?server=http://CodeFlow/Services/DiscoveryService.svc&review=v-sumku-25502213395a44f899f54f6bb2cfc2d5 - http://codeflow/VSClient/VsCodeFlowLauncher.application?server=http://CodeFlow/Services/DiscoveryService.svc&review=v-sumku-25502213395a44f899f54f6bb2cfc2d5 - http://codeflow/Dashboard/review/display/v-sumku-25502213395a44f899f54f6bb2cfc2d5 - - - - - - - - - Travel - Fix for Bug# 525763 (AppEx: Travel: The autosuggest list under airline box appears after getting the flight status, it is weird.) - v-sumku-d01fefb8939b4c319437019f76a3b607 - Active - 2013-03-20T22:05:55.4004736 - less than a minute ago - 2013-03-20T22:18:57.9736599 - less than a minute ago - 1 - http://codeflow/Client/CodeFlow2010.application?server=http://CodeFlow/Services/DiscoveryService.svc&review=v-sumku-d01fefb8939b4c319437019f76a3b607 - http://codeflow/VSClient/VsCodeFlowLauncher.application?server=http://CodeFlow/Services/DiscoveryService.svc&review=v-sumku-d01fefb8939b4c319437019f76a3b607 - http://codeflow/Dashboard/review/display/v-sumku-d01fefb8939b4c319437019f76a3b607 - - - - - - - - - Travel - Fix for Bug# 510161 (German: TA cluster rating bars overlap with text) - v-sumku-66f5a7717c49450483f01d067ddf448b - Active - 2013-03-16T23:50:47.5677207 - 4 days ago - 2013-03-17T00:09:33.1630812 - 4 days ago - 2 - http://codeflow/Client/CodeFlow2010.application?server=http://CodeFlow/Services/DiscoveryService.svc&review=v-sumku-66f5a7717c49450483f01d067ddf448b - http://codeflow/VSClient/VsCodeFlowLauncher.application?server=http://CodeFlow/Services/DiscoveryService.svc&review=v-sumku-66f5a7717c49450483f01d067ddf448b - http://codeflow/Dashboard/review/display/v-sumku-66f5a7717c49450483f01d067ddf448b - - - - - - - - Travel - Fix for Bug# 520797 (AppEx: Travel: zh-cn, zh-tw, zh-hk, ko-kr: The strings in the favorites list on home page are clipping.); Fix for Bug# 518271 ([Travel]: Ja-Jp: text is overlapping on booking page) - v-sumku-663fd63f791d45cc9b728d3a1a7d39fc - Active - 2013-03-16T20:41:33.3315879 - 4 days ago - 2013-03-17T09:45:27.2997952 - 3 days ago - 1 - http://codeflow/Client/CodeFlow2010.application?server=http://CodeFlow/Services/DiscoveryService.svc&review=v-sumku-663fd63f791d45cc9b728d3a1a7d39fc - http://codeflow/VSClient/VsCodeFlowLauncher.application?server=http://CodeFlow/Services/DiscoveryService.svc&review=v-sumku-663fd63f791d45cc9b728d3a1a7d39fc - http://codeflow/Dashboard/review/display/v-sumku-663fd63f791d45cc9b728d3a1a7d39fc - - - - - - - - - Travel - 1. Redesign of favorites cluster when no favorites have been added 2. Fix for Bug# 519656 (hover state on favorites tile is not consistant) - v-sumku-19a901157d8a4855b5cd2d6689e21157 - Active - 2013-03-16T18:48:26.2251581 - 4 days ago - 2013-03-16T20:02:10.3678677 - 4 days ago - 1 - http://codeflow/Client/CodeFlow2010.application?server=http://CodeFlow/Services/DiscoveryService.svc&review=v-sumku-19a901157d8a4855b5cd2d6689e21157 - http://codeflow/VSClient/VsCodeFlowLauncher.application?server=http://CodeFlow/Services/DiscoveryService.svc&review=v-sumku-19a901157d8a4855b5cd2d6689e21157 - http://codeflow/Dashboard/review/display/v-sumku-19a901157d8a4855b5cd2d6689e21157 - - - - - - - - - - Travel - New Favorites treatment on hub - v-sumku-deeb3ae9db4e4cecb142eb1b4a01f645 - Active - 2013-03-13T23:33:42.2599501 - a week ago - 2013-03-14T18:10:30.9088699 - 6 days ago - 4 - http://codeflow/Client/CodeFlow2010.application?server=http://CodeFlow/Services/DiscoveryService.svc&review=v-sumku-deeb3ae9db4e4cecb142eb1b4a01f645 - http://codeflow/VSClient/VsCodeFlowLauncher.application?server=http://CodeFlow/Services/DiscoveryService.svc&review=v-sumku-deeb3ae9db4e4cecb142eb1b4a01f645 - http://codeflow/Dashboard/review/display/v-sumku-deeb3ae9db4e4cecb142eb1b4a01f645 - - - - - - - - - - - Travel - Include icon next to 'Add to Favorites' - v-sumku-3d870d377a3f49cba72fe89382279811 - Active - 2013-03-12T19:42:25.3436362 - a week ago - 2013-03-12T20:01:45.1355839 - a week ago - 1 - http://codeflow/Client/CodeFlow2010.application?server=http://CodeFlow/Services/DiscoveryService.svc&review=v-sumku-3d870d377a3f49cba72fe89382279811 - http://codeflow/VSClient/VsCodeFlowLauncher.application?server=http://CodeFlow/Services/DiscoveryService.svc&review=v-sumku-3d870d377a3f49cba72fe89382279811 - http://codeflow/Dashboard/review/display/v-sumku-3d870d377a3f49cba72fe89382279811 - - - - - - - - - - Travel - Remove from favorites button should be renoved from the bottom edgy on hub - v-sumku-57698464266d4eb28a4b70f0c0acd6aa - Active - 2013-03-12T01:17:04.5495556 - a week ago - 2013-03-12T04:44:05.1301483 - a week ago - 1 - http://codeflow/Client/CodeFlow2010.application?server=http://CodeFlow/Services/DiscoveryService.svc&review=v-sumku-57698464266d4eb28a4b70f0c0acd6aa - http://codeflow/VSClient/VsCodeFlowLauncher.application?server=http://CodeFlow/Services/DiscoveryService.svc&review=v-sumku-57698464266d4eb28a4b70f0c0acd6aa - http://codeflow/Dashboard/review/display/v-sumku-57698464266d4eb28a4b70f0c0acd6aa - - - - - - - - - - - Travel - Narrator reads both the Add & Remove Favorites on tabbing on the hero - v-sumku-886cbaf85e59405a980177d64d6bc7af - Active - 2013-03-11T22:50:33.9361324 - a week ago - 2013-03-12T00:23:50.6752227 - a week ago - 5 - http://codeflow/Client/CodeFlow2010.application?server=http://CodeFlow/Services/DiscoveryService.svc&review=v-sumku-886cbaf85e59405a980177d64d6bc7af - http://codeflow/VSClient/VsCodeFlowLauncher.application?server=http://CodeFlow/Services/DiscoveryService.svc&review=v-sumku-886cbaf85e59405a980177d64d6bc7af - http://codeflow/Dashboard/review/display/v-sumku-886cbaf85e59405a980177d64d6bc7af - - - - - - - - - - Travel - Fix for 1. 510161(German: TA cluster rating bars overlap with text) 2. 511426 (Add to Favorites need to have a consistent position on the bottom edgy) 3. 510191 (Narrator reads the 'Add to favorites' link on the Destination hero image as 'Tr - v-sumku-a78c21b1f9f348eeab38eab6088d8940 - Active - 2013-03-09T21:29:56.6862467 - 2 weeks ago - 2013-03-09T21:57:38.4747804 - 2 weeks ago - 2 - http://codeflow/Client/CodeFlow2010.application?server=http://CodeFlow/Services/DiscoveryService.svc&review=v-sumku-a78c21b1f9f348eeab38eab6088d8940 - http://codeflow/VSClient/VsCodeFlowLauncher.application?server=http://CodeFlow/Services/DiscoveryService.svc&review=v-sumku-a78c21b1f9f348eeab38eab6088d8940 - http://codeflow/Dashboard/review/display/v-sumku-a78c21b1f9f348eeab38eab6088d8940 - - - - - - - - - - Travel - Fix for Bug# 510184 (Narrator accessibility: string and price of booking link anchored top right should also be read (shouldn't be only read as a booking link)) - v-sumku-516b95da47c54723ad6fc749931318f1 - Active - 2013-03-09T02:24:17.223549 - 2 weeks ago - 2013-03-09T02:25:47.0312495 - 2 weeks ago - 1 - http://codeflow/Client/CodeFlow2010.application?server=http://CodeFlow/Services/DiscoveryService.svc&review=v-sumku-516b95da47c54723ad6fc749931318f1 - http://codeflow/VSClient/VsCodeFlowLauncher.application?server=http://CodeFlow/Services/DiscoveryService.svc&review=v-sumku-516b95da47c54723ad6fc749931318f1 - http://codeflow/Dashboard/review/display/v-sumku-516b95da47c54723ad6fc749931318f1 - - - - - - - - Travel - Fix for Bug# 464309 (Travel: button overlap on high dpi machines in 360 panos); Fix for Bug# 507739 (AppEx: Travel: pa-in: The article title is clipping on detail hotel overview page .) - v-sumku-3b21e0b4c74443e58bb17b7cbc5266ea - Active - 2013-03-09T00:31:10.9341647 - 2 weeks ago - 2013-03-09T00:38:25.7209852 - 2 weeks ago - 1 - http://codeflow/Client/CodeFlow2010.application?server=http://CodeFlow/Services/DiscoveryService.svc&review=v-sumku-3b21e0b4c74443e58bb17b7cbc5266ea - http://codeflow/VSClient/VsCodeFlowLauncher.application?server=http://CodeFlow/Services/DiscoveryService.svc&review=v-sumku-3b21e0b4c74443e58bb17b7cbc5266ea - http://codeflow/Dashboard/review/display/v-sumku-3b21e0b4c74443e58bb17b7cbc5266ea - - - - - - - - - - Travel - Fix for Bug# 479558 (Search history in hotel form or hub is not populated if the hotel search was not city based, shows just the heading) - v-sumku-73f04074aca849c8a04314f46cc54ccf - Active - 2013-03-08T20:40:30.4762355 - 2 weeks ago - 2013-03-08T20:57:58.9179388 - 2 weeks ago - 3 - http://codeflow/Client/CodeFlow2010.application?server=http://CodeFlow/Services/DiscoveryService.svc&review=v-sumku-73f04074aca849c8a04314f46cc54ccf - http://codeflow/VSClient/VsCodeFlowLauncher.application?server=http://CodeFlow/Services/DiscoveryService.svc&review=v-sumku-73f04074aca849c8a04314f46cc54ccf - http://codeflow/Dashboard/review/display/v-sumku-73f04074aca849c8a04314f46cc54ccf - - - - - - - - - - - Travel - 1. Launching Destination from pinned tile / shared URI shows both the "Add/Remove Favorite" button on hero. - v-sumku-4bf01fe7af0e41718ce2d6eefb7efa2c - Active - 2013-03-08T01:40:50.4894695 - 2 weeks ago - 2013-03-08T09:20:40.8166202 - 2 weeks ago - 2 - http://codeflow/Client/CodeFlow2010.application?server=http://CodeFlow/Services/DiscoveryService.svc&review=v-sumku-4bf01fe7af0e41718ce2d6eefb7efa2c - http://codeflow/VSClient/VsCodeFlowLauncher.application?server=http://CodeFlow/Services/DiscoveryService.svc&review=v-sumku-4bf01fe7af0e41718ce2d6eefb7efa2c - http://codeflow/Dashboard/review/display/v-sumku-4bf01fe7af0e41718ce2d6eefb7efa2c - - - - - - - - - - - - Travel - Fix for Bug# 509112 (App crashes after clicking the added destination "thousand islands Museum, new york" in the Favorites list.) - v-sumku-5071d8cba2cb43e381dc26950a9e07d6 - Active - 2013-03-07T20:32:11.9365725 - 2 weeks ago - 2013-03-07T20:57:54.4522251 - 2 weeks ago - 2 - http://codeflow/Client/CodeFlow2010.application?server=http://CodeFlow/Services/DiscoveryService.svc&review=v-sumku-5071d8cba2cb43e381dc26950a9e07d6 - http://codeflow/VSClient/VsCodeFlowLauncher.application?server=http://CodeFlow/Services/DiscoveryService.svc&review=v-sumku-5071d8cba2cb43e381dc26950a9e07d6 - http://codeflow/Dashboard/review/display/v-sumku-5071d8cba2cb43e381dc26950a9e07d6 - - - - - - - - - - - Travel -adding favorites information block on hub - v-sumku-878fc89b79e84d90be706811309c9061 - Active - 2013-03-07T03:23:41.9808503 - 2 weeks ago - 2013-03-07T19:05:57.7943929 - 2 weeks ago - 5 - http://codeflow/Client/CodeFlow2010.application?server=http://CodeFlow/Services/DiscoveryService.svc&review=v-sumku-878fc89b79e84d90be706811309c9061 - http://codeflow/VSClient/VsCodeFlowLauncher.application?server=http://CodeFlow/Services/DiscoveryService.svc&review=v-sumku-878fc89b79e84d90be706811309c9061 - http://codeflow/Dashboard/review/display/v-sumku-878fc89b79e84d90be706811309c9061 - - - - - - - - - - - Travel - Fix for Bug# 477320. navigating to the search form on clicking expired searches in the recent history - v-sumku-0fc9e10ba6e74c538d7f5a30f9c79878 - Active - 2013-03-05T22:19:47.0675647 - 2 weeks ago - 2013-03-05T22:29:20.507119 - 2 weeks ago - 1 - http://codeflow/Client/CodeFlow2010.application?server=http://CodeFlow/Services/DiscoveryService.svc&review=v-sumku-0fc9e10ba6e74c538d7f5a30f9c79878 - http://codeflow/VSClient/VsCodeFlowLauncher.application?server=http://CodeFlow/Services/DiscoveryService.svc&review=v-sumku-0fc9e10ba6e74c538d7f5a30f9c79878 - http://codeflow/Dashboard/review/display/v-sumku-0fc9e10ba6e74c538d7f5a30f9c79878 - - - - - - - - - - Travel - Fix for Bug# 504277; Fix for Bug# 490234 - v-sumku-c3c0ff28d53a4b7d919fd02ecd8807a5 - Active - 2013-03-05T01:43:35.2636942 - 2 weeks ago - 2013-03-05T02:39:17.4368989 - 2 weeks ago - 1 - http://codeflow/Client/CodeFlow2010.application?server=http://CodeFlow/Services/DiscoveryService.svc&review=v-sumku-c3c0ff28d53a4b7d919fd02ecd8807a5 - http://codeflow/VSClient/VsCodeFlowLauncher.application?server=http://CodeFlow/Services/DiscoveryService.svc&review=v-sumku-c3c0ff28d53a4b7d919fd02ecd8807a5 - http://codeflow/Dashboard/review/display/v-sumku-c3c0ff28d53a4b7d919fd02ecd8807a5 - - - - - - - - - Travel - 1. DCR for the the Find Hotels/Find on map button on slide show and photosynth panoramas 2. DCR for Add to Favorites on the Destination pano - v-sumku-ef92b9a931854d3cbbd803c777a64d17 - Active - 2013-03-01T22:53:39.3181231 - 3 weeks ago - 2013-03-05T03:41:50.432995 - 2 weeks ago - 3 - http://codeflow/Client/CodeFlow2010.application?server=http://CodeFlow/Services/DiscoveryService.svc&review=v-sumku-ef92b9a931854d3cbbd803c777a64d17 - http://codeflow/VSClient/VsCodeFlowLauncher.application?server=http://CodeFlow/Services/DiscoveryService.svc&review=v-sumku-ef92b9a931854d3cbbd803c777a64d17 - http://codeflow/Dashboard/review/display/v-sumku-ef92b9a931854d3cbbd803c777a64d17 - - - - - - - - - - - - - - - - - - - - Fail Safe : Onboard other apps to Fail Safe - vijayba-7632858014654651b4105d1cb24c8d4a - Active - 2013-03-08T01:55:01.6676353 - 2 weeks ago - 2013-03-08T05:36:45.8080022 - 2 weeks ago - 1 - http://codeflow/Client/CodeFlow2010.application?server=http://CodeFlow/Services/DiscoveryService.svc&review=vijayba-7632858014654651b4105d1cb24c8d4a - http://codeflow/VSClient/VsCodeFlowLauncher.application?server=http://CodeFlow/Services/DiscoveryService.svc&review=vijayba-7632858014654651b4105d1cb24c8d4a - http://codeflow/Dashboard/review/display/vijayba-7632858014654651b4105d1cb24c8d4a - - - - - - - - - - - - - \ No newline at end of file diff --git a/Source/Platform/Microsoft.Tools.TeamMate.Platform.csproj b/Source/Platform/Microsoft.Tools.TeamMate.Platform.csproj deleted file mode 100644 index 2c5afe1..0000000 --- a/Source/Platform/Microsoft.Tools.TeamMate.Platform.csproj +++ /dev/null @@ -1,338 +0,0 @@ - - - - - {D00E5193-1B32-478E-8A11-8C3CE0D9D9B3} - Library - Properties - Microsoft.Tools.TeamMate.Platform - Microsoft.Tools.TeamMate.Platform - v4.8 - - - - true - bin\x64\Debug\ - DEBUG;TRACE - 467;618 - full - x64 - 7.3 - prompt - - - bin\x64\Release\ - TRACE - true - 467;618 - pdbonly - x64 - 7.3 - prompt - - - - - - - - - - - - - - - - - - - - - - - - True - True - CodeFlowResources.resx - - - - True - True - Reference.svcmap - - - True - True - Reference.svcmap - - - True - True - Reference.svcmap - - - True - True - Reference.svcmap - - - True - True - Reference.svcmap - - - - - - - - Designer - - - - - Designer - - - Designer - - - Designer - - - Designer - - - Reference.svcmap - - - Reference.svcmap - - - Reference.svcmap - - - Reference.svcmap - - - Reference.svcmap - - - - Designer - - - Designer - - - Designer - - - Designer - - - Reference.svcmap - - - Reference.svcmap - - - Reference.svcmap - - - Reference.svcmap - - - - Designer - - - Designer - - - Designer - - - Designer - - - Designer - - - Reference.svcmap - - - Reference.svcmap - - - Reference.svcmap - - - Reference.svcmap - - - Reference.svcmap - - - Reference.svcmap - - - - Designer - - - Designer - - - Designer - - - Designer - - - Designer - - - Designer - - - Designer - - - Designer - - - Designer - - - - - - - - - - - - - - - - - - - - - - WCF Proxy Generator - Reference.cs - - - - - - - - - - - - - - WCF Proxy Generator - Reference.cs - - - - - - - - - - - - - - WCF Proxy Generator - Reference.cs - - - - - - - - - - - - - - WCF Proxy Generator - Reference.cs - - - - - - - - - - - - - - Reference.svcmap - - - Reference.svcmap - - - Reference.svcmap - - - Reference.svcmap - - - Reference.svcmap - - - Reference.svcmap - - - Reference.svcmap - - - Reference.svcmap - - - WCF Proxy Generator - Reference.cs - - - - - {1967369e-0368-4888-b743-b16abae28b1f} - Microsoft.Tools.TeamMate.Foundation - - - {ad2c7e6a-15c3-4f95-ad74-f4a75d04bc18} - Microsoft.Tools.TeamMate.Office - - - - - - - - - ResXFileCodeGenerator - CodeFlowResources.Designer.cs - - - - \ No newline at end of file diff --git a/Source/Platform/Properties/AssemblyInfo.cs b/Source/Platform/Properties/AssemblyInfo.cs deleted file mode 100644 index bcb3eb5..0000000 --- a/Source/Platform/Properties/AssemblyInfo.cs +++ /dev/null @@ -1,16 +0,0 @@ -using System.Reflection; -using System.Runtime.InteropServices; - -// General Information about an assembly is controlled through the following -// set of attributes. Change these attribute values to modify the information -// associated with an assembly. -[assembly: AssemblyTitle("Platform")] -[assembly: AssemblyDescription("")] - -// Setting ComVisible to false makes the types in this assembly not visible -// to COM components. If you need to access a type in this assembly from -// COM, set the ComVisible attribute to true on that type. -[assembly: ComVisible(false)] - -// The following GUID is for the ID of the typelib if this project is exposed to COM -[assembly: Guid("8b4fc6d5-52ad-47da-917d-462195e4e560")] \ No newline at end of file diff --git a/Source/Platform/Properties/DataSources/System.Data.DataSet.datasource b/Source/Platform/Properties/DataSources/System.Data.DataSet.datasource deleted file mode 100644 index 48b66fa..0000000 --- a/Source/Platform/Properties/DataSources/System.Data.DataSet.datasource +++ /dev/null @@ -1,10 +0,0 @@ - - - - System.Data.DataSet, System.Data, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - \ No newline at end of file diff --git a/Source/Platform/Service References/CodeFlow.Dashboard/Dashboard.wsdl b/Source/Platform/Service References/CodeFlow.Dashboard/Dashboard.wsdl deleted file mode 100644 index 01e055c..0000000 --- a/Source/Platform/Service References/CodeFlow.Dashboard/Dashboard.wsdl +++ /dev/null @@ -1,92 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/Source/Platform/Service References/CodeFlow.Dashboard/DashboardService.disco b/Source/Platform/Service References/CodeFlow.Dashboard/DashboardService.disco deleted file mode 100644 index 0fbdad8..0000000 --- a/Source/Platform/Service References/CodeFlow.Dashboard/DashboardService.disco +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/Source/Platform/Service References/CodeFlow.Dashboard/DashboardService.xsd b/Source/Platform/Service References/CodeFlow.Dashboard/DashboardService.xsd deleted file mode 100644 index d58e7f3..0000000 --- a/Source/Platform/Service References/CodeFlow.Dashboard/DashboardService.xsd +++ /dev/null @@ -1,42 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/Source/Platform/Service References/CodeFlow.Dashboard/DashboardService1.xsd b/Source/Platform/Service References/CodeFlow.Dashboard/DashboardService1.xsd deleted file mode 100644 index 938fa39..0000000 --- a/Source/Platform/Service References/CodeFlow.Dashboard/DashboardService1.xsd +++ /dev/null @@ -1,155 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/Source/Platform/Service References/CodeFlow.Dashboard/DashboardService2.xsd b/Source/Platform/Service References/CodeFlow.Dashboard/DashboardService2.xsd deleted file mode 100644 index 04a74a4..0000000 --- a/Source/Platform/Service References/CodeFlow.Dashboard/DashboardService2.xsd +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - \ No newline at end of file diff --git a/Source/Platform/Service References/CodeFlow.Dashboard/DashboardService3.xsd b/Source/Platform/Service References/CodeFlow.Dashboard/DashboardService3.xsd deleted file mode 100644 index c38e5dc..0000000 --- a/Source/Platform/Service References/CodeFlow.Dashboard/DashboardService3.xsd +++ /dev/null @@ -1,46 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/Source/Platform/Service References/CodeFlow.Dashboard/Microsoft.Tools.TeamMate.Platform.CodeFlow.Dashboard.CodeReviewQueryResult.datasource b/Source/Platform/Service References/CodeFlow.Dashboard/Microsoft.Tools.TeamMate.Platform.CodeFlow.Dashboard.CodeReviewQueryResult.datasource deleted file mode 100644 index 3baf147..0000000 --- a/Source/Platform/Service References/CodeFlow.Dashboard/Microsoft.Tools.TeamMate.Platform.CodeFlow.Dashboard.CodeReviewQueryResult.datasource +++ /dev/null @@ -1,10 +0,0 @@ - - - - Microsoft.Tools.TeamMate.Platform.CodeFlow.Dashboard.CodeReviewQueryResult, Service References.CodeFlow.Dashboard.Reference.cs.dll, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null - \ No newline at end of file diff --git a/Source/Platform/Service References/CodeFlow.Dashboard/Microsoft.Tools.TeamMate.Platform.CodeFlow.Dashboard.QueryReviewIdsResult.datasource b/Source/Platform/Service References/CodeFlow.Dashboard/Microsoft.Tools.TeamMate.Platform.CodeFlow.Dashboard.QueryReviewIdsResult.datasource deleted file mode 100644 index 0dcb0ad..0000000 --- a/Source/Platform/Service References/CodeFlow.Dashboard/Microsoft.Tools.TeamMate.Platform.CodeFlow.Dashboard.QueryReviewIdsResult.datasource +++ /dev/null @@ -1,10 +0,0 @@ - - - - Microsoft.Tools.TeamMate.Platform.CodeFlow.Dashboard.QueryReviewIdsResult, Service References.CodeFlow.Dashboard.Reference.cs.dll, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null - \ No newline at end of file diff --git a/Source/Platform/Service References/CodeFlow.Dashboard/Microsoft.Tools.TeamMate.Platform.CodeFlow.Dashboard.QueryReviewSummariesResult.datasource b/Source/Platform/Service References/CodeFlow.Dashboard/Microsoft.Tools.TeamMate.Platform.CodeFlow.Dashboard.QueryReviewSummariesResult.datasource deleted file mode 100644 index 2d8a6f0..0000000 --- a/Source/Platform/Service References/CodeFlow.Dashboard/Microsoft.Tools.TeamMate.Platform.CodeFlow.Dashboard.QueryReviewSummariesResult.datasource +++ /dev/null @@ -1,10 +0,0 @@ - - - - Microsoft.Tools.TeamMate.Platform.CodeFlow.Dashboard.QueryReviewSummariesResult, Service References.CodeFlow.Dashboard.Reference.cs.dll, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null - \ No newline at end of file diff --git a/Source/Platform/Service References/CodeFlow.Dashboard/Microsoft.Tools.TeamMate.Platform.CodeFlow.Services.CodeReviewQueryResult.datasource b/Source/Platform/Service References/CodeFlow.Dashboard/Microsoft.Tools.TeamMate.Platform.CodeFlow.Services.CodeReviewQueryResult.datasource deleted file mode 100644 index f70ab2c..0000000 --- a/Source/Platform/Service References/CodeFlow.Dashboard/Microsoft.Tools.TeamMate.Platform.CodeFlow.Services.CodeReviewQueryResult.datasource +++ /dev/null @@ -1,10 +0,0 @@ - - - - Microsoft.Tools.TeamMate.Platform.Microsoft.Tools.TeamMate.Platform.CodeFlow.Services.CodeReviewQueryResult - \ No newline at end of file diff --git a/Source/Platform/Service References/CodeFlow.Dashboard/Microsoft.Tools.TeamMate.Platform.CodeFlow.Services.QueryReviewIdsResult.datasource b/Source/Platform/Service References/CodeFlow.Dashboard/Microsoft.Tools.TeamMate.Platform.CodeFlow.Services.QueryReviewIdsResult.datasource deleted file mode 100644 index 3447feb..0000000 --- a/Source/Platform/Service References/CodeFlow.Dashboard/Microsoft.Tools.TeamMate.Platform.CodeFlow.Services.QueryReviewIdsResult.datasource +++ /dev/null @@ -1,10 +0,0 @@ - - - - Microsoft.Tools.TeamMate.Platform.Microsoft.Tools.TeamMate.Platform.CodeFlow.Services.QueryReviewIdsResult - \ No newline at end of file diff --git a/Source/Platform/Service References/CodeFlow.Dashboard/Reference.cs b/Source/Platform/Service References/CodeFlow.Dashboard/Reference.cs deleted file mode 100644 index 2362997..0000000 --- a/Source/Platform/Service References/CodeFlow.Dashboard/Reference.cs +++ /dev/null @@ -1,1185 +0,0 @@ -//------------------------------------------------------------------------------ -// -// This code was generated by a tool. -// Runtime Version:4.0.30319.42000 -// -// Changes to this file may cause incorrect behavior and will be lost if -// the code is regenerated. -// -//------------------------------------------------------------------------------ - -namespace Microsoft.Tools.TeamMate.Platform.CodeFlow.Dashboard { - using System.Runtime.Serialization; - using System; - - - [System.Diagnostics.DebuggerStepThroughAttribute()] - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "4.0.0.0")] - [System.Runtime.Serialization.DataContractAttribute(Name="CodeReviewQuery", Namespace="http://schemas.datacontract.org/2004/07/Microsoft.CodeFlow.ServiceModel")] - [System.SerializableAttribute()] - public partial class CodeReviewQuery : object, System.Runtime.Serialization.IExtensibleDataObject, System.ComponentModel.INotifyPropertyChanged { - - [System.NonSerializedAttribute()] - private System.Runtime.Serialization.ExtensionDataObject extensionDataField; - - [System.Runtime.Serialization.OptionalFieldAttribute()] - private string[] AuthorsField; - - [System.Runtime.Serialization.OptionalFieldAttribute()] - private System.Nullable CreatedAfterDateField; - - [System.Runtime.Serialization.OptionalFieldAttribute()] - private System.Nullable CreatedBeforeDateField; - - [System.Runtime.Serialization.OptionalFieldAttribute()] - private int MaxResultsField; - - [System.Runtime.Serialization.OptionalFieldAttribute()] - private string[] ProjectsField; - - [System.Runtime.Serialization.OptionalFieldAttribute()] - private Microsoft.Tools.TeamMate.Platform.CodeFlow.Dashboard.CodeReviewStatus[] ReviewStatusesField; - - [System.Runtime.Serialization.OptionalFieldAttribute()] - private string[] ReviewersField; - - private string UserAgentField; - - [System.Runtime.Serialization.OptionalFieldAttribute()] - private System.Nullable LastUpdatedAfterDateField; - - [System.Runtime.Serialization.OptionalFieldAttribute()] - private System.Nullable LastUpdatedBeforeDateField; - - [System.Runtime.Serialization.OptionalFieldAttribute()] - private int PageIndexField; - - [global::System.ComponentModel.BrowsableAttribute(false)] - public System.Runtime.Serialization.ExtensionDataObject ExtensionData { - get { - return this.extensionDataField; - } - set { - this.extensionDataField = value; - } - } - - [System.Runtime.Serialization.DataMemberAttribute()] - public string[] Authors { - get { - return this.AuthorsField; - } - set { - if ((object.ReferenceEquals(this.AuthorsField, value) != true)) { - this.AuthorsField = value; - this.RaisePropertyChanged("Authors"); - } - } - } - - [System.Runtime.Serialization.DataMemberAttribute()] - public System.Nullable CreatedAfterDate { - get { - return this.CreatedAfterDateField; - } - set { - if ((this.CreatedAfterDateField.Equals(value) != true)) { - this.CreatedAfterDateField = value; - this.RaisePropertyChanged("CreatedAfterDate"); - } - } - } - - [System.Runtime.Serialization.DataMemberAttribute()] - public System.Nullable CreatedBeforeDate { - get { - return this.CreatedBeforeDateField; - } - set { - if ((this.CreatedBeforeDateField.Equals(value) != true)) { - this.CreatedBeforeDateField = value; - this.RaisePropertyChanged("CreatedBeforeDate"); - } - } - } - - [System.Runtime.Serialization.DataMemberAttribute()] - public int MaxResults { - get { - return this.MaxResultsField; - } - set { - if ((this.MaxResultsField.Equals(value) != true)) { - this.MaxResultsField = value; - this.RaisePropertyChanged("MaxResults"); - } - } - } - - [System.Runtime.Serialization.DataMemberAttribute()] - public string[] Projects { - get { - return this.ProjectsField; - } - set { - if ((object.ReferenceEquals(this.ProjectsField, value) != true)) { - this.ProjectsField = value; - this.RaisePropertyChanged("Projects"); - } - } - } - - [System.Runtime.Serialization.DataMemberAttribute()] - public Microsoft.Tools.TeamMate.Platform.CodeFlow.Dashboard.CodeReviewStatus[] ReviewStatuses { - get { - return this.ReviewStatusesField; - } - set { - if ((object.ReferenceEquals(this.ReviewStatusesField, value) != true)) { - this.ReviewStatusesField = value; - this.RaisePropertyChanged("ReviewStatuses"); - } - } - } - - [System.Runtime.Serialization.DataMemberAttribute()] - public string[] Reviewers { - get { - return this.ReviewersField; - } - set { - if ((object.ReferenceEquals(this.ReviewersField, value) != true)) { - this.ReviewersField = value; - this.RaisePropertyChanged("Reviewers"); - } - } - } - - [System.Runtime.Serialization.DataMemberAttribute(IsRequired=true)] - public string UserAgent { - get { - return this.UserAgentField; - } - set { - if ((object.ReferenceEquals(this.UserAgentField, value) != true)) { - this.UserAgentField = value; - this.RaisePropertyChanged("UserAgent"); - } - } - } - - [System.Runtime.Serialization.DataMemberAttribute(Order=8)] - public System.Nullable LastUpdatedAfterDate { - get { - return this.LastUpdatedAfterDateField; - } - set { - if ((this.LastUpdatedAfterDateField.Equals(value) != true)) { - this.LastUpdatedAfterDateField = value; - this.RaisePropertyChanged("LastUpdatedAfterDate"); - } - } - } - - [System.Runtime.Serialization.DataMemberAttribute(Order=9)] - public System.Nullable LastUpdatedBeforeDate { - get { - return this.LastUpdatedBeforeDateField; - } - set { - if ((this.LastUpdatedBeforeDateField.Equals(value) != true)) { - this.LastUpdatedBeforeDateField = value; - this.RaisePropertyChanged("LastUpdatedBeforeDate"); - } - } - } - - [System.Runtime.Serialization.DataMemberAttribute(Order=10)] - public int PageIndex { - get { - return this.PageIndexField; - } - set { - if ((this.PageIndexField.Equals(value) != true)) { - this.PageIndexField = value; - this.RaisePropertyChanged("PageIndex"); - } - } - } - - public event System.ComponentModel.PropertyChangedEventHandler PropertyChanged; - - protected void RaisePropertyChanged(string propertyName) { - System.ComponentModel.PropertyChangedEventHandler propertyChanged = this.PropertyChanged; - if ((propertyChanged != null)) { - propertyChanged(this, new System.ComponentModel.PropertyChangedEventArgs(propertyName)); - } - } - } - - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "4.0.0.0")] - [System.Runtime.Serialization.DataContractAttribute(Name="CodeReviewStatus", Namespace="http://schemas.datacontract.org/2004/07/Microsoft.CodeFlow.ServiceModel")] - public enum CodeReviewStatus : int { - - [System.Runtime.Serialization.EnumMemberAttribute()] - Created = 0, - - [System.Runtime.Serialization.EnumMemberAttribute()] - Active = 1, - - [System.Runtime.Serialization.EnumMemberAttribute()] - Completed = 2, - - [System.Runtime.Serialization.EnumMemberAttribute()] - Aborted = 3, - - [System.Runtime.Serialization.EnumMemberAttribute()] - Expired = 4, - } - - [System.Diagnostics.DebuggerStepThroughAttribute()] - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "4.0.0.0")] - [System.Runtime.Serialization.DataContractAttribute(Name="CodeReviewQueryResult", Namespace="http://schemas.datacontract.org/2004/07/Microsoft.CodeFlow.ServiceModel")] - [System.SerializableAttribute()] - public partial class CodeReviewQueryResult : object, System.Runtime.Serialization.IExtensibleDataObject, System.ComponentModel.INotifyPropertyChanged { - - [System.NonSerializedAttribute()] - private System.Runtime.Serialization.ExtensionDataObject extensionDataField; - - private System.TimeSpan QueryDurationField; - - private Microsoft.Tools.TeamMate.Platform.CodeFlow.Dashboard.CodeReviewSummary[] ReviewsField; - - private int TotalResultsField; - - [global::System.ComponentModel.BrowsableAttribute(false)] - public System.Runtime.Serialization.ExtensionDataObject ExtensionData { - get { - return this.extensionDataField; - } - set { - this.extensionDataField = value; - } - } - - [System.Runtime.Serialization.DataMemberAttribute(IsRequired=true)] - public System.TimeSpan QueryDuration { - get { - return this.QueryDurationField; - } - set { - if ((this.QueryDurationField.Equals(value) != true)) { - this.QueryDurationField = value; - this.RaisePropertyChanged("QueryDuration"); - } - } - } - - [System.Runtime.Serialization.DataMemberAttribute(IsRequired=true)] - public Microsoft.Tools.TeamMate.Platform.CodeFlow.Dashboard.CodeReviewSummary[] Reviews { - get { - return this.ReviewsField; - } - set { - if ((object.ReferenceEquals(this.ReviewsField, value) != true)) { - this.ReviewsField = value; - this.RaisePropertyChanged("Reviews"); - } - } - } - - [System.Runtime.Serialization.DataMemberAttribute(IsRequired=true)] - public int TotalResults { - get { - return this.TotalResultsField; - } - set { - if ((this.TotalResultsField.Equals(value) != true)) { - this.TotalResultsField = value; - this.RaisePropertyChanged("TotalResults"); - } - } - } - - public event System.ComponentModel.PropertyChangedEventHandler PropertyChanged; - - protected void RaisePropertyChanged(string propertyName) { - System.ComponentModel.PropertyChangedEventHandler propertyChanged = this.PropertyChanged; - if ((propertyChanged != null)) { - propertyChanged(this, new System.ComponentModel.PropertyChangedEventArgs(propertyName)); - } - } - } - - [System.Diagnostics.DebuggerStepThroughAttribute()] - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "4.0.0.0")] - [System.Runtime.Serialization.DataContractAttribute(Name="CodeReviewSummary", Namespace="http://schemas.datacontract.org/2004/07/Microsoft.CodeFlow.ServiceModel")] - [System.SerializableAttribute()] - public partial class CodeReviewSummary : object, System.Runtime.Serialization.IExtensibleDataObject, System.ComponentModel.INotifyPropertyChanged { - - [System.NonSerializedAttribute()] - private System.Runtime.Serialization.ExtensionDataObject extensionDataField; - - private string AuthorLoginField; - - private string KeyField; - - private System.DateTime LastUpdatedOnField; - - private string NameField; - - private string ProjectShortNameField; - - private int RevisionField; - - private Microsoft.Tools.TeamMate.Platform.CodeFlow.Dashboard.CodeReviewStatus StatusField; - - [System.Runtime.Serialization.OptionalFieldAttribute()] - private Microsoft.Tools.TeamMate.Platform.CodeFlow.Dashboard.Author AuthorField; - - [System.Runtime.Serialization.OptionalFieldAttribute()] - private System.DateTime CompletedOnField; - - [System.Runtime.Serialization.OptionalFieldAttribute()] - private System.DateTime CreatedOnField; - - [System.Runtime.Serialization.OptionalFieldAttribute()] - private int IterationCountField; - - [System.Runtime.Serialization.OptionalFieldAttribute()] - private Microsoft.Tools.TeamMate.Platform.CodeFlow.Dashboard.Reviewer[] ReviewersField; - - [System.Runtime.Serialization.OptionalFieldAttribute()] - private Microsoft.Tools.TeamMate.Platform.CodeFlow.Dashboard.WorkItem[] WorkItemsField; - - [global::System.ComponentModel.BrowsableAttribute(false)] - public System.Runtime.Serialization.ExtensionDataObject ExtensionData { - get { - return this.extensionDataField; - } - set { - this.extensionDataField = value; - } - } - - [System.Runtime.Serialization.DataMemberAttribute(IsRequired=true)] - public string AuthorLogin { - get { - return this.AuthorLoginField; - } - set { - if ((object.ReferenceEquals(this.AuthorLoginField, value) != true)) { - this.AuthorLoginField = value; - this.RaisePropertyChanged("AuthorLogin"); - } - } - } - - [System.Runtime.Serialization.DataMemberAttribute(IsRequired=true)] - public string Key { - get { - return this.KeyField; - } - set { - if ((object.ReferenceEquals(this.KeyField, value) != true)) { - this.KeyField = value; - this.RaisePropertyChanged("Key"); - } - } - } - - [System.Runtime.Serialization.DataMemberAttribute(IsRequired=true)] - public System.DateTime LastUpdatedOn { - get { - return this.LastUpdatedOnField; - } - set { - if ((this.LastUpdatedOnField.Equals(value) != true)) { - this.LastUpdatedOnField = value; - this.RaisePropertyChanged("LastUpdatedOn"); - } - } - } - - [System.Runtime.Serialization.DataMemberAttribute(IsRequired=true)] - public string Name { - get { - return this.NameField; - } - set { - if ((object.ReferenceEquals(this.NameField, value) != true)) { - this.NameField = value; - this.RaisePropertyChanged("Name"); - } - } - } - - [System.Runtime.Serialization.DataMemberAttribute(IsRequired=true)] - public string ProjectShortName { - get { - return this.ProjectShortNameField; - } - set { - if ((object.ReferenceEquals(this.ProjectShortNameField, value) != true)) { - this.ProjectShortNameField = value; - this.RaisePropertyChanged("ProjectShortName"); - } - } - } - - [System.Runtime.Serialization.DataMemberAttribute(IsRequired=true)] - public int Revision { - get { - return this.RevisionField; - } - set { - if ((this.RevisionField.Equals(value) != true)) { - this.RevisionField = value; - this.RaisePropertyChanged("Revision"); - } - } - } - - [System.Runtime.Serialization.DataMemberAttribute(IsRequired=true)] - public Microsoft.Tools.TeamMate.Platform.CodeFlow.Dashboard.CodeReviewStatus Status { - get { - return this.StatusField; - } - set { - if ((this.StatusField.Equals(value) != true)) { - this.StatusField = value; - this.RaisePropertyChanged("Status"); - } - } - } - - [System.Runtime.Serialization.DataMemberAttribute(Order=7)] - public Microsoft.Tools.TeamMate.Platform.CodeFlow.Dashboard.Author Author { - get { - return this.AuthorField; - } - set { - if ((object.ReferenceEquals(this.AuthorField, value) != true)) { - this.AuthorField = value; - this.RaisePropertyChanged("Author"); - } - } - } - - [System.Runtime.Serialization.DataMemberAttribute(Order=8)] - public System.DateTime CompletedOn { - get { - return this.CompletedOnField; - } - set { - if ((this.CompletedOnField.Equals(value) != true)) { - this.CompletedOnField = value; - this.RaisePropertyChanged("CompletedOn"); - } - } - } - - [System.Runtime.Serialization.DataMemberAttribute(Order=9)] - public System.DateTime CreatedOn { - get { - return this.CreatedOnField; - } - set { - if ((this.CreatedOnField.Equals(value) != true)) { - this.CreatedOnField = value; - this.RaisePropertyChanged("CreatedOn"); - } - } - } - - [System.Runtime.Serialization.DataMemberAttribute(Order=10)] - public int IterationCount { - get { - return this.IterationCountField; - } - set { - if ((this.IterationCountField.Equals(value) != true)) { - this.IterationCountField = value; - this.RaisePropertyChanged("IterationCount"); - } - } - } - - [System.Runtime.Serialization.DataMemberAttribute(Order=11)] - public Microsoft.Tools.TeamMate.Platform.CodeFlow.Dashboard.Reviewer[] Reviewers { - get { - return this.ReviewersField; - } - set { - if ((object.ReferenceEquals(this.ReviewersField, value) != true)) { - this.ReviewersField = value; - this.RaisePropertyChanged("Reviewers"); - } - } - } - - [System.Runtime.Serialization.DataMemberAttribute(Order=12)] - public Microsoft.Tools.TeamMate.Platform.CodeFlow.Dashboard.WorkItem[] WorkItems { - get { - return this.WorkItemsField; - } - set { - if ((object.ReferenceEquals(this.WorkItemsField, value) != true)) { - this.WorkItemsField = value; - this.RaisePropertyChanged("WorkItems"); - } - } - } - - public event System.ComponentModel.PropertyChangedEventHandler PropertyChanged; - - protected void RaisePropertyChanged(string propertyName) { - System.ComponentModel.PropertyChangedEventHandler propertyChanged = this.PropertyChanged; - if ((propertyChanged != null)) { - propertyChanged(this, new System.ComponentModel.PropertyChangedEventArgs(propertyName)); - } - } - } - - [System.Diagnostics.DebuggerStepThroughAttribute()] - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "4.0.0.0")] - [System.Runtime.Serialization.DataContractAttribute(Name="Author", Namespace="http://schemas.datacontract.org/2004/07/Microsoft.CodeFlow.ServiceModel")] - [System.SerializableAttribute()] - public partial class Author : object, System.Runtime.Serialization.IExtensibleDataObject, System.ComponentModel.INotifyPropertyChanged { - - [System.NonSerializedAttribute()] - private System.Runtime.Serialization.ExtensionDataObject extensionDataField; - - private string DisplayNameField; - - private string EmailAddressField; - - private System.DateTime LastUpdatedOnField; - - private string NameField; - - private Microsoft.Tools.TeamMate.Platform.CodeFlow.Dashboard.AuthorStatus StatusField; - - [global::System.ComponentModel.BrowsableAttribute(false)] - public System.Runtime.Serialization.ExtensionDataObject ExtensionData { - get { - return this.extensionDataField; - } - set { - this.extensionDataField = value; - } - } - - [System.Runtime.Serialization.DataMemberAttribute(IsRequired=true)] - public string DisplayName { - get { - return this.DisplayNameField; - } - set { - if ((object.ReferenceEquals(this.DisplayNameField, value) != true)) { - this.DisplayNameField = value; - this.RaisePropertyChanged("DisplayName"); - } - } - } - - [System.Runtime.Serialization.DataMemberAttribute(IsRequired=true)] - public string EmailAddress { - get { - return this.EmailAddressField; - } - set { - if ((object.ReferenceEquals(this.EmailAddressField, value) != true)) { - this.EmailAddressField = value; - this.RaisePropertyChanged("EmailAddress"); - } - } - } - - [System.Runtime.Serialization.DataMemberAttribute(IsRequired=true)] - public System.DateTime LastUpdatedOn { - get { - return this.LastUpdatedOnField; - } - set { - if ((this.LastUpdatedOnField.Equals(value) != true)) { - this.LastUpdatedOnField = value; - this.RaisePropertyChanged("LastUpdatedOn"); - } - } - } - - [System.Runtime.Serialization.DataMemberAttribute(IsRequired=true)] - public string Name { - get { - return this.NameField; - } - set { - if ((object.ReferenceEquals(this.NameField, value) != true)) { - this.NameField = value; - this.RaisePropertyChanged("Name"); - } - } - } - - [System.Runtime.Serialization.DataMemberAttribute(IsRequired=true)] - public Microsoft.Tools.TeamMate.Platform.CodeFlow.Dashboard.AuthorStatus Status { - get { - return this.StatusField; - } - set { - if ((this.StatusField.Equals(value) != true)) { - this.StatusField = value; - this.RaisePropertyChanged("Status"); - } - } - } - - public event System.ComponentModel.PropertyChangedEventHandler PropertyChanged; - - protected void RaisePropertyChanged(string propertyName) { - System.ComponentModel.PropertyChangedEventHandler propertyChanged = this.PropertyChanged; - if ((propertyChanged != null)) { - propertyChanged(this, new System.ComponentModel.PropertyChangedEventArgs(propertyName)); - } - } - } - - [System.Diagnostics.DebuggerStepThroughAttribute()] - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "4.0.0.0")] - [System.Runtime.Serialization.DataContractAttribute(Name="Reviewer", Namespace="http://schemas.datacontract.org/2004/07/Microsoft.CodeFlow.ServiceModel")] - [System.SerializableAttribute()] - public partial class Reviewer : object, System.Runtime.Serialization.IExtensibleDataObject, System.ComponentModel.INotifyPropertyChanged { - - [System.NonSerializedAttribute()] - private System.Runtime.Serialization.ExtensionDataObject extensionDataField; - - private string DisplayNameField; - - private string EmailAddressField; - - private System.DateTime LastUpdatedOnField; - - private string NameField; - - private bool RequiredField; - - private Microsoft.Tools.TeamMate.Platform.CodeFlow.Dashboard.ReviewerStatus StatusField; - - [global::System.ComponentModel.BrowsableAttribute(false)] - public System.Runtime.Serialization.ExtensionDataObject ExtensionData { - get { - return this.extensionDataField; - } - set { - this.extensionDataField = value; - } - } - - [System.Runtime.Serialization.DataMemberAttribute(IsRequired=true)] - public string DisplayName { - get { - return this.DisplayNameField; - } - set { - if ((object.ReferenceEquals(this.DisplayNameField, value) != true)) { - this.DisplayNameField = value; - this.RaisePropertyChanged("DisplayName"); - } - } - } - - [System.Runtime.Serialization.DataMemberAttribute(IsRequired=true)] - public string EmailAddress { - get { - return this.EmailAddressField; - } - set { - if ((object.ReferenceEquals(this.EmailAddressField, value) != true)) { - this.EmailAddressField = value; - this.RaisePropertyChanged("EmailAddress"); - } - } - } - - [System.Runtime.Serialization.DataMemberAttribute(IsRequired=true)] - public System.DateTime LastUpdatedOn { - get { - return this.LastUpdatedOnField; - } - set { - if ((this.LastUpdatedOnField.Equals(value) != true)) { - this.LastUpdatedOnField = value; - this.RaisePropertyChanged("LastUpdatedOn"); - } - } - } - - [System.Runtime.Serialization.DataMemberAttribute(IsRequired=true)] - public string Name { - get { - return this.NameField; - } - set { - if ((object.ReferenceEquals(this.NameField, value) != true)) { - this.NameField = value; - this.RaisePropertyChanged("Name"); - } - } - } - - [System.Runtime.Serialization.DataMemberAttribute(IsRequired=true)] - public bool Required { - get { - return this.RequiredField; - } - set { - if ((this.RequiredField.Equals(value) != true)) { - this.RequiredField = value; - this.RaisePropertyChanged("Required"); - } - } - } - - [System.Runtime.Serialization.DataMemberAttribute(IsRequired=true)] - public Microsoft.Tools.TeamMate.Platform.CodeFlow.Dashboard.ReviewerStatus Status { - get { - return this.StatusField; - } - set { - if ((this.StatusField.Equals(value) != true)) { - this.StatusField = value; - this.RaisePropertyChanged("Status"); - } - } - } - - public event System.ComponentModel.PropertyChangedEventHandler PropertyChanged; - - protected void RaisePropertyChanged(string propertyName) { - System.ComponentModel.PropertyChangedEventHandler propertyChanged = this.PropertyChanged; - if ((propertyChanged != null)) { - propertyChanged(this, new System.ComponentModel.PropertyChangedEventArgs(propertyName)); - } - } - } - - [System.Diagnostics.DebuggerStepThroughAttribute()] - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "4.0.0.0")] - [System.Runtime.Serialization.DataContractAttribute(Name="WorkItem", Namespace="http://schemas.datacontract.org/2004/07/Microsoft.CodeFlow.ServiceModel")] - [System.SerializableAttribute()] - public partial class WorkItem : object, System.Runtime.Serialization.IExtensibleDataObject, System.ComponentModel.INotifyPropertyChanged { - - [System.NonSerializedAttribute()] - private System.Runtime.Serialization.ExtensionDataObject extensionDataField; - - private string idField; - - private string titleField; - - private string typeField; - - [System.Runtime.Serialization.OptionalFieldAttribute()] - private System.Uri uriField; - - [global::System.ComponentModel.BrowsableAttribute(false)] - public System.Runtime.Serialization.ExtensionDataObject ExtensionData { - get { - return this.extensionDataField; - } - set { - this.extensionDataField = value; - } - } - - [System.Runtime.Serialization.DataMemberAttribute(IsRequired=true)] - public string id { - get { - return this.idField; - } - set { - if ((object.ReferenceEquals(this.idField, value) != true)) { - this.idField = value; - this.RaisePropertyChanged("id"); - } - } - } - - [System.Runtime.Serialization.DataMemberAttribute(IsRequired=true)] - public string title { - get { - return this.titleField; - } - set { - if ((object.ReferenceEquals(this.titleField, value) != true)) { - this.titleField = value; - this.RaisePropertyChanged("title"); - } - } - } - - [System.Runtime.Serialization.DataMemberAttribute(IsRequired=true)] - public string type { - get { - return this.typeField; - } - set { - if ((object.ReferenceEquals(this.typeField, value) != true)) { - this.typeField = value; - this.RaisePropertyChanged("type"); - } - } - } - - [System.Runtime.Serialization.DataMemberAttribute()] - public System.Uri uri { - get { - return this.uriField; - } - set { - if ((object.ReferenceEquals(this.uriField, value) != true)) { - this.uriField = value; - this.RaisePropertyChanged("uri"); - } - } - } - - public event System.ComponentModel.PropertyChangedEventHandler PropertyChanged; - - protected void RaisePropertyChanged(string propertyName) { - System.ComponentModel.PropertyChangedEventHandler propertyChanged = this.PropertyChanged; - if ((propertyChanged != null)) { - propertyChanged(this, new System.ComponentModel.PropertyChangedEventArgs(propertyName)); - } - } - } - - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "4.0.0.0")] - [System.Runtime.Serialization.DataContractAttribute(Name="AuthorStatus", Namespace="http://schemas.datacontract.org/2004/07/Microsoft.CodeFlow.ServiceModel")] - public enum AuthorStatus : int { - - [System.Runtime.Serialization.EnumMemberAttribute()] - Preparing = 0, - - [System.Runtime.Serialization.EnumMemberAttribute()] - Waiting = 1, - - [System.Runtime.Serialization.EnumMemberAttribute()] - Working = 2, - - [System.Runtime.Serialization.EnumMemberAttribute()] - Completed = 3, - } - - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "4.0.0.0")] - [System.Runtime.Serialization.DataContractAttribute(Name="ReviewerStatus", Namespace="http://schemas.datacontract.org/2004/07/Microsoft.CodeFlow.ServiceModel")] - public enum ReviewerStatus : int { - - [System.Runtime.Serialization.EnumMemberAttribute()] - NotStarted = 0, - - [System.Runtime.Serialization.EnumMemberAttribute()] - Started = 1, - - [System.Runtime.Serialization.EnumMemberAttribute()] - Reviewing = 2, - - [System.Runtime.Serialization.EnumMemberAttribute()] - Waiting = 3, - - [System.Runtime.Serialization.EnumMemberAttribute()] - SignedOff = 4, - - [System.Runtime.Serialization.EnumMemberAttribute()] - InviteOnly = 5, - - [System.Runtime.Serialization.EnumMemberAttribute()] - Declined = 6, - } - - [System.Diagnostics.DebuggerStepThroughAttribute()] - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "4.0.0.0")] - [System.Runtime.Serialization.DataContractAttribute(Name="QueryReviewSummariesResult", Namespace="http://schemas.datacontract.org/2004/07/Microsoft.CodeFlow.ServiceModel")] - [System.SerializableAttribute()] - public partial class QueryReviewSummariesResult : object, System.Runtime.Serialization.IExtensibleDataObject, System.ComponentModel.INotifyPropertyChanged { - - [System.NonSerializedAttribute()] - private System.Runtime.Serialization.ExtensionDataObject extensionDataField; - - private System.TimeSpan QueryDurationField; - - private Microsoft.Tools.TeamMate.Platform.CodeFlow.Dashboard.CodeReviewSummary[] ReviewsField; - - private int TotalResultsField; - - [global::System.ComponentModel.BrowsableAttribute(false)] - public System.Runtime.Serialization.ExtensionDataObject ExtensionData { - get { - return this.extensionDataField; - } - set { - this.extensionDataField = value; - } - } - - [System.Runtime.Serialization.DataMemberAttribute(IsRequired=true)] - public System.TimeSpan QueryDuration { - get { - return this.QueryDurationField; - } - set { - if ((this.QueryDurationField.Equals(value) != true)) { - this.QueryDurationField = value; - this.RaisePropertyChanged("QueryDuration"); - } - } - } - - [System.Runtime.Serialization.DataMemberAttribute(IsRequired=true)] - public Microsoft.Tools.TeamMate.Platform.CodeFlow.Dashboard.CodeReviewSummary[] Reviews { - get { - return this.ReviewsField; - } - set { - if ((object.ReferenceEquals(this.ReviewsField, value) != true)) { - this.ReviewsField = value; - this.RaisePropertyChanged("Reviews"); - } - } - } - - [System.Runtime.Serialization.DataMemberAttribute(IsRequired=true)] - public int TotalResults { - get { - return this.TotalResultsField; - } - set { - if ((this.TotalResultsField.Equals(value) != true)) { - this.TotalResultsField = value; - this.RaisePropertyChanged("TotalResults"); - } - } - } - - public event System.ComponentModel.PropertyChangedEventHandler PropertyChanged; - - protected void RaisePropertyChanged(string propertyName) { - System.ComponentModel.PropertyChangedEventHandler propertyChanged = this.PropertyChanged; - if ((propertyChanged != null)) { - propertyChanged(this, new System.ComponentModel.PropertyChangedEventArgs(propertyName)); - } - } - } - - [System.Diagnostics.DebuggerStepThroughAttribute()] - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "4.0.0.0")] - [System.Runtime.Serialization.DataContractAttribute(Name="ServiceFault", Namespace="http://schemas.datacontract.org/2004/07/Microsoft.CodeFlow.ServiceModel")] - [System.SerializableAttribute()] - public partial class ServiceFault : object, System.Runtime.Serialization.IExtensibleDataObject, System.ComponentModel.INotifyPropertyChanged { - - [System.NonSerializedAttribute()] - private System.Runtime.Serialization.ExtensionDataObject extensionDataField; - - [System.Runtime.Serialization.OptionalFieldAttribute()] - private int ErrorCodeField; - - [System.Runtime.Serialization.OptionalFieldAttribute()] - private string MessageField; - - [global::System.ComponentModel.BrowsableAttribute(false)] - public System.Runtime.Serialization.ExtensionDataObject ExtensionData { - get { - return this.extensionDataField; - } - set { - this.extensionDataField = value; - } - } - - [System.Runtime.Serialization.DataMemberAttribute()] - public int ErrorCode { - get { - return this.ErrorCodeField; - } - set { - if ((this.ErrorCodeField.Equals(value) != true)) { - this.ErrorCodeField = value; - this.RaisePropertyChanged("ErrorCode"); - } - } - } - - [System.Runtime.Serialization.DataMemberAttribute()] - public string Message { - get { - return this.MessageField; - } - set { - if ((object.ReferenceEquals(this.MessageField, value) != true)) { - this.MessageField = value; - this.RaisePropertyChanged("Message"); - } - } - } - - public event System.ComponentModel.PropertyChangedEventHandler PropertyChanged; - - protected void RaisePropertyChanged(string propertyName) { - System.ComponentModel.PropertyChangedEventHandler propertyChanged = this.PropertyChanged; - if ((propertyChanged != null)) { - propertyChanged(this, new System.ComponentModel.PropertyChangedEventArgs(propertyName)); - } - } - } - - [System.Diagnostics.DebuggerStepThroughAttribute()] - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "4.0.0.0")] - [System.Runtime.Serialization.DataContractAttribute(Name="QueryReviewIdsResult", Namespace="http://schemas.datacontract.org/2004/07/Microsoft.CodeFlow.ServiceModel")] - [System.SerializableAttribute()] - public partial class QueryReviewIdsResult : object, System.Runtime.Serialization.IExtensibleDataObject, System.ComponentModel.INotifyPropertyChanged { - - [System.NonSerializedAttribute()] - private System.Runtime.Serialization.ExtensionDataObject extensionDataField; - - private System.TimeSpan QueryDurationField; - - private string[] ReviewsField; - - private int TotalResultsField; - - [global::System.ComponentModel.BrowsableAttribute(false)] - public System.Runtime.Serialization.ExtensionDataObject ExtensionData { - get { - return this.extensionDataField; - } - set { - this.extensionDataField = value; - } - } - - [System.Runtime.Serialization.DataMemberAttribute(IsRequired=true)] - public System.TimeSpan QueryDuration { - get { - return this.QueryDurationField; - } - set { - if ((this.QueryDurationField.Equals(value) != true)) { - this.QueryDurationField = value; - this.RaisePropertyChanged("QueryDuration"); - } - } - } - - [System.Runtime.Serialization.DataMemberAttribute(IsRequired=true)] - public string[] Reviews { - get { - return this.ReviewsField; - } - set { - if ((object.ReferenceEquals(this.ReviewsField, value) != true)) { - this.ReviewsField = value; - this.RaisePropertyChanged("Reviews"); - } - } - } - - [System.Runtime.Serialization.DataMemberAttribute(IsRequired=true)] - public int TotalResults { - get { - return this.TotalResultsField; - } - set { - if ((this.TotalResultsField.Equals(value) != true)) { - this.TotalResultsField = value; - this.RaisePropertyChanged("TotalResults"); - } - } - } - - public event System.ComponentModel.PropertyChangedEventHandler PropertyChanged; - - protected void RaisePropertyChanged(string propertyName) { - System.ComponentModel.PropertyChangedEventHandler propertyChanged = this.PropertyChanged; - if ((propertyChanged != null)) { - propertyChanged(this, new System.ComponentModel.PropertyChangedEventArgs(propertyName)); - } - } - } - - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] - [System.ServiceModel.ServiceContractAttribute(ConfigurationName="CodeFlow.Dashboard.IReviewDashboardService")] - public interface IReviewDashboardService { - - [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IReviewDashboardService/Query", ReplyAction="http://tempuri.org/IReviewDashboardService/QueryResponse")] - Microsoft.Tools.TeamMate.Platform.CodeFlow.Dashboard.CodeReviewQueryResult Query([System.ServiceModel.MessageParameterAttribute(Name="query")] Microsoft.Tools.TeamMate.Platform.CodeFlow.Dashboard.CodeReviewQuery query1); - - [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IReviewDashboardService/Query", ReplyAction="http://tempuri.org/IReviewDashboardService/QueryResponse")] - System.Threading.Tasks.Task QueryAsync(Microsoft.Tools.TeamMate.Platform.CodeFlow.Dashboard.CodeReviewQuery query); - - [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IReviewDashboardService/QueryReviewSummaries", ReplyAction="http://tempuri.org/IReviewDashboardService/QueryReviewSummariesResponse")] - [System.ServiceModel.FaultContractAttribute(typeof(Microsoft.Tools.TeamMate.Platform.CodeFlow.Dashboard.ServiceFault), Action="http://tempuri.org/IReviewDashboardService/QueryReviewSummariesServiceFaultFault", Name="ServiceFault", Namespace="http://schemas.datacontract.org/2004/07/Microsoft.CodeFlow.ServiceModel")] - Microsoft.Tools.TeamMate.Platform.CodeFlow.Dashboard.QueryReviewSummariesResult QueryReviewSummaries(Microsoft.Tools.TeamMate.Platform.CodeFlow.Dashboard.CodeReviewQuery query); - - [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IReviewDashboardService/QueryReviewSummaries", ReplyAction="http://tempuri.org/IReviewDashboardService/QueryReviewSummariesResponse")] - System.Threading.Tasks.Task QueryReviewSummariesAsync(Microsoft.Tools.TeamMate.Platform.CodeFlow.Dashboard.CodeReviewQuery query); - - [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IReviewDashboardService/QueryReviewIds", ReplyAction="http://tempuri.org/IReviewDashboardService/QueryReviewIdsResponse")] - [System.ServiceModel.FaultContractAttribute(typeof(Microsoft.Tools.TeamMate.Platform.CodeFlow.Dashboard.ServiceFault), Action="http://tempuri.org/IReviewDashboardService/QueryReviewIdsServiceFaultFault", Name="ServiceFault", Namespace="http://schemas.datacontract.org/2004/07/Microsoft.CodeFlow.ServiceModel")] - Microsoft.Tools.TeamMate.Platform.CodeFlow.Dashboard.QueryReviewIdsResult QueryReviewIds(Microsoft.Tools.TeamMate.Platform.CodeFlow.Dashboard.CodeReviewQuery query); - - [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IReviewDashboardService/QueryReviewIds", ReplyAction="http://tempuri.org/IReviewDashboardService/QueryReviewIdsResponse")] - System.Threading.Tasks.Task QueryReviewIdsAsync(Microsoft.Tools.TeamMate.Platform.CodeFlow.Dashboard.CodeReviewQuery query); - } - - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] - public interface IReviewDashboardServiceChannel : Microsoft.Tools.TeamMate.Platform.CodeFlow.Dashboard.IReviewDashboardService, System.ServiceModel.IClientChannel { - } - - [System.Diagnostics.DebuggerStepThroughAttribute()] - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] - public partial class ReviewDashboardServiceClient : System.ServiceModel.ClientBase, Microsoft.Tools.TeamMate.Platform.CodeFlow.Dashboard.IReviewDashboardService { - - public ReviewDashboardServiceClient() { - } - - public ReviewDashboardServiceClient(string endpointConfigurationName) : - base(endpointConfigurationName) { - } - - public ReviewDashboardServiceClient(string endpointConfigurationName, string remoteAddress) : - base(endpointConfigurationName, remoteAddress) { - } - - public ReviewDashboardServiceClient(string endpointConfigurationName, System.ServiceModel.EndpointAddress remoteAddress) : - base(endpointConfigurationName, remoteAddress) { - } - - public ReviewDashboardServiceClient(System.ServiceModel.Channels.Binding binding, System.ServiceModel.EndpointAddress remoteAddress) : - base(binding, remoteAddress) { - } - - public Microsoft.Tools.TeamMate.Platform.CodeFlow.Dashboard.CodeReviewQueryResult Query(Microsoft.Tools.TeamMate.Platform.CodeFlow.Dashboard.CodeReviewQuery query1) { - return base.Channel.Query(query1); - } - - public System.Threading.Tasks.Task QueryAsync(Microsoft.Tools.TeamMate.Platform.CodeFlow.Dashboard.CodeReviewQuery query) { - return base.Channel.QueryAsync(query); - } - - public Microsoft.Tools.TeamMate.Platform.CodeFlow.Dashboard.QueryReviewSummariesResult QueryReviewSummaries(Microsoft.Tools.TeamMate.Platform.CodeFlow.Dashboard.CodeReviewQuery query) { - return base.Channel.QueryReviewSummaries(query); - } - - public System.Threading.Tasks.Task QueryReviewSummariesAsync(Microsoft.Tools.TeamMate.Platform.CodeFlow.Dashboard.CodeReviewQuery query) { - return base.Channel.QueryReviewSummariesAsync(query); - } - - public Microsoft.Tools.TeamMate.Platform.CodeFlow.Dashboard.QueryReviewIdsResult QueryReviewIds(Microsoft.Tools.TeamMate.Platform.CodeFlow.Dashboard.CodeReviewQuery query) { - return base.Channel.QueryReviewIds(query); - } - - public System.Threading.Tasks.Task QueryReviewIdsAsync(Microsoft.Tools.TeamMate.Platform.CodeFlow.Dashboard.CodeReviewQuery query) { - return base.Channel.QueryReviewIdsAsync(query); - } - } -} diff --git a/Source/Platform/Service References/CodeFlow.Dashboard/Reference.svcmap b/Source/Platform/Service References/CodeFlow.Dashboard/Reference.svcmap deleted file mode 100644 index ac60e90..0000000 --- a/Source/Platform/Service References/CodeFlow.Dashboard/Reference.svcmap +++ /dev/null @@ -1,36 +0,0 @@ - - - - false - true - true - - false - false - false - - - true - Auto - true - true - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/Source/Platform/Service References/CodeFlow.Dashboard/configuration.svcinfo b/Source/Platform/Service References/CodeFlow.Dashboard/configuration.svcinfo deleted file mode 100644 index 8a446e3..0000000 --- a/Source/Platform/Service References/CodeFlow.Dashboard/configuration.svcinfo +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - \ No newline at end of file diff --git a/Source/Platform/Service References/CodeFlow.Dashboard/configuration91.svcinfo b/Source/Platform/Service References/CodeFlow.Dashboard/configuration91.svcinfo deleted file mode 100644 index 31f0cb0..0000000 --- a/Source/Platform/Service References/CodeFlow.Dashboard/configuration91.svcinfo +++ /dev/null @@ -1,201 +0,0 @@ - - - - - - - BasicHttpBinding_IReviewDashboardService - - - - - - - - - - - - - - - - - - - - - StrongWildcard - - - - - - 65536 - - - - - - - - - System.ServiceModel.Configuration.XmlDictionaryReaderQuotasElement - - - 0 - - - 0 - - - 0 - - - 0 - - - 0 - - - System.Text.UTF8Encoding - - - Buffered - - - - - - Text - - - System.ServiceModel.Configuration.BasicHttpSecurityElement - - - None - - - System.ServiceModel.Configuration.HttpTransportSecurityElement - - - None - - - None - - - System.Security.Authentication.ExtendedProtection.Configuration.ExtendedProtectionPolicyElement - - - Never - - - TransportSelected - - - (Collection) - - - - - - System.ServiceModel.Configuration.BasicHttpMessageSecurityElement - - - UserName - - - Default - - - - - - - - - http://tk5cdflwiis02/DashboardService/DashboardService.svc - - - - - - basicHttpBinding - - - BasicHttpBinding_IReviewDashboardService - - - CodeFlow.Dashboard.IReviewDashboardService - - - System.ServiceModel.Configuration.AddressHeaderCollectionElement - - - <Header /> - - - System.ServiceModel.Configuration.IdentityElement - - - System.ServiceModel.Configuration.UserPrincipalNameElement - - - - - - System.ServiceModel.Configuration.ServicePrincipalNameElement - - - - - - System.ServiceModel.Configuration.DnsElement - - - - - - System.ServiceModel.Configuration.RsaElement - - - - - - System.ServiceModel.Configuration.CertificateElement - - - - - - System.ServiceModel.Configuration.CertificateReferenceElement - - - My - - - LocalMachine - - - FindBySubjectDistinguishedName - - - - - - False - - - BasicHttpBinding_IReviewDashboardService - - - - - - - - - - - \ No newline at end of file diff --git a/Source/Platform/Service References/CodeFlow.Discovery/DiscoveryService.disco b/Source/Platform/Service References/CodeFlow.Discovery/DiscoveryService.disco deleted file mode 100644 index e4786dc..0000000 --- a/Source/Platform/Service References/CodeFlow.Discovery/DiscoveryService.disco +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/Source/Platform/Service References/CodeFlow.Discovery/DiscoveryService.wsdl b/Source/Platform/Service References/CodeFlow.Discovery/DiscoveryService.wsdl deleted file mode 100644 index 684e322..0000000 --- a/Source/Platform/Service References/CodeFlow.Discovery/DiscoveryService.wsdl +++ /dev/null @@ -1,210 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - http://codeflow/Services/DiscoveryService.svc - - localhost - - - - - \ No newline at end of file diff --git a/Source/Platform/Service References/CodeFlow.Discovery/DiscoveryService.xsd b/Source/Platform/Service References/CodeFlow.Discovery/DiscoveryService.xsd deleted file mode 100644 index 809e0c1..0000000 --- a/Source/Platform/Service References/CodeFlow.Discovery/DiscoveryService.xsd +++ /dev/null @@ -1,16 +0,0 @@ - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/Source/Platform/Service References/CodeFlow.Discovery/DiscoveryService1.xsd b/Source/Platform/Service References/CodeFlow.Discovery/DiscoveryService1.xsd deleted file mode 100644 index 1457264..0000000 --- a/Source/Platform/Service References/CodeFlow.Discovery/DiscoveryService1.xsd +++ /dev/null @@ -1,39 +0,0 @@ - - - - - - true - - - - - - - - - - - - - - - - - - true - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/Source/Platform/Service References/CodeFlow.Discovery/DiscoveryService2.xsd b/Source/Platform/Service References/CodeFlow.Discovery/DiscoveryService2.xsd deleted file mode 100644 index 0ff56c5..0000000 --- a/Source/Platform/Service References/CodeFlow.Discovery/DiscoveryService2.xsd +++ /dev/null @@ -1,19 +0,0 @@ - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/Source/Platform/Service References/CodeFlow.Discovery/DiscoveryService3.xsd b/Source/Platform/Service References/CodeFlow.Discovery/DiscoveryService3.xsd deleted file mode 100644 index d58e7f3..0000000 --- a/Source/Platform/Service References/CodeFlow.Discovery/DiscoveryService3.xsd +++ /dev/null @@ -1,42 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/Source/Platform/Service References/CodeFlow.Discovery/Microsoft.Tools.TeamMate.Platform.CodeFlow.Discovery.Discovery.datasource b/Source/Platform/Service References/CodeFlow.Discovery/Microsoft.Tools.TeamMate.Platform.CodeFlow.Discovery.Discovery.datasource deleted file mode 100644 index d85b067..0000000 --- a/Source/Platform/Service References/CodeFlow.Discovery/Microsoft.Tools.TeamMate.Platform.CodeFlow.Discovery.Discovery.datasource +++ /dev/null @@ -1,10 +0,0 @@ - - - - Microsoft.Tools.TeamMate.Platform.CodeFlow.Discovery.Discovery, Service References.CodeFlow.Discovery.Reference.cs.dll, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null - \ No newline at end of file diff --git a/Source/Platform/Service References/CodeFlow.Discovery/Reference.cs b/Source/Platform/Service References/CodeFlow.Discovery/Reference.cs deleted file mode 100644 index f2360c4..0000000 --- a/Source/Platform/Service References/CodeFlow.Discovery/Reference.cs +++ /dev/null @@ -1,200 +0,0 @@ -//------------------------------------------------------------------------------ -// -// This code was generated by a tool. -// Runtime Version:4.0.30319.42000 -// -// Changes to this file may cause incorrect behavior and will be lost if -// the code is regenerated. -// -//------------------------------------------------------------------------------ - -namespace Microsoft.Tools.TeamMate.Platform.CodeFlow.Discovery { - using System.Runtime.Serialization; - using System; - - - [System.Diagnostics.DebuggerStepThroughAttribute()] - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "4.0.0.0")] - [System.Runtime.Serialization.DataContractAttribute(Name="Discovery", Namespace="http://schemas.datacontract.org/2004/07/Microsoft.CodeFlow.ServiceModel")] - [System.SerializableAttribute()] - public partial class Discovery : object, System.Runtime.Serialization.IExtensibleDataObject, System.ComponentModel.INotifyPropertyChanged { - - [System.NonSerializedAttribute()] - private System.Runtime.Serialization.ExtensionDataObject extensionDataField; - - [System.Runtime.Serialization.OptionalFieldAttribute()] - private System.Collections.Generic.Dictionary ConfigurationField; - - private System.Collections.Generic.Dictionary EndpointsField; - - [System.Runtime.Serialization.OptionalFieldAttribute()] - private string ServiceNameField; - - [global::System.ComponentModel.BrowsableAttribute(false)] - public System.Runtime.Serialization.ExtensionDataObject ExtensionData { - get { - return this.extensionDataField; - } - set { - this.extensionDataField = value; - } - } - - [System.Runtime.Serialization.DataMemberAttribute()] - public System.Collections.Generic.Dictionary Configuration { - get { - return this.ConfigurationField; - } - set { - if ((object.ReferenceEquals(this.ConfigurationField, value) != true)) { - this.ConfigurationField = value; - this.RaisePropertyChanged("Configuration"); - } - } - } - - [System.Runtime.Serialization.DataMemberAttribute(IsRequired=true)] - public System.Collections.Generic.Dictionary Endpoints { - get { - return this.EndpointsField; - } - set { - if ((object.ReferenceEquals(this.EndpointsField, value) != true)) { - this.EndpointsField = value; - this.RaisePropertyChanged("Endpoints"); - } - } - } - - [System.Runtime.Serialization.DataMemberAttribute()] - public string ServiceName { - get { - return this.ServiceNameField; - } - set { - if ((object.ReferenceEquals(this.ServiceNameField, value) != true)) { - this.ServiceNameField = value; - this.RaisePropertyChanged("ServiceName"); - } - } - } - - public event System.ComponentModel.PropertyChangedEventHandler PropertyChanged; - - protected void RaisePropertyChanged(string propertyName) { - System.ComponentModel.PropertyChangedEventHandler propertyChanged = this.PropertyChanged; - if ((propertyChanged != null)) { - propertyChanged(this, new System.ComponentModel.PropertyChangedEventArgs(propertyName)); - } - } - } - - [System.Diagnostics.DebuggerStepThroughAttribute()] - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "4.0.0.0")] - [System.Runtime.Serialization.DataContractAttribute(Name="ServiceFault", Namespace="http://schemas.datacontract.org/2004/07/Microsoft.CodeFlow.ServiceModel")] - [System.SerializableAttribute()] - public partial class ServiceFault : object, System.Runtime.Serialization.IExtensibleDataObject, System.ComponentModel.INotifyPropertyChanged { - - [System.NonSerializedAttribute()] - private System.Runtime.Serialization.ExtensionDataObject extensionDataField; - - [System.Runtime.Serialization.OptionalFieldAttribute()] - private int ErrorCodeField; - - [System.Runtime.Serialization.OptionalFieldAttribute()] - private string MessageField; - - [global::System.ComponentModel.BrowsableAttribute(false)] - public System.Runtime.Serialization.ExtensionDataObject ExtensionData { - get { - return this.extensionDataField; - } - set { - this.extensionDataField = value; - } - } - - [System.Runtime.Serialization.DataMemberAttribute()] - public int ErrorCode { - get { - return this.ErrorCodeField; - } - set { - if ((this.ErrorCodeField.Equals(value) != true)) { - this.ErrorCodeField = value; - this.RaisePropertyChanged("ErrorCode"); - } - } - } - - [System.Runtime.Serialization.DataMemberAttribute()] - public string Message { - get { - return this.MessageField; - } - set { - if ((object.ReferenceEquals(this.MessageField, value) != true)) { - this.MessageField = value; - this.RaisePropertyChanged("Message"); - } - } - } - - public event System.ComponentModel.PropertyChangedEventHandler PropertyChanged; - - protected void RaisePropertyChanged(string propertyName) { - System.ComponentModel.PropertyChangedEventHandler propertyChanged = this.PropertyChanged; - if ((propertyChanged != null)) { - propertyChanged(this, new System.ComponentModel.PropertyChangedEventArgs(propertyName)); - } - } - } - - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] - [System.ServiceModel.ServiceContractAttribute(ConfigurationName="CodeFlow.Discovery.IDiscoveryService")] - public interface IDiscoveryService { - - [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IDiscoveryService/Discover", ReplyAction="http://tempuri.org/IDiscoveryService/DiscoverResponse")] - [System.ServiceModel.FaultContractAttribute(typeof(Microsoft.Tools.TeamMate.Platform.CodeFlow.Discovery.ServiceFault), Action="http://tempuri.org/IDiscoveryService/DiscoverServiceFaultFault", Name="ServiceFault", Namespace="http://schemas.datacontract.org/2004/07/Microsoft.CodeFlow.ServiceModel")] - Microsoft.Tools.TeamMate.Platform.CodeFlow.Discovery.Discovery Discover(); - - [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IDiscoveryService/Discover", ReplyAction="http://tempuri.org/IDiscoveryService/DiscoverResponse")] - System.Threading.Tasks.Task DiscoverAsync(); - } - - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] - public interface IDiscoveryServiceChannel : Microsoft.Tools.TeamMate.Platform.CodeFlow.Discovery.IDiscoveryService, System.ServiceModel.IClientChannel { - } - - [System.Diagnostics.DebuggerStepThroughAttribute()] - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] - public partial class DiscoveryServiceClient : System.ServiceModel.ClientBase, Microsoft.Tools.TeamMate.Platform.CodeFlow.Discovery.IDiscoveryService { - - public DiscoveryServiceClient() { - } - - public DiscoveryServiceClient(string endpointConfigurationName) : - base(endpointConfigurationName) { - } - - public DiscoveryServiceClient(string endpointConfigurationName, string remoteAddress) : - base(endpointConfigurationName, remoteAddress) { - } - - public DiscoveryServiceClient(string endpointConfigurationName, System.ServiceModel.EndpointAddress remoteAddress) : - base(endpointConfigurationName, remoteAddress) { - } - - public DiscoveryServiceClient(System.ServiceModel.Channels.Binding binding, System.ServiceModel.EndpointAddress remoteAddress) : - base(binding, remoteAddress) { - } - - public Microsoft.Tools.TeamMate.Platform.CodeFlow.Discovery.Discovery Discover() { - return base.Channel.Discover(); - } - - public System.Threading.Tasks.Task DiscoverAsync() { - return base.Channel.DiscoverAsync(); - } - } -} diff --git a/Source/Platform/Service References/CodeFlow.Discovery/Reference.svcmap b/Source/Platform/Service References/CodeFlow.Discovery/Reference.svcmap deleted file mode 100644 index 4154e4e..0000000 --- a/Source/Platform/Service References/CodeFlow.Discovery/Reference.svcmap +++ /dev/null @@ -1,36 +0,0 @@ - - - - false - true - true - - false - false - false - - - true - Auto - true - true - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/Source/Platform/Service References/CodeFlow.Discovery/configuration.svcinfo b/Source/Platform/Service References/CodeFlow.Discovery/configuration.svcinfo deleted file mode 100644 index 2162b9b..0000000 --- a/Source/Platform/Service References/CodeFlow.Discovery/configuration.svcinfo +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - \ No newline at end of file diff --git a/Source/Platform/Service References/CodeFlow.Discovery/configuration91.svcinfo b/Source/Platform/Service References/CodeFlow.Discovery/configuration91.svcinfo deleted file mode 100644 index cce3948..0000000 --- a/Source/Platform/Service References/CodeFlow.Discovery/configuration91.svcinfo +++ /dev/null @@ -1,216 +0,0 @@ - - - - - - - WSHttpBinding_IDiscoveryService - - - - - - - - - - - - - - - - - - False - - - StrongWildcard - - - - - - - - - Text - - - - - - System.ServiceModel.Configuration.XmlDictionaryReaderQuotasElement - - - 0 - - - 0 - - - 0 - - - 0 - - - 0 - - - System.ServiceModel.Configuration.StandardBindingOptionalReliableSessionElement - - - True - - - 00:10:00 - - - False - - - System.Text.UTF8Encoding - - - - - - - - - System.ServiceModel.Configuration.WSHttpSecurityElement - - - Message - - - System.ServiceModel.Configuration.WSHttpTransportSecurityElement - - - Windows - - - None - - - System.Security.Authentication.ExtendedProtection.Configuration.ExtendedProtectionPolicyElement - - - Never - - - TransportSelected - - - (Collection) - - - - - - System.ServiceModel.Configuration.NonDualMessageSecurityOverHttpElement - - - Windows - - - True - - - Default - - - True - - - - - - - - - http://codeflow/Services/DiscoveryService.svc - - - - - - wsHttpBinding - - - WSHttpBinding_IDiscoveryService - - - CodeFlow.Discovery.IDiscoveryService - - - System.ServiceModel.Configuration.AddressHeaderCollectionElement - - - <Header /> - - - System.ServiceModel.Configuration.IdentityElement - - - System.ServiceModel.Configuration.UserPrincipalNameElement - - - - - - System.ServiceModel.Configuration.ServicePrincipalNameElement - - - - - - System.ServiceModel.Configuration.DnsElement - - - localhost - - - System.ServiceModel.Configuration.RsaElement - - - - - - System.ServiceModel.Configuration.CertificateElement - - - - - - System.ServiceModel.Configuration.CertificateReferenceElement - - - My - - - LocalMachine - - - FindBySubjectDistinguishedName - - - - - - False - - - WSHttpBinding_IDiscoveryService - - - - - - - - - - - \ No newline at end of file diff --git a/Source/Platform/Service References/CodeFlow.Project/Microsoft.Tools.TeamMate.Platform.CodeFlow.Project.Project.datasource b/Source/Platform/Service References/CodeFlow.Project/Microsoft.Tools.TeamMate.Platform.CodeFlow.Project.Project.datasource deleted file mode 100644 index 3d2779f..0000000 --- a/Source/Platform/Service References/CodeFlow.Project/Microsoft.Tools.TeamMate.Platform.CodeFlow.Project.Project.datasource +++ /dev/null @@ -1,10 +0,0 @@ - - - - Microsoft.Tools.TeamMate.Platform.CodeFlow.Project.Project, Service References.CodeFlow.Project.Reference.cs.dll, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null - \ No newline at end of file diff --git a/Source/Platform/Service References/CodeFlow.Project/Microsoft.Tools.TeamMate.Platform.CodeFlow.Project.ProjectInfo.datasource b/Source/Platform/Service References/CodeFlow.Project/Microsoft.Tools.TeamMate.Platform.CodeFlow.Project.ProjectInfo.datasource deleted file mode 100644 index 58b1d78..0000000 --- a/Source/Platform/Service References/CodeFlow.Project/Microsoft.Tools.TeamMate.Platform.CodeFlow.Project.ProjectInfo.datasource +++ /dev/null @@ -1,10 +0,0 @@ - - - - Microsoft.Tools.TeamMate.Platform.CodeFlow.Project.ProjectInfo, Service References.CodeFlow.Project.Reference.cs.dll, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null - \ No newline at end of file diff --git a/Source/Platform/Service References/CodeFlow.Project/Microsoft.Tools.TeamMate.Platform.CodeFlow.Project.User.datasource b/Source/Platform/Service References/CodeFlow.Project/Microsoft.Tools.TeamMate.Platform.CodeFlow.Project.User.datasource deleted file mode 100644 index 318e2d3..0000000 --- a/Source/Platform/Service References/CodeFlow.Project/Microsoft.Tools.TeamMate.Platform.CodeFlow.Project.User.datasource +++ /dev/null @@ -1,10 +0,0 @@ - - - - Microsoft.Tools.TeamMate.Platform.CodeFlow.Project.User, Service References.CodeFlow.Project.Reference.cs.dll, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null - \ No newline at end of file diff --git a/Source/Platform/Service References/CodeFlow.Project/ProjectService.disco b/Source/Platform/Service References/CodeFlow.Project/ProjectService.disco deleted file mode 100644 index aaf14ba..0000000 --- a/Source/Platform/Service References/CodeFlow.Project/ProjectService.disco +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/Source/Platform/Service References/CodeFlow.Project/ProjectService.wsdl b/Source/Platform/Service References/CodeFlow.Project/ProjectService.wsdl deleted file mode 100644 index 1931b86..0000000 --- a/Source/Platform/Service References/CodeFlow.Project/ProjectService.wsdl +++ /dev/null @@ -1,1243 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - http://codeflow/Services/ProjectService.svc - - localhost - - - - - \ No newline at end of file diff --git a/Source/Platform/Service References/CodeFlow.Project/ProjectService.xsd b/Source/Platform/Service References/CodeFlow.Project/ProjectService.xsd deleted file mode 100644 index a845f38..0000000 --- a/Source/Platform/Service References/CodeFlow.Project/ProjectService.xsd +++ /dev/null @@ -1,183 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/Source/Platform/Service References/CodeFlow.Project/ProjectService1.xsd b/Source/Platform/Service References/CodeFlow.Project/ProjectService1.xsd deleted file mode 100644 index 82f571d..0000000 --- a/Source/Platform/Service References/CodeFlow.Project/ProjectService1.xsd +++ /dev/null @@ -1,27 +0,0 @@ - - - - - - - - - - - - true - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/Source/Platform/Service References/CodeFlow.Project/ProjectService2.xsd b/Source/Platform/Service References/CodeFlow.Project/ProjectService2.xsd deleted file mode 100644 index d58e7f3..0000000 --- a/Source/Platform/Service References/CodeFlow.Project/ProjectService2.xsd +++ /dev/null @@ -1,42 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/Source/Platform/Service References/CodeFlow.Project/ProjectService3.xsd b/Source/Platform/Service References/CodeFlow.Project/ProjectService3.xsd deleted file mode 100644 index f8df179..0000000 --- a/Source/Platform/Service References/CodeFlow.Project/ProjectService3.xsd +++ /dev/null @@ -1,15 +0,0 @@ - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/Source/Platform/Service References/CodeFlow.Project/ProjectService4.xsd b/Source/Platform/Service References/CodeFlow.Project/ProjectService4.xsd deleted file mode 100644 index 79a0cb4..0000000 --- a/Source/Platform/Service References/CodeFlow.Project/ProjectService4.xsd +++ /dev/null @@ -1,71 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/Source/Platform/Service References/CodeFlow.Project/Reference.cs b/Source/Platform/Service References/CodeFlow.Project/Reference.cs deleted file mode 100644 index 7e60e0d..0000000 --- a/Source/Platform/Service References/CodeFlow.Project/Reference.cs +++ /dev/null @@ -1,1026 +0,0 @@ -//------------------------------------------------------------------------------ -// -// This code was generated by a tool. -// Runtime Version:4.0.30319.42000 -// -// Changes to this file may cause incorrect behavior and will be lost if -// the code is regenerated. -// -//------------------------------------------------------------------------------ - -namespace Microsoft.Tools.TeamMate.Platform.CodeFlow.Project { - using System.Runtime.Serialization; - using System; - - - [System.Diagnostics.DebuggerStepThroughAttribute()] - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "4.0.0.0")] - [System.Runtime.Serialization.DataContractAttribute(Name="ProjectInfo", Namespace="http://schemas.datacontract.org/2004/07/Microsoft.CodeFlow.ServiceModel")] - [System.SerializableAttribute()] - public partial class ProjectInfo : object, System.Runtime.Serialization.IExtensibleDataObject, System.ComponentModel.INotifyPropertyChanged { - - [System.NonSerializedAttribute()] - private System.Runtime.Serialization.ExtensionDataObject extensionDataField; - - private string DisplayNameField; - - private string ShortNameField; - - [System.Runtime.Serialization.OptionalFieldAttribute()] - private string OwnerField; - - [System.Runtime.Serialization.OptionalFieldAttribute()] - private string[] OwnersField; - - [System.Runtime.Serialization.OptionalFieldAttribute()] - private bool RetiringField; - - [global::System.ComponentModel.BrowsableAttribute(false)] - public System.Runtime.Serialization.ExtensionDataObject ExtensionData { - get { - return this.extensionDataField; - } - set { - this.extensionDataField = value; - } - } - - [System.Runtime.Serialization.DataMemberAttribute(IsRequired=true)] - public string DisplayName { - get { - return this.DisplayNameField; - } - set { - if ((object.ReferenceEquals(this.DisplayNameField, value) != true)) { - this.DisplayNameField = value; - this.RaisePropertyChanged("DisplayName"); - } - } - } - - [System.Runtime.Serialization.DataMemberAttribute(IsRequired=true)] - public string ShortName { - get { - return this.ShortNameField; - } - set { - if ((object.ReferenceEquals(this.ShortNameField, value) != true)) { - this.ShortNameField = value; - this.RaisePropertyChanged("ShortName"); - } - } - } - - [System.Runtime.Serialization.DataMemberAttribute(Order=2)] - public string Owner { - get { - return this.OwnerField; - } - set { - if ((object.ReferenceEquals(this.OwnerField, value) != true)) { - this.OwnerField = value; - this.RaisePropertyChanged("Owner"); - } - } - } - - [System.Runtime.Serialization.DataMemberAttribute(Order=3)] - public string[] Owners { - get { - return this.OwnersField; - } - set { - if ((object.ReferenceEquals(this.OwnersField, value) != true)) { - this.OwnersField = value; - this.RaisePropertyChanged("Owners"); - } - } - } - - [System.Runtime.Serialization.DataMemberAttribute(Order=4)] - public bool Retiring { - get { - return this.RetiringField; - } - set { - if ((this.RetiringField.Equals(value) != true)) { - this.RetiringField = value; - this.RaisePropertyChanged("Retiring"); - } - } - } - - public event System.ComponentModel.PropertyChangedEventHandler PropertyChanged; - - protected void RaisePropertyChanged(string propertyName) { - System.ComponentModel.PropertyChangedEventHandler propertyChanged = this.PropertyChanged; - if ((propertyChanged != null)) { - propertyChanged(this, new System.ComponentModel.PropertyChangedEventArgs(propertyName)); - } - } - } - - [System.Diagnostics.DebuggerStepThroughAttribute()] - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "4.0.0.0")] - [System.Runtime.Serialization.DataContractAttribute(Name="ServiceFault", Namespace="http://schemas.datacontract.org/2004/07/Microsoft.CodeFlow.ServiceModel")] - [System.SerializableAttribute()] - public partial class ServiceFault : object, System.Runtime.Serialization.IExtensibleDataObject, System.ComponentModel.INotifyPropertyChanged { - - [System.NonSerializedAttribute()] - private System.Runtime.Serialization.ExtensionDataObject extensionDataField; - - [System.Runtime.Serialization.OptionalFieldAttribute()] - private int ErrorCodeField; - - [System.Runtime.Serialization.OptionalFieldAttribute()] - private string MessageField; - - [global::System.ComponentModel.BrowsableAttribute(false)] - public System.Runtime.Serialization.ExtensionDataObject ExtensionData { - get { - return this.extensionDataField; - } - set { - this.extensionDataField = value; - } - } - - [System.Runtime.Serialization.DataMemberAttribute()] - public int ErrorCode { - get { - return this.ErrorCodeField; - } - set { - if ((this.ErrorCodeField.Equals(value) != true)) { - this.ErrorCodeField = value; - this.RaisePropertyChanged("ErrorCode"); - } - } - } - - [System.Runtime.Serialization.DataMemberAttribute()] - public string Message { - get { - return this.MessageField; - } - set { - if ((object.ReferenceEquals(this.MessageField, value) != true)) { - this.MessageField = value; - this.RaisePropertyChanged("Message"); - } - } - } - - public event System.ComponentModel.PropertyChangedEventHandler PropertyChanged; - - protected void RaisePropertyChanged(string propertyName) { - System.ComponentModel.PropertyChangedEventHandler propertyChanged = this.PropertyChanged; - if ((propertyChanged != null)) { - propertyChanged(this, new System.ComponentModel.PropertyChangedEventArgs(propertyName)); - } - } - } - - [System.Diagnostics.DebuggerStepThroughAttribute()] - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "4.0.0.0")] - [System.Runtime.Serialization.DataContractAttribute(Name="ProjectQuery", Namespace="http://schemas.datacontract.org/2004/07/Microsoft.CodeFlow.ServiceModel")] - [System.SerializableAttribute()] - public partial class ProjectQuery : object, System.Runtime.Serialization.IExtensibleDataObject, System.ComponentModel.INotifyPropertyChanged { - - [System.NonSerializedAttribute()] - private System.Runtime.Serialization.ExtensionDataObject extensionDataField; - - [System.Runtime.Serialization.OptionalFieldAttribute()] - private System.Collections.Generic.Dictionary ConfigContainsField; - - [System.Runtime.Serialization.OptionalFieldAttribute()] - private string DisplayNameField; - - [System.Runtime.Serialization.OptionalFieldAttribute()] - private string DisplayNameContainsField; - - [System.Runtime.Serialization.OptionalFieldAttribute()] - private System.Nullable EnabledField; - - [System.Runtime.Serialization.OptionalFieldAttribute()] - private string ExtensionConnectionStringContainsField; - - [System.Runtime.Serialization.OptionalFieldAttribute()] - private string OwnerField; - - [System.Runtime.Serialization.OptionalFieldAttribute()] - private System.Nullable RetiringField; - - [System.Runtime.Serialization.OptionalFieldAttribute()] - private string ShortNameField; - - [System.Runtime.Serialization.OptionalFieldAttribute()] - private string ShortNameContainsField; - - [System.Runtime.Serialization.OptionalFieldAttribute()] - private string SourceControlConnectionStringContainsField; - - [System.Runtime.Serialization.OptionalFieldAttribute()] - private System.Nullable CreatedAfterDateField; - - [System.Runtime.Serialization.OptionalFieldAttribute()] - private System.Nullable CreatedBeforeDateField; - - [System.Runtime.Serialization.OptionalFieldAttribute()] - private System.Nullable LastUpdatedAfterDateField; - - [System.Runtime.Serialization.OptionalFieldAttribute()] - private System.Nullable LastUpdatedBeforeDateField; - - [global::System.ComponentModel.BrowsableAttribute(false)] - public System.Runtime.Serialization.ExtensionDataObject ExtensionData { - get { - return this.extensionDataField; - } - set { - this.extensionDataField = value; - } - } - - [System.Runtime.Serialization.DataMemberAttribute()] - public System.Collections.Generic.Dictionary ConfigContains { - get { - return this.ConfigContainsField; - } - set { - if ((object.ReferenceEquals(this.ConfigContainsField, value) != true)) { - this.ConfigContainsField = value; - this.RaisePropertyChanged("ConfigContains"); - } - } - } - - [System.Runtime.Serialization.DataMemberAttribute()] - public string DisplayName { - get { - return this.DisplayNameField; - } - set { - if ((object.ReferenceEquals(this.DisplayNameField, value) != true)) { - this.DisplayNameField = value; - this.RaisePropertyChanged("DisplayName"); - } - } - } - - [System.Runtime.Serialization.DataMemberAttribute()] - public string DisplayNameContains { - get { - return this.DisplayNameContainsField; - } - set { - if ((object.ReferenceEquals(this.DisplayNameContainsField, value) != true)) { - this.DisplayNameContainsField = value; - this.RaisePropertyChanged("DisplayNameContains"); - } - } - } - - [System.Runtime.Serialization.DataMemberAttribute()] - public System.Nullable Enabled { - get { - return this.EnabledField; - } - set { - if ((this.EnabledField.Equals(value) != true)) { - this.EnabledField = value; - this.RaisePropertyChanged("Enabled"); - } - } - } - - [System.Runtime.Serialization.DataMemberAttribute()] - public string ExtensionConnectionStringContains { - get { - return this.ExtensionConnectionStringContainsField; - } - set { - if ((object.ReferenceEquals(this.ExtensionConnectionStringContainsField, value) != true)) { - this.ExtensionConnectionStringContainsField = value; - this.RaisePropertyChanged("ExtensionConnectionStringContains"); - } - } - } - - [System.Runtime.Serialization.DataMemberAttribute()] - public string Owner { - get { - return this.OwnerField; - } - set { - if ((object.ReferenceEquals(this.OwnerField, value) != true)) { - this.OwnerField = value; - this.RaisePropertyChanged("Owner"); - } - } - } - - [System.Runtime.Serialization.DataMemberAttribute()] - public System.Nullable Retiring { - get { - return this.RetiringField; - } - set { - if ((this.RetiringField.Equals(value) != true)) { - this.RetiringField = value; - this.RaisePropertyChanged("Retiring"); - } - } - } - - [System.Runtime.Serialization.DataMemberAttribute()] - public string ShortName { - get { - return this.ShortNameField; - } - set { - if ((object.ReferenceEquals(this.ShortNameField, value) != true)) { - this.ShortNameField = value; - this.RaisePropertyChanged("ShortName"); - } - } - } - - [System.Runtime.Serialization.DataMemberAttribute()] - public string ShortNameContains { - get { - return this.ShortNameContainsField; - } - set { - if ((object.ReferenceEquals(this.ShortNameContainsField, value) != true)) { - this.ShortNameContainsField = value; - this.RaisePropertyChanged("ShortNameContains"); - } - } - } - - [System.Runtime.Serialization.DataMemberAttribute()] - public string SourceControlConnectionStringContains { - get { - return this.SourceControlConnectionStringContainsField; - } - set { - if ((object.ReferenceEquals(this.SourceControlConnectionStringContainsField, value) != true)) { - this.SourceControlConnectionStringContainsField = value; - this.RaisePropertyChanged("SourceControlConnectionStringContains"); - } - } - } - - [System.Runtime.Serialization.DataMemberAttribute(Order=10)] - public System.Nullable CreatedAfterDate { - get { - return this.CreatedAfterDateField; - } - set { - if ((this.CreatedAfterDateField.Equals(value) != true)) { - this.CreatedAfterDateField = value; - this.RaisePropertyChanged("CreatedAfterDate"); - } - } - } - - [System.Runtime.Serialization.DataMemberAttribute(Order=11)] - public System.Nullable CreatedBeforeDate { - get { - return this.CreatedBeforeDateField; - } - set { - if ((this.CreatedBeforeDateField.Equals(value) != true)) { - this.CreatedBeforeDateField = value; - this.RaisePropertyChanged("CreatedBeforeDate"); - } - } - } - - [System.Runtime.Serialization.DataMemberAttribute(Order=12)] - public System.Nullable LastUpdatedAfterDate { - get { - return this.LastUpdatedAfterDateField; - } - set { - if ((this.LastUpdatedAfterDateField.Equals(value) != true)) { - this.LastUpdatedAfterDateField = value; - this.RaisePropertyChanged("LastUpdatedAfterDate"); - } - } - } - - [System.Runtime.Serialization.DataMemberAttribute(Order=13)] - public System.Nullable LastUpdatedBeforeDate { - get { - return this.LastUpdatedBeforeDateField; - } - set { - if ((this.LastUpdatedBeforeDateField.Equals(value) != true)) { - this.LastUpdatedBeforeDateField = value; - this.RaisePropertyChanged("LastUpdatedBeforeDate"); - } - } - } - - public event System.ComponentModel.PropertyChangedEventHandler PropertyChanged; - - protected void RaisePropertyChanged(string propertyName) { - System.ComponentModel.PropertyChangedEventHandler propertyChanged = this.PropertyChanged; - if ((propertyChanged != null)) { - propertyChanged(this, new System.ComponentModel.PropertyChangedEventArgs(propertyName)); - } - } - } - - [System.Diagnostics.DebuggerStepThroughAttribute()] - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "4.0.0.0")] - [System.Runtime.Serialization.DataContractAttribute(Name="Project", Namespace="http://schemas.datacontract.org/2004/07/Microsoft.CodeFlow.ServiceModel")] - [System.SerializableAttribute()] - public partial class Project : object, System.Runtime.Serialization.IExtensibleDataObject, System.ComponentModel.INotifyPropertyChanged { - - [System.NonSerializedAttribute()] - private System.Runtime.Serialization.ExtensionDataObject extensionDataField; - - private string AccessSecurityGroupField; - - private System.Collections.Generic.Dictionary ConfigurationField; - - private string[] DefaultOptionalReviewersField; - - private string[] DefaultRequiredReviewersField; - - private string DisplayNameField; - - private bool EnabledField; - - private string OwnerField; - - private bool RetiringField; - - private string ShortNameField; - - private string[] SourceControlConnectionStringsField; - - [System.Runtime.Serialization.OptionalFieldAttribute()] - private string[] extensionConnectionStringsField; - - [System.Runtime.Serialization.OptionalFieldAttribute()] - private string CreatedByField; - - [System.Runtime.Serialization.OptionalFieldAttribute()] - private System.DateTime CreatedOnField; - - [System.Runtime.Serialization.OptionalFieldAttribute()] - private System.DateTime LastUpdatedOnField; - - [global::System.ComponentModel.BrowsableAttribute(false)] - public System.Runtime.Serialization.ExtensionDataObject ExtensionData { - get { - return this.extensionDataField; - } - set { - this.extensionDataField = value; - } - } - - [System.Runtime.Serialization.DataMemberAttribute(IsRequired=true)] - public string AccessSecurityGroup { - get { - return this.AccessSecurityGroupField; - } - set { - if ((object.ReferenceEquals(this.AccessSecurityGroupField, value) != true)) { - this.AccessSecurityGroupField = value; - this.RaisePropertyChanged("AccessSecurityGroup"); - } - } - } - - [System.Runtime.Serialization.DataMemberAttribute(IsRequired=true)] - public System.Collections.Generic.Dictionary Configuration { - get { - return this.ConfigurationField; - } - set { - if ((object.ReferenceEquals(this.ConfigurationField, value) != true)) { - this.ConfigurationField = value; - this.RaisePropertyChanged("Configuration"); - } - } - } - - [System.Runtime.Serialization.DataMemberAttribute(IsRequired=true)] - public string[] DefaultOptionalReviewers { - get { - return this.DefaultOptionalReviewersField; - } - set { - if ((object.ReferenceEquals(this.DefaultOptionalReviewersField, value) != true)) { - this.DefaultOptionalReviewersField = value; - this.RaisePropertyChanged("DefaultOptionalReviewers"); - } - } - } - - [System.Runtime.Serialization.DataMemberAttribute(IsRequired=true)] - public string[] DefaultRequiredReviewers { - get { - return this.DefaultRequiredReviewersField; - } - set { - if ((object.ReferenceEquals(this.DefaultRequiredReviewersField, value) != true)) { - this.DefaultRequiredReviewersField = value; - this.RaisePropertyChanged("DefaultRequiredReviewers"); - } - } - } - - [System.Runtime.Serialization.DataMemberAttribute(IsRequired=true)] - public string DisplayName { - get { - return this.DisplayNameField; - } - set { - if ((object.ReferenceEquals(this.DisplayNameField, value) != true)) { - this.DisplayNameField = value; - this.RaisePropertyChanged("DisplayName"); - } - } - } - - [System.Runtime.Serialization.DataMemberAttribute(IsRequired=true)] - public bool Enabled { - get { - return this.EnabledField; - } - set { - if ((this.EnabledField.Equals(value) != true)) { - this.EnabledField = value; - this.RaisePropertyChanged("Enabled"); - } - } - } - - [System.Runtime.Serialization.DataMemberAttribute(IsRequired=true)] - public string Owner { - get { - return this.OwnerField; - } - set { - if ((object.ReferenceEquals(this.OwnerField, value) != true)) { - this.OwnerField = value; - this.RaisePropertyChanged("Owner"); - } - } - } - - [System.Runtime.Serialization.DataMemberAttribute(IsRequired=true)] - public bool Retiring { - get { - return this.RetiringField; - } - set { - if ((this.RetiringField.Equals(value) != true)) { - this.RetiringField = value; - this.RaisePropertyChanged("Retiring"); - } - } - } - - [System.Runtime.Serialization.DataMemberAttribute(IsRequired=true)] - public string ShortName { - get { - return this.ShortNameField; - } - set { - if ((object.ReferenceEquals(this.ShortNameField, value) != true)) { - this.ShortNameField = value; - this.RaisePropertyChanged("ShortName"); - } - } - } - - [System.Runtime.Serialization.DataMemberAttribute(IsRequired=true)] - public string[] SourceControlConnectionStrings { - get { - return this.SourceControlConnectionStringsField; - } - set { - if ((object.ReferenceEquals(this.SourceControlConnectionStringsField, value) != true)) { - this.SourceControlConnectionStringsField = value; - this.RaisePropertyChanged("SourceControlConnectionStrings"); - } - } - } - - [System.Runtime.Serialization.DataMemberAttribute()] - public string[] extensionConnectionStrings { - get { - return this.extensionConnectionStringsField; - } - set { - if ((object.ReferenceEquals(this.extensionConnectionStringsField, value) != true)) { - this.extensionConnectionStringsField = value; - this.RaisePropertyChanged("extensionConnectionStrings"); - } - } - } - - [System.Runtime.Serialization.DataMemberAttribute(Order=11)] - public string CreatedBy { - get { - return this.CreatedByField; - } - set { - if ((object.ReferenceEquals(this.CreatedByField, value) != true)) { - this.CreatedByField = value; - this.RaisePropertyChanged("CreatedBy"); - } - } - } - - [System.Runtime.Serialization.DataMemberAttribute(Order=12)] - public System.DateTime CreatedOn { - get { - return this.CreatedOnField; - } - set { - if ((this.CreatedOnField.Equals(value) != true)) { - this.CreatedOnField = value; - this.RaisePropertyChanged("CreatedOn"); - } - } - } - - [System.Runtime.Serialization.DataMemberAttribute(Order=13)] - public System.DateTime LastUpdatedOn { - get { - return this.LastUpdatedOnField; - } - set { - if ((this.LastUpdatedOnField.Equals(value) != true)) { - this.LastUpdatedOnField = value; - this.RaisePropertyChanged("LastUpdatedOn"); - } - } - } - - public event System.ComponentModel.PropertyChangedEventHandler PropertyChanged; - - protected void RaisePropertyChanged(string propertyName) { - System.ComponentModel.PropertyChangedEventHandler propertyChanged = this.PropertyChanged; - if ((propertyChanged != null)) { - propertyChanged(this, new System.ComponentModel.PropertyChangedEventArgs(propertyName)); - } - } - } - - [System.Diagnostics.DebuggerStepThroughAttribute()] - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "4.0.0.0")] - [System.Runtime.Serialization.DataContractAttribute(Name="User", Namespace="http://www.microsoft.com/codeflow/")] - [System.SerializableAttribute()] - public partial class User : object, System.Runtime.Serialization.IExtensibleDataObject, System.ComponentModel.INotifyPropertyChanged { - - [System.NonSerializedAttribute()] - private System.Runtime.Serialization.ExtensionDataObject extensionDataField; - - private System.DateTime CreatedOnField; - - private string DisplayNameField; - - private string EmailField; - - private System.DateTime LastUpdatedOnField; - - private string NameField; - - private System.Collections.Generic.Dictionary SettingsField; - - [global::System.ComponentModel.BrowsableAttribute(false)] - public System.Runtime.Serialization.ExtensionDataObject ExtensionData { - get { - return this.extensionDataField; - } - set { - this.extensionDataField = value; - } - } - - [System.Runtime.Serialization.DataMemberAttribute(IsRequired=true)] - public System.DateTime CreatedOn { - get { - return this.CreatedOnField; - } - set { - if ((this.CreatedOnField.Equals(value) != true)) { - this.CreatedOnField = value; - this.RaisePropertyChanged("CreatedOn"); - } - } - } - - [System.Runtime.Serialization.DataMemberAttribute(IsRequired=true)] - public string DisplayName { - get { - return this.DisplayNameField; - } - set { - if ((object.ReferenceEquals(this.DisplayNameField, value) != true)) { - this.DisplayNameField = value; - this.RaisePropertyChanged("DisplayName"); - } - } - } - - [System.Runtime.Serialization.DataMemberAttribute(IsRequired=true)] - public string Email { - get { - return this.EmailField; - } - set { - if ((object.ReferenceEquals(this.EmailField, value) != true)) { - this.EmailField = value; - this.RaisePropertyChanged("Email"); - } - } - } - - [System.Runtime.Serialization.DataMemberAttribute(IsRequired=true)] - public System.DateTime LastUpdatedOn { - get { - return this.LastUpdatedOnField; - } - set { - if ((this.LastUpdatedOnField.Equals(value) != true)) { - this.LastUpdatedOnField = value; - this.RaisePropertyChanged("LastUpdatedOn"); - } - } - } - - [System.Runtime.Serialization.DataMemberAttribute(IsRequired=true)] - public string Name { - get { - return this.NameField; - } - set { - if ((object.ReferenceEquals(this.NameField, value) != true)) { - this.NameField = value; - this.RaisePropertyChanged("Name"); - } - } - } - - [System.Runtime.Serialization.DataMemberAttribute(IsRequired=true)] - public System.Collections.Generic.Dictionary Settings { - get { - return this.SettingsField; - } - set { - if ((object.ReferenceEquals(this.SettingsField, value) != true)) { - this.SettingsField = value; - this.RaisePropertyChanged("Settings"); - } - } - } - - public event System.ComponentModel.PropertyChangedEventHandler PropertyChanged; - - protected void RaisePropertyChanged(string propertyName) { - System.ComponentModel.PropertyChangedEventHandler propertyChanged = this.PropertyChanged; - if ((propertyChanged != null)) { - propertyChanged(this, new System.ComponentModel.PropertyChangedEventArgs(propertyName)); - } - } - } - - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] - [System.ServiceModel.ServiceContractAttribute(ConfigurationName="CodeFlow.Project.IProjectService")] - public interface IProjectService { - - [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IProjectService/GetProjectsContainingString", ReplyAction="http://tempuri.org/IProjectService/GetProjectsContainingStringResponse")] - [System.ServiceModel.FaultContractAttribute(typeof(Microsoft.Tools.TeamMate.Platform.CodeFlow.Project.ServiceFault), Action="http://tempuri.org/IProjectService/GetProjectsContainingStringServiceFaultFault", Name="ServiceFault", Namespace="http://schemas.datacontract.org/2004/07/Microsoft.CodeFlow.ServiceModel")] - Microsoft.Tools.TeamMate.Platform.CodeFlow.Project.ProjectInfo[] GetProjectsContainingString(string text); - - [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IProjectService/GetProjectsContainingString", ReplyAction="http://tempuri.org/IProjectService/GetProjectsContainingStringResponse")] - System.Threading.Tasks.Task GetProjectsContainingStringAsync(string text); - - [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IProjectService/QueryProjects", ReplyAction="http://tempuri.org/IProjectService/QueryProjectsResponse")] - [System.ServiceModel.FaultContractAttribute(typeof(Microsoft.Tools.TeamMate.Platform.CodeFlow.Project.ServiceFault), Action="http://tempuri.org/IProjectService/QueryProjectsServiceFaultFault", Name="ServiceFault", Namespace="http://schemas.datacontract.org/2004/07/Microsoft.CodeFlow.ServiceModel")] - Microsoft.Tools.TeamMate.Platform.CodeFlow.Project.ProjectInfo[] QueryProjects(string userAgent, Microsoft.Tools.TeamMate.Platform.CodeFlow.Project.ProjectQuery query); - - [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IProjectService/QueryProjects", ReplyAction="http://tempuri.org/IProjectService/QueryProjectsResponse")] - System.Threading.Tasks.Task QueryProjectsAsync(string userAgent, Microsoft.Tools.TeamMate.Platform.CodeFlow.Project.ProjectQuery query); - - [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IProjectService/GetProjectsStartingWith", ReplyAction="http://tempuri.org/IProjectService/GetProjectsStartingWithResponse")] - [System.ServiceModel.FaultContractAttribute(typeof(Microsoft.Tools.TeamMate.Platform.CodeFlow.Project.ServiceFault), Action="http://tempuri.org/IProjectService/GetProjectsStartingWithServiceFaultFault", Name="ServiceFault", Namespace="http://schemas.datacontract.org/2004/07/Microsoft.CodeFlow.ServiceModel")] - Microsoft.Tools.TeamMate.Platform.CodeFlow.Project.ProjectInfo[] GetProjectsStartingWith(string text); - - [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IProjectService/GetProjectsStartingWith", ReplyAction="http://tempuri.org/IProjectService/GetProjectsStartingWithResponse")] - System.Threading.Tasks.Task GetProjectsStartingWithAsync(string text); - - [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IProjectService/GetProjectByShortName", ReplyAction="http://tempuri.org/IProjectService/GetProjectByShortNameResponse")] - [System.ServiceModel.FaultContractAttribute(typeof(Microsoft.Tools.TeamMate.Platform.CodeFlow.Project.ServiceFault), Action="http://tempuri.org/IProjectService/GetProjectByShortNameServiceFaultFault", Name="ServiceFault", Namespace="http://schemas.datacontract.org/2004/07/Microsoft.CodeFlow.ServiceModel")] - Microsoft.Tools.TeamMate.Platform.CodeFlow.Project.Project GetProjectByShortName(string shortName); - - [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IProjectService/GetProjectByShortName", ReplyAction="http://tempuri.org/IProjectService/GetProjectByShortNameResponse")] - System.Threading.Tasks.Task GetProjectByShortNameAsync(string shortName); - - [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IProjectService/GetProjectsByShortNames", ReplyAction="http://tempuri.org/IProjectService/GetProjectsByShortNamesResponse")] - [System.ServiceModel.FaultContractAttribute(typeof(Microsoft.Tools.TeamMate.Platform.CodeFlow.Project.ServiceFault), Action="http://tempuri.org/IProjectService/GetProjectsByShortNamesServiceFaultFault", Name="ServiceFault", Namespace="http://schemas.datacontract.org/2004/07/Microsoft.CodeFlow.ServiceModel")] - Microsoft.Tools.TeamMate.Platform.CodeFlow.Project.Project[] GetProjectsByShortNames(string[] shortNames); - - [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IProjectService/GetProjectsByShortNames", ReplyAction="http://tempuri.org/IProjectService/GetProjectsByShortNamesResponse")] - System.Threading.Tasks.Task GetProjectsByShortNamesAsync(string[] shortNames); - - [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IProjectService/AddProject", ReplyAction="http://tempuri.org/IProjectService/AddProjectResponse")] - [System.ServiceModel.FaultContractAttribute(typeof(Microsoft.Tools.TeamMate.Platform.CodeFlow.Project.ServiceFault), Action="http://tempuri.org/IProjectService/AddProjectServiceFaultFault", Name="ServiceFault", Namespace="http://schemas.datacontract.org/2004/07/Microsoft.CodeFlow.ServiceModel")] - void AddProject(Microsoft.Tools.TeamMate.Platform.CodeFlow.Project.Project project); - - [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IProjectService/AddProject", ReplyAction="http://tempuri.org/IProjectService/AddProjectResponse")] - System.Threading.Tasks.Task AddProjectAsync(Microsoft.Tools.TeamMate.Platform.CodeFlow.Project.Project project); - - [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IProjectService/UpdateProject", ReplyAction="http://tempuri.org/IProjectService/UpdateProjectResponse")] - [System.ServiceModel.FaultContractAttribute(typeof(Microsoft.Tools.TeamMate.Platform.CodeFlow.Project.ServiceFault), Action="http://tempuri.org/IProjectService/UpdateProjectServiceFaultFault", Name="ServiceFault", Namespace="http://schemas.datacontract.org/2004/07/Microsoft.CodeFlow.ServiceModel")] - void UpdateProject(Microsoft.Tools.TeamMate.Platform.CodeFlow.Project.Project project); - - [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IProjectService/UpdateProject", ReplyAction="http://tempuri.org/IProjectService/UpdateProjectResponse")] - System.Threading.Tasks.Task UpdateProjectAsync(Microsoft.Tools.TeamMate.Platform.CodeFlow.Project.Project project); - - [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IProjectService/RemoveProject", ReplyAction="http://tempuri.org/IProjectService/RemoveProjectResponse")] - [System.ServiceModel.FaultContractAttribute(typeof(Microsoft.Tools.TeamMate.Platform.CodeFlow.Project.ServiceFault), Action="http://tempuri.org/IProjectService/RemoveProjectServiceFaultFault", Name="ServiceFault", Namespace="http://schemas.datacontract.org/2004/07/Microsoft.CodeFlow.ServiceModel")] - void RemoveProject(string projectShortName); - - [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IProjectService/RemoveProject", ReplyAction="http://tempuri.org/IProjectService/RemoveProjectResponse")] - System.Threading.Tasks.Task RemoveProjectAsync(string projectShortName); - - [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IProjectService/GetUser", ReplyAction="http://tempuri.org/IProjectService/GetUserResponse")] - [System.ServiceModel.FaultContractAttribute(typeof(Microsoft.Tools.TeamMate.Platform.CodeFlow.Project.ServiceFault), Action="http://tempuri.org/IProjectService/GetUserServiceFaultFault", Name="ServiceFault", Namespace="http://schemas.datacontract.org/2004/07/Microsoft.CodeFlow.ServiceModel")] - Microsoft.Tools.TeamMate.Platform.CodeFlow.Project.User GetUser(string username); - - [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IProjectService/GetUser", ReplyAction="http://tempuri.org/IProjectService/GetUserResponse")] - System.Threading.Tasks.Task GetUserAsync(string username); - - [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IProjectService/AddUser", ReplyAction="http://tempuri.org/IProjectService/AddUserResponse")] - [System.ServiceModel.FaultContractAttribute(typeof(Microsoft.Tools.TeamMate.Platform.CodeFlow.Project.ServiceFault), Action="http://tempuri.org/IProjectService/AddUserServiceFaultFault", Name="ServiceFault", Namespace="http://schemas.datacontract.org/2004/07/Microsoft.CodeFlow.ServiceModel")] - Microsoft.Tools.TeamMate.Platform.CodeFlow.Project.User AddUser(Microsoft.Tools.TeamMate.Platform.CodeFlow.Project.User user); - - [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IProjectService/AddUser", ReplyAction="http://tempuri.org/IProjectService/AddUserResponse")] - System.Threading.Tasks.Task AddUserAsync(Microsoft.Tools.TeamMate.Platform.CodeFlow.Project.User user); - - [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IProjectService/SetUserData", ReplyAction="http://tempuri.org/IProjectService/SetUserDataResponse")] - [System.ServiceModel.FaultContractAttribute(typeof(Microsoft.Tools.TeamMate.Platform.CodeFlow.Project.ServiceFault), Action="http://tempuri.org/IProjectService/SetUserDataServiceFaultFault", Name="ServiceFault", Namespace="http://schemas.datacontract.org/2004/07/Microsoft.CodeFlow.ServiceModel")] - Microsoft.Tools.TeamMate.Platform.CodeFlow.Project.User SetUserData(string username, System.Collections.Generic.Dictionary data); - - [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IProjectService/SetUserData", ReplyAction="http://tempuri.org/IProjectService/SetUserDataResponse")] - System.Threading.Tasks.Task SetUserDataAsync(string username, System.Collections.Generic.Dictionary data); - - [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IProjectService/UpdateUser", ReplyAction="http://tempuri.org/IProjectService/UpdateUserResponse")] - [System.ServiceModel.FaultContractAttribute(typeof(Microsoft.Tools.TeamMate.Platform.CodeFlow.Project.ServiceFault), Action="http://tempuri.org/IProjectService/UpdateUserServiceFaultFault", Name="ServiceFault", Namespace="http://schemas.datacontract.org/2004/07/Microsoft.CodeFlow.ServiceModel")] - Microsoft.Tools.TeamMate.Platform.CodeFlow.Project.User UpdateUser(string username, Microsoft.Tools.TeamMate.Platform.CodeFlow.Project.User user); - - [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IProjectService/UpdateUser", ReplyAction="http://tempuri.org/IProjectService/UpdateUserResponse")] - System.Threading.Tasks.Task UpdateUserAsync(string username, Microsoft.Tools.TeamMate.Platform.CodeFlow.Project.User user); - - [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IProjectService/DeleteUser", ReplyAction="http://tempuri.org/IProjectService/DeleteUserResponse")] - [System.ServiceModel.FaultContractAttribute(typeof(Microsoft.Tools.TeamMate.Platform.CodeFlow.Project.ServiceFault), Action="http://tempuri.org/IProjectService/DeleteUserServiceFaultFault", Name="ServiceFault", Namespace="http://schemas.datacontract.org/2004/07/Microsoft.CodeFlow.ServiceModel")] - void DeleteUser(string username); - - [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IProjectService/DeleteUser", ReplyAction="http://tempuri.org/IProjectService/DeleteUserResponse")] - System.Threading.Tasks.Task DeleteUserAsync(string username); - } - - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] - public interface IProjectServiceChannel : Microsoft.Tools.TeamMate.Platform.CodeFlow.Project.IProjectService, System.ServiceModel.IClientChannel { - } - - [System.Diagnostics.DebuggerStepThroughAttribute()] - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] - public partial class ProjectServiceClient : System.ServiceModel.ClientBase, Microsoft.Tools.TeamMate.Platform.CodeFlow.Project.IProjectService { - - public ProjectServiceClient() { - } - - public ProjectServiceClient(string endpointConfigurationName) : - base(endpointConfigurationName) { - } - - public ProjectServiceClient(string endpointConfigurationName, string remoteAddress) : - base(endpointConfigurationName, remoteAddress) { - } - - public ProjectServiceClient(string endpointConfigurationName, System.ServiceModel.EndpointAddress remoteAddress) : - base(endpointConfigurationName, remoteAddress) { - } - - public ProjectServiceClient(System.ServiceModel.Channels.Binding binding, System.ServiceModel.EndpointAddress remoteAddress) : - base(binding, remoteAddress) { - } - - public Microsoft.Tools.TeamMate.Platform.CodeFlow.Project.ProjectInfo[] GetProjectsContainingString(string text) { - return base.Channel.GetProjectsContainingString(text); - } - - public System.Threading.Tasks.Task GetProjectsContainingStringAsync(string text) { - return base.Channel.GetProjectsContainingStringAsync(text); - } - - public Microsoft.Tools.TeamMate.Platform.CodeFlow.Project.ProjectInfo[] QueryProjects(string userAgent, Microsoft.Tools.TeamMate.Platform.CodeFlow.Project.ProjectQuery query) { - return base.Channel.QueryProjects(userAgent, query); - } - - public System.Threading.Tasks.Task QueryProjectsAsync(string userAgent, Microsoft.Tools.TeamMate.Platform.CodeFlow.Project.ProjectQuery query) { - return base.Channel.QueryProjectsAsync(userAgent, query); - } - - public Microsoft.Tools.TeamMate.Platform.CodeFlow.Project.ProjectInfo[] GetProjectsStartingWith(string text) { - return base.Channel.GetProjectsStartingWith(text); - } - - public System.Threading.Tasks.Task GetProjectsStartingWithAsync(string text) { - return base.Channel.GetProjectsStartingWithAsync(text); - } - - public Microsoft.Tools.TeamMate.Platform.CodeFlow.Project.Project GetProjectByShortName(string shortName) { - return base.Channel.GetProjectByShortName(shortName); - } - - public System.Threading.Tasks.Task GetProjectByShortNameAsync(string shortName) { - return base.Channel.GetProjectByShortNameAsync(shortName); - } - - public Microsoft.Tools.TeamMate.Platform.CodeFlow.Project.Project[] GetProjectsByShortNames(string[] shortNames) { - return base.Channel.GetProjectsByShortNames(shortNames); - } - - public System.Threading.Tasks.Task GetProjectsByShortNamesAsync(string[] shortNames) { - return base.Channel.GetProjectsByShortNamesAsync(shortNames); - } - - public void AddProject(Microsoft.Tools.TeamMate.Platform.CodeFlow.Project.Project project) { - base.Channel.AddProject(project); - } - - public System.Threading.Tasks.Task AddProjectAsync(Microsoft.Tools.TeamMate.Platform.CodeFlow.Project.Project project) { - return base.Channel.AddProjectAsync(project); - } - - public void UpdateProject(Microsoft.Tools.TeamMate.Platform.CodeFlow.Project.Project project) { - base.Channel.UpdateProject(project); - } - - public System.Threading.Tasks.Task UpdateProjectAsync(Microsoft.Tools.TeamMate.Platform.CodeFlow.Project.Project project) { - return base.Channel.UpdateProjectAsync(project); - } - - public void RemoveProject(string projectShortName) { - base.Channel.RemoveProject(projectShortName); - } - - public System.Threading.Tasks.Task RemoveProjectAsync(string projectShortName) { - return base.Channel.RemoveProjectAsync(projectShortName); - } - - public Microsoft.Tools.TeamMate.Platform.CodeFlow.Project.User GetUser(string username) { - return base.Channel.GetUser(username); - } - - public System.Threading.Tasks.Task GetUserAsync(string username) { - return base.Channel.GetUserAsync(username); - } - - public Microsoft.Tools.TeamMate.Platform.CodeFlow.Project.User AddUser(Microsoft.Tools.TeamMate.Platform.CodeFlow.Project.User user) { - return base.Channel.AddUser(user); - } - - public System.Threading.Tasks.Task AddUserAsync(Microsoft.Tools.TeamMate.Platform.CodeFlow.Project.User user) { - return base.Channel.AddUserAsync(user); - } - - public Microsoft.Tools.TeamMate.Platform.CodeFlow.Project.User SetUserData(string username, System.Collections.Generic.Dictionary data) { - return base.Channel.SetUserData(username, data); - } - - public System.Threading.Tasks.Task SetUserDataAsync(string username, System.Collections.Generic.Dictionary data) { - return base.Channel.SetUserDataAsync(username, data); - } - - public Microsoft.Tools.TeamMate.Platform.CodeFlow.Project.User UpdateUser(string username, Microsoft.Tools.TeamMate.Platform.CodeFlow.Project.User user) { - return base.Channel.UpdateUser(username, user); - } - - public System.Threading.Tasks.Task UpdateUserAsync(string username, Microsoft.Tools.TeamMate.Platform.CodeFlow.Project.User user) { - return base.Channel.UpdateUserAsync(username, user); - } - - public void DeleteUser(string username) { - base.Channel.DeleteUser(username); - } - - public System.Threading.Tasks.Task DeleteUserAsync(string username) { - return base.Channel.DeleteUserAsync(username); - } - } -} diff --git a/Source/Platform/Service References/CodeFlow.Project/Reference.svcmap b/Source/Platform/Service References/CodeFlow.Project/Reference.svcmap deleted file mode 100644 index c635452..0000000 --- a/Source/Platform/Service References/CodeFlow.Project/Reference.svcmap +++ /dev/null @@ -1,37 +0,0 @@ - - - - false - true - true - - false - false - false - - - true - Auto - true - true - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/Source/Platform/Service References/CodeFlow.Project/configuration.svcinfo b/Source/Platform/Service References/CodeFlow.Project/configuration.svcinfo deleted file mode 100644 index 0fd97bd..0000000 --- a/Source/Platform/Service References/CodeFlow.Project/configuration.svcinfo +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - \ No newline at end of file diff --git a/Source/Platform/Service References/CodeFlow.Project/configuration91.svcinfo b/Source/Platform/Service References/CodeFlow.Project/configuration91.svcinfo deleted file mode 100644 index 3273139..0000000 --- a/Source/Platform/Service References/CodeFlow.Project/configuration91.svcinfo +++ /dev/null @@ -1,216 +0,0 @@ - - - - - - - WSHttpBinding_IProjectService - - - - - - - - - - - - - - - - - - False - - - StrongWildcard - - - - - - - - - Text - - - - - - System.ServiceModel.Configuration.XmlDictionaryReaderQuotasElement - - - 0 - - - 0 - - - 0 - - - 0 - - - 0 - - - System.ServiceModel.Configuration.StandardBindingOptionalReliableSessionElement - - - True - - - 00:10:00 - - - False - - - System.Text.UTF8Encoding - - - - - - - - - System.ServiceModel.Configuration.WSHttpSecurityElement - - - Message - - - System.ServiceModel.Configuration.WSHttpTransportSecurityElement - - - Windows - - - None - - - System.Security.Authentication.ExtendedProtection.Configuration.ExtendedProtectionPolicyElement - - - Never - - - TransportSelected - - - (Collection) - - - - - - System.ServiceModel.Configuration.NonDualMessageSecurityOverHttpElement - - - Windows - - - True - - - Default - - - True - - - - - - - - - http://codeflow/Services/ProjectService.svc - - - - - - wsHttpBinding - - - WSHttpBinding_IProjectService - - - CodeFlow.Project.IProjectService - - - System.ServiceModel.Configuration.AddressHeaderCollectionElement - - - <Header /> - - - System.ServiceModel.Configuration.IdentityElement - - - System.ServiceModel.Configuration.UserPrincipalNameElement - - - - - - System.ServiceModel.Configuration.ServicePrincipalNameElement - - - - - - System.ServiceModel.Configuration.DnsElement - - - localhost - - - System.ServiceModel.Configuration.RsaElement - - - - - - System.ServiceModel.Configuration.CertificateElement - - - - - - System.ServiceModel.Configuration.CertificateReferenceElement - - - My - - - LocalMachine - - - FindBySubjectDistinguishedName - - - - - - False - - - WSHttpBinding_IProjectService - - - - - - - - - - - \ No newline at end of file diff --git a/Source/Platform/Service References/CodeFlow.Review/Microsoft.Tools.TeamMate.Platform.CodeFlow.Review.CodePackage.datasource b/Source/Platform/Service References/CodeFlow.Review/Microsoft.Tools.TeamMate.Platform.CodeFlow.Review.CodePackage.datasource deleted file mode 100644 index 4f55649..0000000 --- a/Source/Platform/Service References/CodeFlow.Review/Microsoft.Tools.TeamMate.Platform.CodeFlow.Review.CodePackage.datasource +++ /dev/null @@ -1,10 +0,0 @@ - - - - Microsoft.Tools.TeamMate.Platform.CodeFlow.Review.CodePackage, Service References.CodeFlow.Review.Reference.cs.dll, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null - \ No newline at end of file diff --git a/Source/Platform/Service References/CodeFlow.Review/Microsoft.Tools.TeamMate.Platform.CodeFlow.Review.CodeReview.datasource b/Source/Platform/Service References/CodeFlow.Review/Microsoft.Tools.TeamMate.Platform.CodeFlow.Review.CodeReview.datasource deleted file mode 100644 index e06a4d3..0000000 --- a/Source/Platform/Service References/CodeFlow.Review/Microsoft.Tools.TeamMate.Platform.CodeFlow.Review.CodeReview.datasource +++ /dev/null @@ -1,10 +0,0 @@ - - - - Microsoft.Tools.TeamMate.Platform.CodeFlow.Review.CodeReview, Service References.CodeFlow.Review.Reference.cs.dll, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null - \ No newline at end of file diff --git a/Source/Platform/Service References/CodeFlow.Review/Microsoft.Tools.TeamMate.Platform.CodeFlow.Review.CodeReviewSummary.datasource b/Source/Platform/Service References/CodeFlow.Review/Microsoft.Tools.TeamMate.Platform.CodeFlow.Review.CodeReviewSummary.datasource deleted file mode 100644 index 6d4ac01..0000000 --- a/Source/Platform/Service References/CodeFlow.Review/Microsoft.Tools.TeamMate.Platform.CodeFlow.Review.CodeReviewSummary.datasource +++ /dev/null @@ -1,10 +0,0 @@ - - - - Microsoft.Tools.TeamMate.Platform.CodeFlow.Review.CodeReviewSummary, Service References.CodeFlow.Review.Reference.cs.dll, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null - \ No newline at end of file diff --git a/Source/Platform/Service References/CodeFlow.Review/Microsoft.Tools.TeamMate.Platform.CodeFlow.Review.Comment.datasource b/Source/Platform/Service References/CodeFlow.Review/Microsoft.Tools.TeamMate.Platform.CodeFlow.Review.Comment.datasource deleted file mode 100644 index 008c02b..0000000 --- a/Source/Platform/Service References/CodeFlow.Review/Microsoft.Tools.TeamMate.Platform.CodeFlow.Review.Comment.datasource +++ /dev/null @@ -1,10 +0,0 @@ - - - - Microsoft.Tools.TeamMate.Platform.CodeFlow.Review.Comment, Service References.CodeFlow.Review.Reference.cs.dll, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null - \ No newline at end of file diff --git a/Source/Platform/Service References/CodeFlow.Review/Microsoft.Tools.TeamMate.Platform.CodeFlow.Review.CommentThread.datasource b/Source/Platform/Service References/CodeFlow.Review/Microsoft.Tools.TeamMate.Platform.CodeFlow.Review.CommentThread.datasource deleted file mode 100644 index 5ba4c28..0000000 --- a/Source/Platform/Service References/CodeFlow.Review/Microsoft.Tools.TeamMate.Platform.CodeFlow.Review.CommentThread.datasource +++ /dev/null @@ -1,10 +0,0 @@ - - - - Microsoft.Tools.TeamMate.Platform.CodeFlow.Review.CommentThread, Service References.CodeFlow.Review.Reference.cs.dll, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null - \ No newline at end of file diff --git a/Source/Platform/Service References/CodeFlow.Review/Microsoft.Tools.TeamMate.Platform.CodeFlow.Review.ReviewUpdateCode.datasource b/Source/Platform/Service References/CodeFlow.Review/Microsoft.Tools.TeamMate.Platform.CodeFlow.Review.ReviewUpdateCode.datasource deleted file mode 100644 index 88acf3c..0000000 --- a/Source/Platform/Service References/CodeFlow.Review/Microsoft.Tools.TeamMate.Platform.CodeFlow.Review.ReviewUpdateCode.datasource +++ /dev/null @@ -1,10 +0,0 @@ - - - - Microsoft.Tools.TeamMate.Platform.CodeFlow.Review.ReviewUpdateCode, Service References.CodeFlow.Review.Reference.cs.dll, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null - \ No newline at end of file diff --git a/Source/Platform/Service References/CodeFlow.Review/Reference.cs b/Source/Platform/Service References/CodeFlow.Review/Reference.cs deleted file mode 100644 index b5d9045..0000000 --- a/Source/Platform/Service References/CodeFlow.Review/Reference.cs +++ /dev/null @@ -1,2553 +0,0 @@ -//------------------------------------------------------------------------------ -// -// This code was generated by a tool. -// Runtime Version:4.0.30319.42000 -// -// Changes to this file may cause incorrect behavior and will be lost if -// the code is regenerated. -// -//------------------------------------------------------------------------------ - -namespace Microsoft.Tools.TeamMate.Platform.CodeFlow.Review { - using System.Runtime.Serialization; - using System; - - - [System.Diagnostics.DebuggerStepThroughAttribute()] - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "4.0.0.0")] - [System.Runtime.Serialization.DataContractAttribute(Name="CodeReviewSummary", Namespace="http://schemas.datacontract.org/2004/07/Microsoft.CodeFlow.ServiceModel")] - [System.SerializableAttribute()] - public partial class CodeReviewSummary : object, System.Runtime.Serialization.IExtensibleDataObject, System.ComponentModel.INotifyPropertyChanged { - - [System.NonSerializedAttribute()] - private System.Runtime.Serialization.ExtensionDataObject extensionDataField; - - private string AuthorLoginField; - - private string KeyField; - - private System.DateTime LastUpdatedOnField; - - private string NameField; - - private string ProjectShortNameField; - - private int RevisionField; - - private Microsoft.Tools.TeamMate.Platform.CodeFlow.Review.CodeReviewStatus StatusField; - - [System.Runtime.Serialization.OptionalFieldAttribute()] - private Microsoft.Tools.TeamMate.Platform.CodeFlow.Review.Author AuthorField; - - [System.Runtime.Serialization.OptionalFieldAttribute()] - private System.DateTime CompletedOnField; - - [System.Runtime.Serialization.OptionalFieldAttribute()] - private System.DateTime CreatedOnField; - - [System.Runtime.Serialization.OptionalFieldAttribute()] - private int IterationCountField; - - [System.Runtime.Serialization.OptionalFieldAttribute()] - private Microsoft.Tools.TeamMate.Platform.CodeFlow.Review.Reviewer[] ReviewersField; - - [System.Runtime.Serialization.OptionalFieldAttribute()] - private Microsoft.Tools.TeamMate.Platform.CodeFlow.Review.WorkItem[] WorkItemsField; - - [global::System.ComponentModel.BrowsableAttribute(false)] - public System.Runtime.Serialization.ExtensionDataObject ExtensionData { - get { - return this.extensionDataField; - } - set { - this.extensionDataField = value; - } - } - - [System.Runtime.Serialization.DataMemberAttribute(IsRequired=true)] - public string AuthorLogin { - get { - return this.AuthorLoginField; - } - set { - if ((object.ReferenceEquals(this.AuthorLoginField, value) != true)) { - this.AuthorLoginField = value; - this.RaisePropertyChanged("AuthorLogin"); - } - } - } - - [System.Runtime.Serialization.DataMemberAttribute(IsRequired=true)] - public string Key { - get { - return this.KeyField; - } - set { - if ((object.ReferenceEquals(this.KeyField, value) != true)) { - this.KeyField = value; - this.RaisePropertyChanged("Key"); - } - } - } - - [System.Runtime.Serialization.DataMemberAttribute(IsRequired=true)] - public System.DateTime LastUpdatedOn { - get { - return this.LastUpdatedOnField; - } - set { - if ((this.LastUpdatedOnField.Equals(value) != true)) { - this.LastUpdatedOnField = value; - this.RaisePropertyChanged("LastUpdatedOn"); - } - } - } - - [System.Runtime.Serialization.DataMemberAttribute(IsRequired=true)] - public string Name { - get { - return this.NameField; - } - set { - if ((object.ReferenceEquals(this.NameField, value) != true)) { - this.NameField = value; - this.RaisePropertyChanged("Name"); - } - } - } - - [System.Runtime.Serialization.DataMemberAttribute(IsRequired=true)] - public string ProjectShortName { - get { - return this.ProjectShortNameField; - } - set { - if ((object.ReferenceEquals(this.ProjectShortNameField, value) != true)) { - this.ProjectShortNameField = value; - this.RaisePropertyChanged("ProjectShortName"); - } - } - } - - [System.Runtime.Serialization.DataMemberAttribute(IsRequired=true)] - public int Revision { - get { - return this.RevisionField; - } - set { - if ((this.RevisionField.Equals(value) != true)) { - this.RevisionField = value; - this.RaisePropertyChanged("Revision"); - } - } - } - - [System.Runtime.Serialization.DataMemberAttribute(IsRequired=true)] - public Microsoft.Tools.TeamMate.Platform.CodeFlow.Review.CodeReviewStatus Status { - get { - return this.StatusField; - } - set { - if ((this.StatusField.Equals(value) != true)) { - this.StatusField = value; - this.RaisePropertyChanged("Status"); - } - } - } - - [System.Runtime.Serialization.DataMemberAttribute(Order=7)] - public Microsoft.Tools.TeamMate.Platform.CodeFlow.Review.Author Author { - get { - return this.AuthorField; - } - set { - if ((object.ReferenceEquals(this.AuthorField, value) != true)) { - this.AuthorField = value; - this.RaisePropertyChanged("Author"); - } - } - } - - [System.Runtime.Serialization.DataMemberAttribute(Order=8)] - public System.DateTime CompletedOn { - get { - return this.CompletedOnField; - } - set { - if ((this.CompletedOnField.Equals(value) != true)) { - this.CompletedOnField = value; - this.RaisePropertyChanged("CompletedOn"); - } - } - } - - [System.Runtime.Serialization.DataMemberAttribute(Order=9)] - public System.DateTime CreatedOn { - get { - return this.CreatedOnField; - } - set { - if ((this.CreatedOnField.Equals(value) != true)) { - this.CreatedOnField = value; - this.RaisePropertyChanged("CreatedOn"); - } - } - } - - [System.Runtime.Serialization.DataMemberAttribute(Order=10)] - public int IterationCount { - get { - return this.IterationCountField; - } - set { - if ((this.IterationCountField.Equals(value) != true)) { - this.IterationCountField = value; - this.RaisePropertyChanged("IterationCount"); - } - } - } - - [System.Runtime.Serialization.DataMemberAttribute(Order=11)] - public Microsoft.Tools.TeamMate.Platform.CodeFlow.Review.Reviewer[] Reviewers { - get { - return this.ReviewersField; - } - set { - if ((object.ReferenceEquals(this.ReviewersField, value) != true)) { - this.ReviewersField = value; - this.RaisePropertyChanged("Reviewers"); - } - } - } - - [System.Runtime.Serialization.DataMemberAttribute(Order=12)] - public Microsoft.Tools.TeamMate.Platform.CodeFlow.Review.WorkItem[] WorkItems { - get { - return this.WorkItemsField; - } - set { - if ((object.ReferenceEquals(this.WorkItemsField, value) != true)) { - this.WorkItemsField = value; - this.RaisePropertyChanged("WorkItems"); - } - } - } - - public event System.ComponentModel.PropertyChangedEventHandler PropertyChanged; - - protected void RaisePropertyChanged(string propertyName) { - System.ComponentModel.PropertyChangedEventHandler propertyChanged = this.PropertyChanged; - if ((propertyChanged != null)) { - propertyChanged(this, new System.ComponentModel.PropertyChangedEventArgs(propertyName)); - } - } - } - - [System.Diagnostics.DebuggerStepThroughAttribute()] - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "4.0.0.0")] - [System.Runtime.Serialization.DataContractAttribute(Name="Author", Namespace="http://schemas.datacontract.org/2004/07/Microsoft.CodeFlow.ServiceModel")] - [System.SerializableAttribute()] - public partial class Author : object, System.Runtime.Serialization.IExtensibleDataObject, System.ComponentModel.INotifyPropertyChanged { - - [System.NonSerializedAttribute()] - private System.Runtime.Serialization.ExtensionDataObject extensionDataField; - - private string DisplayNameField; - - private string EmailAddressField; - - private System.DateTime LastUpdatedOnField; - - private string NameField; - - private Microsoft.Tools.TeamMate.Platform.CodeFlow.Review.AuthorStatus StatusField; - - [global::System.ComponentModel.BrowsableAttribute(false)] - public System.Runtime.Serialization.ExtensionDataObject ExtensionData { - get { - return this.extensionDataField; - } - set { - this.extensionDataField = value; - } - } - - [System.Runtime.Serialization.DataMemberAttribute(IsRequired=true)] - public string DisplayName { - get { - return this.DisplayNameField; - } - set { - if ((object.ReferenceEquals(this.DisplayNameField, value) != true)) { - this.DisplayNameField = value; - this.RaisePropertyChanged("DisplayName"); - } - } - } - - [System.Runtime.Serialization.DataMemberAttribute(IsRequired=true)] - public string EmailAddress { - get { - return this.EmailAddressField; - } - set { - if ((object.ReferenceEquals(this.EmailAddressField, value) != true)) { - this.EmailAddressField = value; - this.RaisePropertyChanged("EmailAddress"); - } - } - } - - [System.Runtime.Serialization.DataMemberAttribute(IsRequired=true)] - public System.DateTime LastUpdatedOn { - get { - return this.LastUpdatedOnField; - } - set { - if ((this.LastUpdatedOnField.Equals(value) != true)) { - this.LastUpdatedOnField = value; - this.RaisePropertyChanged("LastUpdatedOn"); - } - } - } - - [System.Runtime.Serialization.DataMemberAttribute(IsRequired=true)] - public string Name { - get { - return this.NameField; - } - set { - if ((object.ReferenceEquals(this.NameField, value) != true)) { - this.NameField = value; - this.RaisePropertyChanged("Name"); - } - } - } - - [System.Runtime.Serialization.DataMemberAttribute(IsRequired=true)] - public Microsoft.Tools.TeamMate.Platform.CodeFlow.Review.AuthorStatus Status { - get { - return this.StatusField; - } - set { - if ((this.StatusField.Equals(value) != true)) { - this.StatusField = value; - this.RaisePropertyChanged("Status"); - } - } - } - - public event System.ComponentModel.PropertyChangedEventHandler PropertyChanged; - - protected void RaisePropertyChanged(string propertyName) { - System.ComponentModel.PropertyChangedEventHandler propertyChanged = this.PropertyChanged; - if ((propertyChanged != null)) { - propertyChanged(this, new System.ComponentModel.PropertyChangedEventArgs(propertyName)); - } - } - } - - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "4.0.0.0")] - [System.Runtime.Serialization.DataContractAttribute(Name="CodeReviewStatus", Namespace="http://schemas.datacontract.org/2004/07/Microsoft.CodeFlow.ServiceModel")] - public enum CodeReviewStatus : int { - - [System.Runtime.Serialization.EnumMemberAttribute()] - Created = 0, - - [System.Runtime.Serialization.EnumMemberAttribute()] - Active = 1, - - [System.Runtime.Serialization.EnumMemberAttribute()] - Completed = 2, - - [System.Runtime.Serialization.EnumMemberAttribute()] - Aborted = 3, - - [System.Runtime.Serialization.EnumMemberAttribute()] - Expired = 4, - } - - [System.Diagnostics.DebuggerStepThroughAttribute()] - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "4.0.0.0")] - [System.Runtime.Serialization.DataContractAttribute(Name="Reviewer", Namespace="http://schemas.datacontract.org/2004/07/Microsoft.CodeFlow.ServiceModel")] - [System.SerializableAttribute()] - public partial class Reviewer : object, System.Runtime.Serialization.IExtensibleDataObject, System.ComponentModel.INotifyPropertyChanged { - - [System.NonSerializedAttribute()] - private System.Runtime.Serialization.ExtensionDataObject extensionDataField; - - private string DisplayNameField; - - private string EmailAddressField; - - private System.DateTime LastUpdatedOnField; - - private string NameField; - - private bool RequiredField; - - private Microsoft.Tools.TeamMate.Platform.CodeFlow.Review.ReviewerStatus StatusField; - - [global::System.ComponentModel.BrowsableAttribute(false)] - public System.Runtime.Serialization.ExtensionDataObject ExtensionData { - get { - return this.extensionDataField; - } - set { - this.extensionDataField = value; - } - } - - [System.Runtime.Serialization.DataMemberAttribute(IsRequired=true)] - public string DisplayName { - get { - return this.DisplayNameField; - } - set { - if ((object.ReferenceEquals(this.DisplayNameField, value) != true)) { - this.DisplayNameField = value; - this.RaisePropertyChanged("DisplayName"); - } - } - } - - [System.Runtime.Serialization.DataMemberAttribute(IsRequired=true)] - public string EmailAddress { - get { - return this.EmailAddressField; - } - set { - if ((object.ReferenceEquals(this.EmailAddressField, value) != true)) { - this.EmailAddressField = value; - this.RaisePropertyChanged("EmailAddress"); - } - } - } - - [System.Runtime.Serialization.DataMemberAttribute(IsRequired=true)] - public System.DateTime LastUpdatedOn { - get { - return this.LastUpdatedOnField; - } - set { - if ((this.LastUpdatedOnField.Equals(value) != true)) { - this.LastUpdatedOnField = value; - this.RaisePropertyChanged("LastUpdatedOn"); - } - } - } - - [System.Runtime.Serialization.DataMemberAttribute(IsRequired=true)] - public string Name { - get { - return this.NameField; - } - set { - if ((object.ReferenceEquals(this.NameField, value) != true)) { - this.NameField = value; - this.RaisePropertyChanged("Name"); - } - } - } - - [System.Runtime.Serialization.DataMemberAttribute(IsRequired=true)] - public bool Required { - get { - return this.RequiredField; - } - set { - if ((this.RequiredField.Equals(value) != true)) { - this.RequiredField = value; - this.RaisePropertyChanged("Required"); - } - } - } - - [System.Runtime.Serialization.DataMemberAttribute(IsRequired=true)] - public Microsoft.Tools.TeamMate.Platform.CodeFlow.Review.ReviewerStatus Status { - get { - return this.StatusField; - } - set { - if ((this.StatusField.Equals(value) != true)) { - this.StatusField = value; - this.RaisePropertyChanged("Status"); - } - } - } - - public event System.ComponentModel.PropertyChangedEventHandler PropertyChanged; - - protected void RaisePropertyChanged(string propertyName) { - System.ComponentModel.PropertyChangedEventHandler propertyChanged = this.PropertyChanged; - if ((propertyChanged != null)) { - propertyChanged(this, new System.ComponentModel.PropertyChangedEventArgs(propertyName)); - } - } - } - - [System.Diagnostics.DebuggerStepThroughAttribute()] - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "4.0.0.0")] - [System.Runtime.Serialization.DataContractAttribute(Name="WorkItem", Namespace="http://schemas.datacontract.org/2004/07/Microsoft.CodeFlow.ServiceModel")] - [System.SerializableAttribute()] - public partial class WorkItem : object, System.Runtime.Serialization.IExtensibleDataObject, System.ComponentModel.INotifyPropertyChanged { - - [System.NonSerializedAttribute()] - private System.Runtime.Serialization.ExtensionDataObject extensionDataField; - - private string idField; - - private string titleField; - - private string typeField; - - [System.Runtime.Serialization.OptionalFieldAttribute()] - private System.Uri uriField; - - [global::System.ComponentModel.BrowsableAttribute(false)] - public System.Runtime.Serialization.ExtensionDataObject ExtensionData { - get { - return this.extensionDataField; - } - set { - this.extensionDataField = value; - } - } - - [System.Runtime.Serialization.DataMemberAttribute(IsRequired=true)] - public string id { - get { - return this.idField; - } - set { - if ((object.ReferenceEquals(this.idField, value) != true)) { - this.idField = value; - this.RaisePropertyChanged("id"); - } - } - } - - [System.Runtime.Serialization.DataMemberAttribute(IsRequired=true)] - public string title { - get { - return this.titleField; - } - set { - if ((object.ReferenceEquals(this.titleField, value) != true)) { - this.titleField = value; - this.RaisePropertyChanged("title"); - } - } - } - - [System.Runtime.Serialization.DataMemberAttribute(IsRequired=true)] - public string type { - get { - return this.typeField; - } - set { - if ((object.ReferenceEquals(this.typeField, value) != true)) { - this.typeField = value; - this.RaisePropertyChanged("type"); - } - } - } - - [System.Runtime.Serialization.DataMemberAttribute()] - public System.Uri uri { - get { - return this.uriField; - } - set { - if ((object.ReferenceEquals(this.uriField, value) != true)) { - this.uriField = value; - this.RaisePropertyChanged("uri"); - } - } - } - - public event System.ComponentModel.PropertyChangedEventHandler PropertyChanged; - - protected void RaisePropertyChanged(string propertyName) { - System.ComponentModel.PropertyChangedEventHandler propertyChanged = this.PropertyChanged; - if ((propertyChanged != null)) { - propertyChanged(this, new System.ComponentModel.PropertyChangedEventArgs(propertyName)); - } - } - } - - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "4.0.0.0")] - [System.Runtime.Serialization.DataContractAttribute(Name="AuthorStatus", Namespace="http://schemas.datacontract.org/2004/07/Microsoft.CodeFlow.ServiceModel")] - public enum AuthorStatus : int { - - [System.Runtime.Serialization.EnumMemberAttribute()] - Preparing = 0, - - [System.Runtime.Serialization.EnumMemberAttribute()] - Waiting = 1, - - [System.Runtime.Serialization.EnumMemberAttribute()] - Working = 2, - - [System.Runtime.Serialization.EnumMemberAttribute()] - Completed = 3, - } - - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "4.0.0.0")] - [System.Runtime.Serialization.DataContractAttribute(Name="ReviewerStatus", Namespace="http://schemas.datacontract.org/2004/07/Microsoft.CodeFlow.ServiceModel")] - public enum ReviewerStatus : int { - - [System.Runtime.Serialization.EnumMemberAttribute()] - NotStarted = 0, - - [System.Runtime.Serialization.EnumMemberAttribute()] - Started = 1, - - [System.Runtime.Serialization.EnumMemberAttribute()] - Reviewing = 2, - - [System.Runtime.Serialization.EnumMemberAttribute()] - Waiting = 3, - - [System.Runtime.Serialization.EnumMemberAttribute()] - SignedOff = 4, - - [System.Runtime.Serialization.EnumMemberAttribute()] - InviteOnly = 5, - - [System.Runtime.Serialization.EnumMemberAttribute()] - Declined = 6, - } - - [System.Diagnostics.DebuggerStepThroughAttribute()] - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "4.0.0.0")] - [System.Runtime.Serialization.DataContractAttribute(Name="ServiceFault", Namespace="http://schemas.datacontract.org/2004/07/Microsoft.CodeFlow.ServiceModel")] - [System.SerializableAttribute()] - public partial class ServiceFault : object, System.Runtime.Serialization.IExtensibleDataObject, System.ComponentModel.INotifyPropertyChanged { - - [System.NonSerializedAttribute()] - private System.Runtime.Serialization.ExtensionDataObject extensionDataField; - - [System.Runtime.Serialization.OptionalFieldAttribute()] - private int ErrorCodeField; - - [System.Runtime.Serialization.OptionalFieldAttribute()] - private string MessageField; - - [global::System.ComponentModel.BrowsableAttribute(false)] - public System.Runtime.Serialization.ExtensionDataObject ExtensionData { - get { - return this.extensionDataField; - } - set { - this.extensionDataField = value; - } - } - - [System.Runtime.Serialization.DataMemberAttribute()] - public int ErrorCode { - get { - return this.ErrorCodeField; - } - set { - if ((this.ErrorCodeField.Equals(value) != true)) { - this.ErrorCodeField = value; - this.RaisePropertyChanged("ErrorCode"); - } - } - } - - [System.Runtime.Serialization.DataMemberAttribute()] - public string Message { - get { - return this.MessageField; - } - set { - if ((object.ReferenceEquals(this.MessageField, value) != true)) { - this.MessageField = value; - this.RaisePropertyChanged("Message"); - } - } - } - - public event System.ComponentModel.PropertyChangedEventHandler PropertyChanged; - - protected void RaisePropertyChanged(string propertyName) { - System.ComponentModel.PropertyChangedEventHandler propertyChanged = this.PropertyChanged; - if ((propertyChanged != null)) { - propertyChanged(this, new System.ComponentModel.PropertyChangedEventArgs(propertyName)); - } - } - } - - [System.Diagnostics.DebuggerStepThroughAttribute()] - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "4.0.0.0")] - [System.Runtime.Serialization.DataContractAttribute(Name="CodeReview", Namespace="http://schemas.datacontract.org/2004/07/Microsoft.CodeFlow.ServiceModel")] - [System.SerializableAttribute()] - public partial class CodeReview : object, System.Runtime.Serialization.IExtensibleDataObject, System.ComponentModel.INotifyPropertyChanged { - - [System.NonSerializedAttribute()] - private System.Runtime.Serialization.ExtensionDataObject extensionDataField; - - private Microsoft.Tools.TeamMate.Platform.CodeFlow.Review.Author AuthorField; - - private string KeyField; - - private string NameField; - - private string ProjectShortNameField; - - private Microsoft.Tools.TeamMate.Platform.CodeFlow.Review.CodeReviewStatus StatusField; - - private Microsoft.Tools.TeamMate.Platform.CodeFlow.Review.CodeFlowVersion VersionField; - - private Microsoft.Tools.TeamMate.Platform.CodeFlow.Review.CodePackage[] codePackagesField; - - [System.Runtime.Serialization.OptionalFieldAttribute()] - private Microsoft.Tools.TeamMate.Platform.CodeFlow.Review.WorkItem[] relatedWorkItemsField; - - private Microsoft.Tools.TeamMate.Platform.CodeFlow.Review.Reviewer[] reviewersField; - - private Microsoft.Tools.TeamMate.Platform.CodeFlow.Review.CommentThread[] threadsField; - - [System.Runtime.Serialization.OptionalFieldAttribute()] - private string CreatedByField; - - [System.Runtime.Serialization.OptionalFieldAttribute()] - private System.Collections.Generic.Dictionary CustomDataField; - - [System.Runtime.Serialization.OptionalFieldAttribute()] - private Microsoft.Tools.TeamMate.Platform.CodeFlow.Review.AuditLog AuditLogField; - - [System.Runtime.Serialization.OptionalFieldAttribute()] - private string CompletionMessageField; - - [global::System.ComponentModel.BrowsableAttribute(false)] - public System.Runtime.Serialization.ExtensionDataObject ExtensionData { - get { - return this.extensionDataField; - } - set { - this.extensionDataField = value; - } - } - - [System.Runtime.Serialization.DataMemberAttribute(IsRequired=true)] - public Microsoft.Tools.TeamMate.Platform.CodeFlow.Review.Author Author { - get { - return this.AuthorField; - } - set { - if ((object.ReferenceEquals(this.AuthorField, value) != true)) { - this.AuthorField = value; - this.RaisePropertyChanged("Author"); - } - } - } - - [System.Runtime.Serialization.DataMemberAttribute(IsRequired=true)] - public string Key { - get { - return this.KeyField; - } - set { - if ((object.ReferenceEquals(this.KeyField, value) != true)) { - this.KeyField = value; - this.RaisePropertyChanged("Key"); - } - } - } - - [System.Runtime.Serialization.DataMemberAttribute(IsRequired=true)] - public string Name { - get { - return this.NameField; - } - set { - if ((object.ReferenceEquals(this.NameField, value) != true)) { - this.NameField = value; - this.RaisePropertyChanged("Name"); - } - } - } - - [System.Runtime.Serialization.DataMemberAttribute(IsRequired=true)] - public string ProjectShortName { - get { - return this.ProjectShortNameField; - } - set { - if ((object.ReferenceEquals(this.ProjectShortNameField, value) != true)) { - this.ProjectShortNameField = value; - this.RaisePropertyChanged("ProjectShortName"); - } - } - } - - [System.Runtime.Serialization.DataMemberAttribute(IsRequired=true)] - public Microsoft.Tools.TeamMate.Platform.CodeFlow.Review.CodeReviewStatus Status { - get { - return this.StatusField; - } - set { - if ((this.StatusField.Equals(value) != true)) { - this.StatusField = value; - this.RaisePropertyChanged("Status"); - } - } - } - - [System.Runtime.Serialization.DataMemberAttribute(IsRequired=true)] - public Microsoft.Tools.TeamMate.Platform.CodeFlow.Review.CodeFlowVersion Version { - get { - return this.VersionField; - } - set { - if ((object.ReferenceEquals(this.VersionField, value) != true)) { - this.VersionField = value; - this.RaisePropertyChanged("Version"); - } - } - } - - [System.Runtime.Serialization.DataMemberAttribute(IsRequired=true)] - public Microsoft.Tools.TeamMate.Platform.CodeFlow.Review.CodePackage[] codePackages { - get { - return this.codePackagesField; - } - set { - if ((object.ReferenceEquals(this.codePackagesField, value) != true)) { - this.codePackagesField = value; - this.RaisePropertyChanged("codePackages"); - } - } - } - - [System.Runtime.Serialization.DataMemberAttribute()] - public Microsoft.Tools.TeamMate.Platform.CodeFlow.Review.WorkItem[] relatedWorkItems { - get { - return this.relatedWorkItemsField; - } - set { - if ((object.ReferenceEquals(this.relatedWorkItemsField, value) != true)) { - this.relatedWorkItemsField = value; - this.RaisePropertyChanged("relatedWorkItems"); - } - } - } - - [System.Runtime.Serialization.DataMemberAttribute(IsRequired=true)] - public Microsoft.Tools.TeamMate.Platform.CodeFlow.Review.Reviewer[] reviewers { - get { - return this.reviewersField; - } - set { - if ((object.ReferenceEquals(this.reviewersField, value) != true)) { - this.reviewersField = value; - this.RaisePropertyChanged("reviewers"); - } - } - } - - [System.Runtime.Serialization.DataMemberAttribute(IsRequired=true)] - public Microsoft.Tools.TeamMate.Platform.CodeFlow.Review.CommentThread[] threads { - get { - return this.threadsField; - } - set { - if ((object.ReferenceEquals(this.threadsField, value) != true)) { - this.threadsField = value; - this.RaisePropertyChanged("threads"); - } - } - } - - [System.Runtime.Serialization.DataMemberAttribute(Order=10)] - public string CreatedBy { - get { - return this.CreatedByField; - } - set { - if ((object.ReferenceEquals(this.CreatedByField, value) != true)) { - this.CreatedByField = value; - this.RaisePropertyChanged("CreatedBy"); - } - } - } - - [System.Runtime.Serialization.DataMemberAttribute(Order=11)] - public System.Collections.Generic.Dictionary CustomData { - get { - return this.CustomDataField; - } - set { - if ((object.ReferenceEquals(this.CustomDataField, value) != true)) { - this.CustomDataField = value; - this.RaisePropertyChanged("CustomData"); - } - } - } - - [System.Runtime.Serialization.DataMemberAttribute(Order=12)] - public Microsoft.Tools.TeamMate.Platform.CodeFlow.Review.AuditLog AuditLog { - get { - return this.AuditLogField; - } - set { - if ((object.ReferenceEquals(this.AuditLogField, value) != true)) { - this.AuditLogField = value; - this.RaisePropertyChanged("AuditLog"); - } - } - } - - [System.Runtime.Serialization.DataMemberAttribute(Order=13)] - public string CompletionMessage { - get { - return this.CompletionMessageField; - } - set { - if ((object.ReferenceEquals(this.CompletionMessageField, value) != true)) { - this.CompletionMessageField = value; - this.RaisePropertyChanged("CompletionMessage"); - } - } - } - - public event System.ComponentModel.PropertyChangedEventHandler PropertyChanged; - - protected void RaisePropertyChanged(string propertyName) { - System.ComponentModel.PropertyChangedEventHandler propertyChanged = this.PropertyChanged; - if ((propertyChanged != null)) { - propertyChanged(this, new System.ComponentModel.PropertyChangedEventArgs(propertyName)); - } - } - } - - [System.Diagnostics.DebuggerStepThroughAttribute()] - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "4.0.0.0")] - [System.Runtime.Serialization.DataContractAttribute(Name="CodeFlowVersion", Namespace="http://schemas.datacontract.org/2004/07/Microsoft.CodeFlow.ServiceModel")] - [System.SerializableAttribute()] - public partial class CodeFlowVersion : object, System.Runtime.Serialization.IExtensibleDataObject, System.ComponentModel.INotifyPropertyChanged { - - [System.NonSerializedAttribute()] - private System.Runtime.Serialization.ExtensionDataObject extensionDataField; - - private System.DateTime CompletedOnField; - - private System.DateTime CreatedOnField; - - private System.DateTime LastAccessedOnField; - - private System.DateTime LastModifiedOnField; - - private int RevisionField; - - [global::System.ComponentModel.BrowsableAttribute(false)] - public System.Runtime.Serialization.ExtensionDataObject ExtensionData { - get { - return this.extensionDataField; - } - set { - this.extensionDataField = value; - } - } - - [System.Runtime.Serialization.DataMemberAttribute(IsRequired=true)] - public System.DateTime CompletedOn { - get { - return this.CompletedOnField; - } - set { - if ((this.CompletedOnField.Equals(value) != true)) { - this.CompletedOnField = value; - this.RaisePropertyChanged("CompletedOn"); - } - } - } - - [System.Runtime.Serialization.DataMemberAttribute(IsRequired=true)] - public System.DateTime CreatedOn { - get { - return this.CreatedOnField; - } - set { - if ((this.CreatedOnField.Equals(value) != true)) { - this.CreatedOnField = value; - this.RaisePropertyChanged("CreatedOn"); - } - } - } - - [System.Runtime.Serialization.DataMemberAttribute(IsRequired=true)] - public System.DateTime LastAccessedOn { - get { - return this.LastAccessedOnField; - } - set { - if ((this.LastAccessedOnField.Equals(value) != true)) { - this.LastAccessedOnField = value; - this.RaisePropertyChanged("LastAccessedOn"); - } - } - } - - [System.Runtime.Serialization.DataMemberAttribute(IsRequired=true)] - public System.DateTime LastModifiedOn { - get { - return this.LastModifiedOnField; - } - set { - if ((this.LastModifiedOnField.Equals(value) != true)) { - this.LastModifiedOnField = value; - this.RaisePropertyChanged("LastModifiedOn"); - } - } - } - - [System.Runtime.Serialization.DataMemberAttribute(IsRequired=true)] - public int Revision { - get { - return this.RevisionField; - } - set { - if ((this.RevisionField.Equals(value) != true)) { - this.RevisionField = value; - this.RaisePropertyChanged("Revision"); - } - } - } - - public event System.ComponentModel.PropertyChangedEventHandler PropertyChanged; - - protected void RaisePropertyChanged(string propertyName) { - System.ComponentModel.PropertyChangedEventHandler propertyChanged = this.PropertyChanged; - if ((propertyChanged != null)) { - propertyChanged(this, new System.ComponentModel.PropertyChangedEventArgs(propertyName)); - } - } - } - - [System.Diagnostics.DebuggerStepThroughAttribute()] - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "4.0.0.0")] - [System.Runtime.Serialization.DataContractAttribute(Name="AuditLog", Namespace="http://schemas.datacontract.org/2004/07/Microsoft.CodeFlow.ServiceModel")] - [System.SerializableAttribute()] - public partial class AuditLog : object, System.Runtime.Serialization.IExtensibleDataObject, System.ComponentModel.INotifyPropertyChanged { - - [System.NonSerializedAttribute()] - private System.Runtime.Serialization.ExtensionDataObject extensionDataField; - - [System.Runtime.Serialization.OptionalFieldAttribute()] - private string[] EventsField; - - [global::System.ComponentModel.BrowsableAttribute(false)] - public System.Runtime.Serialization.ExtensionDataObject ExtensionData { - get { - return this.extensionDataField; - } - set { - this.extensionDataField = value; - } - } - - [System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false)] - public string[] Events { - get { - return this.EventsField; - } - set { - if ((object.ReferenceEquals(this.EventsField, value) != true)) { - this.EventsField = value; - this.RaisePropertyChanged("Events"); - } - } - } - - public event System.ComponentModel.PropertyChangedEventHandler PropertyChanged; - - protected void RaisePropertyChanged(string propertyName) { - System.ComponentModel.PropertyChangedEventHandler propertyChanged = this.PropertyChanged; - if ((propertyChanged != null)) { - propertyChanged(this, new System.ComponentModel.PropertyChangedEventArgs(propertyName)); - } - } - } - - [System.Diagnostics.DebuggerStepThroughAttribute()] - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "4.0.0.0")] - [System.Runtime.Serialization.DataContractAttribute(Name="CodePackage", Namespace="http://schemas.datacontract.org/2004/07/Microsoft.CodeFlow.ServiceModel")] - [System.SerializableAttribute()] - public partial class CodePackage : object, System.Runtime.Serialization.IExtensibleDataObject, System.ComponentModel.INotifyPropertyChanged { - - [System.NonSerializedAttribute()] - private System.Runtime.Serialization.ExtensionDataObject extensionDataField; - - private string AuthorField; - - private string DescriptionField; - - private Microsoft.Tools.TeamMate.Platform.CodeFlow.Review.CodePackageFormat FormatField; - - private System.Uri LocationField; - - private string NameField; - - private int RevisionField; - - private Microsoft.Tools.TeamMate.Platform.CodeFlow.Review.CodePackageStatus StatusField; - - private System.DateTime SubmittedOnField; - - [System.Runtime.Serialization.OptionalFieldAttribute()] - private Microsoft.Tools.TeamMate.Platform.CodeFlow.Review.FileChange[] FileChangesField; - - [System.Runtime.Serialization.OptionalFieldAttribute()] - private Microsoft.Tools.TeamMate.Platform.CodeFlow.Review.CodePackageSourceInfo SourceInfoField; - - [System.Runtime.Serialization.OptionalFieldAttribute()] - private string UserAgentField; - - [System.Runtime.Serialization.OptionalFieldAttribute()] - private string IterationCommentField; - - [global::System.ComponentModel.BrowsableAttribute(false)] - public System.Runtime.Serialization.ExtensionDataObject ExtensionData { - get { - return this.extensionDataField; - } - set { - this.extensionDataField = value; - } - } - - [System.Runtime.Serialization.DataMemberAttribute(IsRequired=true)] - public string Author { - get { - return this.AuthorField; - } - set { - if ((object.ReferenceEquals(this.AuthorField, value) != true)) { - this.AuthorField = value; - this.RaisePropertyChanged("Author"); - } - } - } - - [System.Runtime.Serialization.DataMemberAttribute(IsRequired=true)] - public string Description { - get { - return this.DescriptionField; - } - set { - if ((object.ReferenceEquals(this.DescriptionField, value) != true)) { - this.DescriptionField = value; - this.RaisePropertyChanged("Description"); - } - } - } - - [System.Runtime.Serialization.DataMemberAttribute(IsRequired=true)] - public Microsoft.Tools.TeamMate.Platform.CodeFlow.Review.CodePackageFormat Format { - get { - return this.FormatField; - } - set { - if ((this.FormatField.Equals(value) != true)) { - this.FormatField = value; - this.RaisePropertyChanged("Format"); - } - } - } - - [System.Runtime.Serialization.DataMemberAttribute(IsRequired=true)] - public System.Uri Location { - get { - return this.LocationField; - } - set { - if ((object.ReferenceEquals(this.LocationField, value) != true)) { - this.LocationField = value; - this.RaisePropertyChanged("Location"); - } - } - } - - [System.Runtime.Serialization.DataMemberAttribute(IsRequired=true)] - public string Name { - get { - return this.NameField; - } - set { - if ((object.ReferenceEquals(this.NameField, value) != true)) { - this.NameField = value; - this.RaisePropertyChanged("Name"); - } - } - } - - [System.Runtime.Serialization.DataMemberAttribute(IsRequired=true)] - public int Revision { - get { - return this.RevisionField; - } - set { - if ((this.RevisionField.Equals(value) != true)) { - this.RevisionField = value; - this.RaisePropertyChanged("Revision"); - } - } - } - - [System.Runtime.Serialization.DataMemberAttribute(IsRequired=true)] - public Microsoft.Tools.TeamMate.Platform.CodeFlow.Review.CodePackageStatus Status { - get { - return this.StatusField; - } - set { - if ((this.StatusField.Equals(value) != true)) { - this.StatusField = value; - this.RaisePropertyChanged("Status"); - } - } - } - - [System.Runtime.Serialization.DataMemberAttribute(IsRequired=true)] - public System.DateTime SubmittedOn { - get { - return this.SubmittedOnField; - } - set { - if ((this.SubmittedOnField.Equals(value) != true)) { - this.SubmittedOnField = value; - this.RaisePropertyChanged("SubmittedOn"); - } - } - } - - [System.Runtime.Serialization.DataMemberAttribute(Order=8)] - public Microsoft.Tools.TeamMate.Platform.CodeFlow.Review.FileChange[] FileChanges { - get { - return this.FileChangesField; - } - set { - if ((object.ReferenceEquals(this.FileChangesField, value) != true)) { - this.FileChangesField = value; - this.RaisePropertyChanged("FileChanges"); - } - } - } - - [System.Runtime.Serialization.DataMemberAttribute(Order=9)] - public Microsoft.Tools.TeamMate.Platform.CodeFlow.Review.CodePackageSourceInfo SourceInfo { - get { - return this.SourceInfoField; - } - set { - if ((object.ReferenceEquals(this.SourceInfoField, value) != true)) { - this.SourceInfoField = value; - this.RaisePropertyChanged("SourceInfo"); - } - } - } - - [System.Runtime.Serialization.DataMemberAttribute(Order=10)] - public string UserAgent { - get { - return this.UserAgentField; - } - set { - if ((object.ReferenceEquals(this.UserAgentField, value) != true)) { - this.UserAgentField = value; - this.RaisePropertyChanged("UserAgent"); - } - } - } - - [System.Runtime.Serialization.DataMemberAttribute(Order=11)] - public string IterationComment { - get { - return this.IterationCommentField; - } - set { - if ((object.ReferenceEquals(this.IterationCommentField, value) != true)) { - this.IterationCommentField = value; - this.RaisePropertyChanged("IterationComment"); - } - } - } - - public event System.ComponentModel.PropertyChangedEventHandler PropertyChanged; - - protected void RaisePropertyChanged(string propertyName) { - System.ComponentModel.PropertyChangedEventHandler propertyChanged = this.PropertyChanged; - if ((propertyChanged != null)) { - propertyChanged(this, new System.ComponentModel.PropertyChangedEventArgs(propertyName)); - } - } - } - - [System.Diagnostics.DebuggerStepThroughAttribute()] - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "4.0.0.0")] - [System.Runtime.Serialization.DataContractAttribute(Name="CommentThread", Namespace="http://schemas.datacontract.org/2004/07/Microsoft.CodeFlow.ServiceModel")] - [System.SerializableAttribute()] - public partial class CommentThread : object, System.Runtime.Serialization.IExtensibleDataObject, System.ComponentModel.INotifyPropertyChanged { - - [System.NonSerializedAttribute()] - private System.Runtime.Serialization.ExtensionDataObject extensionDataField; - - private Microsoft.Tools.TeamMate.Platform.CodeFlow.Review.DiffContext ContextField; - - private int IdField; - - private int LastRevisionField; - - private System.DateTime LastUpdatedOnField; - - private Microsoft.Tools.TeamMate.Platform.CodeFlow.Review.CommentScope LevelField; - - private int ParentThreadIdField; - - private Microsoft.Tools.TeamMate.Platform.CodeFlow.Review.Comment RootField; - - private Microsoft.Tools.TeamMate.Platform.CodeFlow.Review.CommentThreadStatus StatusField; - - private string SubjectField; - - [System.Runtime.Serialization.OptionalFieldAttribute()] - private bool WithdrawnField; - - [global::System.ComponentModel.BrowsableAttribute(false)] - public System.Runtime.Serialization.ExtensionDataObject ExtensionData { - get { - return this.extensionDataField; - } - set { - this.extensionDataField = value; - } - } - - [System.Runtime.Serialization.DataMemberAttribute(IsRequired=true)] - public Microsoft.Tools.TeamMate.Platform.CodeFlow.Review.DiffContext Context { - get { - return this.ContextField; - } - set { - if ((object.ReferenceEquals(this.ContextField, value) != true)) { - this.ContextField = value; - this.RaisePropertyChanged("Context"); - } - } - } - - [System.Runtime.Serialization.DataMemberAttribute(IsRequired=true)] - public int Id { - get { - return this.IdField; - } - set { - if ((this.IdField.Equals(value) != true)) { - this.IdField = value; - this.RaisePropertyChanged("Id"); - } - } - } - - [System.Runtime.Serialization.DataMemberAttribute(IsRequired=true)] - public int LastRevision { - get { - return this.LastRevisionField; - } - set { - if ((this.LastRevisionField.Equals(value) != true)) { - this.LastRevisionField = value; - this.RaisePropertyChanged("LastRevision"); - } - } - } - - [System.Runtime.Serialization.DataMemberAttribute(IsRequired=true)] - public System.DateTime LastUpdatedOn { - get { - return this.LastUpdatedOnField; - } - set { - if ((this.LastUpdatedOnField.Equals(value) != true)) { - this.LastUpdatedOnField = value; - this.RaisePropertyChanged("LastUpdatedOn"); - } - } - } - - [System.Runtime.Serialization.DataMemberAttribute(IsRequired=true)] - public Microsoft.Tools.TeamMate.Platform.CodeFlow.Review.CommentScope Level { - get { - return this.LevelField; - } - set { - if ((this.LevelField.Equals(value) != true)) { - this.LevelField = value; - this.RaisePropertyChanged("Level"); - } - } - } - - [System.Runtime.Serialization.DataMemberAttribute(IsRequired=true)] - public int ParentThreadId { - get { - return this.ParentThreadIdField; - } - set { - if ((this.ParentThreadIdField.Equals(value) != true)) { - this.ParentThreadIdField = value; - this.RaisePropertyChanged("ParentThreadId"); - } - } - } - - [System.Runtime.Serialization.DataMemberAttribute(IsRequired=true)] - public Microsoft.Tools.TeamMate.Platform.CodeFlow.Review.Comment Root { - get { - return this.RootField; - } - set { - if ((object.ReferenceEquals(this.RootField, value) != true)) { - this.RootField = value; - this.RaisePropertyChanged("Root"); - } - } - } - - [System.Runtime.Serialization.DataMemberAttribute(IsRequired=true)] - public Microsoft.Tools.TeamMate.Platform.CodeFlow.Review.CommentThreadStatus Status { - get { - return this.StatusField; - } - set { - if ((this.StatusField.Equals(value) != true)) { - this.StatusField = value; - this.RaisePropertyChanged("Status"); - } - } - } - - [System.Runtime.Serialization.DataMemberAttribute(IsRequired=true)] - public string Subject { - get { - return this.SubjectField; - } - set { - if ((object.ReferenceEquals(this.SubjectField, value) != true)) { - this.SubjectField = value; - this.RaisePropertyChanged("Subject"); - } - } - } - - [System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false)] - public bool Withdrawn { - get { - return this.WithdrawnField; - } - set { - if ((this.WithdrawnField.Equals(value) != true)) { - this.WithdrawnField = value; - this.RaisePropertyChanged("Withdrawn"); - } - } - } - - public event System.ComponentModel.PropertyChangedEventHandler PropertyChanged; - - protected void RaisePropertyChanged(string propertyName) { - System.ComponentModel.PropertyChangedEventHandler propertyChanged = this.PropertyChanged; - if ((propertyChanged != null)) { - propertyChanged(this, new System.ComponentModel.PropertyChangedEventArgs(propertyName)); - } - } - } - - [System.Diagnostics.DebuggerStepThroughAttribute()] - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "4.0.0.0")] - [System.Runtime.Serialization.DataContractAttribute(Name="CodePackageSourceInfo", Namespace="http://schemas.datacontract.org/2004/07/Microsoft.CodeFlow.ServiceModel")] - [System.SerializableAttribute()] - public partial class CodePackageSourceInfo : object, System.Runtime.Serialization.IExtensibleDataObject, System.ComponentModel.INotifyPropertyChanged { - - [System.NonSerializedAttribute()] - private System.Runtime.Serialization.ExtensionDataObject extensionDataField; - - private string ClientNameField; - - private string ServerUriField; - - private string SourceControlSystemField; - - private string SourceNameField; - - [global::System.ComponentModel.BrowsableAttribute(false)] - public System.Runtime.Serialization.ExtensionDataObject ExtensionData { - get { - return this.extensionDataField; - } - set { - this.extensionDataField = value; - } - } - - [System.Runtime.Serialization.DataMemberAttribute(IsRequired=true)] - public string ClientName { - get { - return this.ClientNameField; - } - set { - if ((object.ReferenceEquals(this.ClientNameField, value) != true)) { - this.ClientNameField = value; - this.RaisePropertyChanged("ClientName"); - } - } - } - - [System.Runtime.Serialization.DataMemberAttribute(IsRequired=true)] - public string ServerUri { - get { - return this.ServerUriField; - } - set { - if ((object.ReferenceEquals(this.ServerUriField, value) != true)) { - this.ServerUriField = value; - this.RaisePropertyChanged("ServerUri"); - } - } - } - - [System.Runtime.Serialization.DataMemberAttribute(IsRequired=true)] - public string SourceControlSystem { - get { - return this.SourceControlSystemField; - } - set { - if ((object.ReferenceEquals(this.SourceControlSystemField, value) != true)) { - this.SourceControlSystemField = value; - this.RaisePropertyChanged("SourceControlSystem"); - } - } - } - - [System.Runtime.Serialization.DataMemberAttribute(IsRequired=true)] - public string SourceName { - get { - return this.SourceNameField; - } - set { - if ((object.ReferenceEquals(this.SourceNameField, value) != true)) { - this.SourceNameField = value; - this.RaisePropertyChanged("SourceName"); - } - } - } - - public event System.ComponentModel.PropertyChangedEventHandler PropertyChanged; - - protected void RaisePropertyChanged(string propertyName) { - System.ComponentModel.PropertyChangedEventHandler propertyChanged = this.PropertyChanged; - if ((propertyChanged != null)) { - propertyChanged(this, new System.ComponentModel.PropertyChangedEventArgs(propertyName)); - } - } - } - - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "4.0.0.0")] - [System.Runtime.Serialization.DataContractAttribute(Name="CodePackageFormat", Namespace="http://schemas.datacontract.org/2004/07/Microsoft.CodeFlow.ServiceModel")] - public enum CodePackageFormat : int { - - [System.Runtime.Serialization.EnumMemberAttribute()] - TeamFoundationServerShelveSet = 0, - - [System.Runtime.Serialization.EnumMemberAttribute()] - SourceDepotPack = 1, - } - - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "4.0.0.0")] - [System.Runtime.Serialization.DataContractAttribute(Name="CodePackageStatus", Namespace="http://schemas.datacontract.org/2004/07/Microsoft.CodeFlow.ServiceModel")] - public enum CodePackageStatus : int { - - [System.Runtime.Serialization.EnumMemberAttribute()] - Submitted = 0, - - [System.Runtime.Serialization.EnumMemberAttribute()] - Revoked = 1, - } - - [System.Diagnostics.DebuggerStepThroughAttribute()] - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "4.0.0.0")] - [System.Runtime.Serialization.DataContractAttribute(Name="FileChange", Namespace="http://schemas.datacontract.org/2004/07/Microsoft.CodeFlow.ServiceModel")] - [System.SerializableAttribute()] - public partial class FileChange : object, System.Runtime.Serialization.IExtensibleDataObject, System.ComponentModel.INotifyPropertyChanged { - - [System.NonSerializedAttribute()] - private System.Runtime.Serialization.ExtensionDataObject extensionDataField; - - private string ChangeTypeField; - - private string DepotFilePathField; - - [global::System.ComponentModel.BrowsableAttribute(false)] - public System.Runtime.Serialization.ExtensionDataObject ExtensionData { - get { - return this.extensionDataField; - } - set { - this.extensionDataField = value; - } - } - - [System.Runtime.Serialization.DataMemberAttribute(IsRequired=true)] - public string ChangeType { - get { - return this.ChangeTypeField; - } - set { - if ((object.ReferenceEquals(this.ChangeTypeField, value) != true)) { - this.ChangeTypeField = value; - this.RaisePropertyChanged("ChangeType"); - } - } - } - - [System.Runtime.Serialization.DataMemberAttribute(IsRequired=true)] - public string DepotFilePath { - get { - return this.DepotFilePathField; - } - set { - if ((object.ReferenceEquals(this.DepotFilePathField, value) != true)) { - this.DepotFilePathField = value; - this.RaisePropertyChanged("DepotFilePath"); - } - } - } - - public event System.ComponentModel.PropertyChangedEventHandler PropertyChanged; - - protected void RaisePropertyChanged(string propertyName) { - System.ComponentModel.PropertyChangedEventHandler propertyChanged = this.PropertyChanged; - if ((propertyChanged != null)) { - propertyChanged(this, new System.ComponentModel.PropertyChangedEventArgs(propertyName)); - } - } - } - - [System.Diagnostics.DebuggerStepThroughAttribute()] - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "4.0.0.0")] - [System.Runtime.Serialization.DataContractAttribute(Name="DiffContext", Namespace="http://schemas.datacontract.org/2004/07/Microsoft.CodeFlow.ServiceModel")] - [System.SerializableAttribute()] - public partial class DiffContext : object, System.Runtime.Serialization.IExtensibleDataObject, System.ComponentModel.INotifyPropertyChanged { - - [System.NonSerializedAttribute()] - private System.Runtime.Serialization.ExtensionDataObject extensionDataField; - - private string CorrelationDataField; - - private string LeftCodePackageNameField; - - private Microsoft.Tools.TeamMate.Platform.CodeFlow.Review.FileRegion RegionField; - - private string RightCodePackageNameField; - - private Microsoft.Tools.TeamMate.Platform.CodeFlow.Review.CommentViewContext ViewField; - - [global::System.ComponentModel.BrowsableAttribute(false)] - public System.Runtime.Serialization.ExtensionDataObject ExtensionData { - get { - return this.extensionDataField; - } - set { - this.extensionDataField = value; - } - } - - [System.Runtime.Serialization.DataMemberAttribute(IsRequired=true)] - public string CorrelationData { - get { - return this.CorrelationDataField; - } - set { - if ((object.ReferenceEquals(this.CorrelationDataField, value) != true)) { - this.CorrelationDataField = value; - this.RaisePropertyChanged("CorrelationData"); - } - } - } - - [System.Runtime.Serialization.DataMemberAttribute(IsRequired=true)] - public string LeftCodePackageName { - get { - return this.LeftCodePackageNameField; - } - set { - if ((object.ReferenceEquals(this.LeftCodePackageNameField, value) != true)) { - this.LeftCodePackageNameField = value; - this.RaisePropertyChanged("LeftCodePackageName"); - } - } - } - - [System.Runtime.Serialization.DataMemberAttribute(IsRequired=true)] - public Microsoft.Tools.TeamMate.Platform.CodeFlow.Review.FileRegion Region { - get { - return this.RegionField; - } - set { - if ((object.ReferenceEquals(this.RegionField, value) != true)) { - this.RegionField = value; - this.RaisePropertyChanged("Region"); - } - } - } - - [System.Runtime.Serialization.DataMemberAttribute(IsRequired=true)] - public string RightCodePackageName { - get { - return this.RightCodePackageNameField; - } - set { - if ((object.ReferenceEquals(this.RightCodePackageNameField, value) != true)) { - this.RightCodePackageNameField = value; - this.RaisePropertyChanged("RightCodePackageName"); - } - } - } - - [System.Runtime.Serialization.DataMemberAttribute(IsRequired=true)] - public Microsoft.Tools.TeamMate.Platform.CodeFlow.Review.CommentViewContext View { - get { - return this.ViewField; - } - set { - if ((this.ViewField.Equals(value) != true)) { - this.ViewField = value; - this.RaisePropertyChanged("View"); - } - } - } - - public event System.ComponentModel.PropertyChangedEventHandler PropertyChanged; - - protected void RaisePropertyChanged(string propertyName) { - System.ComponentModel.PropertyChangedEventHandler propertyChanged = this.PropertyChanged; - if ((propertyChanged != null)) { - propertyChanged(this, new System.ComponentModel.PropertyChangedEventArgs(propertyName)); - } - } - } - - [System.Diagnostics.DebuggerStepThroughAttribute()] - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "4.0.0.0")] - [System.Runtime.Serialization.DataContractAttribute(Name="Comment", Namespace="http://schemas.datacontract.org/2004/07/Microsoft.CodeFlow.ServiceModel")] - [System.SerializableAttribute()] - public partial class Comment : object, System.Runtime.Serialization.IExtensibleDataObject, System.ComponentModel.INotifyPropertyChanged { - - [System.NonSerializedAttribute()] - private System.Runtime.Serialization.ExtensionDataObject extensionDataField; - - private System.DateTime CreatedOnField; - - private int IdField; - - private int ParentIdField; - - private string ReviewerField; - - private string TextField; - - private int ThreadIdField; - - private Microsoft.Tools.TeamMate.Platform.CodeFlow.Review.Comment[] childrenField; - - [System.Runtime.Serialization.OptionalFieldAttribute()] - private bool WithdrawnField; - - [global::System.ComponentModel.BrowsableAttribute(false)] - public System.Runtime.Serialization.ExtensionDataObject ExtensionData { - get { - return this.extensionDataField; - } - set { - this.extensionDataField = value; - } - } - - [System.Runtime.Serialization.DataMemberAttribute(IsRequired=true)] - public System.DateTime CreatedOn { - get { - return this.CreatedOnField; - } - set { - if ((this.CreatedOnField.Equals(value) != true)) { - this.CreatedOnField = value; - this.RaisePropertyChanged("CreatedOn"); - } - } - } - - [System.Runtime.Serialization.DataMemberAttribute(IsRequired=true)] - public int Id { - get { - return this.IdField; - } - set { - if ((this.IdField.Equals(value) != true)) { - this.IdField = value; - this.RaisePropertyChanged("Id"); - } - } - } - - [System.Runtime.Serialization.DataMemberAttribute(IsRequired=true)] - public int ParentId { - get { - return this.ParentIdField; - } - set { - if ((this.ParentIdField.Equals(value) != true)) { - this.ParentIdField = value; - this.RaisePropertyChanged("ParentId"); - } - } - } - - [System.Runtime.Serialization.DataMemberAttribute(IsRequired=true)] - public string Reviewer { - get { - return this.ReviewerField; - } - set { - if ((object.ReferenceEquals(this.ReviewerField, value) != true)) { - this.ReviewerField = value; - this.RaisePropertyChanged("Reviewer"); - } - } - } - - [System.Runtime.Serialization.DataMemberAttribute(IsRequired=true)] - public string Text { - get { - return this.TextField; - } - set { - if ((object.ReferenceEquals(this.TextField, value) != true)) { - this.TextField = value; - this.RaisePropertyChanged("Text"); - } - } - } - - [System.Runtime.Serialization.DataMemberAttribute(IsRequired=true)] - public int ThreadId { - get { - return this.ThreadIdField; - } - set { - if ((this.ThreadIdField.Equals(value) != true)) { - this.ThreadIdField = value; - this.RaisePropertyChanged("ThreadId"); - } - } - } - - [System.Runtime.Serialization.DataMemberAttribute(IsRequired=true)] - public Microsoft.Tools.TeamMate.Platform.CodeFlow.Review.Comment[] children { - get { - return this.childrenField; - } - set { - if ((object.ReferenceEquals(this.childrenField, value) != true)) { - this.childrenField = value; - this.RaisePropertyChanged("children"); - } - } - } - - [System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=7)] - public bool Withdrawn { - get { - return this.WithdrawnField; - } - set { - if ((this.WithdrawnField.Equals(value) != true)) { - this.WithdrawnField = value; - this.RaisePropertyChanged("Withdrawn"); - } - } - } - - public event System.ComponentModel.PropertyChangedEventHandler PropertyChanged; - - protected void RaisePropertyChanged(string propertyName) { - System.ComponentModel.PropertyChangedEventHandler propertyChanged = this.PropertyChanged; - if ((propertyChanged != null)) { - propertyChanged(this, new System.ComponentModel.PropertyChangedEventArgs(propertyName)); - } - } - } - - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "4.0.0.0")] - [System.Runtime.Serialization.DataContractAttribute(Name="CommentScope", Namespace="http://schemas.datacontract.org/2004/07/Microsoft.CodeFlow.ServiceModel")] - public enum CommentScope : int { - - [System.Runtime.Serialization.EnumMemberAttribute()] - File = 0, - - [System.Runtime.Serialization.EnumMemberAttribute()] - Global = 1, - } - - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "4.0.0.0")] - [System.Runtime.Serialization.DataContractAttribute(Name="CommentThreadStatus", Namespace="http://schemas.datacontract.org/2004/07/Microsoft.CodeFlow.ServiceModel")] - public enum CommentThreadStatus : int { - - [System.Runtime.Serialization.EnumMemberAttribute()] - Active = 0, - - [System.Runtime.Serialization.EnumMemberAttribute()] - Pending = 1, - - [System.Runtime.Serialization.EnumMemberAttribute()] - Resolved = 2, - - [System.Runtime.Serialization.EnumMemberAttribute()] - WontFix = 3, - - [System.Runtime.Serialization.EnumMemberAttribute()] - Closed = 4, - } - - [System.Diagnostics.DebuggerStepThroughAttribute()] - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "4.0.0.0")] - [System.Runtime.Serialization.DataContractAttribute(Name="FileRegion", Namespace="http://schemas.datacontract.org/2004/07/Microsoft.CodeFlow.ServiceModel")] - [System.SerializableAttribute()] - public partial class FileRegion : object, System.Runtime.Serialization.IExtensibleDataObject, System.ComponentModel.INotifyPropertyChanged { - - [System.NonSerializedAttribute()] - private System.Runtime.Serialization.ExtensionDataObject extensionDataField; - - private int EndCharPosField; - - private int EndLineField; - - private string FileNameField; - - private int StartCharPosField; - - private int StartLineField; - - [global::System.ComponentModel.BrowsableAttribute(false)] - public System.Runtime.Serialization.ExtensionDataObject ExtensionData { - get { - return this.extensionDataField; - } - set { - this.extensionDataField = value; - } - } - - [System.Runtime.Serialization.DataMemberAttribute(IsRequired=true)] - public int EndCharPos { - get { - return this.EndCharPosField; - } - set { - if ((this.EndCharPosField.Equals(value) != true)) { - this.EndCharPosField = value; - this.RaisePropertyChanged("EndCharPos"); - } - } - } - - [System.Runtime.Serialization.DataMemberAttribute(IsRequired=true)] - public int EndLine { - get { - return this.EndLineField; - } - set { - if ((this.EndLineField.Equals(value) != true)) { - this.EndLineField = value; - this.RaisePropertyChanged("EndLine"); - } - } - } - - [System.Runtime.Serialization.DataMemberAttribute(IsRequired=true)] - public string FileName { - get { - return this.FileNameField; - } - set { - if ((object.ReferenceEquals(this.FileNameField, value) != true)) { - this.FileNameField = value; - this.RaisePropertyChanged("FileName"); - } - } - } - - [System.Runtime.Serialization.DataMemberAttribute(IsRequired=true)] - public int StartCharPos { - get { - return this.StartCharPosField; - } - set { - if ((this.StartCharPosField.Equals(value) != true)) { - this.StartCharPosField = value; - this.RaisePropertyChanged("StartCharPos"); - } - } - } - - [System.Runtime.Serialization.DataMemberAttribute(IsRequired=true)] - public int StartLine { - get { - return this.StartLineField; - } - set { - if ((this.StartLineField.Equals(value) != true)) { - this.StartLineField = value; - this.RaisePropertyChanged("StartLine"); - } - } - } - - public event System.ComponentModel.PropertyChangedEventHandler PropertyChanged; - - protected void RaisePropertyChanged(string propertyName) { - System.ComponentModel.PropertyChangedEventHandler propertyChanged = this.PropertyChanged; - if ((propertyChanged != null)) { - propertyChanged(this, new System.ComponentModel.PropertyChangedEventArgs(propertyName)); - } - } - } - - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "4.0.0.0")] - [System.Runtime.Serialization.DataContractAttribute(Name="CommentViewContext", Namespace="http://schemas.datacontract.org/2004/07/Microsoft.CodeFlow.ServiceModel")] - public enum CommentViewContext : int { - - [System.Runtime.Serialization.EnumMemberAttribute()] - Both = 0, - - [System.Runtime.Serialization.EnumMemberAttribute()] - LeftOnly = 1, - - [System.Runtime.Serialization.EnumMemberAttribute()] - RightOnly = 2, - } - - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "4.0.0.0")] - [System.Runtime.Serialization.DataContractAttribute(Name="ReviewUpdateCode", Namespace="http://schemas.datacontract.org/2004/07/Microsoft.CodeFlow.ServiceModel")] - public enum ReviewUpdateCode : int { - - [System.Runtime.Serialization.EnumMemberAttribute()] - None = 0, - - [System.Runtime.Serialization.EnumMemberAttribute()] - Full = 1, - - [System.Runtime.Serialization.EnumMemberAttribute()] - CommentsOnly = 2, - } - - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] - [System.ServiceModel.ServiceContractAttribute(ConfigurationName="CodeFlow.Review.IReviewService")] - public interface IReviewService { - - [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IReviewService/GetActiveReviewsForReviewer", ReplyAction="http://tempuri.org/IReviewService/GetActiveReviewsForReviewerResponse")] - [System.ServiceModel.FaultContractAttribute(typeof(Microsoft.Tools.TeamMate.Platform.CodeFlow.Review.ServiceFault), Action="http://tempuri.org/IReviewService/GetActiveReviewsForReviewerServiceFaultFault", Name="ServiceFault", Namespace="http://schemas.datacontract.org/2004/07/Microsoft.CodeFlow.ServiceModel")] - Microsoft.Tools.TeamMate.Platform.CodeFlow.Review.CodeReviewSummary[] GetActiveReviewsForReviewer(string reviewerLogin); - - [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IReviewService/GetActiveReviewsForReviewer", ReplyAction="http://tempuri.org/IReviewService/GetActiveReviewsForReviewerResponse")] - System.Threading.Tasks.Task GetActiveReviewsForReviewerAsync(string reviewerLogin); - - [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IReviewService/GetActiveReviewsForProject", ReplyAction="http://tempuri.org/IReviewService/GetActiveReviewsForProjectResponse")] - [System.ServiceModel.FaultContractAttribute(typeof(Microsoft.Tools.TeamMate.Platform.CodeFlow.Review.ServiceFault), Action="http://tempuri.org/IReviewService/GetActiveReviewsForProjectServiceFaultFault", Name="ServiceFault", Namespace="http://schemas.datacontract.org/2004/07/Microsoft.CodeFlow.ServiceModel")] - Microsoft.Tools.TeamMate.Platform.CodeFlow.Review.CodeReviewSummary[] GetActiveReviewsForProject(string projectShortName); - - [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IReviewService/GetActiveReviewsForProject", ReplyAction="http://tempuri.org/IReviewService/GetActiveReviewsForProjectResponse")] - System.Threading.Tasks.Task GetActiveReviewsForProjectAsync(string projectShortName); - - [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IReviewService/GetActiveReviewsForAuthor", ReplyAction="http://tempuri.org/IReviewService/GetActiveReviewsForAuthorResponse")] - [System.ServiceModel.FaultContractAttribute(typeof(Microsoft.Tools.TeamMate.Platform.CodeFlow.Review.ServiceFault), Action="http://tempuri.org/IReviewService/GetActiveReviewsForAuthorServiceFaultFault", Name="ServiceFault", Namespace="http://schemas.datacontract.org/2004/07/Microsoft.CodeFlow.ServiceModel")] - Microsoft.Tools.TeamMate.Platform.CodeFlow.Review.CodeReviewSummary[] GetActiveReviewsForAuthor(string authorLogin); - - [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IReviewService/GetActiveReviewsForAuthor", ReplyAction="http://tempuri.org/IReviewService/GetActiveReviewsForAuthorResponse")] - System.Threading.Tasks.Task GetActiveReviewsForAuthorAsync(string authorLogin); - - [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IReviewService/CreateReview", ReplyAction="http://tempuri.org/IReviewService/CreateReviewResponse")] - [System.ServiceModel.FaultContractAttribute(typeof(Microsoft.Tools.TeamMate.Platform.CodeFlow.Review.ServiceFault), Action="http://tempuri.org/IReviewService/CreateReviewServiceFaultFault", Name="ServiceFault", Namespace="http://schemas.datacontract.org/2004/07/Microsoft.CodeFlow.ServiceModel")] - Microsoft.Tools.TeamMate.Platform.CodeFlow.Review.CodeReview CreateReview(Microsoft.Tools.TeamMate.Platform.CodeFlow.Review.Author author, string reviewName, string projectShortName); - - [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IReviewService/CreateReview", ReplyAction="http://tempuri.org/IReviewService/CreateReviewResponse")] - System.Threading.Tasks.Task CreateReviewAsync(Microsoft.Tools.TeamMate.Platform.CodeFlow.Review.Author author, string reviewName, string projectShortName); - - [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IReviewService/SetTitle", ReplyAction="http://tempuri.org/IReviewService/SetTitleResponse")] - [System.ServiceModel.FaultContractAttribute(typeof(Microsoft.Tools.TeamMate.Platform.CodeFlow.Review.ServiceFault), Action="http://tempuri.org/IReviewService/SetTitleServiceFaultFault", Name="ServiceFault", Namespace="http://schemas.datacontract.org/2004/07/Microsoft.CodeFlow.ServiceModel")] - void SetTitle(string codeReviewKey, string title); - - [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IReviewService/SetTitle", ReplyAction="http://tempuri.org/IReviewService/SetTitleResponse")] - System.Threading.Tasks.Task SetTitleAsync(string codeReviewKey, string title); - - [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IReviewService/PublishReview", ReplyAction="http://tempuri.org/IReviewService/PublishReviewResponse")] - [System.ServiceModel.FaultContractAttribute(typeof(Microsoft.Tools.TeamMate.Platform.CodeFlow.Review.ServiceFault), Action="http://tempuri.org/IReviewService/PublishReviewServiceFaultFault", Name="ServiceFault", Namespace="http://schemas.datacontract.org/2004/07/Microsoft.CodeFlow.ServiceModel")] - Microsoft.Tools.TeamMate.Platform.CodeFlow.Review.CodeReview PublishReview(string codeReviewKey, string messageFromAuthor); - - [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IReviewService/PublishReview", ReplyAction="http://tempuri.org/IReviewService/PublishReviewResponse")] - System.Threading.Tasks.Task PublishReviewAsync(string codeReviewKey, string messageFromAuthor); - - [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IReviewService/CompleteReview", ReplyAction="http://tempuri.org/IReviewService/CompleteReviewResponse")] - [System.ServiceModel.FaultContractAttribute(typeof(Microsoft.Tools.TeamMate.Platform.CodeFlow.Review.ServiceFault), Action="http://tempuri.org/IReviewService/CompleteReviewServiceFaultFault", Name="ServiceFault", Namespace="http://schemas.datacontract.org/2004/07/Microsoft.CodeFlow.ServiceModel")] - Microsoft.Tools.TeamMate.Platform.CodeFlow.Review.CodeReview CompleteReview(string codeReviewKey, string messageFromAuthor); - - [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IReviewService/CompleteReview", ReplyAction="http://tempuri.org/IReviewService/CompleteReviewResponse")] - System.Threading.Tasks.Task CompleteReviewAsync(string codeReviewKey, string messageFromAuthor); - - [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IReviewService/ExpireReview", ReplyAction="http://tempuri.org/IReviewService/ExpireReviewResponse")] - [System.ServiceModel.FaultContractAttribute(typeof(Microsoft.Tools.TeamMate.Platform.CodeFlow.Review.ServiceFault), Action="http://tempuri.org/IReviewService/ExpireReviewServiceFaultFault", Name="ServiceFault", Namespace="http://schemas.datacontract.org/2004/07/Microsoft.CodeFlow.ServiceModel")] - Microsoft.Tools.TeamMate.Platform.CodeFlow.Review.CodeReview ExpireReview(string codeReviewKey); - - [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IReviewService/ExpireReview", ReplyAction="http://tempuri.org/IReviewService/ExpireReviewResponse")] - System.Threading.Tasks.Task ExpireReviewAsync(string codeReviewKey); - - [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IReviewService/WithdrawReview", ReplyAction="http://tempuri.org/IReviewService/WithdrawReviewResponse")] - [System.ServiceModel.FaultContractAttribute(typeof(Microsoft.Tools.TeamMate.Platform.CodeFlow.Review.ServiceFault), Action="http://tempuri.org/IReviewService/WithdrawReviewServiceFaultFault", Name="ServiceFault", Namespace="http://schemas.datacontract.org/2004/07/Microsoft.CodeFlow.ServiceModel")] - Microsoft.Tools.TeamMate.Platform.CodeFlow.Review.CodeReview WithdrawReview(string codeReviewKey, string messageFromAuthor); - - [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IReviewService/WithdrawReview", ReplyAction="http://tempuri.org/IReviewService/WithdrawReviewResponse")] - System.Threading.Tasks.Task WithdrawReviewAsync(string codeReviewKey, string messageFromAuthor); - - [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IReviewService/ReactivateReview", ReplyAction="http://tempuri.org/IReviewService/ReactivateReviewResponse")] - [System.ServiceModel.FaultContractAttribute(typeof(Microsoft.Tools.TeamMate.Platform.CodeFlow.Review.ServiceFault), Action="http://tempuri.org/IReviewService/ReactivateReviewServiceFaultFault", Name="ServiceFault", Namespace="http://schemas.datacontract.org/2004/07/Microsoft.CodeFlow.ServiceModel")] - void ReactivateReview(string codeReviewKey, string messageFromAuthor); - - [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IReviewService/ReactivateReview", ReplyAction="http://tempuri.org/IReviewService/ReactivateReviewResponse")] - System.Threading.Tasks.Task ReactivateReviewAsync(string codeReviewKey, string messageFromAuthor); - - [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IReviewService/DeleteReview", ReplyAction="http://tempuri.org/IReviewService/DeleteReviewResponse")] - [System.ServiceModel.FaultContractAttribute(typeof(Microsoft.Tools.TeamMate.Platform.CodeFlow.Review.ServiceFault), Action="http://tempuri.org/IReviewService/DeleteReviewServiceFaultFault", Name="ServiceFault", Namespace="http://schemas.datacontract.org/2004/07/Microsoft.CodeFlow.ServiceModel")] - void DeleteReview(string codeReviewKey); - - [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IReviewService/DeleteReview", ReplyAction="http://tempuri.org/IReviewService/DeleteReviewResponse")] - System.Threading.Tasks.Task DeleteReviewAsync(string codeReviewKey); - - [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IReviewService/AddAuditLogEvent", ReplyAction="http://tempuri.org/IReviewService/AddAuditLogEventResponse")] - [System.ServiceModel.FaultContractAttribute(typeof(Microsoft.Tools.TeamMate.Platform.CodeFlow.Review.ServiceFault), Action="http://tempuri.org/IReviewService/AddAuditLogEventServiceFaultFault", Name="ServiceFault", Namespace="http://schemas.datacontract.org/2004/07/Microsoft.CodeFlow.ServiceModel")] - void AddAuditLogEvent(string codeReviewKey, string user, string eventName, string message, System.Collections.Generic.Dictionary arguments); - - [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IReviewService/AddAuditLogEvent", ReplyAction="http://tempuri.org/IReviewService/AddAuditLogEventResponse")] - System.Threading.Tasks.Task AddAuditLogEventAsync(string codeReviewKey, string user, string eventName, string message, System.Collections.Generic.Dictionary arguments); - - [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IReviewService/SetCustomData", ReplyAction="http://tempuri.org/IReviewService/SetCustomDataResponse")] - [System.ServiceModel.FaultContractAttribute(typeof(Microsoft.Tools.TeamMate.Platform.CodeFlow.Review.ServiceFault), Action="http://tempuri.org/IReviewService/SetCustomDataServiceFaultFault", Name="ServiceFault", Namespace="http://schemas.datacontract.org/2004/07/Microsoft.CodeFlow.ServiceModel")] - void SetCustomData(string codeReviewKey, System.Collections.Generic.Dictionary customDataToSet); - - [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IReviewService/SetCustomData", ReplyAction="http://tempuri.org/IReviewService/SetCustomDataResponse")] - System.Threading.Tasks.Task SetCustomDataAsync(string codeReviewKey, System.Collections.Generic.Dictionary customDataToSet); - - [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IReviewService/SetWorkItems", ReplyAction="http://tempuri.org/IReviewService/SetWorkItemsResponse")] - [System.ServiceModel.FaultContractAttribute(typeof(Microsoft.Tools.TeamMate.Platform.CodeFlow.Review.ServiceFault), Action="http://tempuri.org/IReviewService/SetWorkItemsServiceFaultFault", Name="ServiceFault", Namespace="http://schemas.datacontract.org/2004/07/Microsoft.CodeFlow.ServiceModel")] - void SetWorkItems(string codeReviewKey, Microsoft.Tools.TeamMate.Platform.CodeFlow.Review.WorkItem[] workItems); - - [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IReviewService/SetWorkItems", ReplyAction="http://tempuri.org/IReviewService/SetWorkItemsResponse")] - System.Threading.Tasks.Task SetWorkItemsAsync(string codeReviewKey, Microsoft.Tools.TeamMate.Platform.CodeFlow.Review.WorkItem[] workItems); - - [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IReviewService/GetReview", ReplyAction="http://tempuri.org/IReviewService/GetReviewResponse")] - [System.ServiceModel.FaultContractAttribute(typeof(Microsoft.Tools.TeamMate.Platform.CodeFlow.Review.ServiceFault), Action="http://tempuri.org/IReviewService/GetReviewServiceFaultFault", Name="ServiceFault", Namespace="http://schemas.datacontract.org/2004/07/Microsoft.CodeFlow.ServiceModel")] - Microsoft.Tools.TeamMate.Platform.CodeFlow.Review.CodeReview GetReview(string codeReviewKey); - - [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IReviewService/GetReview", ReplyAction="http://tempuri.org/IReviewService/GetReviewResponse")] - System.Threading.Tasks.Task GetReviewAsync(string codeReviewKey); - - [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IReviewService/CheckUpdates", ReplyAction="http://tempuri.org/IReviewService/CheckUpdatesResponse")] - [System.ServiceModel.FaultContractAttribute(typeof(Microsoft.Tools.TeamMate.Platform.CodeFlow.Review.ServiceFault), Action="http://tempuri.org/IReviewService/CheckUpdatesServiceFaultFault", Name="ServiceFault", Namespace="http://schemas.datacontract.org/2004/07/Microsoft.CodeFlow.ServiceModel")] - Microsoft.Tools.TeamMate.Platform.CodeFlow.Review.ReviewUpdateCode CheckUpdates(string codeReviewKey, int currRevision); - - [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IReviewService/CheckUpdates", ReplyAction="http://tempuri.org/IReviewService/CheckUpdatesResponse")] - System.Threading.Tasks.Task CheckUpdatesAsync(string codeReviewKey, int currRevision); - - [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IReviewService/PokeReview", ReplyAction="http://tempuri.org/IReviewService/PokeReviewResponse")] - [System.ServiceModel.FaultContractAttribute(typeof(Microsoft.Tools.TeamMate.Platform.CodeFlow.Review.ServiceFault), Action="http://tempuri.org/IReviewService/PokeReviewServiceFaultFault", Name="ServiceFault", Namespace="http://schemas.datacontract.org/2004/07/Microsoft.CodeFlow.ServiceModel")] - void PokeReview(string codeReviewKey); - - [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IReviewService/PokeReview", ReplyAction="http://tempuri.org/IReviewService/PokeReviewResponse")] - System.Threading.Tasks.Task PokeReviewAsync(string codeReviewKey); - - [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IReviewService/AddCodePackage", ReplyAction="http://tempuri.org/IReviewService/AddCodePackageResponse")] - [System.ServiceModel.FaultContractAttribute(typeof(Microsoft.Tools.TeamMate.Platform.CodeFlow.Review.ServiceFault), Action="http://tempuri.org/IReviewService/AddCodePackageServiceFaultFault", Name="ServiceFault", Namespace="http://schemas.datacontract.org/2004/07/Microsoft.CodeFlow.ServiceModel")] - Microsoft.Tools.TeamMate.Platform.CodeFlow.Review.CodePackage AddCodePackage(string codeReviewKey, Microsoft.Tools.TeamMate.Platform.CodeFlow.Review.CodePackage codePackage); - - [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IReviewService/AddCodePackage", ReplyAction="http://tempuri.org/IReviewService/AddCodePackageResponse")] - System.Threading.Tasks.Task AddCodePackageAsync(string codeReviewKey, Microsoft.Tools.TeamMate.Platform.CodeFlow.Review.CodePackage codePackage); - - [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IReviewService/UpdateCodePackage", ReplyAction="http://tempuri.org/IReviewService/UpdateCodePackageResponse")] - [System.ServiceModel.FaultContractAttribute(typeof(Microsoft.Tools.TeamMate.Platform.CodeFlow.Review.ServiceFault), Action="http://tempuri.org/IReviewService/UpdateCodePackageServiceFaultFault", Name="ServiceFault", Namespace="http://schemas.datacontract.org/2004/07/Microsoft.CodeFlow.ServiceModel")] - void UpdateCodePackage(string codeReviewKey, string codePackageName, Microsoft.Tools.TeamMate.Platform.CodeFlow.Review.CodePackage codePackage); - - [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IReviewService/UpdateCodePackage", ReplyAction="http://tempuri.org/IReviewService/UpdateCodePackageResponse")] - System.Threading.Tasks.Task UpdateCodePackageAsync(string codeReviewKey, string codePackageName, Microsoft.Tools.TeamMate.Platform.CodeFlow.Review.CodePackage codePackage); - - [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IReviewService/UpdateCodePackageStatus", ReplyAction="http://tempuri.org/IReviewService/UpdateCodePackageStatusResponse")] - [System.ServiceModel.FaultContractAttribute(typeof(Microsoft.Tools.TeamMate.Platform.CodeFlow.Review.ServiceFault), Action="http://tempuri.org/IReviewService/UpdateCodePackageStatusServiceFaultFault", Name="ServiceFault", Namespace="http://schemas.datacontract.org/2004/07/Microsoft.CodeFlow.ServiceModel")] - void UpdateCodePackageStatus(string codeReviewKey, string codePackageName, Microsoft.Tools.TeamMate.Platform.CodeFlow.Review.CodePackageStatus status); - - [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IReviewService/UpdateCodePackageStatus", ReplyAction="http://tempuri.org/IReviewService/UpdateCodePackageStatusResponse")] - System.Threading.Tasks.Task UpdateCodePackageStatusAsync(string codeReviewKey, string codePackageName, Microsoft.Tools.TeamMate.Platform.CodeFlow.Review.CodePackageStatus status); - - [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IReviewService/AddComment", ReplyAction="http://tempuri.org/IReviewService/AddCommentResponse")] - [System.ServiceModel.FaultContractAttribute(typeof(Microsoft.Tools.TeamMate.Platform.CodeFlow.Review.ServiceFault), Action="http://tempuri.org/IReviewService/AddCommentServiceFaultFault", Name="ServiceFault", Namespace="http://schemas.datacontract.org/2004/07/Microsoft.CodeFlow.ServiceModel")] - Microsoft.Tools.TeamMate.Platform.CodeFlow.Review.Comment AddComment(string codeReviewKey, Microsoft.Tools.TeamMate.Platform.CodeFlow.Review.Comment comment); - - [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IReviewService/AddComment", ReplyAction="http://tempuri.org/IReviewService/AddCommentResponse")] - System.Threading.Tasks.Task AddCommentAsync(string codeReviewKey, Microsoft.Tools.TeamMate.Platform.CodeFlow.Review.Comment comment); - - [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IReviewService/StartCommentThread", ReplyAction="http://tempuri.org/IReviewService/StartCommentThreadResponse")] - [System.ServiceModel.FaultContractAttribute(typeof(Microsoft.Tools.TeamMate.Platform.CodeFlow.Review.ServiceFault), Action="http://tempuri.org/IReviewService/StartCommentThreadServiceFaultFault", Name="ServiceFault", Namespace="http://schemas.datacontract.org/2004/07/Microsoft.CodeFlow.ServiceModel")] - Microsoft.Tools.TeamMate.Platform.CodeFlow.Review.CommentThread StartCommentThread(string codeReviewKey, Microsoft.Tools.TeamMate.Platform.CodeFlow.Review.CommentThread thread); - - [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IReviewService/StartCommentThread", ReplyAction="http://tempuri.org/IReviewService/StartCommentThreadResponse")] - System.Threading.Tasks.Task StartCommentThreadAsync(string codeReviewKey, Microsoft.Tools.TeamMate.Platform.CodeFlow.Review.CommentThread thread); - - [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IReviewService/WithdrawCommentThread", ReplyAction="http://tempuri.org/IReviewService/WithdrawCommentThreadResponse")] - [System.ServiceModel.FaultContractAttribute(typeof(Microsoft.Tools.TeamMate.Platform.CodeFlow.Review.ServiceFault), Action="http://tempuri.org/IReviewService/WithdrawCommentThreadServiceFaultFault", Name="ServiceFault", Namespace="http://schemas.datacontract.org/2004/07/Microsoft.CodeFlow.ServiceModel")] - void WithdrawCommentThread(string codeReviewKey, int threadId); - - [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IReviewService/WithdrawCommentThread", ReplyAction="http://tempuri.org/IReviewService/WithdrawCommentThreadResponse")] - System.Threading.Tasks.Task WithdrawCommentThreadAsync(string codeReviewKey, int threadId); - - [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IReviewService/WithdrawComment", ReplyAction="http://tempuri.org/IReviewService/WithdrawCommentResponse")] - [System.ServiceModel.FaultContractAttribute(typeof(Microsoft.Tools.TeamMate.Platform.CodeFlow.Review.ServiceFault), Action="http://tempuri.org/IReviewService/WithdrawCommentServiceFaultFault", Name="ServiceFault", Namespace="http://schemas.datacontract.org/2004/07/Microsoft.CodeFlow.ServiceModel")] - void WithdrawComment(string codeReviewKey, int commentId); - - [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IReviewService/WithdrawComment", ReplyAction="http://tempuri.org/IReviewService/WithdrawCommentResponse")] - System.Threading.Tasks.Task WithdrawCommentAsync(string codeReviewKey, int commentId); - - [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IReviewService/UpdateCommentThreadStatus", ReplyAction="http://tempuri.org/IReviewService/UpdateCommentThreadStatusResponse")] - [System.ServiceModel.FaultContractAttribute(typeof(Microsoft.Tools.TeamMate.Platform.CodeFlow.Review.ServiceFault), Action="http://tempuri.org/IReviewService/UpdateCommentThreadStatusServiceFaultFault", Name="ServiceFault", Namespace="http://schemas.datacontract.org/2004/07/Microsoft.CodeFlow.ServiceModel")] - void UpdateCommentThreadStatus(string codeReviewKey, int threadId, Microsoft.Tools.TeamMate.Platform.CodeFlow.Review.CommentThreadStatus status); - - [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IReviewService/UpdateCommentThreadStatus", ReplyAction="http://tempuri.org/IReviewService/UpdateCommentThreadStatusResponse")] - System.Threading.Tasks.Task UpdateCommentThreadStatusAsync(string codeReviewKey, int threadId, Microsoft.Tools.TeamMate.Platform.CodeFlow.Review.CommentThreadStatus status); - - [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IReviewService/GetReviewComments", ReplyAction="http://tempuri.org/IReviewService/GetReviewCommentsResponse")] - [System.ServiceModel.FaultContractAttribute(typeof(Microsoft.Tools.TeamMate.Platform.CodeFlow.Review.ServiceFault), Action="http://tempuri.org/IReviewService/GetReviewCommentsServiceFaultFault", Name="ServiceFault", Namespace="http://schemas.datacontract.org/2004/07/Microsoft.CodeFlow.ServiceModel")] - Microsoft.Tools.TeamMate.Platform.CodeFlow.Review.CommentThread[] GetReviewComments(string codeReviewKey, int currRevision); - - [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IReviewService/GetReviewComments", ReplyAction="http://tempuri.org/IReviewService/GetReviewCommentsResponse")] - System.Threading.Tasks.Task GetReviewCommentsAsync(string codeReviewKey, int currRevision); - - [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IReviewService/AddReviewers", ReplyAction="http://tempuri.org/IReviewService/AddReviewersResponse")] - [System.ServiceModel.FaultContractAttribute(typeof(Microsoft.Tools.TeamMate.Platform.CodeFlow.Review.ServiceFault), Action="http://tempuri.org/IReviewService/AddReviewersServiceFaultFault", Name="ServiceFault", Namespace="http://schemas.datacontract.org/2004/07/Microsoft.CodeFlow.ServiceModel")] - void AddReviewers(string codeReviewKey, Microsoft.Tools.TeamMate.Platform.CodeFlow.Review.Reviewer[] reviewers); - - [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IReviewService/AddReviewers", ReplyAction="http://tempuri.org/IReviewService/AddReviewersResponse")] - System.Threading.Tasks.Task AddReviewersAsync(string codeReviewKey, Microsoft.Tools.TeamMate.Platform.CodeFlow.Review.Reviewer[] reviewers); - - [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IReviewService/RemoveReviewers", ReplyAction="http://tempuri.org/IReviewService/RemoveReviewersResponse")] - [System.ServiceModel.FaultContractAttribute(typeof(Microsoft.Tools.TeamMate.Platform.CodeFlow.Review.ServiceFault), Action="http://tempuri.org/IReviewService/RemoveReviewersServiceFaultFault", Name="ServiceFault", Namespace="http://schemas.datacontract.org/2004/07/Microsoft.CodeFlow.ServiceModel")] - void RemoveReviewers(string codeReviewKey, string[] reviewerNames); - - [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IReviewService/RemoveReviewers", ReplyAction="http://tempuri.org/IReviewService/RemoveReviewersResponse")] - System.Threading.Tasks.Task RemoveReviewersAsync(string codeReviewKey, string[] reviewerNames); - - [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IReviewService/UpdateReviewerStatus", ReplyAction="http://tempuri.org/IReviewService/UpdateReviewerStatusResponse")] - [System.ServiceModel.FaultContractAttribute(typeof(Microsoft.Tools.TeamMate.Platform.CodeFlow.Review.ServiceFault), Action="http://tempuri.org/IReviewService/UpdateReviewerStatusServiceFaultFault", Name="ServiceFault", Namespace="http://schemas.datacontract.org/2004/07/Microsoft.CodeFlow.ServiceModel")] - void UpdateReviewerStatus(string codeReviewKey, string reviewerName, Microsoft.Tools.TeamMate.Platform.CodeFlow.Review.ReviewerStatus status); - - [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IReviewService/UpdateReviewerStatus", ReplyAction="http://tempuri.org/IReviewService/UpdateReviewerStatusResponse")] - System.Threading.Tasks.Task UpdateReviewerStatusAsync(string codeReviewKey, string reviewerName, Microsoft.Tools.TeamMate.Platform.CodeFlow.Review.ReviewerStatus status); - - [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IReviewService/UpdateAuthorStatus", ReplyAction="http://tempuri.org/IReviewService/UpdateAuthorStatusResponse")] - [System.ServiceModel.FaultContractAttribute(typeof(Microsoft.Tools.TeamMate.Platform.CodeFlow.Review.ServiceFault), Action="http://tempuri.org/IReviewService/UpdateAuthorStatusServiceFaultFault", Name="ServiceFault", Namespace="http://schemas.datacontract.org/2004/07/Microsoft.CodeFlow.ServiceModel")] - void UpdateAuthorStatus(string codeReviewKey, Microsoft.Tools.TeamMate.Platform.CodeFlow.Review.AuthorStatus status); - - [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IReviewService/UpdateAuthorStatus", ReplyAction="http://tempuri.org/IReviewService/UpdateAuthorStatusResponse")] - System.Threading.Tasks.Task UpdateAuthorStatusAsync(string codeReviewKey, Microsoft.Tools.TeamMate.Platform.CodeFlow.Review.AuthorStatus status); - - [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IReviewService/AuthorPing", ReplyAction="http://tempuri.org/IReviewService/AuthorPingResponse")] - [System.ServiceModel.FaultContractAttribute(typeof(Microsoft.Tools.TeamMate.Platform.CodeFlow.Review.ServiceFault), Action="http://tempuri.org/IReviewService/AuthorPingServiceFaultFault", Name="ServiceFault", Namespace="http://schemas.datacontract.org/2004/07/Microsoft.CodeFlow.ServiceModel")] - void AuthorPing(string codeReviewKey, string messageFromAuthor); - - [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IReviewService/AuthorPing", ReplyAction="http://tempuri.org/IReviewService/AuthorPingResponse")] - System.Threading.Tasks.Task AuthorPingAsync(string codeReviewKey, string messageFromAuthor); - } - - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] - public interface IReviewServiceChannel : Microsoft.Tools.TeamMate.Platform.CodeFlow.Review.IReviewService, System.ServiceModel.IClientChannel { - } - - [System.Diagnostics.DebuggerStepThroughAttribute()] - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] - public partial class ReviewServiceClient : System.ServiceModel.ClientBase, Microsoft.Tools.TeamMate.Platform.CodeFlow.Review.IReviewService { - - public ReviewServiceClient() { - } - - public ReviewServiceClient(string endpointConfigurationName) : - base(endpointConfigurationName) { - } - - public ReviewServiceClient(string endpointConfigurationName, string remoteAddress) : - base(endpointConfigurationName, remoteAddress) { - } - - public ReviewServiceClient(string endpointConfigurationName, System.ServiceModel.EndpointAddress remoteAddress) : - base(endpointConfigurationName, remoteAddress) { - } - - public ReviewServiceClient(System.ServiceModel.Channels.Binding binding, System.ServiceModel.EndpointAddress remoteAddress) : - base(binding, remoteAddress) { - } - - public Microsoft.Tools.TeamMate.Platform.CodeFlow.Review.CodeReviewSummary[] GetActiveReviewsForReviewer(string reviewerLogin) { - return base.Channel.GetActiveReviewsForReviewer(reviewerLogin); - } - - public System.Threading.Tasks.Task GetActiveReviewsForReviewerAsync(string reviewerLogin) { - return base.Channel.GetActiveReviewsForReviewerAsync(reviewerLogin); - } - - public Microsoft.Tools.TeamMate.Platform.CodeFlow.Review.CodeReviewSummary[] GetActiveReviewsForProject(string projectShortName) { - return base.Channel.GetActiveReviewsForProject(projectShortName); - } - - public System.Threading.Tasks.Task GetActiveReviewsForProjectAsync(string projectShortName) { - return base.Channel.GetActiveReviewsForProjectAsync(projectShortName); - } - - public Microsoft.Tools.TeamMate.Platform.CodeFlow.Review.CodeReviewSummary[] GetActiveReviewsForAuthor(string authorLogin) { - return base.Channel.GetActiveReviewsForAuthor(authorLogin); - } - - public System.Threading.Tasks.Task GetActiveReviewsForAuthorAsync(string authorLogin) { - return base.Channel.GetActiveReviewsForAuthorAsync(authorLogin); - } - - public Microsoft.Tools.TeamMate.Platform.CodeFlow.Review.CodeReview CreateReview(Microsoft.Tools.TeamMate.Platform.CodeFlow.Review.Author author, string reviewName, string projectShortName) { - return base.Channel.CreateReview(author, reviewName, projectShortName); - } - - public System.Threading.Tasks.Task CreateReviewAsync(Microsoft.Tools.TeamMate.Platform.CodeFlow.Review.Author author, string reviewName, string projectShortName) { - return base.Channel.CreateReviewAsync(author, reviewName, projectShortName); - } - - public void SetTitle(string codeReviewKey, string title) { - base.Channel.SetTitle(codeReviewKey, title); - } - - public System.Threading.Tasks.Task SetTitleAsync(string codeReviewKey, string title) { - return base.Channel.SetTitleAsync(codeReviewKey, title); - } - - public Microsoft.Tools.TeamMate.Platform.CodeFlow.Review.CodeReview PublishReview(string codeReviewKey, string messageFromAuthor) { - return base.Channel.PublishReview(codeReviewKey, messageFromAuthor); - } - - public System.Threading.Tasks.Task PublishReviewAsync(string codeReviewKey, string messageFromAuthor) { - return base.Channel.PublishReviewAsync(codeReviewKey, messageFromAuthor); - } - - public Microsoft.Tools.TeamMate.Platform.CodeFlow.Review.CodeReview CompleteReview(string codeReviewKey, string messageFromAuthor) { - return base.Channel.CompleteReview(codeReviewKey, messageFromAuthor); - } - - public System.Threading.Tasks.Task CompleteReviewAsync(string codeReviewKey, string messageFromAuthor) { - return base.Channel.CompleteReviewAsync(codeReviewKey, messageFromAuthor); - } - - public Microsoft.Tools.TeamMate.Platform.CodeFlow.Review.CodeReview ExpireReview(string codeReviewKey) { - return base.Channel.ExpireReview(codeReviewKey); - } - - public System.Threading.Tasks.Task ExpireReviewAsync(string codeReviewKey) { - return base.Channel.ExpireReviewAsync(codeReviewKey); - } - - public Microsoft.Tools.TeamMate.Platform.CodeFlow.Review.CodeReview WithdrawReview(string codeReviewKey, string messageFromAuthor) { - return base.Channel.WithdrawReview(codeReviewKey, messageFromAuthor); - } - - public System.Threading.Tasks.Task WithdrawReviewAsync(string codeReviewKey, string messageFromAuthor) { - return base.Channel.WithdrawReviewAsync(codeReviewKey, messageFromAuthor); - } - - public void ReactivateReview(string codeReviewKey, string messageFromAuthor) { - base.Channel.ReactivateReview(codeReviewKey, messageFromAuthor); - } - - public System.Threading.Tasks.Task ReactivateReviewAsync(string codeReviewKey, string messageFromAuthor) { - return base.Channel.ReactivateReviewAsync(codeReviewKey, messageFromAuthor); - } - - public void DeleteReview(string codeReviewKey) { - base.Channel.DeleteReview(codeReviewKey); - } - - public System.Threading.Tasks.Task DeleteReviewAsync(string codeReviewKey) { - return base.Channel.DeleteReviewAsync(codeReviewKey); - } - - public void AddAuditLogEvent(string codeReviewKey, string user, string eventName, string message, System.Collections.Generic.Dictionary arguments) { - base.Channel.AddAuditLogEvent(codeReviewKey, user, eventName, message, arguments); - } - - public System.Threading.Tasks.Task AddAuditLogEventAsync(string codeReviewKey, string user, string eventName, string message, System.Collections.Generic.Dictionary arguments) { - return base.Channel.AddAuditLogEventAsync(codeReviewKey, user, eventName, message, arguments); - } - - public void SetCustomData(string codeReviewKey, System.Collections.Generic.Dictionary customDataToSet) { - base.Channel.SetCustomData(codeReviewKey, customDataToSet); - } - - public System.Threading.Tasks.Task SetCustomDataAsync(string codeReviewKey, System.Collections.Generic.Dictionary customDataToSet) { - return base.Channel.SetCustomDataAsync(codeReviewKey, customDataToSet); - } - - public void SetWorkItems(string codeReviewKey, Microsoft.Tools.TeamMate.Platform.CodeFlow.Review.WorkItem[] workItems) { - base.Channel.SetWorkItems(codeReviewKey, workItems); - } - - public System.Threading.Tasks.Task SetWorkItemsAsync(string codeReviewKey, Microsoft.Tools.TeamMate.Platform.CodeFlow.Review.WorkItem[] workItems) { - return base.Channel.SetWorkItemsAsync(codeReviewKey, workItems); - } - - public Microsoft.Tools.TeamMate.Platform.CodeFlow.Review.CodeReview GetReview(string codeReviewKey) { - return base.Channel.GetReview(codeReviewKey); - } - - public System.Threading.Tasks.Task GetReviewAsync(string codeReviewKey) { - return base.Channel.GetReviewAsync(codeReviewKey); - } - - public Microsoft.Tools.TeamMate.Platform.CodeFlow.Review.ReviewUpdateCode CheckUpdates(string codeReviewKey, int currRevision) { - return base.Channel.CheckUpdates(codeReviewKey, currRevision); - } - - public System.Threading.Tasks.Task CheckUpdatesAsync(string codeReviewKey, int currRevision) { - return base.Channel.CheckUpdatesAsync(codeReviewKey, currRevision); - } - - public void PokeReview(string codeReviewKey) { - base.Channel.PokeReview(codeReviewKey); - } - - public System.Threading.Tasks.Task PokeReviewAsync(string codeReviewKey) { - return base.Channel.PokeReviewAsync(codeReviewKey); - } - - public Microsoft.Tools.TeamMate.Platform.CodeFlow.Review.CodePackage AddCodePackage(string codeReviewKey, Microsoft.Tools.TeamMate.Platform.CodeFlow.Review.CodePackage codePackage) { - return base.Channel.AddCodePackage(codeReviewKey, codePackage); - } - - public System.Threading.Tasks.Task AddCodePackageAsync(string codeReviewKey, Microsoft.Tools.TeamMate.Platform.CodeFlow.Review.CodePackage codePackage) { - return base.Channel.AddCodePackageAsync(codeReviewKey, codePackage); - } - - public void UpdateCodePackage(string codeReviewKey, string codePackageName, Microsoft.Tools.TeamMate.Platform.CodeFlow.Review.CodePackage codePackage) { - base.Channel.UpdateCodePackage(codeReviewKey, codePackageName, codePackage); - } - - public System.Threading.Tasks.Task UpdateCodePackageAsync(string codeReviewKey, string codePackageName, Microsoft.Tools.TeamMate.Platform.CodeFlow.Review.CodePackage codePackage) { - return base.Channel.UpdateCodePackageAsync(codeReviewKey, codePackageName, codePackage); - } - - public void UpdateCodePackageStatus(string codeReviewKey, string codePackageName, Microsoft.Tools.TeamMate.Platform.CodeFlow.Review.CodePackageStatus status) { - base.Channel.UpdateCodePackageStatus(codeReviewKey, codePackageName, status); - } - - public System.Threading.Tasks.Task UpdateCodePackageStatusAsync(string codeReviewKey, string codePackageName, Microsoft.Tools.TeamMate.Platform.CodeFlow.Review.CodePackageStatus status) { - return base.Channel.UpdateCodePackageStatusAsync(codeReviewKey, codePackageName, status); - } - - public Microsoft.Tools.TeamMate.Platform.CodeFlow.Review.Comment AddComment(string codeReviewKey, Microsoft.Tools.TeamMate.Platform.CodeFlow.Review.Comment comment) { - return base.Channel.AddComment(codeReviewKey, comment); - } - - public System.Threading.Tasks.Task AddCommentAsync(string codeReviewKey, Microsoft.Tools.TeamMate.Platform.CodeFlow.Review.Comment comment) { - return base.Channel.AddCommentAsync(codeReviewKey, comment); - } - - public Microsoft.Tools.TeamMate.Platform.CodeFlow.Review.CommentThread StartCommentThread(string codeReviewKey, Microsoft.Tools.TeamMate.Platform.CodeFlow.Review.CommentThread thread) { - return base.Channel.StartCommentThread(codeReviewKey, thread); - } - - public System.Threading.Tasks.Task StartCommentThreadAsync(string codeReviewKey, Microsoft.Tools.TeamMate.Platform.CodeFlow.Review.CommentThread thread) { - return base.Channel.StartCommentThreadAsync(codeReviewKey, thread); - } - - public void WithdrawCommentThread(string codeReviewKey, int threadId) { - base.Channel.WithdrawCommentThread(codeReviewKey, threadId); - } - - public System.Threading.Tasks.Task WithdrawCommentThreadAsync(string codeReviewKey, int threadId) { - return base.Channel.WithdrawCommentThreadAsync(codeReviewKey, threadId); - } - - public void WithdrawComment(string codeReviewKey, int commentId) { - base.Channel.WithdrawComment(codeReviewKey, commentId); - } - - public System.Threading.Tasks.Task WithdrawCommentAsync(string codeReviewKey, int commentId) { - return base.Channel.WithdrawCommentAsync(codeReviewKey, commentId); - } - - public void UpdateCommentThreadStatus(string codeReviewKey, int threadId, Microsoft.Tools.TeamMate.Platform.CodeFlow.Review.CommentThreadStatus status) { - base.Channel.UpdateCommentThreadStatus(codeReviewKey, threadId, status); - } - - public System.Threading.Tasks.Task UpdateCommentThreadStatusAsync(string codeReviewKey, int threadId, Microsoft.Tools.TeamMate.Platform.CodeFlow.Review.CommentThreadStatus status) { - return base.Channel.UpdateCommentThreadStatusAsync(codeReviewKey, threadId, status); - } - - public Microsoft.Tools.TeamMate.Platform.CodeFlow.Review.CommentThread[] GetReviewComments(string codeReviewKey, int currRevision) { - return base.Channel.GetReviewComments(codeReviewKey, currRevision); - } - - public System.Threading.Tasks.Task GetReviewCommentsAsync(string codeReviewKey, int currRevision) { - return base.Channel.GetReviewCommentsAsync(codeReviewKey, currRevision); - } - - public void AddReviewers(string codeReviewKey, Microsoft.Tools.TeamMate.Platform.CodeFlow.Review.Reviewer[] reviewers) { - base.Channel.AddReviewers(codeReviewKey, reviewers); - } - - public System.Threading.Tasks.Task AddReviewersAsync(string codeReviewKey, Microsoft.Tools.TeamMate.Platform.CodeFlow.Review.Reviewer[] reviewers) { - return base.Channel.AddReviewersAsync(codeReviewKey, reviewers); - } - - public void RemoveReviewers(string codeReviewKey, string[] reviewerNames) { - base.Channel.RemoveReviewers(codeReviewKey, reviewerNames); - } - - public System.Threading.Tasks.Task RemoveReviewersAsync(string codeReviewKey, string[] reviewerNames) { - return base.Channel.RemoveReviewersAsync(codeReviewKey, reviewerNames); - } - - public void UpdateReviewerStatus(string codeReviewKey, string reviewerName, Microsoft.Tools.TeamMate.Platform.CodeFlow.Review.ReviewerStatus status) { - base.Channel.UpdateReviewerStatus(codeReviewKey, reviewerName, status); - } - - public System.Threading.Tasks.Task UpdateReviewerStatusAsync(string codeReviewKey, string reviewerName, Microsoft.Tools.TeamMate.Platform.CodeFlow.Review.ReviewerStatus status) { - return base.Channel.UpdateReviewerStatusAsync(codeReviewKey, reviewerName, status); - } - - public void UpdateAuthorStatus(string codeReviewKey, Microsoft.Tools.TeamMate.Platform.CodeFlow.Review.AuthorStatus status) { - base.Channel.UpdateAuthorStatus(codeReviewKey, status); - } - - public System.Threading.Tasks.Task UpdateAuthorStatusAsync(string codeReviewKey, Microsoft.Tools.TeamMate.Platform.CodeFlow.Review.AuthorStatus status) { - return base.Channel.UpdateAuthorStatusAsync(codeReviewKey, status); - } - - public void AuthorPing(string codeReviewKey, string messageFromAuthor) { - base.Channel.AuthorPing(codeReviewKey, messageFromAuthor); - } - - public System.Threading.Tasks.Task AuthorPingAsync(string codeReviewKey, string messageFromAuthor) { - return base.Channel.AuthorPingAsync(codeReviewKey, messageFromAuthor); - } - } -} diff --git a/Source/Platform/Service References/CodeFlow.Review/Reference.svcmap b/Source/Platform/Service References/CodeFlow.Review/Reference.svcmap deleted file mode 100644 index cf490b8..0000000 --- a/Source/Platform/Service References/CodeFlow.Review/Reference.svcmap +++ /dev/null @@ -1,36 +0,0 @@ - - - - false - true - true - - false - false - false - - - true - Auto - true - true - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/Source/Platform/Service References/CodeFlow.Review/ReviewService.disco b/Source/Platform/Service References/CodeFlow.Review/ReviewService.disco deleted file mode 100644 index d548f90..0000000 --- a/Source/Platform/Service References/CodeFlow.Review/ReviewService.disco +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/Source/Platform/Service References/CodeFlow.Review/ReviewService.wsdl b/Source/Platform/Service References/CodeFlow.Review/ReviewService.wsdl deleted file mode 100644 index aee45dc..0000000 --- a/Source/Platform/Service References/CodeFlow.Review/ReviewService.wsdl +++ /dev/null @@ -1,2790 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - http://codeflow/Services/ReviewService.svc - - localhost - - - - - \ No newline at end of file diff --git a/Source/Platform/Service References/CodeFlow.Review/ReviewService.xsd b/Source/Platform/Service References/CodeFlow.Review/ReviewService.xsd deleted file mode 100644 index 18f806b..0000000 --- a/Source/Platform/Service References/CodeFlow.Review/ReviewService.xsd +++ /dev/null @@ -1,437 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/Source/Platform/Service References/CodeFlow.Review/ReviewService1.xsd b/Source/Platform/Service References/CodeFlow.Review/ReviewService1.xsd deleted file mode 100644 index d58e7f3..0000000 --- a/Source/Platform/Service References/CodeFlow.Review/ReviewService1.xsd +++ /dev/null @@ -1,42 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/Source/Platform/Service References/CodeFlow.Review/ReviewService2.xsd b/Source/Platform/Service References/CodeFlow.Review/ReviewService2.xsd deleted file mode 100644 index 5e982f3..0000000 --- a/Source/Platform/Service References/CodeFlow.Review/ReviewService2.xsd +++ /dev/null @@ -1,313 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/Source/Platform/Service References/CodeFlow.Review/ReviewService3.xsd b/Source/Platform/Service References/CodeFlow.Review/ReviewService3.xsd deleted file mode 100644 index 9a3622a..0000000 --- a/Source/Platform/Service References/CodeFlow.Review/ReviewService3.xsd +++ /dev/null @@ -1,27 +0,0 @@ - - - - - - true - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/Source/Platform/Service References/CodeFlow.Review/configuration.svcinfo b/Source/Platform/Service References/CodeFlow.Review/configuration.svcinfo deleted file mode 100644 index 469284f..0000000 --- a/Source/Platform/Service References/CodeFlow.Review/configuration.svcinfo +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - \ No newline at end of file diff --git a/Source/Platform/Service References/CodeFlow.Review/configuration91.svcinfo b/Source/Platform/Service References/CodeFlow.Review/configuration91.svcinfo deleted file mode 100644 index 47230f3..0000000 --- a/Source/Platform/Service References/CodeFlow.Review/configuration91.svcinfo +++ /dev/null @@ -1,216 +0,0 @@ - - - - - - - WSHttpBinding_IReviewService - - - - - - - - - - - - - - - - - - False - - - StrongWildcard - - - - - - - - - Text - - - - - - System.ServiceModel.Configuration.XmlDictionaryReaderQuotasElement - - - 0 - - - 0 - - - 0 - - - 0 - - - 0 - - - System.ServiceModel.Configuration.StandardBindingOptionalReliableSessionElement - - - True - - - 00:10:00 - - - False - - - System.Text.UTF8Encoding - - - - - - - - - System.ServiceModel.Configuration.WSHttpSecurityElement - - - Message - - - System.ServiceModel.Configuration.WSHttpTransportSecurityElement - - - Windows - - - None - - - System.Security.Authentication.ExtendedProtection.Configuration.ExtendedProtectionPolicyElement - - - Never - - - TransportSelected - - - (Collection) - - - - - - System.ServiceModel.Configuration.NonDualMessageSecurityOverHttpElement - - - Windows - - - True - - - Default - - - True - - - - - - - - - http://codeflow/Services/ReviewService.svc - - - - - - wsHttpBinding - - - WSHttpBinding_IReviewService - - - CodeFlow.Review.IReviewService - - - System.ServiceModel.Configuration.AddressHeaderCollectionElement - - - <Header /> - - - System.ServiceModel.Configuration.IdentityElement - - - System.ServiceModel.Configuration.UserPrincipalNameElement - - - - - - System.ServiceModel.Configuration.ServicePrincipalNameElement - - - - - - System.ServiceModel.Configuration.DnsElement - - - localhost - - - System.ServiceModel.Configuration.RsaElement - - - - - - System.ServiceModel.Configuration.CertificateElement - - - - - - System.ServiceModel.Configuration.CertificateReferenceElement - - - My - - - LocalMachine - - - FindBySubjectDistinguishedName - - - - - - False - - - WSHttpBinding_IReviewService - - - - - - - - - - - \ No newline at end of file diff --git a/Source/Platform/Service References/Kudos.Domain/Kudos-WCFService-KudosDomainService.disco b/Source/Platform/Service References/Kudos.Domain/Kudos-WCFService-KudosDomainService.disco deleted file mode 100644 index 6686563..0000000 --- a/Source/Platform/Service References/Kudos.Domain/Kudos-WCFService-KudosDomainService.disco +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/Source/Platform/Service References/Kudos.Domain/Kudos-WCFService-KudosDomainService.xsd b/Source/Platform/Service References/Kudos.Domain/Kudos-WCFService-KudosDomainService.xsd deleted file mode 100644 index 96c0bc1..0000000 --- a/Source/Platform/Service References/Kudos.Domain/Kudos-WCFService-KudosDomainService.xsd +++ /dev/null @@ -1,143 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/Source/Platform/Service References/Kudos.Domain/Kudos-WCFService-KudosDomainService1.xsd b/Source/Platform/Service References/Kudos.Domain/Kudos-WCFService-KudosDomainService1.xsd deleted file mode 100644 index f90b509..0000000 --- a/Source/Platform/Service References/Kudos.Domain/Kudos-WCFService-KudosDomainService1.xsd +++ /dev/null @@ -1,15 +0,0 @@ - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/Source/Platform/Service References/Kudos.Domain/Kudos-WCFService-KudosDomainService2.xsd b/Source/Platform/Service References/Kudos.Domain/Kudos-WCFService-KudosDomainService2.xsd deleted file mode 100644 index 705ecbf..0000000 --- a/Source/Platform/Service References/Kudos.Domain/Kudos-WCFService-KudosDomainService2.xsd +++ /dev/null @@ -1,174 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/Source/Platform/Service References/Kudos.Domain/Kudos-WCFService-KudosDomainService3.xsd b/Source/Platform/Service References/Kudos.Domain/Kudos-WCFService-KudosDomainService3.xsd deleted file mode 100644 index 19a3a59..0000000 --- a/Source/Platform/Service References/Kudos.Domain/Kudos-WCFService-KudosDomainService3.xsd +++ /dev/null @@ -1,363 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/Source/Platform/Service References/Kudos.Domain/Kudos-WCFService-KudosDomainService4.xsd b/Source/Platform/Service References/Kudos.Domain/Kudos-WCFService-KudosDomainService4.xsd deleted file mode 100644 index d58e7f3..0000000 --- a/Source/Platform/Service References/Kudos.Domain/Kudos-WCFService-KudosDomainService4.xsd +++ /dev/null @@ -1,42 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/Source/Platform/Service References/Kudos.Domain/KudosDomainService.wsdl b/Source/Platform/Service References/Kudos.Domain/KudosDomainService.wsdl deleted file mode 100644 index 65e8f49..0000000 --- a/Source/Platform/Service References/Kudos.Domain/KudosDomainService.wsdl +++ /dev/null @@ -1,1051 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/Source/Platform/Service References/Kudos.Domain/Microsoft.Tools.TeamMate.Platform.Kudos.Domain.KudosHistory.datasource b/Source/Platform/Service References/Kudos.Domain/Microsoft.Tools.TeamMate.Platform.Kudos.Domain.KudosHistory.datasource deleted file mode 100644 index a36620e..0000000 --- a/Source/Platform/Service References/Kudos.Domain/Microsoft.Tools.TeamMate.Platform.Kudos.Domain.KudosHistory.datasource +++ /dev/null @@ -1,10 +0,0 @@ - - - - Microsoft.Tools.TeamMate.Platform.Kudos.Domain.KudosHistory, Service References.Kudos.Domain.Reference.cs.dll, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null - \ No newline at end of file diff --git a/Source/Platform/Service References/Kudos.Domain/Microsoft.Tools.TeamMate.Platform.Kudos.Domain.KudosInstance.datasource b/Source/Platform/Service References/Kudos.Domain/Microsoft.Tools.TeamMate.Platform.Kudos.Domain.KudosInstance.datasource deleted file mode 100644 index 0aa2933..0000000 --- a/Source/Platform/Service References/Kudos.Domain/Microsoft.Tools.TeamMate.Platform.Kudos.Domain.KudosInstance.datasource +++ /dev/null @@ -1,10 +0,0 @@ - - - - Microsoft.Tools.TeamMate.Platform.Kudos.Domain.KudosInstance, Service References.Kudos.Domain.Reference.cs.dll, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null - \ No newline at end of file diff --git a/Source/Platform/Service References/Kudos.Domain/Microsoft.Tools.TeamMate.Platform.Kudos.Domain.KudosSummary.datasource b/Source/Platform/Service References/Kudos.Domain/Microsoft.Tools.TeamMate.Platform.Kudos.Domain.KudosSummary.datasource deleted file mode 100644 index 14df792..0000000 --- a/Source/Platform/Service References/Kudos.Domain/Microsoft.Tools.TeamMate.Platform.Kudos.Domain.KudosSummary.datasource +++ /dev/null @@ -1,10 +0,0 @@ - - - - Microsoft.Tools.TeamMate.Platform.Kudos.Domain.KudosSummary, Service References.Kudos.Domain.Reference.cs.dll, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null - \ No newline at end of file diff --git a/Source/Platform/Service References/Kudos.Domain/Microsoft.Tools.TeamMate.Platform.Kudos.Domain.KudosWeeklyUsageHistory.datasource b/Source/Platform/Service References/Kudos.Domain/Microsoft.Tools.TeamMate.Platform.Kudos.Domain.KudosWeeklyUsageHistory.datasource deleted file mode 100644 index e0ba0f4..0000000 --- a/Source/Platform/Service References/Kudos.Domain/Microsoft.Tools.TeamMate.Platform.Kudos.Domain.KudosWeeklyUsageHistory.datasource +++ /dev/null @@ -1,10 +0,0 @@ - - - - Microsoft.Tools.TeamMate.Platform.Kudos.Domain.KudosWeeklyUsageHistory, Service References.Kudos.Domain.Reference.cs.dll, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null - \ No newline at end of file diff --git a/Source/Platform/Service References/Kudos.Domain/Microsoft.Tools.TeamMate.Platform.Kudos.Domain.PersonInfo.datasource b/Source/Platform/Service References/Kudos.Domain/Microsoft.Tools.TeamMate.Platform.Kudos.Domain.PersonInfo.datasource deleted file mode 100644 index d7eb272..0000000 --- a/Source/Platform/Service References/Kudos.Domain/Microsoft.Tools.TeamMate.Platform.Kudos.Domain.PersonInfo.datasource +++ /dev/null @@ -1,10 +0,0 @@ - - - - Microsoft.Tools.TeamMate.Platform.Kudos.Domain.PersonInfo, Service References.Kudos.Domain.Reference.cs.dll, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null - \ No newline at end of file diff --git a/Source/Platform/Service References/Kudos.Domain/Microsoft.Tools.TeamMate.Platform.Kudos.Domain.QueryResultOfEmployee.datasource b/Source/Platform/Service References/Kudos.Domain/Microsoft.Tools.TeamMate.Platform.Kudos.Domain.QueryResultOfEmployee.datasource deleted file mode 100644 index 5e99f7e..0000000 --- a/Source/Platform/Service References/Kudos.Domain/Microsoft.Tools.TeamMate.Platform.Kudos.Domain.QueryResultOfEmployee.datasource +++ /dev/null @@ -1,10 +0,0 @@ - - - - Microsoft.Tools.TeamMate.Platform.Kudos.Domain.QueryResultOfEmployee, Service References.Kudos.Domain.Reference.cs.dll, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null - \ No newline at end of file diff --git a/Source/Platform/Service References/Kudos.Domain/Microsoft.Tools.TeamMate.Platform.Kudos.Domain.QueryResultOfKudosTeamHistoryReport.datasource b/Source/Platform/Service References/Kudos.Domain/Microsoft.Tools.TeamMate.Platform.Kudos.Domain.QueryResultOfKudosTeamHistoryReport.datasource deleted file mode 100644 index c541b52..0000000 --- a/Source/Platform/Service References/Kudos.Domain/Microsoft.Tools.TeamMate.Platform.Kudos.Domain.QueryResultOfKudosTeamHistoryReport.datasource +++ /dev/null @@ -1,10 +0,0 @@ - - - - Microsoft.Tools.TeamMate.Platform.Kudos.Domain.QueryResultOfKudosTeamHistoryReport, Service References.Kudos.Domain.Reference.cs.dll, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null - \ No newline at end of file diff --git a/Source/Platform/Service References/Kudos.Domain/Microsoft.Tools.TeamMate.Platform.Kudos.Domain.QueryResultOfPicture.datasource b/Source/Platform/Service References/Kudos.Domain/Microsoft.Tools.TeamMate.Platform.Kudos.Domain.QueryResultOfPicture.datasource deleted file mode 100644 index 422b561..0000000 --- a/Source/Platform/Service References/Kudos.Domain/Microsoft.Tools.TeamMate.Platform.Kudos.Domain.QueryResultOfPicture.datasource +++ /dev/null @@ -1,10 +0,0 @@ - - - - Microsoft.Tools.TeamMate.Platform.Kudos.Domain.QueryResultOfPicture, Service References.Kudos.Domain.Reference.cs.dll, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null - \ No newline at end of file diff --git a/Source/Platform/Service References/Kudos.Domain/Reference.cs b/Source/Platform/Service References/Kudos.Domain/Reference.cs deleted file mode 100644 index d85d02a..0000000 --- a/Source/Platform/Service References/Kudos.Domain/Reference.cs +++ /dev/null @@ -1,2088 +0,0 @@ -//------------------------------------------------------------------------------ -// -// This code was generated by a tool. -// Runtime Version:4.0.30319.42000 -// -// Changes to this file may cause incorrect behavior and will be lost if -// the code is regenerated. -// -//------------------------------------------------------------------------------ - -namespace Microsoft.Tools.TeamMate.Platform.Kudos.Domain { - using System.Runtime.Serialization; - using System; - - - [System.Diagnostics.DebuggerStepThroughAttribute()] - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "4.0.0.0")] - [System.Runtime.Serialization.DataContractAttribute(Name="DomainServiceFault", Namespace="DomainServices")] - [System.SerializableAttribute()] - public partial class DomainServiceFault : object, System.Runtime.Serialization.IExtensibleDataObject, System.ComponentModel.INotifyPropertyChanged { - - [System.NonSerializedAttribute()] - private System.Runtime.Serialization.ExtensionDataObject extensionDataField; - - [System.Runtime.Serialization.OptionalFieldAttribute()] - private int ErrorCodeField; - - [System.Runtime.Serialization.OptionalFieldAttribute()] - private string ErrorMessageField; - - [System.Runtime.Serialization.OptionalFieldAttribute()] - private bool IsDomainExceptionField; - - [System.Runtime.Serialization.OptionalFieldAttribute()] - private Microsoft.Tools.TeamMate.Platform.Kudos.Domain.ValidationResultInfo[] OperationErrorsField; - - [System.Runtime.Serialization.OptionalFieldAttribute()] - private string StackTraceField; - - [global::System.ComponentModel.BrowsableAttribute(false)] - public System.Runtime.Serialization.ExtensionDataObject ExtensionData { - get { - return this.extensionDataField; - } - set { - this.extensionDataField = value; - } - } - - [System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false)] - public int ErrorCode { - get { - return this.ErrorCodeField; - } - set { - if ((this.ErrorCodeField.Equals(value) != true)) { - this.ErrorCodeField = value; - this.RaisePropertyChanged("ErrorCode"); - } - } - } - - [System.Runtime.Serialization.DataMemberAttribute()] - public string ErrorMessage { - get { - return this.ErrorMessageField; - } - set { - if ((object.ReferenceEquals(this.ErrorMessageField, value) != true)) { - this.ErrorMessageField = value; - this.RaisePropertyChanged("ErrorMessage"); - } - } - } - - [System.Runtime.Serialization.DataMemberAttribute()] - public bool IsDomainException { - get { - return this.IsDomainExceptionField; - } - set { - if ((this.IsDomainExceptionField.Equals(value) != true)) { - this.IsDomainExceptionField = value; - this.RaisePropertyChanged("IsDomainException"); - } - } - } - - [System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false)] - public Microsoft.Tools.TeamMate.Platform.Kudos.Domain.ValidationResultInfo[] OperationErrors { - get { - return this.OperationErrorsField; - } - set { - if ((object.ReferenceEquals(this.OperationErrorsField, value) != true)) { - this.OperationErrorsField = value; - this.RaisePropertyChanged("OperationErrors"); - } - } - } - - [System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false)] - public string StackTrace { - get { - return this.StackTraceField; - } - set { - if ((object.ReferenceEquals(this.StackTraceField, value) != true)) { - this.StackTraceField = value; - this.RaisePropertyChanged("StackTrace"); - } - } - } - - public event System.ComponentModel.PropertyChangedEventHandler PropertyChanged; - - protected void RaisePropertyChanged(string propertyName) { - System.ComponentModel.PropertyChangedEventHandler propertyChanged = this.PropertyChanged; - if ((propertyChanged != null)) { - propertyChanged(this, new System.ComponentModel.PropertyChangedEventArgs(propertyName)); - } - } - } - - [System.Diagnostics.DebuggerStepThroughAttribute()] - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "4.0.0.0")] - [System.Runtime.Serialization.DataContractAttribute(Name="ValidationResultInfo", Namespace="DomainServices")] - [System.SerializableAttribute()] - public partial class ValidationResultInfo : object, System.Runtime.Serialization.IExtensibleDataObject, System.ComponentModel.INotifyPropertyChanged { - - [System.NonSerializedAttribute()] - private System.Runtime.Serialization.ExtensionDataObject extensionDataField; - - [System.Runtime.Serialization.OptionalFieldAttribute()] - private int ErrorCodeField; - - [System.Runtime.Serialization.OptionalFieldAttribute()] - private string MessageField; - - [System.Runtime.Serialization.OptionalFieldAttribute()] - private string[] SourceMemberNamesField; - - [System.Runtime.Serialization.OptionalFieldAttribute()] - private string StackTraceField; - - [global::System.ComponentModel.BrowsableAttribute(false)] - public System.Runtime.Serialization.ExtensionDataObject ExtensionData { - get { - return this.extensionDataField; - } - set { - this.extensionDataField = value; - } - } - - [System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false)] - public int ErrorCode { - get { - return this.ErrorCodeField; - } - set { - if ((this.ErrorCodeField.Equals(value) != true)) { - this.ErrorCodeField = value; - this.RaisePropertyChanged("ErrorCode"); - } - } - } - - [System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false)] - public string Message { - get { - return this.MessageField; - } - set { - if ((object.ReferenceEquals(this.MessageField, value) != true)) { - this.MessageField = value; - this.RaisePropertyChanged("Message"); - } - } - } - - [System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false)] - public string[] SourceMemberNames { - get { - return this.SourceMemberNamesField; - } - set { - if ((object.ReferenceEquals(this.SourceMemberNamesField, value) != true)) { - this.SourceMemberNamesField = value; - this.RaisePropertyChanged("SourceMemberNames"); - } - } - } - - [System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false)] - public string StackTrace { - get { - return this.StackTraceField; - } - set { - if ((object.ReferenceEquals(this.StackTraceField, value) != true)) { - this.StackTraceField = value; - this.RaisePropertyChanged("StackTrace"); - } - } - } - - public event System.ComponentModel.PropertyChangedEventHandler PropertyChanged; - - protected void RaisePropertyChanged(string propertyName) { - System.ComponentModel.PropertyChangedEventHandler propertyChanged = this.PropertyChanged; - if ((propertyChanged != null)) { - propertyChanged(this, new System.ComponentModel.PropertyChangedEventArgs(propertyName)); - } - } - } - - [System.Diagnostics.DebuggerStepThroughAttribute()] - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "4.0.0.0")] - [System.Runtime.Serialization.DataContractAttribute(Name="QueryResult", Namespace="DomainServices")] - [System.SerializableAttribute()] - [System.Runtime.Serialization.KnownTypeAttribute(typeof(Microsoft.Tools.TeamMate.Platform.Kudos.Domain.QueryResultOfEmployee))] - [System.Runtime.Serialization.KnownTypeAttribute(typeof(Microsoft.Tools.TeamMate.Platform.Kudos.Domain.QueryResultOfPicture))] - [System.Runtime.Serialization.KnownTypeAttribute(typeof(Microsoft.Tools.TeamMate.Platform.Kudos.Domain.QueryResultOfKudosTeamHistoryReport))] - public partial class QueryResult : object, System.Runtime.Serialization.IExtensibleDataObject, System.ComponentModel.INotifyPropertyChanged { - - [System.NonSerializedAttribute()] - private System.Runtime.Serialization.ExtensionDataObject extensionDataField; - - [System.Runtime.Serialization.OptionalFieldAttribute()] - private int TotalCountField; - - [global::System.ComponentModel.BrowsableAttribute(false)] - public System.Runtime.Serialization.ExtensionDataObject ExtensionData { - get { - return this.extensionDataField; - } - set { - this.extensionDataField = value; - } - } - - [System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false)] - public int TotalCount { - get { - return this.TotalCountField; - } - set { - if ((this.TotalCountField.Equals(value) != true)) { - this.TotalCountField = value; - this.RaisePropertyChanged("TotalCount"); - } - } - } - - public event System.ComponentModel.PropertyChangedEventHandler PropertyChanged; - - protected void RaisePropertyChanged(string propertyName) { - System.ComponentModel.PropertyChangedEventHandler propertyChanged = this.PropertyChanged; - if ((propertyChanged != null)) { - propertyChanged(this, new System.ComponentModel.PropertyChangedEventArgs(propertyName)); - } - } - } - - [System.Diagnostics.DebuggerStepThroughAttribute()] - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "4.0.0.0")] - [System.Runtime.Serialization.DataContractAttribute(Name="QueryResultOfEmployee", Namespace="DomainServices")] - [System.SerializableAttribute()] - [System.Runtime.Serialization.KnownTypeAttribute(typeof(Microsoft.Tools.TeamMate.Platform.Kudos.Domain.KudosTeamHistoryReport))] - [System.Runtime.Serialization.KnownTypeAttribute(typeof(Microsoft.Tools.TeamMate.Platform.Kudos.Domain.PersonInfo))] - [System.Runtime.Serialization.KnownTypeAttribute(typeof(Microsoft.Tools.TeamMate.Platform.Kudos.Domain.Employee))] - [System.Runtime.Serialization.KnownTypeAttribute(typeof(Microsoft.Tools.TeamMate.Platform.Kudos.Domain.Picture))] - [System.Runtime.Serialization.KnownTypeAttribute(typeof(Microsoft.Tools.TeamMate.Platform.Kudos.Domain.KudosSummary))] - [System.Runtime.Serialization.KnownTypeAttribute(typeof(Microsoft.Tools.TeamMate.Platform.Kudos.Domain.KudosHistory))] - [System.Runtime.Serialization.KnownTypeAttribute(typeof(Microsoft.Tools.TeamMate.Platform.Kudos.Domain.KudosWeeklyUsageHistory))] - [System.Runtime.Serialization.KnownTypeAttribute(typeof(Microsoft.Tools.TeamMate.Platform.Kudos.Domain.KudosInstance))] - [System.Runtime.Serialization.KnownTypeAttribute(typeof(Microsoft.Tools.TeamMate.Platform.Kudos.Domain.MailObject))] - [System.Runtime.Serialization.KnownTypeAttribute(typeof(Microsoft.Tools.TeamMate.Platform.Kudos.Domain.KudosTeamHistoryReport[]))] - [System.Runtime.Serialization.KnownTypeAttribute(typeof(Microsoft.Tools.TeamMate.Platform.Kudos.Domain.Employee[]))] - [System.Runtime.Serialization.KnownTypeAttribute(typeof(Microsoft.Tools.TeamMate.Platform.Kudos.Domain.KudosHistory[]))] - [System.Runtime.Serialization.KnownTypeAttribute(typeof(Microsoft.Tools.TeamMate.Platform.Kudos.Domain.Picture[]))] - [System.Runtime.Serialization.KnownTypeAttribute(typeof(Microsoft.Tools.TeamMate.Platform.Kudos.Domain.KudosWeeklyUsageHistory[]))] - [System.Runtime.Serialization.KnownTypeAttribute(typeof(Microsoft.Tools.TeamMate.Platform.Kudos.Domain.KudosInstance[]))] - [System.Runtime.Serialization.KnownTypeAttribute(typeof(string[]))] - [System.Runtime.Serialization.KnownTypeAttribute(typeof(object[]))] - [System.Runtime.Serialization.KnownTypeAttribute(typeof(Microsoft.Tools.TeamMate.Platform.Kudos.Domain.DomainServiceFault))] - [System.Runtime.Serialization.KnownTypeAttribute(typeof(Microsoft.Tools.TeamMate.Platform.Kudos.Domain.ValidationResultInfo[]))] - [System.Runtime.Serialization.KnownTypeAttribute(typeof(Microsoft.Tools.TeamMate.Platform.Kudos.Domain.ValidationResultInfo))] - [System.Runtime.Serialization.KnownTypeAttribute(typeof(Microsoft.Tools.TeamMate.Platform.Kudos.Domain.QueryResultOfKudosTeamHistoryReport))] - [System.Runtime.Serialization.KnownTypeAttribute(typeof(Microsoft.Tools.TeamMate.Platform.Kudos.Domain.QueryResult))] - [System.Runtime.Serialization.KnownTypeAttribute(typeof(Microsoft.Tools.TeamMate.Platform.Kudos.Domain.QueryResultOfPicture))] - public partial class QueryResultOfEmployee : Microsoft.Tools.TeamMate.Platform.Kudos.Domain.QueryResult { - - [System.Runtime.Serialization.OptionalFieldAttribute()] - private object[] IncludedResultsField; - - [System.Runtime.Serialization.OptionalFieldAttribute()] - private Microsoft.Tools.TeamMate.Platform.Kudos.Domain.Employee[] RootResultsField; - - [System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false)] - public object[] IncludedResults { - get { - return this.IncludedResultsField; - } - set { - if ((object.ReferenceEquals(this.IncludedResultsField, value) != true)) { - this.IncludedResultsField = value; - this.RaisePropertyChanged("IncludedResults"); - } - } - } - - [System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false)] - public Microsoft.Tools.TeamMate.Platform.Kudos.Domain.Employee[] RootResults { - get { - return this.RootResultsField; - } - set { - if ((object.ReferenceEquals(this.RootResultsField, value) != true)) { - this.RootResultsField = value; - this.RaisePropertyChanged("RootResults"); - } - } - } - } - - [System.Diagnostics.DebuggerStepThroughAttribute()] - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "4.0.0.0")] - [System.Runtime.Serialization.DataContractAttribute(Name="QueryResultOfPicture", Namespace="DomainServices")] - [System.SerializableAttribute()] - [System.Runtime.Serialization.KnownTypeAttribute(typeof(Microsoft.Tools.TeamMate.Platform.Kudos.Domain.KudosTeamHistoryReport))] - [System.Runtime.Serialization.KnownTypeAttribute(typeof(Microsoft.Tools.TeamMate.Platform.Kudos.Domain.PersonInfo))] - [System.Runtime.Serialization.KnownTypeAttribute(typeof(Microsoft.Tools.TeamMate.Platform.Kudos.Domain.Employee))] - [System.Runtime.Serialization.KnownTypeAttribute(typeof(Microsoft.Tools.TeamMate.Platform.Kudos.Domain.Picture))] - [System.Runtime.Serialization.KnownTypeAttribute(typeof(Microsoft.Tools.TeamMate.Platform.Kudos.Domain.KudosSummary))] - [System.Runtime.Serialization.KnownTypeAttribute(typeof(Microsoft.Tools.TeamMate.Platform.Kudos.Domain.KudosHistory))] - [System.Runtime.Serialization.KnownTypeAttribute(typeof(Microsoft.Tools.TeamMate.Platform.Kudos.Domain.KudosWeeklyUsageHistory))] - [System.Runtime.Serialization.KnownTypeAttribute(typeof(Microsoft.Tools.TeamMate.Platform.Kudos.Domain.KudosInstance))] - [System.Runtime.Serialization.KnownTypeAttribute(typeof(Microsoft.Tools.TeamMate.Platform.Kudos.Domain.MailObject))] - [System.Runtime.Serialization.KnownTypeAttribute(typeof(Microsoft.Tools.TeamMate.Platform.Kudos.Domain.KudosTeamHistoryReport[]))] - [System.Runtime.Serialization.KnownTypeAttribute(typeof(Microsoft.Tools.TeamMate.Platform.Kudos.Domain.Employee[]))] - [System.Runtime.Serialization.KnownTypeAttribute(typeof(Microsoft.Tools.TeamMate.Platform.Kudos.Domain.KudosHistory[]))] - [System.Runtime.Serialization.KnownTypeAttribute(typeof(Microsoft.Tools.TeamMate.Platform.Kudos.Domain.Picture[]))] - [System.Runtime.Serialization.KnownTypeAttribute(typeof(Microsoft.Tools.TeamMate.Platform.Kudos.Domain.KudosWeeklyUsageHistory[]))] - [System.Runtime.Serialization.KnownTypeAttribute(typeof(Microsoft.Tools.TeamMate.Platform.Kudos.Domain.KudosInstance[]))] - [System.Runtime.Serialization.KnownTypeAttribute(typeof(string[]))] - [System.Runtime.Serialization.KnownTypeAttribute(typeof(object[]))] - [System.Runtime.Serialization.KnownTypeAttribute(typeof(Microsoft.Tools.TeamMate.Platform.Kudos.Domain.DomainServiceFault))] - [System.Runtime.Serialization.KnownTypeAttribute(typeof(Microsoft.Tools.TeamMate.Platform.Kudos.Domain.ValidationResultInfo[]))] - [System.Runtime.Serialization.KnownTypeAttribute(typeof(Microsoft.Tools.TeamMate.Platform.Kudos.Domain.ValidationResultInfo))] - [System.Runtime.Serialization.KnownTypeAttribute(typeof(Microsoft.Tools.TeamMate.Platform.Kudos.Domain.QueryResultOfKudosTeamHistoryReport))] - [System.Runtime.Serialization.KnownTypeAttribute(typeof(Microsoft.Tools.TeamMate.Platform.Kudos.Domain.QueryResult))] - [System.Runtime.Serialization.KnownTypeAttribute(typeof(Microsoft.Tools.TeamMate.Platform.Kudos.Domain.QueryResultOfEmployee))] - public partial class QueryResultOfPicture : Microsoft.Tools.TeamMate.Platform.Kudos.Domain.QueryResult { - - [System.Runtime.Serialization.OptionalFieldAttribute()] - private object[] IncludedResultsField; - - [System.Runtime.Serialization.OptionalFieldAttribute()] - private Microsoft.Tools.TeamMate.Platform.Kudos.Domain.Picture[] RootResultsField; - - [System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false)] - public object[] IncludedResults { - get { - return this.IncludedResultsField; - } - set { - if ((object.ReferenceEquals(this.IncludedResultsField, value) != true)) { - this.IncludedResultsField = value; - this.RaisePropertyChanged("IncludedResults"); - } - } - } - - [System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false)] - public Microsoft.Tools.TeamMate.Platform.Kudos.Domain.Picture[] RootResults { - get { - return this.RootResultsField; - } - set { - if ((object.ReferenceEquals(this.RootResultsField, value) != true)) { - this.RootResultsField = value; - this.RaisePropertyChanged("RootResults"); - } - } - } - } - - [System.Diagnostics.DebuggerStepThroughAttribute()] - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "4.0.0.0")] - [System.Runtime.Serialization.DataContractAttribute(Name="QueryResultOfKudosTeamHistoryReport", Namespace="DomainServices")] - [System.SerializableAttribute()] - [System.Runtime.Serialization.KnownTypeAttribute(typeof(Microsoft.Tools.TeamMate.Platform.Kudos.Domain.KudosTeamHistoryReport))] - [System.Runtime.Serialization.KnownTypeAttribute(typeof(Microsoft.Tools.TeamMate.Platform.Kudos.Domain.PersonInfo))] - [System.Runtime.Serialization.KnownTypeAttribute(typeof(Microsoft.Tools.TeamMate.Platform.Kudos.Domain.Employee))] - [System.Runtime.Serialization.KnownTypeAttribute(typeof(Microsoft.Tools.TeamMate.Platform.Kudos.Domain.Picture))] - [System.Runtime.Serialization.KnownTypeAttribute(typeof(Microsoft.Tools.TeamMate.Platform.Kudos.Domain.KudosSummary))] - [System.Runtime.Serialization.KnownTypeAttribute(typeof(Microsoft.Tools.TeamMate.Platform.Kudos.Domain.KudosHistory))] - [System.Runtime.Serialization.KnownTypeAttribute(typeof(Microsoft.Tools.TeamMate.Platform.Kudos.Domain.KudosWeeklyUsageHistory))] - [System.Runtime.Serialization.KnownTypeAttribute(typeof(Microsoft.Tools.TeamMate.Platform.Kudos.Domain.KudosInstance))] - [System.Runtime.Serialization.KnownTypeAttribute(typeof(Microsoft.Tools.TeamMate.Platform.Kudos.Domain.MailObject))] - [System.Runtime.Serialization.KnownTypeAttribute(typeof(Microsoft.Tools.TeamMate.Platform.Kudos.Domain.KudosTeamHistoryReport[]))] - [System.Runtime.Serialization.KnownTypeAttribute(typeof(Microsoft.Tools.TeamMate.Platform.Kudos.Domain.Employee[]))] - [System.Runtime.Serialization.KnownTypeAttribute(typeof(Microsoft.Tools.TeamMate.Platform.Kudos.Domain.KudosHistory[]))] - [System.Runtime.Serialization.KnownTypeAttribute(typeof(Microsoft.Tools.TeamMate.Platform.Kudos.Domain.Picture[]))] - [System.Runtime.Serialization.KnownTypeAttribute(typeof(Microsoft.Tools.TeamMate.Platform.Kudos.Domain.KudosWeeklyUsageHistory[]))] - [System.Runtime.Serialization.KnownTypeAttribute(typeof(Microsoft.Tools.TeamMate.Platform.Kudos.Domain.KudosInstance[]))] - [System.Runtime.Serialization.KnownTypeAttribute(typeof(string[]))] - [System.Runtime.Serialization.KnownTypeAttribute(typeof(object[]))] - [System.Runtime.Serialization.KnownTypeAttribute(typeof(Microsoft.Tools.TeamMate.Platform.Kudos.Domain.DomainServiceFault))] - [System.Runtime.Serialization.KnownTypeAttribute(typeof(Microsoft.Tools.TeamMate.Platform.Kudos.Domain.ValidationResultInfo[]))] - [System.Runtime.Serialization.KnownTypeAttribute(typeof(Microsoft.Tools.TeamMate.Platform.Kudos.Domain.ValidationResultInfo))] - [System.Runtime.Serialization.KnownTypeAttribute(typeof(Microsoft.Tools.TeamMate.Platform.Kudos.Domain.QueryResult))] - [System.Runtime.Serialization.KnownTypeAttribute(typeof(Microsoft.Tools.TeamMate.Platform.Kudos.Domain.QueryResultOfEmployee))] - [System.Runtime.Serialization.KnownTypeAttribute(typeof(Microsoft.Tools.TeamMate.Platform.Kudos.Domain.QueryResultOfPicture))] - public partial class QueryResultOfKudosTeamHistoryReport : Microsoft.Tools.TeamMate.Platform.Kudos.Domain.QueryResult { - - [System.Runtime.Serialization.OptionalFieldAttribute()] - private object[] IncludedResultsField; - - [System.Runtime.Serialization.OptionalFieldAttribute()] - private Microsoft.Tools.TeamMate.Platform.Kudos.Domain.KudosTeamHistoryReport[] RootResultsField; - - [System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false)] - public object[] IncludedResults { - get { - return this.IncludedResultsField; - } - set { - if ((object.ReferenceEquals(this.IncludedResultsField, value) != true)) { - this.IncludedResultsField = value; - this.RaisePropertyChanged("IncludedResults"); - } - } - } - - [System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false)] - public Microsoft.Tools.TeamMate.Platform.Kudos.Domain.KudosTeamHistoryReport[] RootResults { - get { - return this.RootResultsField; - } - set { - if ((object.ReferenceEquals(this.RootResultsField, value) != true)) { - this.RootResultsField = value; - this.RaisePropertyChanged("RootResults"); - } - } - } - } - - [System.Diagnostics.DebuggerStepThroughAttribute()] - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "4.0.0.0")] - [System.Runtime.Serialization.DataContractAttribute(Name="KudosTeamHistoryReport", Namespace="http://schemas.datacontract.org/2004/07/Kudos.WCFService")] - [System.SerializableAttribute()] - public partial class KudosTeamHistoryReport : object, System.Runtime.Serialization.IExtensibleDataObject, System.ComponentModel.INotifyPropertyChanged { - - [System.NonSerializedAttribute()] - private System.Runtime.Serialization.ExtensionDataObject extensionDataField; - - [System.Runtime.Serialization.OptionalFieldAttribute()] - private System.DateTime DateField; - - [System.Runtime.Serialization.OptionalFieldAttribute()] - private Microsoft.Tools.TeamMate.Platform.Kudos.Domain.PersonInfo FromPersonField; - - [System.Runtime.Serialization.OptionalFieldAttribute()] - private bool IsInternalToManagerField; - - [System.Runtime.Serialization.OptionalFieldAttribute()] - private bool IsSentByTeamField; - - [System.Runtime.Serialization.OptionalFieldAttribute()] - private int KudosIdField; - - [System.Runtime.Serialization.OptionalFieldAttribute()] - private string MessageField; - - [System.Runtime.Serialization.OptionalFieldAttribute()] - private Microsoft.Tools.TeamMate.Platform.Kudos.Domain.PersonInfo ToPersonField; - - [global::System.ComponentModel.BrowsableAttribute(false)] - public System.Runtime.Serialization.ExtensionDataObject ExtensionData { - get { - return this.extensionDataField; - } - set { - this.extensionDataField = value; - } - } - - [System.Runtime.Serialization.DataMemberAttribute()] - public System.DateTime Date { - get { - return this.DateField; - } - set { - if ((this.DateField.Equals(value) != true)) { - this.DateField = value; - this.RaisePropertyChanged("Date"); - } - } - } - - [System.Runtime.Serialization.DataMemberAttribute()] - public Microsoft.Tools.TeamMate.Platform.Kudos.Domain.PersonInfo FromPerson { - get { - return this.FromPersonField; - } - set { - if ((object.ReferenceEquals(this.FromPersonField, value) != true)) { - this.FromPersonField = value; - this.RaisePropertyChanged("FromPerson"); - } - } - } - - [System.Runtime.Serialization.DataMemberAttribute()] - public bool IsInternalToManager { - get { - return this.IsInternalToManagerField; - } - set { - if ((this.IsInternalToManagerField.Equals(value) != true)) { - this.IsInternalToManagerField = value; - this.RaisePropertyChanged("IsInternalToManager"); - } - } - } - - [System.Runtime.Serialization.DataMemberAttribute()] - public bool IsSentByTeam { - get { - return this.IsSentByTeamField; - } - set { - if ((this.IsSentByTeamField.Equals(value) != true)) { - this.IsSentByTeamField = value; - this.RaisePropertyChanged("IsSentByTeam"); - } - } - } - - [System.Runtime.Serialization.DataMemberAttribute()] - public int KudosId { - get { - return this.KudosIdField; - } - set { - if ((this.KudosIdField.Equals(value) != true)) { - this.KudosIdField = value; - this.RaisePropertyChanged("KudosId"); - } - } - } - - [System.Runtime.Serialization.DataMemberAttribute()] - public string Message { - get { - return this.MessageField; - } - set { - if ((object.ReferenceEquals(this.MessageField, value) != true)) { - this.MessageField = value; - this.RaisePropertyChanged("Message"); - } - } - } - - [System.Runtime.Serialization.DataMemberAttribute()] - public Microsoft.Tools.TeamMate.Platform.Kudos.Domain.PersonInfo ToPerson { - get { - return this.ToPersonField; - } - set { - if ((object.ReferenceEquals(this.ToPersonField, value) != true)) { - this.ToPersonField = value; - this.RaisePropertyChanged("ToPerson"); - } - } - } - - public event System.ComponentModel.PropertyChangedEventHandler PropertyChanged; - - protected void RaisePropertyChanged(string propertyName) { - System.ComponentModel.PropertyChangedEventHandler propertyChanged = this.PropertyChanged; - if ((propertyChanged != null)) { - propertyChanged(this, new System.ComponentModel.PropertyChangedEventArgs(propertyName)); - } - } - } - - [System.Diagnostics.DebuggerStepThroughAttribute()] - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "4.0.0.0")] - [System.Runtime.Serialization.DataContractAttribute(Name="PersonInfo", Namespace="http://schemas.datacontract.org/2004/07/Kudos.WCFService")] - [System.SerializableAttribute()] - public partial class PersonInfo : object, System.Runtime.Serialization.IExtensibleDataObject, System.ComponentModel.INotifyPropertyChanged { - - [System.NonSerializedAttribute()] - private System.Runtime.Serialization.ExtensionDataObject extensionDataField; - - [System.Runtime.Serialization.OptionalFieldAttribute()] - private string AliasField; - - [System.Runtime.Serialization.OptionalFieldAttribute()] - private string DepartmentField; - - [System.Runtime.Serialization.OptionalFieldAttribute()] - private int EmployeeIdField; - - [System.Runtime.Serialization.OptionalFieldAttribute()] - private string FullNameField; - - [System.Runtime.Serialization.OptionalFieldAttribute()] - private bool HasActiveDirectoryValidDataField; - - [System.Runtime.Serialization.OptionalFieldAttribute()] - private string TitleField; - - [global::System.ComponentModel.BrowsableAttribute(false)] - public System.Runtime.Serialization.ExtensionDataObject ExtensionData { - get { - return this.extensionDataField; - } - set { - this.extensionDataField = value; - } - } - - [System.Runtime.Serialization.DataMemberAttribute()] - public string Alias { - get { - return this.AliasField; - } - set { - if ((object.ReferenceEquals(this.AliasField, value) != true)) { - this.AliasField = value; - this.RaisePropertyChanged("Alias"); - } - } - } - - [System.Runtime.Serialization.DataMemberAttribute()] - public string Department { - get { - return this.DepartmentField; - } - set { - if ((object.ReferenceEquals(this.DepartmentField, value) != true)) { - this.DepartmentField = value; - this.RaisePropertyChanged("Department"); - } - } - } - - [System.Runtime.Serialization.DataMemberAttribute()] - public int EmployeeId { - get { - return this.EmployeeIdField; - } - set { - if ((this.EmployeeIdField.Equals(value) != true)) { - this.EmployeeIdField = value; - this.RaisePropertyChanged("EmployeeId"); - } - } - } - - [System.Runtime.Serialization.DataMemberAttribute()] - public string FullName { - get { - return this.FullNameField; - } - set { - if ((object.ReferenceEquals(this.FullNameField, value) != true)) { - this.FullNameField = value; - this.RaisePropertyChanged("FullName"); - } - } - } - - [System.Runtime.Serialization.DataMemberAttribute()] - public bool HasActiveDirectoryValidData { - get { - return this.HasActiveDirectoryValidDataField; - } - set { - if ((this.HasActiveDirectoryValidDataField.Equals(value) != true)) { - this.HasActiveDirectoryValidDataField = value; - this.RaisePropertyChanged("HasActiveDirectoryValidData"); - } - } - } - - [System.Runtime.Serialization.DataMemberAttribute()] - public string Title { - get { - return this.TitleField; - } - set { - if ((object.ReferenceEquals(this.TitleField, value) != true)) { - this.TitleField = value; - this.RaisePropertyChanged("Title"); - } - } - } - - public event System.ComponentModel.PropertyChangedEventHandler PropertyChanged; - - protected void RaisePropertyChanged(string propertyName) { - System.ComponentModel.PropertyChangedEventHandler propertyChanged = this.PropertyChanged; - if ((propertyChanged != null)) { - propertyChanged(this, new System.ComponentModel.PropertyChangedEventArgs(propertyName)); - } - } - } - - [System.Diagnostics.DebuggerStepThroughAttribute()] - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "4.0.0.0")] - [System.Runtime.Serialization.DataContractAttribute(Name="Employee", Namespace="http://schemas.datacontract.org/2004/07/Kudos.WCFService")] - [System.SerializableAttribute()] - public partial class Employee : object, System.Runtime.Serialization.IExtensibleDataObject, System.ComponentModel.INotifyPropertyChanged { - - [System.NonSerializedAttribute()] - private System.Runtime.Serialization.ExtensionDataObject extensionDataField; - - [System.Runtime.Serialization.OptionalFieldAttribute()] - private string AliasField; - - [System.Runtime.Serialization.OptionalFieldAttribute()] - private string DepartmentField; - - [System.Runtime.Serialization.OptionalFieldAttribute()] - private string DisplayNameField; - - [System.Runtime.Serialization.OptionalFieldAttribute()] - private int EmployeeIdField; - - [System.Runtime.Serialization.OptionalFieldAttribute()] - private bool HasOptedOutField; - - [System.Runtime.Serialization.OptionalFieldAttribute()] - private bool IsActiveField; - - [System.Runtime.Serialization.OptionalFieldAttribute()] - private System.Nullable ManagerIdField; - - [System.Runtime.Serialization.OptionalFieldAttribute()] - private int NestedSetLeftField; - - [System.Runtime.Serialization.OptionalFieldAttribute()] - private int NestedSetRightField; - - [System.Runtime.Serialization.OptionalFieldAttribute()] - private string TitleField; - - [global::System.ComponentModel.BrowsableAttribute(false)] - public System.Runtime.Serialization.ExtensionDataObject ExtensionData { - get { - return this.extensionDataField; - } - set { - this.extensionDataField = value; - } - } - - [System.Runtime.Serialization.DataMemberAttribute()] - public string Alias { - get { - return this.AliasField; - } - set { - if ((object.ReferenceEquals(this.AliasField, value) != true)) { - this.AliasField = value; - this.RaisePropertyChanged("Alias"); - } - } - } - - [System.Runtime.Serialization.DataMemberAttribute()] - public string Department { - get { - return this.DepartmentField; - } - set { - if ((object.ReferenceEquals(this.DepartmentField, value) != true)) { - this.DepartmentField = value; - this.RaisePropertyChanged("Department"); - } - } - } - - [System.Runtime.Serialization.DataMemberAttribute()] - public string DisplayName { - get { - return this.DisplayNameField; - } - set { - if ((object.ReferenceEquals(this.DisplayNameField, value) != true)) { - this.DisplayNameField = value; - this.RaisePropertyChanged("DisplayName"); - } - } - } - - [System.Runtime.Serialization.DataMemberAttribute()] - public int EmployeeId { - get { - return this.EmployeeIdField; - } - set { - if ((this.EmployeeIdField.Equals(value) != true)) { - this.EmployeeIdField = value; - this.RaisePropertyChanged("EmployeeId"); - } - } - } - - [System.Runtime.Serialization.DataMemberAttribute()] - public bool HasOptedOut { - get { - return this.HasOptedOutField; - } - set { - if ((this.HasOptedOutField.Equals(value) != true)) { - this.HasOptedOutField = value; - this.RaisePropertyChanged("HasOptedOut"); - } - } - } - - [System.Runtime.Serialization.DataMemberAttribute()] - public bool IsActive { - get { - return this.IsActiveField; - } - set { - if ((this.IsActiveField.Equals(value) != true)) { - this.IsActiveField = value; - this.RaisePropertyChanged("IsActive"); - } - } - } - - [System.Runtime.Serialization.DataMemberAttribute()] - public System.Nullable ManagerId { - get { - return this.ManagerIdField; - } - set { - if ((this.ManagerIdField.Equals(value) != true)) { - this.ManagerIdField = value; - this.RaisePropertyChanged("ManagerId"); - } - } - } - - [System.Runtime.Serialization.DataMemberAttribute()] - public int NestedSetLeft { - get { - return this.NestedSetLeftField; - } - set { - if ((this.NestedSetLeftField.Equals(value) != true)) { - this.NestedSetLeftField = value; - this.RaisePropertyChanged("NestedSetLeft"); - } - } - } - - [System.Runtime.Serialization.DataMemberAttribute()] - public int NestedSetRight { - get { - return this.NestedSetRightField; - } - set { - if ((this.NestedSetRightField.Equals(value) != true)) { - this.NestedSetRightField = value; - this.RaisePropertyChanged("NestedSetRight"); - } - } - } - - [System.Runtime.Serialization.DataMemberAttribute()] - public string Title { - get { - return this.TitleField; - } - set { - if ((object.ReferenceEquals(this.TitleField, value) != true)) { - this.TitleField = value; - this.RaisePropertyChanged("Title"); - } - } - } - - public event System.ComponentModel.PropertyChangedEventHandler PropertyChanged; - - protected void RaisePropertyChanged(string propertyName) { - System.ComponentModel.PropertyChangedEventHandler propertyChanged = this.PropertyChanged; - if ((propertyChanged != null)) { - propertyChanged(this, new System.ComponentModel.PropertyChangedEventArgs(propertyName)); - } - } - } - - [System.Diagnostics.DebuggerStepThroughAttribute()] - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "4.0.0.0")] - [System.Runtime.Serialization.DataContractAttribute(Name="Picture", Namespace="http://schemas.datacontract.org/2004/07/Kudos.WCFService")] - [System.SerializableAttribute()] - public partial class Picture : object, System.Runtime.Serialization.IExtensibleDataObject, System.ComponentModel.INotifyPropertyChanged { - - [System.NonSerializedAttribute()] - private System.Runtime.Serialization.ExtensionDataObject extensionDataField; - - [System.Runtime.Serialization.OptionalFieldAttribute()] - private int EmployeeIdField; - - [System.Runtime.Serialization.OptionalFieldAttribute()] - private byte[] ImageField; - - [System.Runtime.Serialization.OptionalFieldAttribute()] - private byte[] MD5HashField; - - [System.Runtime.Serialization.OptionalFieldAttribute()] - private System.Nullable ModifiedDateField; - - [global::System.ComponentModel.BrowsableAttribute(false)] - public System.Runtime.Serialization.ExtensionDataObject ExtensionData { - get { - return this.extensionDataField; - } - set { - this.extensionDataField = value; - } - } - - [System.Runtime.Serialization.DataMemberAttribute()] - public int EmployeeId { - get { - return this.EmployeeIdField; - } - set { - if ((this.EmployeeIdField.Equals(value) != true)) { - this.EmployeeIdField = value; - this.RaisePropertyChanged("EmployeeId"); - } - } - } - - [System.Runtime.Serialization.DataMemberAttribute()] - public byte[] Image { - get { - return this.ImageField; - } - set { - if ((object.ReferenceEquals(this.ImageField, value) != true)) { - this.ImageField = value; - this.RaisePropertyChanged("Image"); - } - } - } - - [System.Runtime.Serialization.DataMemberAttribute()] - public byte[] MD5Hash { - get { - return this.MD5HashField; - } - set { - if ((object.ReferenceEquals(this.MD5HashField, value) != true)) { - this.MD5HashField = value; - this.RaisePropertyChanged("MD5Hash"); - } - } - } - - [System.Runtime.Serialization.DataMemberAttribute()] - public System.Nullable ModifiedDate { - get { - return this.ModifiedDateField; - } - set { - if ((this.ModifiedDateField.Equals(value) != true)) { - this.ModifiedDateField = value; - this.RaisePropertyChanged("ModifiedDate"); - } - } - } - - public event System.ComponentModel.PropertyChangedEventHandler PropertyChanged; - - protected void RaisePropertyChanged(string propertyName) { - System.ComponentModel.PropertyChangedEventHandler propertyChanged = this.PropertyChanged; - if ((propertyChanged != null)) { - propertyChanged(this, new System.ComponentModel.PropertyChangedEventArgs(propertyName)); - } - } - } - - [System.Diagnostics.DebuggerStepThroughAttribute()] - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "4.0.0.0")] - [System.Runtime.Serialization.DataContractAttribute(Name="KudosSummary", Namespace="http://schemas.datacontract.org/2004/07/Kudos.WCFService")] - [System.SerializableAttribute()] - public partial class KudosSummary : object, System.Runtime.Serialization.IExtensibleDataObject, System.ComponentModel.INotifyPropertyChanged { - - [System.NonSerializedAttribute()] - private System.Runtime.Serialization.ExtensionDataObject extensionDataField; - - [System.Runtime.Serialization.OptionalFieldAttribute()] - private System.DateTime AccrualStartDateField; - - [System.Runtime.Serialization.OptionalFieldAttribute()] - private string AliasField; - - [System.Runtime.Serialization.OptionalFieldAttribute()] - private int AvailableField; - - [System.Runtime.Serialization.OptionalFieldAttribute()] - private int EmployeeIdField; - - [System.Runtime.Serialization.OptionalFieldAttribute()] - private string ManagerAliasField; - - [System.Runtime.Serialization.OptionalFieldAttribute()] - private System.DateTime NextAccrualDateField; - - [System.Runtime.Serialization.OptionalFieldAttribute()] - private int NextAccrualMaxField; - - [System.Runtime.Serialization.OptionalFieldAttribute()] - private int RecievedAllTimeField; - - [System.Runtime.Serialization.OptionalFieldAttribute()] - private int RecievedThisMonthField; - - [System.Runtime.Serialization.OptionalFieldAttribute()] - private int SentAllTimeField; - - [System.Runtime.Serialization.OptionalFieldAttribute()] - private int SentThisMonthField; - - [global::System.ComponentModel.BrowsableAttribute(false)] - public System.Runtime.Serialization.ExtensionDataObject ExtensionData { - get { - return this.extensionDataField; - } - set { - this.extensionDataField = value; - } - } - - [System.Runtime.Serialization.DataMemberAttribute()] - public System.DateTime AccrualStartDate { - get { - return this.AccrualStartDateField; - } - set { - if ((this.AccrualStartDateField.Equals(value) != true)) { - this.AccrualStartDateField = value; - this.RaisePropertyChanged("AccrualStartDate"); - } - } - } - - [System.Runtime.Serialization.DataMemberAttribute()] - public string Alias { - get { - return this.AliasField; - } - set { - if ((object.ReferenceEquals(this.AliasField, value) != true)) { - this.AliasField = value; - this.RaisePropertyChanged("Alias"); - } - } - } - - [System.Runtime.Serialization.DataMemberAttribute()] - public int Available { - get { - return this.AvailableField; - } - set { - if ((this.AvailableField.Equals(value) != true)) { - this.AvailableField = value; - this.RaisePropertyChanged("Available"); - } - } - } - - [System.Runtime.Serialization.DataMemberAttribute()] - public int EmployeeId { - get { - return this.EmployeeIdField; - } - set { - if ((this.EmployeeIdField.Equals(value) != true)) { - this.EmployeeIdField = value; - this.RaisePropertyChanged("EmployeeId"); - } - } - } - - [System.Runtime.Serialization.DataMemberAttribute()] - public string ManagerAlias { - get { - return this.ManagerAliasField; - } - set { - if ((object.ReferenceEquals(this.ManagerAliasField, value) != true)) { - this.ManagerAliasField = value; - this.RaisePropertyChanged("ManagerAlias"); - } - } - } - - [System.Runtime.Serialization.DataMemberAttribute()] - public System.DateTime NextAccrualDate { - get { - return this.NextAccrualDateField; - } - set { - if ((this.NextAccrualDateField.Equals(value) != true)) { - this.NextAccrualDateField = value; - this.RaisePropertyChanged("NextAccrualDate"); - } - } - } - - [System.Runtime.Serialization.DataMemberAttribute()] - public int NextAccrualMax { - get { - return this.NextAccrualMaxField; - } - set { - if ((this.NextAccrualMaxField.Equals(value) != true)) { - this.NextAccrualMaxField = value; - this.RaisePropertyChanged("NextAccrualMax"); - } - } - } - - [System.Runtime.Serialization.DataMemberAttribute()] - public int RecievedAllTime { - get { - return this.RecievedAllTimeField; - } - set { - if ((this.RecievedAllTimeField.Equals(value) != true)) { - this.RecievedAllTimeField = value; - this.RaisePropertyChanged("RecievedAllTime"); - } - } - } - - [System.Runtime.Serialization.DataMemberAttribute()] - public int RecievedThisMonth { - get { - return this.RecievedThisMonthField; - } - set { - if ((this.RecievedThisMonthField.Equals(value) != true)) { - this.RecievedThisMonthField = value; - this.RaisePropertyChanged("RecievedThisMonth"); - } - } - } - - [System.Runtime.Serialization.DataMemberAttribute()] - public int SentAllTime { - get { - return this.SentAllTimeField; - } - set { - if ((this.SentAllTimeField.Equals(value) != true)) { - this.SentAllTimeField = value; - this.RaisePropertyChanged("SentAllTime"); - } - } - } - - [System.Runtime.Serialization.DataMemberAttribute()] - public int SentThisMonth { - get { - return this.SentThisMonthField; - } - set { - if ((this.SentThisMonthField.Equals(value) != true)) { - this.SentThisMonthField = value; - this.RaisePropertyChanged("SentThisMonth"); - } - } - } - - public event System.ComponentModel.PropertyChangedEventHandler PropertyChanged; - - protected void RaisePropertyChanged(string propertyName) { - System.ComponentModel.PropertyChangedEventHandler propertyChanged = this.PropertyChanged; - if ((propertyChanged != null)) { - propertyChanged(this, new System.ComponentModel.PropertyChangedEventArgs(propertyName)); - } - } - } - - [System.Diagnostics.DebuggerStepThroughAttribute()] - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "4.0.0.0")] - [System.Runtime.Serialization.DataContractAttribute(Name="KudosHistory", Namespace="http://schemas.datacontract.org/2004/07/Kudos.WCFService")] - [System.SerializableAttribute()] - public partial class KudosHistory : object, System.Runtime.Serialization.IExtensibleDataObject, System.ComponentModel.INotifyPropertyChanged { - - [System.NonSerializedAttribute()] - private System.Runtime.Serialization.ExtensionDataObject extensionDataField; - - [System.Runtime.Serialization.OptionalFieldAttribute()] - private string AliasField; - - [System.Runtime.Serialization.OptionalFieldAttribute()] - private System.DateTime DateField; - - [System.Runtime.Serialization.OptionalFieldAttribute()] - private string DepartmentField; - - [System.Runtime.Serialization.OptionalFieldAttribute()] - private int EmployeeIdField; - - [System.Runtime.Serialization.OptionalFieldAttribute()] - private string FullNameField; - - [System.Runtime.Serialization.OptionalFieldAttribute()] - private bool HasActiveDirectoryValidDataField; - - [System.Runtime.Serialization.OptionalFieldAttribute()] - private int KudosIdField; - - [System.Runtime.Serialization.OptionalFieldAttribute()] - private string MessageField; - - [System.Runtime.Serialization.OptionalFieldAttribute()] - private string TitleField; - - [global::System.ComponentModel.BrowsableAttribute(false)] - public System.Runtime.Serialization.ExtensionDataObject ExtensionData { - get { - return this.extensionDataField; - } - set { - this.extensionDataField = value; - } - } - - [System.Runtime.Serialization.DataMemberAttribute()] - public string Alias { - get { - return this.AliasField; - } - set { - if ((object.ReferenceEquals(this.AliasField, value) != true)) { - this.AliasField = value; - this.RaisePropertyChanged("Alias"); - } - } - } - - [System.Runtime.Serialization.DataMemberAttribute()] - public System.DateTime Date { - get { - return this.DateField; - } - set { - if ((this.DateField.Equals(value) != true)) { - this.DateField = value; - this.RaisePropertyChanged("Date"); - } - } - } - - [System.Runtime.Serialization.DataMemberAttribute()] - public string Department { - get { - return this.DepartmentField; - } - set { - if ((object.ReferenceEquals(this.DepartmentField, value) != true)) { - this.DepartmentField = value; - this.RaisePropertyChanged("Department"); - } - } - } - - [System.Runtime.Serialization.DataMemberAttribute()] - public int EmployeeId { - get { - return this.EmployeeIdField; - } - set { - if ((this.EmployeeIdField.Equals(value) != true)) { - this.EmployeeIdField = value; - this.RaisePropertyChanged("EmployeeId"); - } - } - } - - [System.Runtime.Serialization.DataMemberAttribute()] - public string FullName { - get { - return this.FullNameField; - } - set { - if ((object.ReferenceEquals(this.FullNameField, value) != true)) { - this.FullNameField = value; - this.RaisePropertyChanged("FullName"); - } - } - } - - [System.Runtime.Serialization.DataMemberAttribute()] - public bool HasActiveDirectoryValidData { - get { - return this.HasActiveDirectoryValidDataField; - } - set { - if ((this.HasActiveDirectoryValidDataField.Equals(value) != true)) { - this.HasActiveDirectoryValidDataField = value; - this.RaisePropertyChanged("HasActiveDirectoryValidData"); - } - } - } - - [System.Runtime.Serialization.DataMemberAttribute()] - public int KudosId { - get { - return this.KudosIdField; - } - set { - if ((this.KudosIdField.Equals(value) != true)) { - this.KudosIdField = value; - this.RaisePropertyChanged("KudosId"); - } - } - } - - [System.Runtime.Serialization.DataMemberAttribute()] - public string Message { - get { - return this.MessageField; - } - set { - if ((object.ReferenceEquals(this.MessageField, value) != true)) { - this.MessageField = value; - this.RaisePropertyChanged("Message"); - } - } - } - - [System.Runtime.Serialization.DataMemberAttribute()] - public string Title { - get { - return this.TitleField; - } - set { - if ((object.ReferenceEquals(this.TitleField, value) != true)) { - this.TitleField = value; - this.RaisePropertyChanged("Title"); - } - } - } - - public event System.ComponentModel.PropertyChangedEventHandler PropertyChanged; - - protected void RaisePropertyChanged(string propertyName) { - System.ComponentModel.PropertyChangedEventHandler propertyChanged = this.PropertyChanged; - if ((propertyChanged != null)) { - propertyChanged(this, new System.ComponentModel.PropertyChangedEventArgs(propertyName)); - } - } - } - - [System.Diagnostics.DebuggerStepThroughAttribute()] - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "4.0.0.0")] - [System.Runtime.Serialization.DataContractAttribute(Name="KudosWeeklyUsageHistory", Namespace="http://schemas.datacontract.org/2004/07/Kudos.WCFService")] - [System.SerializableAttribute()] - public partial class KudosWeeklyUsageHistory : object, System.Runtime.Serialization.IExtensibleDataObject, System.ComponentModel.INotifyPropertyChanged { - - [System.NonSerializedAttribute()] - private System.Runtime.Serialization.ExtensionDataObject extensionDataField; - - [System.Runtime.Serialization.OptionalFieldAttribute()] - private int KudosSentField; - - [System.Runtime.Serialization.OptionalFieldAttribute()] - private int UniqueReceiversField; - - [System.Runtime.Serialization.OptionalFieldAttribute()] - private int UniqueSendersField; - - [System.Runtime.Serialization.OptionalFieldAttribute()] - private System.DateTime WeekStartField; - - [global::System.ComponentModel.BrowsableAttribute(false)] - public System.Runtime.Serialization.ExtensionDataObject ExtensionData { - get { - return this.extensionDataField; - } - set { - this.extensionDataField = value; - } - } - - [System.Runtime.Serialization.DataMemberAttribute()] - public int KudosSent { - get { - return this.KudosSentField; - } - set { - if ((this.KudosSentField.Equals(value) != true)) { - this.KudosSentField = value; - this.RaisePropertyChanged("KudosSent"); - } - } - } - - [System.Runtime.Serialization.DataMemberAttribute()] - public int UniqueReceivers { - get { - return this.UniqueReceiversField; - } - set { - if ((this.UniqueReceiversField.Equals(value) != true)) { - this.UniqueReceiversField = value; - this.RaisePropertyChanged("UniqueReceivers"); - } - } - } - - [System.Runtime.Serialization.DataMemberAttribute()] - public int UniqueSenders { - get { - return this.UniqueSendersField; - } - set { - if ((this.UniqueSendersField.Equals(value) != true)) { - this.UniqueSendersField = value; - this.RaisePropertyChanged("UniqueSenders"); - } - } - } - - [System.Runtime.Serialization.DataMemberAttribute()] - public System.DateTime WeekStart { - get { - return this.WeekStartField; - } - set { - if ((this.WeekStartField.Equals(value) != true)) { - this.WeekStartField = value; - this.RaisePropertyChanged("WeekStart"); - } - } - } - - public event System.ComponentModel.PropertyChangedEventHandler PropertyChanged; - - protected void RaisePropertyChanged(string propertyName) { - System.ComponentModel.PropertyChangedEventHandler propertyChanged = this.PropertyChanged; - if ((propertyChanged != null)) { - propertyChanged(this, new System.ComponentModel.PropertyChangedEventArgs(propertyName)); - } - } - } - - [System.Diagnostics.DebuggerStepThroughAttribute()] - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "4.0.0.0")] - [System.Runtime.Serialization.DataContractAttribute(Name="KudosInstance", Namespace="http://schemas.datacontract.org/2004/07/Kudos.WCFService")] - [System.SerializableAttribute()] - public partial class KudosInstance : object, System.Runtime.Serialization.IExtensibleDataObject, System.ComponentModel.INotifyPropertyChanged { - - [System.NonSerializedAttribute()] - private System.Runtime.Serialization.ExtensionDataObject extensionDataField; - - [System.Runtime.Serialization.OptionalFieldAttribute()] - private System.DateTime DateField; - - [System.Runtime.Serialization.OptionalFieldAttribute()] - private int FromEmployeeIdField; - - [System.Runtime.Serialization.OptionalFieldAttribute()] - private string MessageField; - - [System.Runtime.Serialization.OptionalFieldAttribute()] - private int ToEmployeeIdField; - - [global::System.ComponentModel.BrowsableAttribute(false)] - public System.Runtime.Serialization.ExtensionDataObject ExtensionData { - get { - return this.extensionDataField; - } - set { - this.extensionDataField = value; - } - } - - [System.Runtime.Serialization.DataMemberAttribute()] - public System.DateTime Date { - get { - return this.DateField; - } - set { - if ((this.DateField.Equals(value) != true)) { - this.DateField = value; - this.RaisePropertyChanged("Date"); - } - } - } - - [System.Runtime.Serialization.DataMemberAttribute()] - public int FromEmployeeId { - get { - return this.FromEmployeeIdField; - } - set { - if ((this.FromEmployeeIdField.Equals(value) != true)) { - this.FromEmployeeIdField = value; - this.RaisePropertyChanged("FromEmployeeId"); - } - } - } - - [System.Runtime.Serialization.DataMemberAttribute()] - public string Message { - get { - return this.MessageField; - } - set { - if ((object.ReferenceEquals(this.MessageField, value) != true)) { - this.MessageField = value; - this.RaisePropertyChanged("Message"); - } - } - } - - [System.Runtime.Serialization.DataMemberAttribute()] - public int ToEmployeeId { - get { - return this.ToEmployeeIdField; - } - set { - if ((this.ToEmployeeIdField.Equals(value) != true)) { - this.ToEmployeeIdField = value; - this.RaisePropertyChanged("ToEmployeeId"); - } - } - } - - public event System.ComponentModel.PropertyChangedEventHandler PropertyChanged; - - protected void RaisePropertyChanged(string propertyName) { - System.ComponentModel.PropertyChangedEventHandler propertyChanged = this.PropertyChanged; - if ((propertyChanged != null)) { - propertyChanged(this, new System.ComponentModel.PropertyChangedEventArgs(propertyName)); - } - } - } - - [System.Diagnostics.DebuggerStepThroughAttribute()] - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "4.0.0.0")] - [System.Runtime.Serialization.DataContractAttribute(Name="MailObject", Namespace="http://schemas.datacontract.org/2004/07/Kudos.WCFService")] - [System.SerializableAttribute()] - public partial class MailObject : object, System.Runtime.Serialization.IExtensibleDataObject, System.ComponentModel.INotifyPropertyChanged { - - [System.NonSerializedAttribute()] - private System.Runtime.Serialization.ExtensionDataObject extensionDataField; - - [System.Runtime.Serialization.OptionalFieldAttribute()] - private string CcField; - - [System.Runtime.Serialization.OptionalFieldAttribute()] - private string MessageField; - - [System.Runtime.Serialization.OptionalFieldAttribute()] - private string SubjectField; - - [System.Runtime.Serialization.OptionalFieldAttribute()] - private string ToField; - - [global::System.ComponentModel.BrowsableAttribute(false)] - public System.Runtime.Serialization.ExtensionDataObject ExtensionData { - get { - return this.extensionDataField; - } - set { - this.extensionDataField = value; - } - } - - [System.Runtime.Serialization.DataMemberAttribute()] - public string Cc { - get { - return this.CcField; - } - set { - if ((object.ReferenceEquals(this.CcField, value) != true)) { - this.CcField = value; - this.RaisePropertyChanged("Cc"); - } - } - } - - [System.Runtime.Serialization.DataMemberAttribute()] - public string Message { - get { - return this.MessageField; - } - set { - if ((object.ReferenceEquals(this.MessageField, value) != true)) { - this.MessageField = value; - this.RaisePropertyChanged("Message"); - } - } - } - - [System.Runtime.Serialization.DataMemberAttribute()] - public string Subject { - get { - return this.SubjectField; - } - set { - if ((object.ReferenceEquals(this.SubjectField, value) != true)) { - this.SubjectField = value; - this.RaisePropertyChanged("Subject"); - } - } - } - - [System.Runtime.Serialization.DataMemberAttribute()] - public string To { - get { - return this.ToField; - } - set { - if ((object.ReferenceEquals(this.ToField, value) != true)) { - this.ToField = value; - this.RaisePropertyChanged("To"); - } - } - } - - public event System.ComponentModel.PropertyChangedEventHandler PropertyChanged; - - protected void RaisePropertyChanged(string propertyName) { - System.ComponentModel.PropertyChangedEventHandler propertyChanged = this.PropertyChanged; - if ((propertyChanged != null)) { - propertyChanged(this, new System.ComponentModel.PropertyChangedEventArgs(propertyName)); - } - } - } - - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] - [System.ServiceModel.ServiceContractAttribute(ConfigurationName="Kudos.Domain.KudosDomainServicesoap")] - public interface KudosDomainServicesoap { - - [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/KudosDomainServicesoap/Ping", ReplyAction="http://tempuri.org/KudosDomainServicesoap/PingResponse")] - [System.ServiceModel.FaultContractAttribute(typeof(Microsoft.Tools.TeamMate.Platform.Kudos.Domain.DomainServiceFault), Action="http://tempuri.org/KudosDomainServicesoap/PingDomainServiceFault", Name="DomainServiceFault", Namespace="DomainServices")] - bool Ping(); - - [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/KudosDomainServicesoap/Ping", ReplyAction="http://tempuri.org/KudosDomainServicesoap/PingResponse")] - System.Threading.Tasks.Task PingAsync(); - - [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/KudosDomainServicesoap/PingLogging", ReplyAction="http://tempuri.org/KudosDomainServicesoap/PingLoggingResponse")] - [System.ServiceModel.FaultContractAttribute(typeof(Microsoft.Tools.TeamMate.Platform.Kudos.Domain.DomainServiceFault), Action="http://tempuri.org/KudosDomainServicesoap/PingLoggingDomainServiceFault", Name="DomainServiceFault", Namespace="DomainServices")] - bool PingLogging(); - - [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/KudosDomainServicesoap/PingLogging", ReplyAction="http://tempuri.org/KudosDomainServicesoap/PingLoggingResponse")] - System.Threading.Tasks.Task PingLoggingAsync(); - - [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/KudosDomainServicesoap/GetTeamHistoryForManager", ReplyAction="http://tempuri.org/KudosDomainServicesoap/GetTeamHistoryForManagerResponse")] - [System.ServiceModel.FaultContractAttribute(typeof(Microsoft.Tools.TeamMate.Platform.Kudos.Domain.DomainServiceFault), Action="http://tempuri.org/KudosDomainServicesoap/GetTeamHistoryForManagerDomainServiceFa" + - "ult", Name="DomainServiceFault", Namespace="DomainServices")] - Microsoft.Tools.TeamMate.Platform.Kudos.Domain.QueryResultOfKudosTeamHistoryReport GetTeamHistoryForManager(System.Nullable emplyeeId, string alias, System.DateTime startDate, System.DateTime endDate); - - [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/KudosDomainServicesoap/GetTeamHistoryForManager", ReplyAction="http://tempuri.org/KudosDomainServicesoap/GetTeamHistoryForManagerResponse")] - System.Threading.Tasks.Task GetTeamHistoryForManagerAsync(System.Nullable emplyeeId, string alias, System.DateTime startDate, System.DateTime endDate); - - [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/KudosDomainServicesoap/GetTeamHistoryForManagerDirectsOnly", ReplyAction="http://tempuri.org/KudosDomainServicesoap/GetTeamHistoryForManagerDirectsOnlyResp" + - "onse")] - [System.ServiceModel.FaultContractAttribute(typeof(Microsoft.Tools.TeamMate.Platform.Kudos.Domain.DomainServiceFault), Action="http://tempuri.org/KudosDomainServicesoap/GetTeamHistoryForManagerDirectsOnlyDoma" + - "inServiceFault", Name="DomainServiceFault", Namespace="DomainServices")] - Microsoft.Tools.TeamMate.Platform.Kudos.Domain.QueryResultOfKudosTeamHistoryReport GetTeamHistoryForManagerDirectsOnly(System.Nullable emplyeeId, string alias, System.DateTime startDate, System.DateTime endDate); - - [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/KudosDomainServicesoap/GetTeamHistoryForManagerDirectsOnly", ReplyAction="http://tempuri.org/KudosDomainServicesoap/GetTeamHistoryForManagerDirectsOnlyResp" + - "onse")] - System.Threading.Tasks.Task GetTeamHistoryForManagerDirectsOnlyAsync(System.Nullable emplyeeId, string alias, System.DateTime startDate, System.DateTime endDate); - - [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/KudosDomainServicesoap/SearchEmployeesByName", ReplyAction="http://tempuri.org/KudosDomainServicesoap/SearchEmployeesByNameResponse")] - [System.ServiceModel.FaultContractAttribute(typeof(Microsoft.Tools.TeamMate.Platform.Kudos.Domain.DomainServiceFault), Action="http://tempuri.org/KudosDomainServicesoap/SearchEmployeesByNameDomainServiceFault" + - "", Name="DomainServiceFault", Namespace="DomainServices")] - Microsoft.Tools.TeamMate.Platform.Kudos.Domain.QueryResultOfEmployee SearchEmployeesByName(string nameSearchText); - - [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/KudosDomainServicesoap/SearchEmployeesByName", ReplyAction="http://tempuri.org/KudosDomainServicesoap/SearchEmployeesByNameResponse")] - System.Threading.Tasks.Task SearchEmployeesByNameAsync(string nameSearchText); - - [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/KudosDomainServicesoap/GetEmployeeByAlias", ReplyAction="http://tempuri.org/KudosDomainServicesoap/GetEmployeeByAliasResponse")] - [System.ServiceModel.FaultContractAttribute(typeof(Microsoft.Tools.TeamMate.Platform.Kudos.Domain.DomainServiceFault), Action="http://tempuri.org/KudosDomainServicesoap/GetEmployeeByAliasDomainServiceFault", Name="DomainServiceFault", Namespace="DomainServices")] - Microsoft.Tools.TeamMate.Platform.Kudos.Domain.QueryResultOfEmployee GetEmployeeByAlias(string alias); - - [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/KudosDomainServicesoap/GetEmployeeByAlias", ReplyAction="http://tempuri.org/KudosDomainServicesoap/GetEmployeeByAliasResponse")] - System.Threading.Tasks.Task GetEmployeeByAliasAsync(string alias); - - [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/KudosDomainServicesoap/TrackMetric", ReplyAction="http://tempuri.org/KudosDomainServicesoap/TrackMetricResponse")] - [System.ServiceModel.FaultContractAttribute(typeof(Microsoft.Tools.TeamMate.Platform.Kudos.Domain.DomainServiceFault), Action="http://tempuri.org/KudosDomainServicesoap/TrackMetricDomainServiceFault", Name="DomainServiceFault", Namespace="DomainServices")] - bool TrackMetric(int metricTypeId); - - [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/KudosDomainServicesoap/TrackMetric", ReplyAction="http://tempuri.org/KudosDomainServicesoap/TrackMetricResponse")] - System.Threading.Tasks.Task TrackMetricAsync(int metricTypeId); - - [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/KudosDomainServicesoap/GetKudosSummaryForCurrentUser", ReplyAction="http://tempuri.org/KudosDomainServicesoap/GetKudosSummaryForCurrentUserResponse")] - [System.ServiceModel.FaultContractAttribute(typeof(Microsoft.Tools.TeamMate.Platform.Kudos.Domain.DomainServiceFault), Action="http://tempuri.org/KudosDomainServicesoap/GetKudosSummaryForCurrentUserDomainServ" + - "iceFault", Name="DomainServiceFault", Namespace="DomainServices")] - Microsoft.Tools.TeamMate.Platform.Kudos.Domain.KudosSummary GetKudosSummaryForCurrentUser(); - - [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/KudosDomainServicesoap/GetKudosSummaryForCurrentUser", ReplyAction="http://tempuri.org/KudosDomainServicesoap/GetKudosSummaryForCurrentUserResponse")] - System.Threading.Tasks.Task GetKudosSummaryForCurrentUserAsync(); - - [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/KudosDomainServicesoap/GetKudosSummaryForEmployeeId", ReplyAction="http://tempuri.org/KudosDomainServicesoap/GetKudosSummaryForEmployeeIdResponse")] - [System.ServiceModel.FaultContractAttribute(typeof(Microsoft.Tools.TeamMate.Platform.Kudos.Domain.DomainServiceFault), Action="http://tempuri.org/KudosDomainServicesoap/GetKudosSummaryForEmployeeIdDomainServi" + - "ceFault", Name="DomainServiceFault", Namespace="DomainServices")] - Microsoft.Tools.TeamMate.Platform.Kudos.Domain.KudosSummary GetKudosSummaryForEmployeeId(int employeeId); - - [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/KudosDomainServicesoap/GetKudosSummaryForEmployeeId", ReplyAction="http://tempuri.org/KudosDomainServicesoap/GetKudosSummaryForEmployeeIdResponse")] - System.Threading.Tasks.Task GetKudosSummaryForEmployeeIdAsync(int employeeId); - - [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/KudosDomainServicesoap/GetKudosSummary", ReplyAction="http://tempuri.org/KudosDomainServicesoap/GetKudosSummaryResponse")] - [System.ServiceModel.FaultContractAttribute(typeof(Microsoft.Tools.TeamMate.Platform.Kudos.Domain.DomainServiceFault), Action="http://tempuri.org/KudosDomainServicesoap/GetKudosSummaryDomainServiceFault", Name="DomainServiceFault", Namespace="DomainServices")] - Microsoft.Tools.TeamMate.Platform.Kudos.Domain.KudosSummary GetKudosSummary(System.Nullable employeeId, string alias); - - [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/KudosDomainServicesoap/GetKudosSummary", ReplyAction="http://tempuri.org/KudosDomainServicesoap/GetKudosSummaryResponse")] - System.Threading.Tasks.Task GetKudosSummaryAsync(System.Nullable employeeId, string alias); - - [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/KudosDomainServicesoap/GetKudosReceived", ReplyAction="http://tempuri.org/KudosDomainServicesoap/GetKudosReceivedResponse")] - [System.ServiceModel.FaultContractAttribute(typeof(Microsoft.Tools.TeamMate.Platform.Kudos.Domain.DomainServiceFault), Action="http://tempuri.org/KudosDomainServicesoap/GetKudosReceivedDomainServiceFault", Name="DomainServiceFault", Namespace="DomainServices")] - Microsoft.Tools.TeamMate.Platform.Kudos.Domain.KudosHistory[] GetKudosReceived(System.Nullable employeeId, string alias); - - [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/KudosDomainServicesoap/GetKudosReceived", ReplyAction="http://tempuri.org/KudosDomainServicesoap/GetKudosReceivedResponse")] - System.Threading.Tasks.Task GetKudosReceivedAsync(System.Nullable employeeId, string alias); - - [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/KudosDomainServicesoap/GetKudosSent", ReplyAction="http://tempuri.org/KudosDomainServicesoap/GetKudosSentResponse")] - [System.ServiceModel.FaultContractAttribute(typeof(Microsoft.Tools.TeamMate.Platform.Kudos.Domain.DomainServiceFault), Action="http://tempuri.org/KudosDomainServicesoap/GetKudosSentDomainServiceFault", Name="DomainServiceFault", Namespace="DomainServices")] - Microsoft.Tools.TeamMate.Platform.Kudos.Domain.KudosHistory[] GetKudosSent(System.Nullable employeeId, string alias); - - [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/KudosDomainServicesoap/GetKudosSent", ReplyAction="http://tempuri.org/KudosDomainServicesoap/GetKudosSentResponse")] - System.Threading.Tasks.Task GetKudosSentAsync(System.Nullable employeeId, string alias); - - [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/KudosDomainServicesoap/SendKudos", ReplyAction="http://tempuri.org/KudosDomainServicesoap/SendKudosResponse")] - [System.ServiceModel.FaultContractAttribute(typeof(Microsoft.Tools.TeamMate.Platform.Kudos.Domain.DomainServiceFault), Action="http://tempuri.org/KudosDomainServicesoap/SendKudosDomainServiceFault", Name="DomainServiceFault", Namespace="DomainServices")] - bool SendKudos(System.Nullable employeeId, string alias, string message); - - [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/KudosDomainServicesoap/SendKudos", ReplyAction="http://tempuri.org/KudosDomainServicesoap/SendKudosResponse")] - System.Threading.Tasks.Task SendKudosAsync(System.Nullable employeeId, string alias, string message); - - [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/KudosDomainServicesoap/GetPicture", ReplyAction="http://tempuri.org/KudosDomainServicesoap/GetPictureResponse")] - [System.ServiceModel.FaultContractAttribute(typeof(Microsoft.Tools.TeamMate.Platform.Kudos.Domain.DomainServiceFault), Action="http://tempuri.org/KudosDomainServicesoap/GetPictureDomainServiceFault", Name="DomainServiceFault", Namespace="DomainServices")] - Microsoft.Tools.TeamMate.Platform.Kudos.Domain.QueryResultOfPicture GetPicture(int employeeId); - - [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/KudosDomainServicesoap/GetPicture", ReplyAction="http://tempuri.org/KudosDomainServicesoap/GetPictureResponse")] - System.Threading.Tasks.Task GetPictureAsync(int employeeId); - - [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/KudosDomainServicesoap/UpdateKudosMessage", ReplyAction="http://tempuri.org/KudosDomainServicesoap/UpdateKudosMessageResponse")] - [System.ServiceModel.FaultContractAttribute(typeof(Microsoft.Tools.TeamMate.Platform.Kudos.Domain.DomainServiceFault), Action="http://tempuri.org/KudosDomainServicesoap/UpdateKudosMessageDomainServiceFault", Name="DomainServiceFault", Namespace="DomainServices")] - bool UpdateKudosMessage(int kudosId, string message); - - [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/KudosDomainServicesoap/UpdateKudosMessage", ReplyAction="http://tempuri.org/KudosDomainServicesoap/UpdateKudosMessageResponse")] - System.Threading.Tasks.Task UpdateKudosMessageAsync(int kudosId, string message); - - [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/KudosDomainServicesoap/DeleteKudos", ReplyAction="http://tempuri.org/KudosDomainServicesoap/DeleteKudosResponse")] - [System.ServiceModel.FaultContractAttribute(typeof(Microsoft.Tools.TeamMate.Platform.Kudos.Domain.DomainServiceFault), Action="http://tempuri.org/KudosDomainServicesoap/DeleteKudosDomainServiceFault", Name="DomainServiceFault", Namespace="DomainServices")] - bool DeleteKudos(int kudosId); - - [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/KudosDomainServicesoap/DeleteKudos", ReplyAction="http://tempuri.org/KudosDomainServicesoap/DeleteKudosResponse")] - System.Threading.Tasks.Task DeleteKudosAsync(int kudosId); - - [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/KudosDomainServicesoap/GetWeeklyUsageHistory", ReplyAction="http://tempuri.org/KudosDomainServicesoap/GetWeeklyUsageHistoryResponse")] - [System.ServiceModel.FaultContractAttribute(typeof(Microsoft.Tools.TeamMate.Platform.Kudos.Domain.DomainServiceFault), Action="http://tempuri.org/KudosDomainServicesoap/GetWeeklyUsageHistoryDomainServiceFault" + - "", Name="DomainServiceFault", Namespace="DomainServices")] - Microsoft.Tools.TeamMate.Platform.Kudos.Domain.KudosWeeklyUsageHistory[] GetWeeklyUsageHistory(); - - [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/KudosDomainServicesoap/GetWeeklyUsageHistory", ReplyAction="http://tempuri.org/KudosDomainServicesoap/GetWeeklyUsageHistoryResponse")] - System.Threading.Tasks.Task GetWeeklyUsageHistoryAsync(); - - [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/KudosDomainServicesoap/GetTotalKudos", ReplyAction="http://tempuri.org/KudosDomainServicesoap/GetTotalKudosResponse")] - [System.ServiceModel.FaultContractAttribute(typeof(Microsoft.Tools.TeamMate.Platform.Kudos.Domain.DomainServiceFault), Action="http://tempuri.org/KudosDomainServicesoap/GetTotalKudosDomainServiceFault", Name="DomainServiceFault", Namespace="DomainServices")] - int GetTotalKudos(); - - [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/KudosDomainServicesoap/GetTotalKudos", ReplyAction="http://tempuri.org/KudosDomainServicesoap/GetTotalKudosResponse")] - System.Threading.Tasks.Task GetTotalKudosAsync(); - - [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/KudosDomainServicesoap/GetPersonInfo", ReplyAction="http://tempuri.org/KudosDomainServicesoap/GetPersonInfoResponse")] - [System.ServiceModel.FaultContractAttribute(typeof(Microsoft.Tools.TeamMate.Platform.Kudos.Domain.DomainServiceFault), Action="http://tempuri.org/KudosDomainServicesoap/GetPersonInfoDomainServiceFault", Name="DomainServiceFault", Namespace="DomainServices")] - Microsoft.Tools.TeamMate.Platform.Kudos.Domain.PersonInfo GetPersonInfo(int employeeId); - - [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/KudosDomainServicesoap/GetPersonInfo", ReplyAction="http://tempuri.org/KudosDomainServicesoap/GetPersonInfoResponse")] - System.Threading.Tasks.Task GetPersonInfoAsync(int employeeId); - - [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/KudosDomainServicesoap/GetKudos", ReplyAction="http://tempuri.org/KudosDomainServicesoap/GetKudosResponse")] - [System.ServiceModel.FaultContractAttribute(typeof(Microsoft.Tools.TeamMate.Platform.Kudos.Domain.DomainServiceFault), Action="http://tempuri.org/KudosDomainServicesoap/GetKudosDomainServiceFault", Name="DomainServiceFault", Namespace="DomainServices")] - Microsoft.Tools.TeamMate.Platform.Kudos.Domain.KudosInstance[] GetKudos(System.DateTime startDate, System.DateTime endDate); - - [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/KudosDomainServicesoap/GetKudos", ReplyAction="http://tempuri.org/KudosDomainServicesoap/GetKudosResponse")] - System.Threading.Tasks.Task GetKudosAsync(System.DateTime startDate, System.DateTime endDate); - - [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/KudosDomainServicesoap/SendMail", ReplyAction="http://tempuri.org/KudosDomainServicesoap/SendMailResponse")] - [System.ServiceModel.FaultContractAttribute(typeof(Microsoft.Tools.TeamMate.Platform.Kudos.Domain.DomainServiceFault), Action="http://tempuri.org/KudosDomainServicesoap/SendMailDomainServiceFault", Name="DomainServiceFault", Namespace="DomainServices")] - void SendMail(Microsoft.Tools.TeamMate.Platform.Kudos.Domain.MailObject mailObject); - - [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/KudosDomainServicesoap/SendMail", ReplyAction="http://tempuri.org/KudosDomainServicesoap/SendMailResponse")] - System.Threading.Tasks.Task SendMailAsync(Microsoft.Tools.TeamMate.Platform.Kudos.Domain.MailObject mailObject); - - [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/KudosDomainServicesoap/ResendKudosEmail", ReplyAction="http://tempuri.org/KudosDomainServicesoap/ResendKudosEmailResponse")] - [System.ServiceModel.FaultContractAttribute(typeof(Microsoft.Tools.TeamMate.Platform.Kudos.Domain.DomainServiceFault), Action="http://tempuri.org/KudosDomainServicesoap/ResendKudosEmailDomainServiceFault", Name="DomainServiceFault", Namespace="DomainServices")] - string ResendKudosEmail(int kudosId); - - [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/KudosDomainServicesoap/ResendKudosEmail", ReplyAction="http://tempuri.org/KudosDomainServicesoap/ResendKudosEmailResponse")] - System.Threading.Tasks.Task ResendKudosEmailAsync(int kudosId); - - [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/KudosDomainServicesoap/SaveKudosAndSendEmailMessage", ReplyAction="http://tempuri.org/KudosDomainServicesoap/SaveKudosAndSendEmailMessageResponse")] - [System.ServiceModel.FaultContractAttribute(typeof(Microsoft.Tools.TeamMate.Platform.Kudos.Domain.DomainServiceFault), Action="http://tempuri.org/KudosDomainServicesoap/SaveKudosAndSendEmailMessageDomainServi" + - "ceFault", Name="DomainServiceFault", Namespace="DomainServices")] - void SaveKudosAndSendEmailMessage(int fromEmployeeId, int toEmployeeId, string message, bool isPrivate); - - [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/KudosDomainServicesoap/SaveKudosAndSendEmailMessage", ReplyAction="http://tempuri.org/KudosDomainServicesoap/SaveKudosAndSendEmailMessageResponse")] - System.Threading.Tasks.Task SaveKudosAndSendEmailMessageAsync(int fromEmployeeId, int toEmployeeId, string message, bool isPrivate); - - [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/KudosDomainServicesoap/HasEmployeeOptedOut", ReplyAction="http://tempuri.org/KudosDomainServicesoap/HasEmployeeOptedOutResponse")] - [System.ServiceModel.FaultContractAttribute(typeof(Microsoft.Tools.TeamMate.Platform.Kudos.Domain.DomainServiceFault), Action="http://tempuri.org/KudosDomainServicesoap/HasEmployeeOptedOutDomainServiceFault", Name="DomainServiceFault", Namespace="DomainServices")] - bool HasEmployeeOptedOut(int employeeId); - - [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/KudosDomainServicesoap/HasEmployeeOptedOut", ReplyAction="http://tempuri.org/KudosDomainServicesoap/HasEmployeeOptedOutResponse")] - System.Threading.Tasks.Task HasEmployeeOptedOutAsync(int employeeId); - - [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/KudosDomainServicesoap/OptOutFromKudos", ReplyAction="http://tempuri.org/KudosDomainServicesoap/OptOutFromKudosResponse")] - [System.ServiceModel.FaultContractAttribute(typeof(Microsoft.Tools.TeamMate.Platform.Kudos.Domain.DomainServiceFault), Action="http://tempuri.org/KudosDomainServicesoap/OptOutFromKudosDomainServiceFault", Name="DomainServiceFault", Namespace="DomainServices")] - void OptOutFromKudos(); - - [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/KudosDomainServicesoap/OptOutFromKudos", ReplyAction="http://tempuri.org/KudosDomainServicesoap/OptOutFromKudosResponse")] - System.Threading.Tasks.Task OptOutFromKudosAsync(); - - [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/KudosDomainServicesoap/OptInIntoKudos", ReplyAction="http://tempuri.org/KudosDomainServicesoap/OptInIntoKudosResponse")] - [System.ServiceModel.FaultContractAttribute(typeof(Microsoft.Tools.TeamMate.Platform.Kudos.Domain.DomainServiceFault), Action="http://tempuri.org/KudosDomainServicesoap/OptInIntoKudosDomainServiceFault", Name="DomainServiceFault", Namespace="DomainServices")] - void OptInIntoKudos(); - - [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/KudosDomainServicesoap/OptInIntoKudos", ReplyAction="http://tempuri.org/KudosDomainServicesoap/OptInIntoKudosResponse")] - System.Threading.Tasks.Task OptInIntoKudosAsync(); - } - - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] - public interface KudosDomainServicesoapChannel : Microsoft.Tools.TeamMate.Platform.Kudos.Domain.KudosDomainServicesoap, System.ServiceModel.IClientChannel { - } - - [System.Diagnostics.DebuggerStepThroughAttribute()] - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] - public partial class KudosDomainServicesoapClient : System.ServiceModel.ClientBase, Microsoft.Tools.TeamMate.Platform.Kudos.Domain.KudosDomainServicesoap { - - public KudosDomainServicesoapClient() { - } - - public KudosDomainServicesoapClient(string endpointConfigurationName) : - base(endpointConfigurationName) { - } - - public KudosDomainServicesoapClient(string endpointConfigurationName, string remoteAddress) : - base(endpointConfigurationName, remoteAddress) { - } - - public KudosDomainServicesoapClient(string endpointConfigurationName, System.ServiceModel.EndpointAddress remoteAddress) : - base(endpointConfigurationName, remoteAddress) { - } - - public KudosDomainServicesoapClient(System.ServiceModel.Channels.Binding binding, System.ServiceModel.EndpointAddress remoteAddress) : - base(binding, remoteAddress) { - } - - public bool Ping() { - return base.Channel.Ping(); - } - - public System.Threading.Tasks.Task PingAsync() { - return base.Channel.PingAsync(); - } - - public bool PingLogging() { - return base.Channel.PingLogging(); - } - - public System.Threading.Tasks.Task PingLoggingAsync() { - return base.Channel.PingLoggingAsync(); - } - - public Microsoft.Tools.TeamMate.Platform.Kudos.Domain.QueryResultOfKudosTeamHistoryReport GetTeamHistoryForManager(System.Nullable emplyeeId, string alias, System.DateTime startDate, System.DateTime endDate) { - return base.Channel.GetTeamHistoryForManager(emplyeeId, alias, startDate, endDate); - } - - public System.Threading.Tasks.Task GetTeamHistoryForManagerAsync(System.Nullable emplyeeId, string alias, System.DateTime startDate, System.DateTime endDate) { - return base.Channel.GetTeamHistoryForManagerAsync(emplyeeId, alias, startDate, endDate); - } - - public Microsoft.Tools.TeamMate.Platform.Kudos.Domain.QueryResultOfKudosTeamHistoryReport GetTeamHistoryForManagerDirectsOnly(System.Nullable emplyeeId, string alias, System.DateTime startDate, System.DateTime endDate) { - return base.Channel.GetTeamHistoryForManagerDirectsOnly(emplyeeId, alias, startDate, endDate); - } - - public System.Threading.Tasks.Task GetTeamHistoryForManagerDirectsOnlyAsync(System.Nullable emplyeeId, string alias, System.DateTime startDate, System.DateTime endDate) { - return base.Channel.GetTeamHistoryForManagerDirectsOnlyAsync(emplyeeId, alias, startDate, endDate); - } - - public Microsoft.Tools.TeamMate.Platform.Kudos.Domain.QueryResultOfEmployee SearchEmployeesByName(string nameSearchText) { - return base.Channel.SearchEmployeesByName(nameSearchText); - } - - public System.Threading.Tasks.Task SearchEmployeesByNameAsync(string nameSearchText) { - return base.Channel.SearchEmployeesByNameAsync(nameSearchText); - } - - public Microsoft.Tools.TeamMate.Platform.Kudos.Domain.QueryResultOfEmployee GetEmployeeByAlias(string alias) { - return base.Channel.GetEmployeeByAlias(alias); - } - - public System.Threading.Tasks.Task GetEmployeeByAliasAsync(string alias) { - return base.Channel.GetEmployeeByAliasAsync(alias); - } - - public bool TrackMetric(int metricTypeId) { - return base.Channel.TrackMetric(metricTypeId); - } - - public System.Threading.Tasks.Task TrackMetricAsync(int metricTypeId) { - return base.Channel.TrackMetricAsync(metricTypeId); - } - - public Microsoft.Tools.TeamMate.Platform.Kudos.Domain.KudosSummary GetKudosSummaryForCurrentUser() { - return base.Channel.GetKudosSummaryForCurrentUser(); - } - - public System.Threading.Tasks.Task GetKudosSummaryForCurrentUserAsync() { - return base.Channel.GetKudosSummaryForCurrentUserAsync(); - } - - public Microsoft.Tools.TeamMate.Platform.Kudos.Domain.KudosSummary GetKudosSummaryForEmployeeId(int employeeId) { - return base.Channel.GetKudosSummaryForEmployeeId(employeeId); - } - - public System.Threading.Tasks.Task GetKudosSummaryForEmployeeIdAsync(int employeeId) { - return base.Channel.GetKudosSummaryForEmployeeIdAsync(employeeId); - } - - public Microsoft.Tools.TeamMate.Platform.Kudos.Domain.KudosSummary GetKudosSummary(System.Nullable employeeId, string alias) { - return base.Channel.GetKudosSummary(employeeId, alias); - } - - public System.Threading.Tasks.Task GetKudosSummaryAsync(System.Nullable employeeId, string alias) { - return base.Channel.GetKudosSummaryAsync(employeeId, alias); - } - - public Microsoft.Tools.TeamMate.Platform.Kudos.Domain.KudosHistory[] GetKudosReceived(System.Nullable employeeId, string alias) { - return base.Channel.GetKudosReceived(employeeId, alias); - } - - public System.Threading.Tasks.Task GetKudosReceivedAsync(System.Nullable employeeId, string alias) { - return base.Channel.GetKudosReceivedAsync(employeeId, alias); - } - - public Microsoft.Tools.TeamMate.Platform.Kudos.Domain.KudosHistory[] GetKudosSent(System.Nullable employeeId, string alias) { - return base.Channel.GetKudosSent(employeeId, alias); - } - - public System.Threading.Tasks.Task GetKudosSentAsync(System.Nullable employeeId, string alias) { - return base.Channel.GetKudosSentAsync(employeeId, alias); - } - - public bool SendKudos(System.Nullable employeeId, string alias, string message) { - return base.Channel.SendKudos(employeeId, alias, message); - } - - public System.Threading.Tasks.Task SendKudosAsync(System.Nullable employeeId, string alias, string message) { - return base.Channel.SendKudosAsync(employeeId, alias, message); - } - - public Microsoft.Tools.TeamMate.Platform.Kudos.Domain.QueryResultOfPicture GetPicture(int employeeId) { - return base.Channel.GetPicture(employeeId); - } - - public System.Threading.Tasks.Task GetPictureAsync(int employeeId) { - return base.Channel.GetPictureAsync(employeeId); - } - - public bool UpdateKudosMessage(int kudosId, string message) { - return base.Channel.UpdateKudosMessage(kudosId, message); - } - - public System.Threading.Tasks.Task UpdateKudosMessageAsync(int kudosId, string message) { - return base.Channel.UpdateKudosMessageAsync(kudosId, message); - } - - public bool DeleteKudos(int kudosId) { - return base.Channel.DeleteKudos(kudosId); - } - - public System.Threading.Tasks.Task DeleteKudosAsync(int kudosId) { - return base.Channel.DeleteKudosAsync(kudosId); - } - - public Microsoft.Tools.TeamMate.Platform.Kudos.Domain.KudosWeeklyUsageHistory[] GetWeeklyUsageHistory() { - return base.Channel.GetWeeklyUsageHistory(); - } - - public System.Threading.Tasks.Task GetWeeklyUsageHistoryAsync() { - return base.Channel.GetWeeklyUsageHistoryAsync(); - } - - public int GetTotalKudos() { - return base.Channel.GetTotalKudos(); - } - - public System.Threading.Tasks.Task GetTotalKudosAsync() { - return base.Channel.GetTotalKudosAsync(); - } - - public Microsoft.Tools.TeamMate.Platform.Kudos.Domain.PersonInfo GetPersonInfo(int employeeId) { - return base.Channel.GetPersonInfo(employeeId); - } - - public System.Threading.Tasks.Task GetPersonInfoAsync(int employeeId) { - return base.Channel.GetPersonInfoAsync(employeeId); - } - - public Microsoft.Tools.TeamMate.Platform.Kudos.Domain.KudosInstance[] GetKudos(System.DateTime startDate, System.DateTime endDate) { - return base.Channel.GetKudos(startDate, endDate); - } - - public System.Threading.Tasks.Task GetKudosAsync(System.DateTime startDate, System.DateTime endDate) { - return base.Channel.GetKudosAsync(startDate, endDate); - } - - public void SendMail(Microsoft.Tools.TeamMate.Platform.Kudos.Domain.MailObject mailObject) { - base.Channel.SendMail(mailObject); - } - - public System.Threading.Tasks.Task SendMailAsync(Microsoft.Tools.TeamMate.Platform.Kudos.Domain.MailObject mailObject) { - return base.Channel.SendMailAsync(mailObject); - } - - public string ResendKudosEmail(int kudosId) { - return base.Channel.ResendKudosEmail(kudosId); - } - - public System.Threading.Tasks.Task ResendKudosEmailAsync(int kudosId) { - return base.Channel.ResendKudosEmailAsync(kudosId); - } - - public void SaveKudosAndSendEmailMessage(int fromEmployeeId, int toEmployeeId, string message, bool isPrivate) { - base.Channel.SaveKudosAndSendEmailMessage(fromEmployeeId, toEmployeeId, message, isPrivate); - } - - public System.Threading.Tasks.Task SaveKudosAndSendEmailMessageAsync(int fromEmployeeId, int toEmployeeId, string message, bool isPrivate) { - return base.Channel.SaveKudosAndSendEmailMessageAsync(fromEmployeeId, toEmployeeId, message, isPrivate); - } - - public bool HasEmployeeOptedOut(int employeeId) { - return base.Channel.HasEmployeeOptedOut(employeeId); - } - - public System.Threading.Tasks.Task HasEmployeeOptedOutAsync(int employeeId) { - return base.Channel.HasEmployeeOptedOutAsync(employeeId); - } - - public void OptOutFromKudos() { - base.Channel.OptOutFromKudos(); - } - - public System.Threading.Tasks.Task OptOutFromKudosAsync() { - return base.Channel.OptOutFromKudosAsync(); - } - - public void OptInIntoKudos() { - base.Channel.OptInIntoKudos(); - } - - public System.Threading.Tasks.Task OptInIntoKudosAsync() { - return base.Channel.OptInIntoKudosAsync(); - } - } -} diff --git a/Source/Platform/Service References/Kudos.Domain/Reference.svcmap b/Source/Platform/Service References/Kudos.Domain/Reference.svcmap deleted file mode 100644 index ea2967d..0000000 --- a/Source/Platform/Service References/Kudos.Domain/Reference.svcmap +++ /dev/null @@ -1,37 +0,0 @@ - - - - false - true - true - - false - false - false - - - true - Auto - true - true - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/Source/Platform/Service References/Kudos.Domain/configuration.svcinfo b/Source/Platform/Service References/Kudos.Domain/configuration.svcinfo deleted file mode 100644 index 7ef93cd..0000000 --- a/Source/Platform/Service References/Kudos.Domain/configuration.svcinfo +++ /dev/null @@ -1,12 +0,0 @@ - - - - - - - - - - - - \ No newline at end of file diff --git a/Source/Platform/Service References/Kudos.Domain/configuration91.svcinfo b/Source/Platform/Service References/Kudos.Domain/configuration91.svcinfo deleted file mode 100644 index d052b4c..0000000 --- a/Source/Platform/Service References/Kudos.Domain/configuration91.svcinfo +++ /dev/null @@ -1,395 +0,0 @@ - - - - - - - BasicHttpBinding_KudosDomainServicesoap - - - - - - - - - - - - - - - - - - - - - StrongWildcard - - - - - - 65536 - - - - - - - - - System.ServiceModel.Configuration.XmlDictionaryReaderQuotasElement - - - 0 - - - 0 - - - 0 - - - 0 - - - 0 - - - System.Text.UTF8Encoding - - - Buffered - - - - - - Text - - - System.ServiceModel.Configuration.BasicHttpSecurityElement - - - TransportCredentialOnly - - - System.ServiceModel.Configuration.HttpTransportSecurityElement - - - Windows - - - None - - - System.Security.Authentication.ExtendedProtection.Configuration.ExtendedProtectionPolicyElement - - - Never - - - TransportSelected - - - (Collection) - - - - - - System.ServiceModel.Configuration.BasicHttpMessageSecurityElement - - - UserName - - - Default - - - - - - - BasicHttpBinding_KudosDomainServicesoap1 - - - - - - - - - - - - - - - - - - - - - StrongWildcard - - - - - - 65536 - - - - - - - - - System.ServiceModel.Configuration.XmlDictionaryReaderQuotasElement - - - 0 - - - 0 - - - 0 - - - 0 - - - 0 - - - System.Text.UTF8Encoding - - - Buffered - - - - - - Text - - - System.ServiceModel.Configuration.BasicHttpSecurityElement - - - Transport - - - System.ServiceModel.Configuration.HttpTransportSecurityElement - - - Windows - - - None - - - System.Security.Authentication.ExtendedProtection.Configuration.ExtendedProtectionPolicyElement - - - Never - - - TransportSelected - - - (Collection) - - - - - - System.ServiceModel.Configuration.BasicHttpMessageSecurityElement - - - UserName - - - Default - - - - - - - - - http://kudos/Services/Kudos-WCFService-KudosDomainService.svc/soap - - - - - - basicHttpBinding - - - BasicHttpBinding_KudosDomainServicesoap - - - Kudos.Domain.KudosDomainServicesoap - - - System.ServiceModel.Configuration.AddressHeaderCollectionElement - - - <Header /> - - - System.ServiceModel.Configuration.IdentityElement - - - System.ServiceModel.Configuration.UserPrincipalNameElement - - - - - - System.ServiceModel.Configuration.ServicePrincipalNameElement - - - - - - System.ServiceModel.Configuration.DnsElement - - - - - - System.ServiceModel.Configuration.RsaElement - - - - - - System.ServiceModel.Configuration.CertificateElement - - - - - - System.ServiceModel.Configuration.CertificateReferenceElement - - - My - - - LocalMachine - - - FindBySubjectDistinguishedName - - - - - - False - - - BasicHttpBinding_KudosDomainServicesoap - - - - - - - - - - - - - https://eelabs-iis-vm1.redmond.corp.microsoft.com/Services/Kudos-WCFService-KudosDomainService.svc/soap - - - - - - basicHttpBinding - - - BasicHttpBinding_KudosDomainServicesoap1 - - - Kudos.Domain.KudosDomainServicesoap - - - System.ServiceModel.Configuration.AddressHeaderCollectionElement - - - <Header /> - - - System.ServiceModel.Configuration.IdentityElement - - - System.ServiceModel.Configuration.UserPrincipalNameElement - - - - - - System.ServiceModel.Configuration.ServicePrincipalNameElement - - - - - - System.ServiceModel.Configuration.DnsElement - - - - - - System.ServiceModel.Configuration.RsaElement - - - - - - System.ServiceModel.Configuration.CertificateElement - - - - - - System.ServiceModel.Configuration.CertificateReferenceElement - - - My - - - LocalMachine - - - FindBySubjectDistinguishedName - - - - - - False - - - BasicHttpBinding_KudosDomainServicesoap1 - - - - - - - - - - - \ No newline at end of file diff --git a/Source/Platform/app.config b/Source/Platform/app.config deleted file mode 100644 index bd70d9f..0000000 --- a/Source/Platform/app.config +++ /dev/null @@ -1,67 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/Source/Setup/Microsoft.Tools.TeamMate.wixproj b/Source/Setup/Microsoft.Tools.TeamMate.wixproj index 4371b06..72387a5 100644 --- a/Source/Setup/Microsoft.Tools.TeamMate.wixproj +++ b/Source/Setup/Microsoft.Tools.TeamMate.wixproj @@ -50,14 +50,6 @@ Binaries;Content;Satellites INSTALLFOLDER - - Platform - {d00e5193-1b32-478e-8a11-8c3ce0d9d9b3} - True - True - Binaries;Content;Satellites - INSTALLFOLDER - WebApi {888e7687-95f8-4049-94df-9dd3398b5592} diff --git a/Source/Setup/Product.wxs b/Source/Setup/Product.wxs index 276f985..5f6a374 100644 --- a/Source/Setup/Product.wxs +++ b/Source/Setup/Product.wxs @@ -59,9 +59,6 @@ - - - diff --git a/Source/TeamFoundation.WebApi/HyperlinkFactory.cs b/Source/TeamFoundation.WebApi/HyperlinkFactory.cs index 9e5a3d5..a321418 100644 --- a/Source/TeamFoundation.WebApi/HyperlinkFactory.cs +++ b/Source/TeamFoundation.WebApi/HyperlinkFactory.cs @@ -67,6 +67,13 @@ public Uri GetWorkItemUrl(int id, bool fullScreen = true) return builder.Uri; } + public Uri GetPullRequestUrl(int id, string repositoryName) + { + UriBuilder builder = new UriBuilder(this.BaseUrl); + builder.Path = CombinePath(builder.Path, ProjectName, "_git", repositoryName, "pullrequest", id.ToString()); + return builder.Uri; + } + public Uri GetWorkItemQueryUrl(QueryHierarchyItem item, bool fullScreen = true) { return GetWorkItemQueryUrl(item.Id, fullScreen); diff --git a/Source/TeamFoundation.WebApi/Microsoft.Tools.TeamMate.TeamFoundation.WebApi.csproj b/Source/TeamFoundation.WebApi/Microsoft.Tools.TeamMate.TeamFoundation.WebApi.csproj index 4824168..3a43873 100644 --- a/Source/TeamFoundation.WebApi/Microsoft.Tools.TeamMate.TeamFoundation.WebApi.csproj +++ b/Source/TeamFoundation.WebApi/Microsoft.Tools.TeamMate.TeamFoundation.WebApi.csproj @@ -12,7 +12,7 @@ v4.8 512 - win10-arm;win10-arm-aot;win10-arm64-aot;win10-x86;win10-x86-aot;win10-x64;win10-x64-aot;win;win-x64 + win10-arm;win10-arm-aot;win10-arm64-aot;win10-x86;win10-x86-aot;win10-x64;win10-x64-aot;win;win-x64 true @@ -49,6 +49,7 @@ + diff --git a/Source/TeamFoundation.WebApi/PullRequests/PullRequestQuery.cs b/Source/TeamFoundation.WebApi/PullRequests/PullRequestQuery.cs new file mode 100644 index 0000000..954bafb --- /dev/null +++ b/Source/TeamFoundation.WebApi/PullRequests/PullRequestQuery.cs @@ -0,0 +1,47 @@ +using Microsoft.TeamFoundation.SourceControl.WebApi; +using Microsoft.TeamFoundation.WorkItemTracking.WebApi.Models; +using System; +using System.Collections.Generic; + +namespace Microsoft.Tools.TeamMate.TeamFoundation.WebApi.PullRequests +{ + public class PullRequestQuery + { + public Guid ProjectId { get; set; } + + public string ProjectName { get; set; } + + public string QueryPath { get; set; } + + public Guid QueryId { get; set; } + + public GitPullRequestSearchCriteria GitPullRequestSearchCriteria { get; set; } + + public DateTime? AsOf { get; set; } + + public int? MaxItemsToFetch { get; set; } + + public void Validate() + { + int projectInputs = (ProjectId != Guid.Empty ? 1 : 0) + (ProjectName != null ? 1 : 0); + if (projectInputs == 0) + { + throw new InvalidOperationException("You must specify a ProjectId or ProjectName"); + } + else if (projectInputs > 1) + { + throw new InvalidOperationException("You must specify only one of ProjectId or ProjectName"); + } + + int inputs = (QueryPath != null ? 1 : 0) + (GitPullRequestSearchCriteria != null ? 1 : 0) + (QueryId != Guid.Empty ? 1 : 0); + if (inputs == 0) + { + throw new InvalidOperationException("You must specify a QueryPath, QueryId or GitPullRequestSearchCriteria"); + } + else if (inputs > 1) + { + throw new InvalidOperationException("You must specify only one of QueryPath, QueryId or GitPullRequestSearchCriteria"); + } + } + } +} diff --git a/Source/TeamMate.sln b/Source/TeamMate.sln index 171e2fb..d93a117 100644 --- a/Source/TeamMate.sln +++ b/Source/TeamMate.sln @@ -17,8 +17,6 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TeamMate", "TeamMate\TeamMa EndProject Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Microsoft.Tools.TeamMate.Foundation", "Foundation\Microsoft.Tools.TeamMate.Foundation.csproj", "{1967369E-0368-4888-B743-B16ABAE28B1F}" EndProject -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Microsoft.Tools.TeamMate.Platform", "Platform\Microsoft.Tools.TeamMate.Platform.csproj", "{D00E5193-1B32-478E-8A11-8C3CE0D9D9B3}" -EndProject Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Microsoft.Tools.TeamMate.Office", "Office\Microsoft.Tools.TeamMate.Office.csproj", "{AD2C7E6A-15C3-4F95-AD74-F4A75D04BC18}" EndProject Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Microsoft.Tools.TeamMate.Client", "Client\Microsoft.Tools.TeamMate.Client.csproj", "{9AC62340-334D-489B-8C36-5EC5F4C56C8E}" @@ -83,26 +81,6 @@ Global {1967369E-0368-4888-B743-B16ABAE28B1F}.Release|x64.Build.0 = Release|x64 {1967369E-0368-4888-B743-B16ABAE28B1F}.Release|x86.ActiveCfg = Release|Any CPU {1967369E-0368-4888-B743-B16ABAE28B1F}.Release|x86.Build.0 = Release|Any CPU - {D00E5193-1B32-478E-8A11-8C3CE0D9D9B3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {D00E5193-1B32-478E-8A11-8C3CE0D9D9B3}.Debug|Any CPU.Build.0 = Debug|Any CPU - {D00E5193-1B32-478E-8A11-8C3CE0D9D9B3}.Debug|ARM.ActiveCfg = Debug|Any CPU - {D00E5193-1B32-478E-8A11-8C3CE0D9D9B3}.Debug|ARM.Build.0 = Debug|Any CPU - {D00E5193-1B32-478E-8A11-8C3CE0D9D9B3}.Debug|ARM64.ActiveCfg = Debug|Any CPU - {D00E5193-1B32-478E-8A11-8C3CE0D9D9B3}.Debug|ARM64.Build.0 = Debug|Any CPU - {D00E5193-1B32-478E-8A11-8C3CE0D9D9B3}.Debug|x64.ActiveCfg = Debug|x64 - {D00E5193-1B32-478E-8A11-8C3CE0D9D9B3}.Debug|x64.Build.0 = Debug|x64 - {D00E5193-1B32-478E-8A11-8C3CE0D9D9B3}.Debug|x86.ActiveCfg = Debug|Any CPU - {D00E5193-1B32-478E-8A11-8C3CE0D9D9B3}.Debug|x86.Build.0 = Debug|Any CPU - {D00E5193-1B32-478E-8A11-8C3CE0D9D9B3}.Release|Any CPU.ActiveCfg = Release|Any CPU - {D00E5193-1B32-478E-8A11-8C3CE0D9D9B3}.Release|Any CPU.Build.0 = Release|Any CPU - {D00E5193-1B32-478E-8A11-8C3CE0D9D9B3}.Release|ARM.ActiveCfg = Release|Any CPU - {D00E5193-1B32-478E-8A11-8C3CE0D9D9B3}.Release|ARM.Build.0 = Release|Any CPU - {D00E5193-1B32-478E-8A11-8C3CE0D9D9B3}.Release|ARM64.ActiveCfg = Release|Any CPU - {D00E5193-1B32-478E-8A11-8C3CE0D9D9B3}.Release|ARM64.Build.0 = Release|Any CPU - {D00E5193-1B32-478E-8A11-8C3CE0D9D9B3}.Release|x64.ActiveCfg = Release|x64 - {D00E5193-1B32-478E-8A11-8C3CE0D9D9B3}.Release|x64.Build.0 = Release|x64 - {D00E5193-1B32-478E-8A11-8C3CE0D9D9B3}.Release|x86.ActiveCfg = Release|Any CPU - {D00E5193-1B32-478E-8A11-8C3CE0D9D9B3}.Release|x86.Build.0 = Release|Any CPU {AD2C7E6A-15C3-4F95-AD74-F4A75D04BC18}.Debug|Any CPU.ActiveCfg = Debug|Any CPU {AD2C7E6A-15C3-4F95-AD74-F4A75D04BC18}.Debug|Any CPU.Build.0 = Debug|Any CPU {AD2C7E6A-15C3-4F95-AD74-F4A75D04BC18}.Debug|ARM.ActiveCfg = Debug|Any CPU @@ -203,7 +181,6 @@ Global GlobalSection(NestedProjects) = preSolution {01FCF244-D4B2-43DD-BB77-9D4946868299} = {04FA9F2B-E302-475F-B060-79D22E9C2D15} {1967369E-0368-4888-B743-B16ABAE28B1F} = {04FA9F2B-E302-475F-B060-79D22E9C2D15} - {D00E5193-1B32-478E-8A11-8C3CE0D9D9B3} = {04FA9F2B-E302-475F-B060-79D22E9C2D15} {AD2C7E6A-15C3-4F95-AD74-F4A75D04BC18} = {04FA9F2B-E302-475F-B060-79D22E9C2D15} {9AC62340-334D-489B-8C36-5EC5F4C56C8E} = {04FA9F2B-E302-475F-B060-79D22E9C2D15} {5BB3A276-4460-4C5F-B842-42E4618DD034} = {04FA9F2B-E302-475F-B060-79D22E9C2D15} diff --git a/Source/TeamMate/Controls/GlobalCommandBar.xaml b/Source/TeamMate/Controls/GlobalCommandBar.xaml index 3920c56..97729e9 100644 --- a/Source/TeamMate/Controls/GlobalCommandBar.xaml +++ b/Source/TeamMate/Controls/GlobalCommandBar.xaml @@ -21,7 +21,7 @@ ConverterParameter={x:Static vm:CommandBarType.Home}}">