aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools
Commit message (Collapse)AuthorAge
* Merge pull request #178 from murgatroid99/merge_new_invoke_apiGravatar Craig Tiller2015-01-23
|\ | | | | Merge new invoke api
| * Made node library buildable from source treeGravatar murgatroid992015-01-23
| |
* | Fixes a regression in the ruby dockerfileGravatar Tim Emiola2015-01-23
|/ | | | - the line that built and installed grpc ruby was mistakenly removed.
* Merge pull request #169 from tbetbetbe/grpc_tools_add_go_dockerfileGravatar donnadionne2015-01-22
|\ | | | | Grpc tools add go dockerfile
| * removes noisy output when syncingGravatar Tim Emiola2015-01-22
| |
| * Adds a bash func that runs the interop test client commandGravatar Tim Emiola2015-01-22
| |
| * Adds Dockerfile for GoGravatar Tim Emiola2015-01-22
| |
* | Merge pull request #164 from nathanielmanistaatgoogle/python-introductionGravatar Nicolas Noble2015-01-22
|\ \ | | | | | | Python introduction.
* \ \ Merge pull request #158 from chen-wang/tipsGravatar Yang Gao2015-01-22
|\ \ \ | | | | | | | | TIPS client implementation.
| | * | Add Python to run-tests.Gravatar Nathaniel Manista2015-01-22
| | | |
| | | * Minor bugfixes; adds independent command for support scripts on GCE machinesGravatar Tim Emiola2015-01-22
| | | |
| | | * Merge remote-tracking branch 'upstream/master'Gravatar Tim Emiola2015-01-22
| | | |\ | |_|_|/ |/| | |
| * | | Merge branch 'master' of github.com:google/grpc into tipsGravatar Chen Wang2015-01-21
| |\| |
* | | | Surface failure countGravatar Craig Tiller2015-01-21
| |/ / |/| |
| | * Merge remote-tracking branch 'upstream/master'Gravatar Tim Emiola2015-01-21
| | |\ | |_|/ |/| |
| | * bugfix: corrects a bug in grpc_sync_imagesGravatar Tim Emiola2015-01-21
| | |
* | | Switches the grpc-repo dockerfiles to pull gRPC source from GitHubGravatar Tim Emiola2015-01-21
| | |
* | | Adds a command to copy the docker github credential from GCSGravatar Tim Emiola2015-01-21
| |/ |/| | | | | | | - updates grpc_update_image to install the github credential when the base image is built
* | Merge pull request #111 from ctiller/projGravatar Nicolas Noble2015-01-20
|\ \ | | | | | | Generate projects
* \ \ Merge pull request #110 from ctiller/testGravatar Nicolas Noble2015-01-20
|\ \ \ | | | | | | | | Add ability to test build.json is clean
* \ \ \ Merge pull request #109 from ctiller/maccGravatar Nicolas Noble2015-01-20
|\ \ \ \ | | | | | | | | | | Mac Compatibility Fix
| | | * | Generate projectsGravatar Craig Tiller2015-01-19
| |_|/ / |/| | |
| | * | Add ability to testGravatar Craig Tiller2015-01-19
| | | |
| * | | Mac Compatibility FixGravatar Craig Tiller2015-01-19
| |/ /
* | | Check for executable existanceGravatar Craig Tiller2015-01-19
| | |
* | | Use clang-format-3.5Gravatar Craig Tiller2015-01-18
|/ /
* | Sort by language, then by nameGravatar Craig Tiller2015-01-18
| |
* | Googlify indentationGravatar Craig Tiller2015-01-18
|\ \
| * | Googlify indentationGravatar Craig Tiller2015-01-18
| | |
* | | Generate projectsGravatar Craig Tiller2015-01-18
| | |
* | | Merge branch 'testrun' of github.com:ctiller/grpc into build-cleanerGravatar Craig Tiller2015-01-18
|\| | | | | | | | | | | | | | Conflicts: build.json
* | | RenameGravatar Craig Tiller2015-01-18
| | |
* | | build.json prettifierGravatar Craig Tiller2015-01-18
| | |
| * | Simplify Python codeGravatar Craig Tiller2015-01-18
| | |
| * | Pretty print tests.jsonGravatar Craig Tiller2015-01-18
| | |
| * | Only run language specified testsGravatar Craig Tiller2015-01-18
| | | | | | | | | | | | Add a template to generate a complete list of tests for C/C++, and use it to generate the list of binaries to run tests for.
| * | Abort on errors, and dont spamGravatar Craig Tiller2015-01-18
|/ /
* / Use Python json moduleGravatar Craig Tiller2015-01-16
|/ | | | Instead of third party simplejson module, to save a dependency.
* Better GRPC_LIBDIR configGravatar Craig Tiller2015-01-16
|
* Using --enable-grpc configure flagGravatar Craig Tiller2015-01-16
|
* PHP unit tests run with run_tests.pyGravatar Craig Tiller2015-01-16
|
* Build static for phpGravatar Craig Tiller2015-01-16
|
* Build in the correct directoryGravatar Craig Tiller2015-01-16
|
* Build php modules from run_tests.pyGravatar Craig Tiller2015-01-16
|
* Add support for building outside of the MakefileGravatar Craig Tiller2015-01-16
|
* Fix run_test.py so it runs the first timeGravatar Craig Tiller2015-01-15
|
* Make run_tests.py pass lintGravatar Craig Tiller2015-01-15
|
* Cache for successful test runsGravatar Craig Tiller2015-01-15
| | | | | | By default don't re-run tests that have already run successfully, to reduce latency between making a change and seeing if it fixed the last thing that you were trying to fix.
* Merge pull request #66 from tbetbetbe/grpc_tools_simplify_docker_image_updatesGravatar Michael Lumish2015-01-15
|\ | | | | Grpc tools simplify docker image updates
| * Updates launch server to remove existing server if it's presentGravatar Tim Emiola2015-01-15
| |