Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(584)

Issue 8596049: Issues 320, 324 and 260 - .NET 4.0, Google.Apis.Http namespace and NuGet (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
11 years, 8 months ago by peleyal
Modified:
11 years, 7 months ago
Reviewers:
ngmiceli, anash
CC:
apiary-dotnet-client_google.com
Base URL:
https://google-api-dotnet-client.googlecode.com/hg/
Visibility:
Public.

Description

We wanted to created a PCL library (Issue 319), but unfortunately HttpClient PCL version has a problematic licensse (Take a look in http://nuget.org/packages/Microsoft.Net.Http) So we only going to upgrade to .NET 4.0 and create Google.Apis.Http namespace which uses HttpClient. In addition start supporting NuGet (Issue 260) The follow manual + unit tests were made: ETag collision (including Tasks.ETagCollision sample) Media upload (a separate sample I wrote to upload media) Generate the new library on Mono Performance tests - running requests in loop TODO (after pushing this CL): - clone repostiory to check everything works in "a new client" --> DONE - add third party library with the right .net 4.0 dlls + licenses --> DONE - update samples (https://codereview.appspot.com/9620044/)

Patch Set 1 #

Patch Set 2 : Add transport layer #

Patch Set 3 : New transport layer works with Tasks (SimpleOAuth2 and CreateTasks) #

Patch Set 4 : Remove HttpRequest and HttpTransport and work with HttpMessageHandler #

Patch Set 5 : Upload without dlls #

Patch Set 6 : Rewrite tests for ResumableUpload #

Patch Set 7 : add comments and unit-tests #

Patch Set 8 : Add more unit tests #

Patch Set 9 : Before deleting old code #

Patch Set 10 : added tests for Execute and ExecuteAsync and delete bunch of old files #

Patch Set 11 : It's all about documentation and comments #

Patch Set 12 : Code review for myself :) #

Patch Set 13 : Self codereview! #

Patch Set 14 : ServiceGenerator works on Mono!!! #

Patch Set 15 : Last self-review before Nick's review #

Patch Set 16 : Added unit tests for content + retry #

Total comments: 41

Patch Set 17 : Google.Apis.FullProfile + Nick comments #

Patch Set 18 : minor #

Total comments: 26

Patch Set 19 : Miceli comments - Before downgrading PCL because a beta license of HttpClient package #

Patch Set 20 : minor #

Patch Set 21 : Downgrade HttpClient for non Beta and non PCL version #

Patch Set 22 : New tests to ResumableUpload and reviewing my code once again #

Total comments: 2

Patch Set 23 : Nick and Eyal review together (ReusmableUpload and ExecuteAsync) #

Patch Set 24 : Before pushing? #

Patch Set 25 : reuploading #

Total comments: 7

Patch Set 26 : Add concurrent test for ExecuteAsync and more comments #

Unified diffs Side-by-side diffs Delta from patch set Stats (+6222 lines, -9979 lines) Patch
M .hgignore View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +6 lines, -0 lines 0 comments Download
A .nuget/NuGet.Config View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 1 chunk +6 lines, -0 lines 0 comments Download
A .nuget/NuGet.targets View 1 2 3 4 1 chunk +151 lines, -0 lines 0 comments Download
R GoogleApiClient.Silverlight.sln View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 1 chunk +0 lines, -20 lines 0 comments Download
R GoogleApis.Tools.CodeGen.IntegrationTests/Core/RequestTests.cs View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 1 chunk +0 lines, -150 lines 0 comments Download
M GoogleApis.Tools.CodeGen.IntegrationTests/GoogleApis.Tools.CodeGen.IntegrationTests.csproj View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 4 chunks +34 lines, -11 lines 0 comments Download
M GoogleApis.Tools.CodeGen.IntegrationTests/SystemTest.cs View 1 2 3 4 5 6 7 8 9 10 11 12 3 chunks +5 lines, -3 lines 0 comments Download
A GoogleApis.Tools.CodeGen.IntegrationTests/packages.config View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 1 chunk +10 lines, -0 lines 0 comments Download
M GoogleApis.Tools.ServiceGenerator/Google.Apis.Discovery.v1.cs View 1 2 3 4 5 6 7 3 chunks +755 lines, -1152 lines 0 comments Download
M GoogleApis.Tools.ServiceGenerator/GoogleApis.Tools.ServiceGenerator.csproj View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 3 chunks +22 lines, -9 lines 0 comments Download
M GoogleApis.Tools.ServiceGenerator/Program.cs View 1 2 3 4 5 6 7 8 9 10 11 12 13 2 chunks +2 lines, -1 line 0 comments Download
A GoogleApis.Tools.ServiceGenerator/app.config View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 1 chunk +15 lines, -0 lines 0 comments Download
A GoogleApis.Tools.ServiceGenerator/packages.config View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 1 chunk +4 lines, -0 lines 0 comments Download
M GoogleApisClient.sln View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 2 chunks +73 lines, -8 lines 0 comments Download
M Src/GoogleApis.Authentication.OAuth2.Tests/GoogleApis.Authentication.OAuth2.Tests.csproj View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 4 chunks +48 lines, -16 lines 0 comments Download
A Src/GoogleApis.Authentication.OAuth2.Tests/packages.config View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 1 chunk +9 lines, -0 lines 0 comments Download
M Src/GoogleApis.Authentication.OAuth2/GoogleApis.Authentication.OAuth2.csproj View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 3 chunks +25 lines, -6 lines 0 comments Download
M Src/GoogleApis.Authentication.OAuth2/OAuth2Authenticator.cs View 1 2 3 4 5 6 7 8 9 10 11 5 chunks +23 lines, -45 lines 0 comments Download
A Src/GoogleApis.Authentication.OAuth2/packages.config View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 1 chunk +5 lines, -0 lines 0 comments Download
A Src/GoogleApis.Tests.Utility/CountableMessageHandler.cs View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 1 chunk +39 lines, -0 lines 0 comments Download
M Src/GoogleApis.Tests.Utility/GoogleApis.Tests.Utility.csproj View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 3 chunks +27 lines, -12 lines 0 comments Download
M Src/GoogleApis.Tests.Utility/MockClientService.cs View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +6 lines, -15 lines 0 comments Download
M Src/GoogleApis.Tests.Utility/MockClientServiceRequest.cs View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 1 chunk +0 lines, -44 lines 0 comments Download
A Src/GoogleApis.Tests.Utility/MockHttpClientFactory.cs View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 1 chunk +41 lines, -0 lines 0 comments Download
R Src/GoogleApis.Tests.Utility/MockRequest.cs View 1 2 3 4 5 6 7 8 9 1 chunk +0 lines, -144 lines 0 comments Download
R Src/GoogleApis.Tests.Utility/MockResponse.cs View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 1 chunk +0 lines, -31 lines 0 comments Download
M Src/GoogleApis.Tests.Utility/MockService.cs View 1 2 3 4 5 6 7 8 9 10 1 chunk +0 lines, -25 lines 0 comments Download
M Src/GoogleApis.Tests.Utility/Properties/AssemblyInfo.cs View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 1 chunk +0 lines, -8 lines 0 comments Download
A Src/GoogleApis.Tests.Utility/packages.config View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 1 chunk +5 lines, -0 lines 0 comments Download
M Src/GoogleApis.Tests/Apis/Authentication/DelegateAuthenticatorTest.cs View 1 2 3 4 5 6 7 8 9 2 chunks +4 lines, -2 lines 0 comments Download
R Src/GoogleApis.Tests/Apis/Authentication/NullAuthenticatorTest.cs View 1 2 3 4 5 6 7 8 9 1 chunk +0 lines, -44 lines 0 comments Download
A Src/GoogleApis.Tests/Apis/Http/ConfigurableMessageHandlerTest.cs View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 1 chunk +724 lines, -0 lines 0 comments Download
M Src/GoogleApis.Tests/Apis/Logging/ConsoleLoggerTests.cs View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 1 chunk +0 lines, -116 lines 0 comments Download
R Src/GoogleApis.Tests/Apis/Logging/Log4NetLoggerTests.cs View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 1 chunk +0 lines, -69 lines 0 comments Download
M Src/GoogleApis.Tests/Apis/Logging/NullLoggerTests.cs View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +1 line, -1 line 0 comments Download
M Src/GoogleApis.Tests/Apis/Requests/ClientServiceRequestTest.cs View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 1 chunk +854 lines, -282 lines 0 comments Download
R Src/GoogleApis.Tests/Apis/Requests/MethodValidator.cs View 1 2 3 4 5 6 7 8 9 10 1 chunk +0 lines, -80 lines 0 comments Download
M Src/GoogleApis.Tests/Apis/Requests/ParameterCollectionTest.cs View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 2 chunks +18 lines, -9 lines 0 comments Download
M Src/GoogleApis.Tests/Apis/Requests/ParameterValidatorTest.cs View 1 2 3 4 5 6 7 8 1 chunk +23 lines, -72 lines 0 comments Download
M Src/GoogleApis.Tests/Apis/Requests/RequestBuilderTest.cs View 1 2 3 4 5 6 7 8 9 10 11 12 2 chunks +100 lines, -139 lines 0 comments Download
M Src/GoogleApis.Tests/Apis/Requests/RequestTest.cs View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 1 chunk +0 lines, -661 lines 0 comments Download
R Src/GoogleApis.Tests/Apis/Requests/ResponseTest.cs View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 1 chunk +0 lines, -72 lines 0 comments Download
R Src/GoogleApis.Tests/Apis/Requests/UriFactoryTest.cs View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 1 chunk +0 lines, -75 lines 0 comments Download
M Src/GoogleApis.Tests/Apis/Services/BaseClientServiceTest.cs View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 5 chunks +134 lines, -6 lines 0 comments Download
M Src/GoogleApis.Tests/Apis/Upload/ResumableUploadTest.cs View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 9 chunks +656 lines, -503 lines 0 comments Download
R Src/GoogleApis.Tests/Apis/Utils/EnumStringValueTypeConverterTest.cs View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 1 chunk +0 lines, -87 lines 0 comments Download
R Src/GoogleApis.Tests/Apis/Utils/LazyBindingTest.cs View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 1 chunk +0 lines, -122 lines 0 comments Download
M Src/GoogleApis.Tests/Apis/Utils/UtilitiesTest.cs View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 5 chunks +10 lines, -24 lines 0 comments Download
M Src/GoogleApis.Tests/ApplicationContextTests.cs View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 2 chunks +49 lines, -6 lines 0 comments Download
R Src/GoogleApis.Tests/FileDiscoveryDeviceTests.cs View 1 2 3 4 5 6 7 1 chunk +0 lines, -31 lines 0 comments Download
M Src/GoogleApis.Tests/GoogleApis.Tests.csproj View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 5 chunks +50 lines, -22 lines 0 comments Download
M Src/GoogleApis.Tests/Properties/AssemblyInfo.cs View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 2 chunks +1 line, -3 lines 0 comments Download
M Src/GoogleApis.Tests/StreamDiscoveryDeviceTests.cs View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 1 chunk +0 lines, -31 lines 0 comments Download
A Src/GoogleApis.Tests/app.config View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 1 chunk +23 lines, -0 lines 0 comments Download
A Src/GoogleApis.Tests/packages.config View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 1 chunk +12 lines, -0 lines 0 comments Download
M Src/GoogleApis.Tools.CodeGen.Tests/CachedWebDiscoveryDeviceTests.cs View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 3 chunks +7 lines, -3 lines 0 comments Download
M Src/GoogleApis.Tools.CodeGen.Tests/Decorator/ResourceDecorator/RequestDecorator/BodyPropertyDecoratorTest.cs View 1 2 3 4 5 6 7 1 chunk +1 line, -1 line 0 comments Download
R Src/GoogleApis.Tools.CodeGen.Tests/Decorator/ServiceDecorator/CreateRequestMethodServiceDecoratorTest.cs View 1 2 3 4 5 6 7 1 chunk +0 lines, -63 lines 0 comments Download
M Src/GoogleApis.Tools.CodeGen.Tests/Decorator/ServiceDecorator/StandardResourcePropertyServiceDecoratorTest.cs View 1 2 3 4 5 6 7 8 9 10 1 chunk +1 line, -2 lines 0 comments Download
M Src/GoogleApis.Tools.CodeGen.Tests/GoogleApis.Tools.CodeGen.Tests.csproj View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 6 chunks +35 lines, -13 lines 0 comments Download
M Src/GoogleApis.Tools.CodeGen.Tests/Properties/AssemblyInfo.cs View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 1 chunk +1 line, -1 line 0 comments Download
A Src/GoogleApis.Tools.CodeGen.Tests/packages.config View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 1 chunk +10 lines, -0 lines 0 comments Download
M Src/GoogleApis.Tools.CodeGen/CachedWebDiscoveryDevice.cs View 1 2 3 4 5 6 7 8 9 10 3 chunks +8 lines, -11 lines 0 comments Download
M Src/GoogleApis.Tools.CodeGen/Decorator/ResourceDecorator/EnumResourceDecorator.cs View 1 2 3 4 1 chunk +0 lines, -11 lines 0 comments Download
M Src/GoogleApis.Tools.CodeGen/Decorator/ResourceDecorator/RequestDecorator/BodyPropertyDecorator.cs View 1 2 3 4 5 6 7 8 9 10 1 chunk +3 lines, -1 line 0 comments Download
M Src/GoogleApis.Tools.CodeGen/Decorator/ResourceDecorator/RequestDecorator/UploadConstructorDecorator.cs View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 4 chunks +10 lines, -24 lines 0 comments Download
R Src/GoogleApis.Tools.CodeGen/Decorator/ServiceDecorator/CreateRequestMethodServiceDecorator.cs View 1 2 3 4 5 6 7 1 chunk +0 lines, -137 lines 0 comments Download
M Src/GoogleApis.Tools.CodeGen/Generator/ResourceBaseGenerator.cs View 1 2 3 4 5 6 7 8 9 4 chunks +6 lines, -39 lines 0 comments Download
M Src/GoogleApis.Tools.CodeGen/GoogleApis.Tools.CodeGen.csproj View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 6 chunks +33 lines, -11 lines 0 comments Download
M Src/GoogleApis.Tools.CodeGen/GoogleServiceGenerator.cs View 1 2 3 4 5 6 7 1 chunk +0 lines, -1 line 0 comments Download
M Src/GoogleApis.Tools.CodeGen/Properties/AssemblyInfo.cs View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 1 chunk +1 line, -1 line 0 comments Download
A Src/GoogleApis.Tools.CodeGen/packages.config View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 1 chunk +7 lines, -0 lines 0 comments Download
A Src/GoogleApis/Apis/Authentication/AuthenticatorHelpers.cs View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 1 chunk +78 lines, -0 lines 0 comments Download
M Src/GoogleApis/Apis/Authentication/HttpRequestFactory.cs View 1 2 3 4 5 6 7 8 9 1 chunk +0 lines, -53 lines 0 comments Download
R Src/GoogleApis/Apis/Authentication/ICreateHttpRequest.cs View 1 2 3 4 5 6 7 8 9 1 chunk +0 lines, -26 lines 0 comments Download
R Src/GoogleApis/Apis/Authentication/OAuth2LeggedAuthenticator.cs View 1 2 3 4 1 chunk +0 lines, -62 lines 0 comments Download
R Src/GoogleApis/Apis/Authentication/OAuth3LeggedAuthenticator.cs View 1 2 3 4 1 chunk +0 lines, -74 lines 0 comments Download
R Src/GoogleApis/Apis/Authentication/OAuthAuthenticator.cs View 1 2 3 4 1 chunk +0 lines, -46 lines 0 comments Download
M Src/GoogleApis/Apis/Discovery/Schema/FutureJsonSchema.cs View 1 2 3 4 5 6 7 8 9 10 3 chunks +5 lines, -11 lines 0 comments Download
M Src/GoogleApis/Apis/Discovery/WebDiscoveryDevice.cs View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 2 chunks +5 lines, -6 lines 0 comments Download
A Src/GoogleApis/Apis/Http/ClassDiagram.cd View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 1 chunk +93 lines, -0 lines 0 comments Download
A Src/GoogleApis/Apis/Http/ConfigurableHttpClient.cs View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 1 chunk +42 lines, -0 lines 0 comments Download
A Src/GoogleApis/Apis/Http/ConfigurableMessageHandler.cs View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 1 chunk +302 lines, -0 lines 0 comments Download
A Src/GoogleApis/Apis/Http/HttpClientFactory.cs View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 1 chunk +79 lines, -0 lines 0 comments Download
A Src/GoogleApis/Apis/Http/HttpConsts.cs View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 1 chunk +33 lines, -0 lines 0 comments Download
A Src/GoogleApis/Apis/Http/HttpExtenstions.cs View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 1 chunk +51 lines, -0 lines 0 comments Download
A Src/GoogleApis/Apis/Http/IConfigurableHttpClientInitializer.cs View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 1 chunk +35 lines, -0 lines 0 comments Download
A Src/GoogleApis/Apis/Http/IHttpClientFactory.cs View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 1 chunk +52 lines, -0 lines 0 comments Download
A Src/GoogleApis/Apis/Http/IHttpExceptionHandler.cs View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 1 chunk +42 lines, -0 lines 0 comments Download
A Src/GoogleApis/Apis/Http/IHttpExecuteInterceptor.cs View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 1 chunk +34 lines, -0 lines 0 comments Download
A Src/GoogleApis/Apis/Http/IHttpUnsuccessfulResponseHandler.cs View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 1 chunk +43 lines, -0 lines 0 comments Download
M Src/GoogleApis/Apis/ISerializer.cs View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 1 chunk +8 lines, -15 lines 0 comments Download
M Src/GoogleApis/Apis/Json/NewtonsoftJsonSerializer.cs View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 3 chunks +7 lines, -4 lines 0 comments Download
R Src/GoogleApis/Apis/Logging/ConsoleLogger.cs View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 1 chunk +0 lines, -114 lines 0 comments Download
R Src/GoogleApis/Apis/Logging/Log4NetLogger.cs View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 2 chunks +22 lines, -59 lines 0 comments Download
R Src/GoogleApis/Apis/OAuthBase.cs View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 1 chunk +0 lines, -450 lines 0 comments Download
R Src/GoogleApis/Apis/OAuthUtil.cs View 1 2 3 4 1 chunk +0 lines, -100 lines 0 comments Download
M Src/GoogleApis/Apis/Requests/ClientServiceRequest.cs View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 5 chunks +232 lines, -310 lines 0 comments Download
M Src/GoogleApis/Apis/Requests/IClientServiceRequest.cs View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 1 chunk +27 lines, -54 lines 0 comments Download
M Src/GoogleApis/Apis/Requests/IErrorResponseHandler.cs View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 1 chunk +0 lines, -44 lines 0 comments Download
M Src/GoogleApis/Apis/Requests/IRequest.cs View 1 2 3 4 5 6 7 8 9 1 chunk +0 lines, -102 lines 0 comments Download
M Src/GoogleApis/Apis/Requests/IResponse.cs View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 1 chunk +0 lines, -36 lines 0 comments Download
M Src/GoogleApis/Apis/Requests/ParameterCollection.cs View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 2 chunks +9 lines, -4 lines 0 comments Download
M Src/GoogleApis/Apis/Requests/ParameterValidator.cs View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 2 chunks +21 lines, -103 lines 0 comments Download
M Src/GoogleApis/Apis/Requests/Request.cs View 1 2 3 4 5 6 7 8 9 1 chunk +0 lines, -759 lines 0 comments Download
M Src/GoogleApis/Apis/Requests/RequestBuilder.cs View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 5 chunks +37 lines, -63 lines 0 comments Download
M Src/GoogleApis/Apis/Requests/Response.cs View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 1 chunk +0 lines, -63 lines 0 comments Download
R Src/GoogleApis/Apis/Requests/UriFactory.cs View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 1 chunk +0 lines, -158 lines 0 comments Download
A Src/GoogleApis/Apis/ServiceRequests.cd View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 1 chunk +115 lines, -0 lines 0 comments Download
M Src/GoogleApis/Apis/Services/BaseClientService.cs View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 7 chunks +156 lines, -77 lines 0 comments Download
M Src/GoogleApis/Apis/Services/IClientService.cs View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 1 chunk +41 lines, -42 lines 0 comments Download
M Src/GoogleApis/Apis/Testing/VisibleForTestOnly.cs View 1 2 3 4 5 6 1 chunk +2 lines, -1 line 0 comments Download
M Src/GoogleApis/Apis/Upload/ResumableUpload.cs View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 20 chunks +177 lines, -321 lines 0 comments Download
R Src/GoogleApis/Apis/Util/EnumStringValueTypeConverter.cs View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 1 chunk +0 lines, -66 lines 0 comments Download
R Src/GoogleApis/Apis/Util/LazyBinding.cs View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 1 chunk +0 lines, -98 lines 0 comments Download
M Src/GoogleApis/Apis/Util/ReadOnlyDictionary.cs View 1 2 3 4 10 chunks +9 lines, -12 lines 0 comments Download
M Src/GoogleApis/Apis/Util/Utilities.cs View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 4 chunks +15 lines, -16 lines 0 comments Download
M Src/GoogleApis/Apis/Utilities.cs View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 5 chunks +1 line, -85 lines 0 comments Download
M Src/GoogleApis/ApplicationContext.cs View 1 2 3 4 5 6 7 8 9 10 11 2 chunks +2 lines, -1 line 0 comments Download
M Src/GoogleApis/GoogleApiException.cs View 1 2 3 4 5 6 7 8 9 1 chunk +0 lines, -55 lines 0 comments Download
M Src/GoogleApis/GoogleApis.csproj View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 1 chunk +116 lines, -146 lines 0 comments Download
R Src/GoogleApis/GoogleApis.Silverlight.csproj View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 1 chunk +0 lines, -172 lines 0 comments Download
M Src/GoogleApis/Properties/AssemblyInfo.cs View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 1 chunk +1 line, -1 line 0 comments Download
R Src/GoogleApis/ThirdParty/HttpEncoder.cs View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 1 chunk +0 lines, -924 lines 0 comments Download
R Src/GoogleApis/ThirdParty/HttpUtility.cs View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 1 chunk +0 lines, -770 lines 0 comments Download
A Src/GoogleApis/packages.config View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 1 chunk +10 lines, -0 lines 0 comments Download
M Tools/Bin/SyncProjectFiles.exe View 1 2 3 4 5 6 7 8 9 10 Binary file 0 comments Download
A packages/Microsoft.Bcl.Build.1.0.5/tools/Microsoft.Bcl.Build.targets View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 1 chunk +227 lines, -0 lines 0 comments Download

Messages

Total messages: 11
peleyal
11 years, 8 months ago (2013-05-11 23:13:08 UTC) #1
ngmiceli
Comments so far after reviewing the HTTP namespace and tests, and the services namespace and ...
11 years, 8 months ago (2013-05-14 20:35:02 UTC) #2
peleyal
Waiting for the next session. Thanks a lot Nick! https://codereview.appspot.com/8596049/diff/243001/Src/GoogleApis.NET4/GoogleApis.NET4.csproj File Src/GoogleApis.NET4/GoogleApis.NET4.csproj (right): https://codereview.appspot.com/8596049/diff/243001/Src/GoogleApis.NET4/GoogleApis.NET4.csproj#newcode11 Src/GoogleApis.NET4/GoogleApis.NET4.csproj:11: ...
11 years, 8 months ago (2013-05-15 13:51:02 UTC) #3
ngmiceli
Comments from the next round of review: Major AI: Check out everything async. Confirm that ...
11 years, 8 months ago (2013-05-15 21:15:08 UTC) #4
peleyal
Main change was downgrade HttpClient to an older version and stop supporting PCL. Hopefully, Microsoft ...
11 years, 8 months ago (2013-05-17 14:10:15 UTC) #5
peleyal
Hi David, I know that this CL is huge (and by huge I mean huggggggggge). ...
11 years, 8 months ago (2013-05-17 16:31:57 UTC) #6
peleyal
Last review? https://codereview.appspot.com/8596049/diff/330001/Src/GoogleApis/Apis/Upload/ResumableUpload.cs File Src/GoogleApis/Apis/Upload/ResumableUpload.cs (left): https://codereview.appspot.com/8596049/diff/330001/Src/GoogleApis/Apis/Upload/ResumableUpload.cs#oldcode75 Src/GoogleApis/Apis/Upload/ResumableUpload.cs:75: private const string ErrorKey = "error"; Eyal ...
11 years, 8 months ago (2013-05-17 21:17:24 UTC) #7
peleyal
Hi Nick, I think that's going to be the finale of this CL! You should ...
11 years, 7 months ago (2013-05-20 13:35:44 UTC) #8
ngmiceli
LGTM. Congrats on achieving this huge improvement! This is a great change and a big ...
11 years, 7 months ago (2013-05-22 12:58:58 UTC) #9
peleyal
!!!!WAS PUSHED!!! I'm really excited about this change. Thanks Nick :)
11 years, 7 months ago (2013-05-22 23:02:10 UTC) #10
anash
11 years, 7 months ago (2013-05-22 23:21:35 UTC) #11
Congrats!


On Thu, May 23, 2013 at 4:32 AM, <peleyal@google.com> wrote:

> !!!!WAS PUSHED!!!
> I'm really excited about this change.
>
> Thanks Nick :)
>
>
https://codereview.appspot.**com/8596049/<https://codereview.appspot.com/8596...
>



-- 
Anash P. Oommen | Developer Programs Engineer | anash@google.com |
 970-361-7311
Sign in to reply to this message.

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b