aboutsummaryrefslogtreecommitdiffhomepage
path: root/templates
Commit message (Collapse)AuthorAge
* Merge pull request #15484 from hcaseyal/update_generate_projects_documentationGravatar hcaseyal2018-05-21
|\ | | | | Add go as a pre-requisite in the documentation for regenerating projeā€¦
* \ Merge pull request #15481 from jtattermusch/upgrade_cmakeGravatar Jan Tattermusch2018-05-21
|\ \ | | | | | | Upgrade cmake in C++ dockerfiles
| | * Add go as a pre-requisite in the documentation for regenerating project filesGravatar Hope Casey-Allen2018-05-21
| |/ |/|
| * use cmake from jessie backportsGravatar Jan Tattermusch2018-05-21
| |
* | Revert "Remove ccache from all docker images"Gravatar Jan Tattermusch2018-05-19
|/
* remove ccache from all docker imagesGravatar Jan Tattermusch2018-05-18
|
* Merge pull request #15422 from apolcyn/fix_circular_makefile_depGravatar apolcyn2018-05-17
|\ | | | | Fix a makefile circular dependency
| * Remove circular makefile dep between c-ares and address_sortingGravatar Alexander Polcyn2018-05-16
| |
* | add mako to multilang dockerimageGravatar Jan Tattermusch2018-05-16
| |
* | Make local DNS server tests more genericGravatar Alexander Polcyn2018-05-11
|/
* Merge pull request #15319 from jtattermusch/cmake_install_roots_pemGravatar Jan Tattermusch2018-05-10
|\ | | | | cmake install should also install roots.pem
| * cmake install should also install roots.pemGravatar Jan Tattermusch2018-05-09
| |
* | Install pip for Python3.4 for gcov testsGravatar Jan Tattermusch2018-05-09
|/
* Merge pull request #15312 from matt-kwong/python-fallbackGravatar Jan Tattermusch2018-05-09
|\ | | | | Install pip for Python3.4 in all Dockerfiles used for Python testing
* \ Merge pull request #15176 from apolcyn/convert_resolver_component_test_to_pythonGravatar apolcyn2018-05-08
|\ \ | | | | | | Convert c-ares test runner from bash to python, to support windows
| | * Install pip for Python3.4 in all Dockerfiles used for Python testingGravatar Matt Kwong2018-05-08
| |/ |/|
* | Remove the fallback when creating Python virtual envGravatar Matt Kwong2018-05-04
| | | | | | | | | | | | | | | | | | | | See https://github.com/grpc/grpc/issues/15253 for more context. The original behavior when running Python tests is to try to create a virtual env with the specifed Python version. If there is an issue with that, fallback to the system's default Python version. This leads to misleading test results, so removing the fallback and failing the test when virtual env fails to instantiate the specified Python version is the new behavior.
| * cleanup, and get rid of unnecessary timeouts in two placesGravatar Alexander Polcyn2018-05-01
| |
| * Convert c-ares test runner from bash to python, so that it works onGravatar Alexander Polcyn2018-04-24
|/ | | | windows
* Merge pull request #15112 from mehrdada/bump-pip-to-10.0.0Gravatar Mehrdad Afshari2018-04-20
|\ | | | | Bump pip==10.0.1 and protobuf==3.5.2.post1
| * Bump Python protobuf to 3.5.2.post1Gravatar Mehrdad Afshari2018-04-19
| |
| * Bump pip version to 10.0.1Gravatar Mehrdad Afshari2018-04-19
| |
* | Bump protobuf runtime dependency versionsGravatar Mehrdad Afshari2018-04-19
|/
* Fix generate_projectsGravatar Muxi Yan2018-04-12
|
* Merge pull request #14987 from matt-kwong/pin-pipGravatar Matt Kwong2018-04-09
|\ | | | | Update pip pin from 9.0.1 to 9.0.2
* \ Merge pull request #14967 from ZhouyihaiDing/windows_peclGravatar Zhouyihai Ding2018-04-07
|\ \ | | | | | | Upmerge #14973 to the master
| | * Update pip pin from 9.0.1 to 9.0.2Gravatar Matt Kwong2018-04-06
| | |
| * | PHP: fix pecl installaion in windowsGravatar ZhouyihaiDing2018-04-06
| |/
* / Remove scripts for running Android interop on JenkinsGravatar Eric Gribkoff2018-04-06
|/
* Fix c-ares tests under gcc muslGravatar Alex Polcyn2018-04-05
|
* Revert "Let cronet use grpc_cronet_registry_plugin"Gravatar Muxi Yan2018-03-30
|
* Merge pull request #14821 from srini100/masterGravatar Srini Polavarapu2018-03-29
|\ | | | | Bump protobuf version check from 3.0.0 to 3.5.0
* \ Merge pull request #14850 from vjpai/deinstallGravatar Jan Tattermusch2018-03-29
|\ \ | | | | | | Remove tool from cmake install
| * | Remove tool from installGravatar Vijay Pai2018-03-28
| | |
* | | PHP: fix pecl installation error for fiinding address_sorting.hGravatar ZhouyihaiDing2018-03-27
|/ /
| * Bump protobuf version check from 3.0.0 to 3.5.0Gravatar Srini Polavarapu2018-03-26
|/
* Merge pull request #13290 from apolcyn/cares_address_sorting_master_cGravatar apolcyn2018-03-26
|\ | | | | Add address sorting submodule for use in c-ares wrapper
* | PHP: fix pecl build errorGravatar ZhouyihaiDing2018-03-26
| |
* | Merge pull request #14768 from axot/bugfix/pecl_compile_flagsGravatar Mehrdad Afshari2018-03-25
|\ \ | | | | | | Add missing FLAGS for pecl
* \ \ Merge pull request #14774 from jtattermusch/portability_fix_alpineGravatar Jan Tattermusch2018-03-23
|\ \ \ | | | | | | | | Partially fix resolver_component_tests_runner test in gcc_musl portability suite
| | * | add missing FLAGS for peclGravatar Zheng SHAO2018-03-22
| |/ / |/| |
| * | fix resolver_component_tests_runner test in gcc_muslGravatar Jan Tattermusch2018-03-21
| | |
| | * Put address_sorting's public header under its own directory. Also addGravatar Alex Polcyn2018-03-20
| | | | | | | | | | | | test_only to sort function used in test.
| | * Reorganize cmake rules for address sorting; also fix merge conflictGravatar Alexander Polcyn2018-03-20
| | | | | | | | | | | | Fix clang-tide issue
| | * Add address sorting submodule for use in c-ares wrapperGravatar Alexander Polcyn2018-03-20
| |/
* / Let cronet use grpc_cronet_registry_pluginGravatar Muxi Yan2018-03-20
|/
* Merge pull request #14691 from jtattermusch/kokoro_packages_distribtestGravatar Jan Tattermusch2018-03-14
|\ | | | | Add kokoro build_packages and distribtests jobs.
* \ Merge pull request #14690 from apolcyn/fix_resolver_test_arg_parseGravatar apolcyn2018-03-14
|\ \ | | | | | | Fix resolver test script's arg parsing for bazel runs
* \ \ Merge pull request #14661 from murgatroid99/node_pure_js_interop_clientGravatar Michael Lumish2018-03-13
|\ \ \ | | | | | | | | Add Node pure JS interop client
| | * | Fix arg parsing in resolver test scriptGravatar Alexander Polcyn2018-03-13
| |/ / |/| |