aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools
Commit message (Collapse)AuthorAge
* Default to no-flakes, allow enabling themGravatar Craig Tiller2015-09-28
|
* Purple flakesGravatar Craig Tiller2015-09-25
|
* Merge github.com:grpc/grpc into flaky-ist-gutGravatar Craig Tiller2015-09-25
|\
| * More PDB trickeryGravatar Craig Tiller2015-09-25
| |
| * Merge github.com:grpc/grpc into shindigGravatar Craig Tiller2015-09-24
| |\
| | * Dump portlog.txt on port server error, detect crashes earlierGravatar Craig Tiller2015-09-24
| | |
| | * Merge pull request #3459 from ctiller/its-a-gypGravatar Michael Lumish2015-09-24
| | |\ | | | | | | | | Fix (hackily) fling_stream_test under gyp
* | | | Add retries for flaky tests (enabled by default for now)Gravatar Craig Tiller2015-09-24
| | | |
| | | * Fix (hackily) fling_stream_test under gypGravatar Craig Tiller2015-09-24
| |_|/ |/| |
| | * Disable zookeeper test for nowGravatar Craig Tiller2015-09-24
| |/ |/|
* | Merge pull request #3372 from grpc/release-0_11Gravatar David G. Quintas2015-09-23
|\ \ | | | | | | Release 0.11 to master upmerge.
* \ \ Merge pull request #3433 from nathanielmanistaatgoogle/utility-python-shebangGravatar Craig Tiller2015-09-23
|\ \ \ | | | | | | | | Use only "#!/usr/bin/env python2.7" Python shebang in utilities
| | | * Merge github.com:grpc/grpc into shindigGravatar Craig Tiller2015-09-23
| | | |\ | |_|_|/ |/| | |
* | | | Merge pull request #3400 from murgatroid99/core_gypGravatar Craig Tiller2015-09-23
|\ \ \ \ | | | | | | | | | | Add gyp file for compiling C core
| | | | * Windows fixesGravatar Craig Tiller2015-09-23
| | | | |
| | | | * Remove workqueue_test from Windows for nowGravatar Craig Tiller2015-09-23
| | | | |
| | * | | Use "#!/usr/bin/env python2.7" only in utilitiesGravatar Nathaniel Manista2015-09-23
| | | | |
| | | * | Merge pull request #3413 from stanley-cheung/php_jenkins_flakesGravatar Jan Tattermusch2015-09-23
| | | |\ \ | | | | | | | | | | | | PHP: jenkins flakes
* | | | | | Prevent failed docker builds from accumulatingGravatar Eric Anderson2015-09-22
| |/ / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | By default docker does not clean up temporary images when the build fails to allow the user to inspect the state of the container to determine what went wrong. Those images don't help us at all and just accumulate until disk usage is 100%.
| | * | | Merge pull request #3307 from jcanizales/update-submoduleGravatar Nicolas Noble2015-09-22
| | |\ \ \ | | | | | | | | | | | | Update protobuf submodule to fix Objective-C
| | | * | | Fixing sanity.Gravatar Nicolas "Pixel" Noble2015-09-23
| | | | | |
| | | | * | php: fix jenkins flakeGravatar Stanley Cheung2015-09-22
| | | |/ / | | |/| |
| | * | | Merge pull request #3419 from soltanmm/dockerGravatar Nathaniel Manista2015-09-22
| | |\ \ \ | | | | | | | | | | | | Fix Python dockerfile.
| * | \ \ \ Merge branch 'master' into core_gypGravatar murgatroid992015-09-22
| |\ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | Added gyp to Jenkins slave DockerfileGravatar murgatroid992015-09-22
| | | | | |
| | | * | | Fix Python dockerfileGravatar Masood Malekghassemi2015-09-22
| | | | | |
| | | | | * Merge branch 'shindig' of github.com:ctiller/grpc into shindigGravatar Craig Tiller2015-09-22
| | | | | |\
| | | | | * | better loggingGravatar Craig Tiller2015-09-22
| | | | | | |
| | | | | | * Final patches for renameGravatar Craig Tiller2015-09-22
| | | | | | |
| * | | | | | Fixed run-time conflicts between gyp tests and other testsGravatar murgatroid992015-09-22
| | | | | | |
| | | | | | * Split closures from iomgr.hGravatar Craig Tiller2015-09-22
| | | | | | |
| | | | | | * Merge github.com:grpc/grpc into we-are-oneGravatar Craig Tiller2015-09-22
| | | | | | |\ | |_|_|_|_|_|/ |/| | | | | |
| * | | | | | Fixed more style issuesGravatar murgatroid992015-09-22
| | | | | | |
| * | | | | | Removed another semicolonGravatar murgatroid992015-09-22
| | | | | | |
| * | | | | | Fixed some style issuesGravatar murgatroid992015-09-22
| | | | | | |
* | | | | | | Merge pull request #3027 from jboeuf/security_connector_refactoringGravatar Craig Tiller2015-09-22
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Security connector refactoring
* \ \ \ \ \ \ \ Merge pull request #3388 from jtattermusch/runtest_docker_made_simpleGravatar Craig Tiller2015-09-21
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Add --use_docker flag support for run_tests.py
| | | | | | | | * FixesGravatar Craig Tiller2015-09-21
| | | | | | | |/
| | | * | | | | Added build steps to run_tests.py to run gyp before makeGravatar murgatroid992015-09-21
| | | | | | | |
| | | * | | | | Added gyp language to run_tests.pyGravatar murgatroid992015-09-21
| | | | | | | |
* | | | | | | | import yaml module lazilyGravatar Jan Tattermusch2015-09-21
| |_|/ / / / / |/| | | | | |
| * | | | | | using tty option is not ok on jenkinsGravatar Jan Tattermusch2015-09-18
| | | | | | |
| * | | | | | correct behavior for travis flagGravatar Jan Tattermusch2015-09-18
| | | | | | |
| * | | | | | use_docker support for run_tests.pyGravatar Jan Tattermusch2015-09-18
|/ / / / / /
* | | | | | Merge branch 'master' of github.com:grpc/grpc into rr_with_registryGravatar David Garcia Quintas2015-09-16
|\ \ \ \ \ \
| | | | | | * Merge github.com:grpc/grpc into shindigGravatar Craig Tiller2015-09-16
| | | | | | |\ | | |_|_|_|_|/ | |/| | | | |
| | * | | | | Merge branch 'master' of github.com:grpc/grpc into ↵Gravatar Julien Boeuf2015-09-15
| | |\ \ \ \ \ | | |/ / / / / | |/| | | | | | | | | | | | security_connector_refactoring
| * | | | | | Merge pull request #3338 from ctiller/bettererer-portsGravatar David G. Quintas2015-09-15
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | Better port selection
| * | | | | | | Remove traces of running zookeeper on jenkins masterGravatar Jan Tattermusch2015-09-15
| | | | | | | |
| | | | | | | * Merge github.com:grpc/grpc into shindigGravatar Craig Tiller2015-09-15
| | | | | | | |\ | | |_|_|_|_|_|/ | |/| | | | | |