Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Merge pull request #3746 from murgatroid99/node_interop_compliance | Jan Tattermusch | 2015-10-09 |
|\ | | | | | Made node interop tests maximally compliant with the spec | ||
* \ | Merge pull request #3751 from jboeuf/fix_3680 | Yang Gao | 2015-10-09 |
|\ \ | | | | | | | Fixing #3680 | ||
* \ \ | Merge pull request #3702 from nicolasnoble/docker-inception | Craig Tiller | 2015-10-09 |
|\ \ \ | | | | | | | | | Trying to allow docker-within-docker. | ||
* \ \ \ | Merge pull request #3763 from nicolasnoble/node-coverage-report-fix | Michael Lumish | 2015-10-09 |
|\ \ \ \ | | | | | | | | | | | Adding basic redirect for the node coverage report html. | ||
* \ \ \ \ | Merge pull request #3701 from yang-g/unreachable | Craig Tiller | 2015-10-09 |
|\ \ \ \ \ | | | | | | | | | | | | | mark unreachable code with a macro | ||
| | * | | | | Adding basic redirect for the node coverage report html. | Nicolas "Pixel" Noble | 2015-10-10 |
| | | | | | | |||
* | | | | | | Merge pull request #3761 from jtattermusch/fix_interop_tests | Jan Tattermusch | 2015-10-09 |
|\ \ \ \ \ \ | |_|/ / / / |/| | | | | | Various run_interop_tests.py fixes | ||
| * | | | | | eat output from docker kill as well | Jan Tattermusch | 2015-10-09 |
| | | | | | | |||
| * | | | | | prevent polluting output by subprocesses | Jan Tattermusch | 2015-10-09 |
| | | | | | | |||
| | | | | * | Revert "Added interval_us delay in Node interop server" | murgatroid99 | 2015-10-09 |
| | | | | | | | | | | | | | | | | | | | | | | | | This reverts commit 83815eab40568e142f05376dae48c2cef41bfefd. | ||
| | | | | * | Fixed some issues with the tests | murgatroid99 | 2015-10-09 |
| | | | | | | |||
| * | | | | | run empty_stream interop test | Jan Tattermusch | 2015-10-09 |
| | | | | | | |||
| * | | | | | dont use + character in generated container names | Jan Tattermusch | 2015-10-09 |
| | | | | | | |||
| * | | | | | add retries for docker port command | Jan Tattermusch | 2015-10-09 |
|/ / / / / | |||
| | * | | | Ensuring docker dependencies present in the container. | Nicolas "Pixel" Noble | 2015-10-09 |
| | | | | | |||
* | | | | | Merge pull request #3758 from stanley-cheung/php_empty_stream_interop_test | Michael Lumish | 2015-10-09 |
|\ \ \ \ \ | | | | | | | | | | | | | PHP: implement empty_stream interop test | ||
| * | | | | | php: call writesDone in interop test | Stanley Cheung | 2015-10-09 |
| | | | | | | |||
| * | | | | | php: implement empty_stream interop test | Stanley Cheung | 2015-10-09 |
|/ / / / / | |||
| | | | * | Fix a couple of issues with the node interop client | murgatroid99 | 2015-10-09 |
| | | | | | | | | | | | | | | | | | | | | | | | | | This fixes how the node interop client handles authentication failure and how it checks the service account email responses. | ||
| | | | * | Merge branch 'master' into node_interop_compliance | murgatroid99 | 2015-10-09 |
| | | | |\ | |_|_|_|/ |/| | | | | |||
* | | | | | Merge pull request #3757 from murgatroid99/node_interop_docker_fix_real | Michael Lumish | 2015-10-09 |
|\ \ \ \ \ | | | | | | | | | | | | | Fix the Node interop test runner files | ||
| * | | | | | Fixed node interop build script and Dockerfile | murgatroid99 | 2015-10-09 |
| | | | | | | |||
* | | | | | | Merge pull request #3692 from dgquintas/inspector_fail | Sree Kuchibhotla | 2015-10-09 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | Fixed unprotected access to call field | ||
* \ \ \ \ \ \ | Merge pull request #3691 from sreecha/fix_compression | David G. Quintas | 2015-10-09 |
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | | | Fix incorrect assert | ||
* | | | | | | | Merge pull request #3755 from jtattermusch/handle_interop_client_timeout | Jan Tattermusch | 2015-10-09 |
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | Kill interop clients on timeout | ||
* \ \ \ \ \ \ \ | Merge pull request #3698 from ctiller/qps_test_be_locky | Vijay Pai | 2015-10-08 |
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | Add a timeout to benchmark test runs | ||
| | * | | | | | | | stop using --cidfile for run_tests | Jan Tattermusch | 2015-10-08 |
| | | | | | | | | | |||
| | * | | | | | | | use --name instead of --cidfile | Jan Tattermusch | 2015-10-08 |
| | | | | | | | | | |||
| | * | | | | | | | kill interop clients on timeout | Jan Tattermusch | 2015-10-08 |
| |/ / / / / / / |/| | | | | | | | |||
| | | | * | | | | add another return in case the macro is not defined and the compiler ↵ | yang-g | 2015-10-08 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | complains about no return statement | ||
| | | * | | | | | Hid test-only functions from surface/call.h | David Garcia Quintas | 2015-10-08 |
| | | | | | | | | |||
* | | | | | | | | Merge pull request #3753 from nicolasnoble/generate-all-the-reports | Craig Tiller | 2015-10-08 |
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | All of the subprojects need to generate a report, otherwise Jenkins will be sad. | ||
| * | | | | | | | | All of the subprojects need to generate a report, otherwise Jenkins will be sad. | Nicolas "Pixel" Noble | 2015-10-08 |
|/ / / / / / / / | |||
| | | | * | | | | merge and resolve conflicts | yang-g | 2015-10-08 |
| | | | |\ \ \ \ | |_|_|_|/ / / / |/| | | | | | | | |||
* | | | | | | | | Merge pull request #3750 from stanley-cheung/php_update_master | Stanley Cheung | 2015-10-08 |
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | PHP: update package.xml to prepare for 0.6.1 release | ||
* \ \ \ \ \ \ \ \ | Merge pull request #3640 from carl-mastrangelo/master | Craig Tiller | 2015-10-08 |
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | Add initial interop tests | ||
* \ \ \ \ \ \ \ \ \ | Merge pull request #3728 from nicolasnoble/go-fetch | Craig Tiller | 2015-10-08 |
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | Improving run_tests's build step. | ||
| | | | | | | | | * | | Fixing #3680 | Julien Boeuf | 2015-10-08 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The server auth filter needs a reference on the server credentials so that the processor that belongs to the creds is not destroyed when the server auth filter is still using it. The server auth filter also does not need the security connector but just the auth context. | ||
| | | * | | | | | | | | php: update package.xml to prepare for 0.6.1 release | Stanley Cheung | 2015-10-08 |
| |_|/ / / / / / / / |/| | | | | | | | | | |||
* | | | | | | | | | | Merge pull request #3749 from jtattermusch/rename_csharp_ext_nuget | Stanley Cheung | 2015-10-08 |
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | Rename grpc.native.csharp_ext nuget to grpc.native.csharp | ||
* \ \ \ \ \ \ \ \ \ \ | Merge pull request #3747 from stanley-cheung/remove_linuxbrew_reference | Stanley Cheung | 2015-10-08 |
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | Removed a few more linuxbrew references | ||
| * | | | | | | | | | | | removed a few more linuxbrew references | Stanley Cheung | 2015-10-08 |
| | | | | | | | | | | | | |||
| | * | | | | | | | | | | rename grpc.native.csharp_ext nuget to grpc.native.csharp | Jan Tattermusch | 2015-10-08 |
| |/ / / / / / / / / / |/| | | | | | | | | | | |||
* | | | | | | | | | | | Merge pull request #3745 from jtattermusch/fix_vs2010_compilation | Jan Tattermusch | 2015-10-08 |
|\ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / |/| | | | | | | | | | | Fix compilation with VS2010 | ||
* | | | | | | | | | | | Merge pull request #3739 from jtattermusch/csharp_interop_auth | Stanley Cheung | 2015-10-08 |
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | Make C# auth interop tests spec compliant | ||
| | | | | | | | | | | * | Added remaining implementable node interop tests, except compression | murgatroid99 | 2015-10-08 |
| | | | | | | | | | | | | |||
* | | | | | | | | | | | | Merge pull request #3734 from jtattermusch/nuget_restore_prebuild | Nicolas Noble | 2015-10-08 |
|\ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|_|/ / |/| | | | | | | | | | | | Move "nuget restore" operations to prebuild phase. | ||
| | | | | | | | | | | * | Made Node interop client use all specified command line flags | murgatroid99 | 2015-10-08 |
| | | | | | | | | | | | | |||
| | | * | | | | | | | | | fix compilation with VS2010 | Jan Tattermusch | 2015-10-08 |
| | | | | | | | | | | | | |||
* | | | | | | | | | | | | Merge pull request #3684 from yang-g/prod_roots | Jan Tattermusch | 2015-10-08 |
|\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | remove flag use_prod_roots in interop test and add use_test_ca per th… |