Commit Graph

321 Commits

Author SHA1 Message Date
Jan Tattermusch 8775eadee8
Merge pull request #15687 from jtattermusch/csharp_mock_example
Add C# tests that demonstrate how to unit test grpc code with test doubles.
2018-06-12 09:40:34 +02:00
Jan Tattermusch b8fb538471 regenerate C# protos 2018-06-08 17:24:40 +02:00
Jan Tattermusch 1d1070216e add tests demonstrating how to mock client stubs 2018-06-08 16:29:19 +02:00
Jan Tattermusch 57139d1eef fix C# codegen for empty service 2018-05-31 17:19:47 +02:00
Carl Mastrangelo f6bf95f332 update csharp gen 2018-05-02 12:02:14 -07:00
kpayson64 7a20c962df Break out qps services into seperate protos 2018-04-18 22:13:09 -07:00
Jan Tattermusch 0fc97adc9e
Merge pull request #14539 from jtattermusch/csharp_dotnet_2
Upgrade dotnet SDK version used for src/csharp
2018-02-27 13:36:59 -05:00
Jan Tattermusch 4bc336d6cc fix build in newer dotnet SDK versions 2018-02-27 11:00:56 +01:00
Jan Tattermusch 3bbc91b8c2 regenerate 2018-02-27 08:11:18 +01:00
Muxi Yan 3db2caaf2e Replace message/deflate,gzip with deflate,gzip 2018-02-06 18:17:42 -08:00
Muxi Yan fb061c329a Merge remote-tracking branch 'upstream/master' into fix-stream-compression-config-interface 2018-01-19 12:20:15 -08:00
Jan Tattermusch a2044f83c6 metadata plugin update statuses in wrapped langs 2017-12-14 00:17:25 +01:00
Muxi Yan 032e9b32dc Merge remote-tracking branch 'upstream/master' into fix-stream-compression-config-interface 2017-12-13 14:04:45 -08:00
Jan Tattermusch 386bbdf165 regenerate 2017-12-13 05:08:09 +01:00
Muxi Yan 6043006af1 Merge remote-tracking branch 'upstream/master' into fix-stream-compression-config-interface 2017-12-06 22:29:12 -08:00
Jan Tattermusch 3267108e52 C# benchmarks provide userTime and systemTime info 2017-11-30 09:06:20 +01:00
Jan Tattermusch ea6cc57f1e C# benchmarks: honor optimizationtarget channel arg 2017-11-16 18:04:37 +01:00
Muxi Yan 1b1c9b387b Fix csharp build 2017-10-16 15:27:15 -07:00
Mark D. Roth b4c01f9e29 Merge remote-tracking branch 'upstream/master' into plugin_credentials_api_fix 2017-09-25 12:36:30 -07:00
David Garcia Quintas b352be025f Upmerge from v1.6.x branch to master 2017-09-18 11:55:52 -07:00
Alexander Polcyn 27670c81a9 make a guarantee that c# auth callbacks are async to c-core 2017-09-06 14:12:28 -07:00
Jan Tattermusch 398435122a PackageTargetFallback not necessary 2017-09-05 17:09:58 +02:00
Jan Tattermusch f32d3a79b5 System.Linq.Expressions dependency in redundant 2017-09-05 17:09:58 +02:00
Jan Tattermusch a37b72e9fd dont set RuntimeFrameworkVersion unneccessarily 2017-09-05 17:09:58 +02:00
Jan Tattermusch ff6c03638d unify loggers used by Grpc tests 2017-08-20 17:27:01 +02:00
Jan Tattermusch c152d6628a fix warnings in integration tests 2017-08-11 18:17:19 +02:00
Jan Tattermusch ca25473229 regenerate C# protos 2017-08-11 18:17:18 +02:00
Jan Tattermusch 40ea2d3a04 improve examples in CustomErrorDetails test 2017-08-09 10:23:15 +02:00
Jan Tattermusch 75e9eaed44 reduce threadpool size for qps benchmarks 2017-07-26 14:18:06 +02:00
Jan Tattermusch eb0219ba76 regenerate C# protos 2017-06-29 17:49:37 +02:00
Jan Tattermusch b2b54fe60f add C# test demoing custom error details 2017-06-29 17:49:36 +02:00
Jan Tattermusch 4d5c3102a1 fix remaining license notices 2017-06-08 11:22:41 +02:00
Jan Tattermusch 7897ae9308 auto-fix most of licenses 2017-06-08 11:22:41 +02:00
Jan Tattermusch 8251fdd461 there is no GC generation 3 2017-06-01 19:26:12 +02:00
Jan Tattermusch 19e3d3ba9f get rid of Histogram lock contention in qps worker 2017-05-18 11:38:58 +02:00
Jan Tattermusch d7079b2008 cache byteBufRequest for generic C# qps client 2017-05-18 11:14:33 +02:00
Jan Tattermusch 01ce23641d reports GC stats in qps workers 2017-05-02 10:23:40 +02:00
Jan Tattermusch 09d2f55c34 eliminate crosstalk between C# tests 2017-04-20 11:39:37 +02:00
Jan Tattermusch b58d946efa fix package downgrade warning in dotnet restore 2017-04-07 09:06:44 +02:00
Jan Tattermusch 7727c7649c Initial migration to new .csproj files 2017-04-07 08:51:56 +02:00
Jan Tattermusch ff4fc13bd2 regenerate code 2017-03-14 09:27:50 +01:00
David G. Quintas 18f8acf617 Merge pull request #10004 from dgquintas/1.1.x_to_master_again
1.1.x to master again
2017-03-07 17:42:32 -08:00
Jan Tattermusch e2b2c8e193 update nugets in csproj projects 2017-03-07 13:00:19 +01:00
Jan Tattermusch 018e23ab5a regenerate projects 2017-03-07 13:00:19 +01:00
Jan Tattermusch 766c97a408 updgrade C# project.json to protobuf 3.2.0 2017-03-07 13:00:19 +01:00
Jan Tattermusch d687e92f1c regenerate C# protos 2017-03-07 13:00:18 +01:00
David Garcia Quintas 78fd7db29f Merge remote-tracking branch 'upstream/v1.1.x' into 1.1.x_to_master_again 2017-03-06 15:58:03 -08:00
Jan Tattermusch aa4abaa8cc fix Grpc.HealthCheck and Grpc.Reflection packages 2017-03-03 10:19:01 +01:00
Jan Tattermusch c9b03fe987 expose AuthContext in C# 2017-03-02 12:07:15 +01:00
Jan Tattermusch 66f85782c0 display logs when running interop based tests 2017-02-24 19:44:41 +01:00