aboutsummaryrefslogtreecommitdiffhomepage
path: root/templates
Commit message (Collapse)AuthorAge
* Merge pull request #17303 from lidizheng/sanity-python-3Gravatar Lidi Zheng2018-12-20
|\ | | | | Run pylint test in Python 3
* \ Merge remote-tracking branch 'upstream/master' into ↵Gravatar yang-g2018-12-17
|\ \ | | | | | | | | | gpr_test_util_to_grpc_test_util
| * | Add grpcio-status extension packageGravatar Lidi Zheng2018-12-13
| | | | | | | | | | | | | | | | | | * The new package has 2 API `from_call` and `to_status` * Utilize the experimental API `abort_with_status` * Add 5 unit test cases
| | * Upgrade sanity Docker image to debian:stretchGravatar Lidi Zheng2018-12-10
| |/ | | | | | | | | | | | | | | * Use latest pylint in Python 3.7 (they dropped support for PY2) * Make latest pylint happy * Forced to upgrade to shellcheck 0.4.4 * Make shellcheck 0.4.4 happy * Adopt reviewers' advice to reduce global disabled rules
* | podsec fixGravatar yang-g2018-12-06
| |
| * Merge remote-tracking branch 'upstream/v1.17.x' into HEADGravatar Jan Tattermusch2018-12-06
|/|
* | switch C# docker images to debian stretchGravatar Jan Tattermusch2018-11-30
| |
* | Merge pull request #17266 from lidizheng/python-channelzGravatar Lidi Zheng2018-11-29
|\ \ | | | | | | Channelz Python wrapper implementation
| * | Channelz Python wrapper implementationGravatar Lidi Zheng2018-11-27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Expose the C-Core API in Cython layer * Handle the object translation * Create a separate package for Channelz specifically * Handle nullptr and raise exception if seen one * Translate C++ Channelz unit tests * Adding 5 more invalid query unit tests Adding peripheral utility for grpcio-channelz package * Add to `pylint_code.sh` * Add to Python build script * Add to artifact build script * Add to Bazel * Add to Sphinx module list
* | | use python stretch3.7 image for interop testsGravatar Jan Tattermusch2018-11-26
|/ /
| * Use 'preX' when pre-releasing gRPC-C++.podspecGravatar Muxi Yan2018-11-21
| |
* | Merge pull request #17245 from jtattermusch/coverage_split_upGravatar Jan Tattermusch2018-11-20
|\ \ | |/ |/| Split up test coverage runs by language
| * pip install coverage for python_stretch3.7 imageGravatar Jan Tattermusch2018-11-20
| |
| * split up coverage runs by languageGravatar Jan Tattermusch2018-11-19
| |
* | Boost C++ version for 1.17.0Gravatar Muxi Yan2018-11-19
|/
* Merge pull request #16832 from clemensg/makefile_version_linksGravatar Jan Tattermusch2018-11-16
|\ | | | | Fix invalid version .so links in Makefile
* | re-running tests, squashing commitsGravatar Tommy Chen2018-11-13
| |
* | upgrade bazel in Dockerfile to 0.17.1Gravatar Jan Tattermusch2018-10-30
| |
* | Merge pull request #16962 from var-const/varconst/podspec-roots-pemGravatar Muxi Yan2018-10-26
|\ \ | | | | | | In gRPC-C++ podspec, copy the certificate to bundle resources
| * | Change the template of gRPC-C++.podspec as wellGravatar Muxi Yan2018-10-26
| | |
| | * Fix invalid version .so links in MakefileGravatar Clemens Gruber2018-10-25
| |/ |/|
* | Merge pull request #16945 from lidizheng/update-python-3.7-dockerfileGravatar Lidi Zheng2018-10-24
|\ \ | | | | | | Update Python 2.7/3.5/3.6/3.7 testing Dockerfile
| * | Rename the DockerfilesGravatar Lidi Zheng2018-10-23
| | |
| * | Pack templates into a concentrated oneGravatar Lidi Zheng2018-10-23
| | |
| * | Uppercase `Authors`Gravatar Lidi Zheng2018-10-23
| | |
| * | Put `jessie` back for Python3.4Gravatar Lidi Zheng2018-10-23
| | | | | | | | | | | | | | | * According to `https://packages.debian.org/jessie/python/python3.4` the Python3.4 has security issues. * Debian `stretch` doesn't include Python3.4 packages in their repo
| * | Migrate from `jessie` to `stretch`Gravatar Lidi Zheng2018-10-23
| | |
* | | Add a grpclb-in-DNS interop test suiteGravatar Alex Polcyn2018-10-23
| |/ |/|
| * Add different Dockerfile for each Python versionGravatar Lidi Zheng2018-10-22
| |
| * Rename Dockerfile && fix typoGravatar Lidi Zheng2018-10-22
| |
| * Using template to generate DockerfileGravatar Lidi Zheng2018-10-19
|/
* Merge pull request #16908 from jtattermusch/go_interop_111Gravatar Jan Tattermusch2018-10-18
|\ | | | | Update Go interop image to go1.11
| * update go interop image to go1.11Gravatar Jan Tattermusch2018-10-17
| |
* | Merge remote-tracking branch 'golden/master' into package-grpc-toolsGravatar kkm2018-10-14
|\|
| * Merge pull request #16806 from jtattermusch/fix_python_api_tools_installationGravatar Jan Tattermusch2018-10-08
| |\ | | | | | | Fix google-api-python-client installation in dockerfiles
| * \ Merge pull request #16754 from jtattermusch/fix_unsecure_pcGravatar Jan Tattermusch2018-10-08
| |\ \ | | | | | | | | fix *_unsecure.pc files
| | | * fix google-api-python-client installationGravatar Jan Tattermusch2018-10-08
| | |/ | |/|
* | | Merge remote-tracking branch 'golden/master' into package-grpc-toolsGravatar kkm2018-10-07
|\| |
| * | Merge pull request #16552 from ↵Gravatar Jan Tattermusch2018-10-05
| |\ \ | | | | | | | | | | | | | | | | jtattermusch/csharp_expose_client_certificate_request Expose certificate request type in SslServerCredentials
| * | | fix backward compatibility mode on macosGravatar Jan Tattermusch2018-10-04
| | | |
| * | | cmake: add backwards compatibility modeGravatar Jan Tattermusch2018-10-04
| | | |
| * | | add cmake to C# docker imagesGravatar Jan Tattermusch2018-10-04
| | | |
| | | * fix *_unsecure.pc filesGravatar Jan Tattermusch2018-10-02
| | | |
| * | | cmake: prevent C core from depending on libstdc++Gravatar Jan Tattermusch2018-10-02
| | |/ | |/|
| * | updates to templates/README.mdGravatar Jan Tattermusch2018-09-28
| | |
| * | remove no-longer-useful properties from build.yamlGravatar Jan Tattermusch2018-09-28
| | |
| * | bug fixGravatar Muxi Yan2018-09-20
| | |
| * | replace #include library name in BoringSSL filesGravatar Muxi Yan2018-09-20
| | |
| * | Rename the openssl framework to openssl_grpc to avoid conflictGravatar Muxi Yan2018-09-19
| | |
| * | fix interop docker buildGravatar Jan Tattermusch2018-09-07
| | |