aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools
Commit message (Collapse)AuthorAge
...
| * | | | Add OAuth interop tests to PythonGravatar Masood Malekghassemi2015-04-09
| | | | | | | | | | | | | | | | | | | | | | | | | Also adds the commands to the grpc_docker shell library script to support running in docker.
* | | | | Use the release tag specified by the versionGravatar Tim Emiola2015-04-08
|/ / / /
| | * | Better defaulting of attributesGravatar Craig Tiller2015-04-08
| | | |
| | * | Allow restricting platforms for certain testsGravatar Craig Tiller2015-04-08
| | | |
| | * | Spam cleanupGravatar Craig Tiller2015-04-08
| | | |
| | * | Initial porting of run_tests to WindowsGravatar Craig Tiller2015-04-08
| | | |
* | | | Update the libgrpc debian package to depend on the experimental version of ↵Gravatar Tim Emiola2015-04-08
| | | | | | | | | | | | | | | | openssl
* | | | Updated the version to 0.6.0Gravatar Tim Emiola2015-04-08
| | | |
* | | | Use the local version of the distpackages when build debian filesGravatar Tim Emiola2015-04-08
| | | |
* | | | Merge pull request #1217 from soltanmm/pypiGravatar Tim Emiola2015-04-07
|\ \ \ \ | | | | | | | | | | Version update to 0.5.0
| * | | | Version update to 0.5.0Gravatar Masood Malekghassemi2015-04-07
| | | | |
* | | | | Merge pull request #1154 from soltanmm/pypiGravatar Tim Emiola2015-04-06
|\| | | | | | | | | | | | | | Enable PyPI package management
| * | | | Enable PyPI package managementGravatar Masood Malekghassemi2015-04-06
| | | | |
* | | | | Simplifies the work needed to create a new debGravatar Tim Emiola2015-04-03
| |_|/ / |/| | | | | | | | | | | | | | | | | | | - automates much of the workflow for building a deb package - adds a version.txt file that is used configure the version on the deb package * updates the Dockerfile to make use of this
* | | | Add the version of the built deb to be configured by a fileGravatar Tim Emiola2015-04-03
| | | |
* | | | Add the version of the built deb to be configured by a fileGravatar Tim Emiola2015-04-03
| | | |
* | | | Merge pull request #1173 from nicolasnoble/vs2010Gravatar Jan Tattermusch2015-04-02
|\ \ \ \ | | | | | | | | | | Created Visual Studio 2010 project files.
| * | | | Created Visual Studio 2010 project files.Gravatar Nicolas "Pixel" Noble2015-04-02
| | | | | | | | | | | | | | | | | | | | Also removed the unused shared projects.
* | | | | Merge pull request #1129 from nicolasnoble/scan-buildGravatar Tim Emiola2015-04-02
|\ \ \ \ \ | | | | | | | | | | | | Adding Dockerfile for grpc/scan-build.
* | | | | | Generate interop-related code in docker buildGravatar murgatroid992015-04-01
| |/ / / / |/| | | |
* | | | | Merge pull request #1152 from murgatroid99/docker_php_composerGravatar Tim Emiola2015-03-30
|\ \ \ \ \ | |_|/ / / |/| | | | Update PHP Dockerfiles with composer changes
| * | | | Changed PHP version to 5.5 in DockerfilesGravatar murgatroid992015-03-30
| | | | |
* | | | | Merge pull request #1144 from yang-g/genericstubGravatar Vijay Pai2015-03-27
|\ \ \ \ \ | | | | | | | | | | | | generic stub implementation
| | * | | | Added composer commands to PHP DockerfilesGravatar murgatroid992015-03-27
| |/ / / / |/| | | |
| * | | | Refactor and add a unit testGravatar Yang Gao2015-03-27
| | | | |
* | | | | Removed ruby installation changeGravatar murgatroid992015-03-27
| | | | |
* | | | | Updated php_base Dockerfile to install PHP instead of compiling itGravatar murgatroid992015-03-27
|/ / / /
* | | | Adding a simple 'buildonly' test.Gravatar Nicolas "Pixel" Noble2015-03-26
| | | |
| * | | Adding Dockerfile for grpc/scan-build.Gravatar Nicolas "Pixel" Noble2015-03-25
|/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This can be simply used that way: docker run -p 8182:8181 grpc/scan-build This will grab grpc's latest github code, compile it through clang's scan-build tool (http://clang-analyzer.llvm.org/scan-build.html) and output the result on stdout. This will also start an HTTP server on port 8182 on your machine, displaying the report nicely. As a nice side-effect, this will also produce scan reports for openssl and protobuf. The server can be then stopped this way: docker ps -l # figure out the container-id docker kill container-id
| | * Adding basic sanity test.Gravatar Nicolas "Pixel" Noble2015-03-24
| |/ |/|
* | Merge pull request #1100 from ejona86/use-mvn-centralGravatar Tim Emiola2015-03-23
|\ \ | | | | | | Use protobuf java and nano from Maven Central
* | | Protect on some overflow scenarios, add a test and build/run the testGravatar Yang Gao2015-03-20
| | |
| * | Use protobuf java and nano from Maven CentralGravatar Eric Anderson2015-03-19
|/ / | | | | | | | | The protobuf jars are now available from Maven Central. Use them instead of building our own.
| * Merge branch 'master' of github.com:google/grpc into freebsdGravatar Nicolas "Pixel" Noble2015-03-19
| |\ | |/ |/| | | | | | | Conflicts: Makefile templates/Makefile.template
* | Merge pull request #1092 from nicolasnoble/msvc-c++Gravatar Jan Tattermusch2015-03-19
|\ \ | | | | | | Adding MSVC's grpc++ project file.
* \ \ Merge pull request #1084 from yang-g/addtestcaseGravatar donnadionne2015-03-18
|\ \ \ | | | | | | | | Add jwt_token_creds test case to interop test for c++
* \ \ \ Merge pull request #1060 from tbetbetbe/grpc-tools-add-proto-bin-docker-imageGravatar Jan Tattermusch2015-03-18
|\ \ \ \ | | | | | | | | | | Adds a dockerfile and script for building a tar archive containing protoc and the plugins
| * | | | Updates the structure and name of the tar.gz archiveGravatar Tim Emiola2015-03-18
| | | | | | | | | | | | | | | | | | | | | | | | | - the name includes a version - the top-level directory of the tar has the same name as the archive
| * | | | Corrects some spelling mistakesGravatar Tim Emiola2015-03-18
| | | | |
| * | | | Adds a file containing the versionGravatar Tim Emiola2015-03-18
| | | | |
* | | | | Add csharp server to interop testsGravatar Donna Dionne2015-03-18
| | | | |
| | * | | Add jwt_token_creds test case to interop test for c++Gravatar Yang Gao2015-03-18
| | | | |
* | | | | Merge pull request #1078 from dklempner/run_tests_timeoutGravatar Vijay Pai2015-03-17
|\ \ \ \ \ | | | | | | | | | | | | Unconditionally add a newline if a test times out or fails.
| * | | | | Unconditionally add a newline if a test times out or fails.Gravatar David Klempner2015-03-17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Failure should generally result in output unless something goes wrong, but timeout currently doesn't, but should be printed 100% of the time.
* | | | | | Merge the base and base.packets packagesGravatar Nathaniel Manista2015-03-18
|/ / / / / | | | | | | | | | | | | | | | They were two halves of the same whole.
* | / / / Fix Python test ignorance of build configGravatar Masood Malekghassemi2015-03-17
| |/ / / |/| | |
| * | | Adds a dockerfile and script for building a tar archive containing protoc ↵Gravatar Tim Emiola2015-03-16
| | | | | | | | | | | | | | | | and the grpc plugins
* | | | Merge branch 'master' into untypedAPIGravatar Yang Gao2015-03-16
|\ \ \ \
| * | | | Defaulting run_tests to just opt.Gravatar Nicolas "Pixel" Noble2015-03-16
| | | | |
| | | | * FreeBSD preliminary work.Gravatar Nicolas Noble2015-03-16
| | |_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | -) You can't assume bash is installed. Scripts needs to be cleaned out of bashisms. -) You can't assume python is in /usr/bin. Use env instead. -) AF_INET is in sys/socket.h -) Added port_platform's basic structure for FreeBSD, based off Darwin. -) FreeBSD doesn't have and doesn't need libdl for OpenSSL.