Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Merge pull request #867 from ctiller/timeout2 | Nicolas Noble | 2015-02-26 |
|\ | | | | | Force-kill long running processes | ||
| * | Force-kill long running processes | Craig Tiller | 2015-02-26 |
| | | | | | | | | To get at least some information on them | ||
* | | Adding flaky attribute for tests. | Nicolas "Pixel" Noble | 2015-02-27 |
|/ | |||
* | Merge pull request #860 from nicolasnoble/travis-c++ | Craig Tiller | 2015-02-26 |
|\ | | | | | Travis c++ | ||
* \ | Merge branch 'release-0_5' into 0_5-extra-commits | Nicolas "Pixel" Noble | 2015-02-27 |
|\ \ | | | | | | | | | | | | | Conflicts: INSTALL | ||
| | * | Merge branch 'travis_python' of github.com:jtattermusch/grpc into travis-c++ | Craig Tiller | 2015-02-26 |
| |/| |/| | | | | | | | | | | | Conflicts: .travis.yml | ||
| | * | running python tests on travis | Jan Tattermusch | 2015-02-26 |
| | | | |||
* | | | Fix sorting | Craig Tiller | 2015-02-26 |
| |/ |/| | |||
* | | Better logging for Travis | Craig Tiller | 2015-02-26 |
| | | |||
* | | Add timer to run_tests.py | Craig Tiller | 2015-02-26 |
| | | | | | | | | For future profiling work to eliminate/speed-up slow tests. | ||
* | | Improving travis output. | Nicolas "Pixel" Noble | 2015-02-26 |
| | | |||
| * | fix the version of debian package builder script | Jan Tattermusch | 2015-02-26 |
| | | |||
* | | Merge pull request #784 from ctiller/timeout | Yang Gao | 2015-02-26 |
|\ \ | | | | | | | Introduce slowdown factor for unit test deadlines | ||
| | * | Updated dockerfile with correct node executable | murgatroid99 | 2015-02-25 |
| |/ |/| | |||
* | | Merge pull request #785 from nathanielmanistaatgoogle/early-adopter-changes | Masood Malekghassemi | 2015-02-25 |
|\ \ | | | | | | | Final changes to the early_adopter API. | ||
* \ \ | Merge pull request #777 from donnadionne/go-auth-tests | Qi Zhao | 2015-02-25 |
|\ \ \ | | | | | | | | | Go auth tests | ||
* \ \ \ | Merge pull request #739 from soltanmm/py-update | Nathaniel Manista | 2015-02-25 |
|\ \ \ \ | | | | | | | | | | | Updated Python protoc plugin and Python plugin testing. | ||
| | | * | | Final changes to the early_adopter API. | Nathaniel Manista | 2015-02-25 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This makes grpc.early_adopter much more independent of RPC Framework and cleaner at the cost of reexporting most of the interfaces and writing several delegation classes. | ||
| | | | * | Drastic speed up | Craig Tiller | 2015-02-25 |
| | | |/ | |||
* | | | | Merge pull request #783 from ↵ | Michael Lumish | 2015-02-25 |
|\ \ \ \ | |_|_|/ |/| | | | | | | | | | | | tbetbetbe/grpc_ruby_switch_auth_to_google_auth_library_ruby Grpc ruby switch auth to google auth library ruby | ||
| * | | | Fixes the GCE creds test flags | Tim Emiola | 2015-02-25 |
| | | | | |||
| * | | | Updates the docker test commands | Tim Emiola | 2015-02-25 |
| | | | | |||
* | | | | Merge pull request #735 from jboeuf/fix_ssl_san | Craig Tiller | 2015-02-24 |
|\ \ \ \ | | | | | | | | | | | Verifying the peer name on the X509 Certs correctly. | ||
| | | | * | Fixing go commands | Donna Dionne | 2015-02-24 |
| |_|_|/ |/| | | | | | | | | | | | Fixing test names | ||
* | | | | Adding auth test into suite to be run automatically | Donna Dionne | 2015-02-24 |
| | | | | | | | | | | | | | | | | | | | | Temporarly taking out time out as it is not working properly on gcloud command Restore a flag incorrectly removed earlier | ||
| | | * | Updated Python protoc plugin testing. | Masood Malekghassemi | 2015-02-24 |
| | | | | |||
* | | | | Fixed node cloud-prod commands | murgatroid99 | 2015-02-24 |
| | | | | |||
* | | | | Fixed environment variable passing in node cloud-prod command | murgatroid99 | 2015-02-24 |
| | | | | |||
| * | | | Addressing comments. | Julien Boeuf | 2015-02-24 |
| | |/ | |/| | |||
* | | | Merge pull request #759 from ctiller/test | Nicolas Noble | 2015-02-24 |
|\ \ \ | | | | | | | | | Support writes failing | ||
* \ \ \ | Merge pull request #744 from ctiller/copyright | Tim Emiola | 2015-02-24 |
|\ \ \ \ | |_|_|/ |/| | | | Add copyrights to some Dockerfiles | ||
| | * | | Support writes failing | Craig Tiller | 2015-02-24 |
| |/ / |/| | | |||
* | | | Use signals instead of sleep to wait for jobs | Craig Tiller | 2015-02-24 |
| | | | |||
* | | | Support taking a regex on test short name | Craig Tiller | 2015-02-24 |
| |/ |/| | | | | | | | Allows run_tests to focus on one particular test if necessary. Useful in combination with runs_per_test. | ||
| * | Add copyrights to some Dockerfiles | Craig Tiller | 2015-02-24 |
|/ | |||
* | Adding go auth tests | Donna Dionne | 2015-02-23 |
| | | | | Adding python to images to be pulled after building | ||
* | Merge pull request #654 from ctiller/copyright | Tim Emiola | 2015-02-23 |
|\ | | | | | Update copyrights on docker files, makefiles | ||
* \ | Merge pull request #696 from donnadionne/docker_python | Nathaniel Manista | 2015-02-23 |
|\ \ | | | | | | | Fixing docker file and image building for python. | ||
* \ \ | Merge pull request #708 from jtattermusch/deb_on_docker | donnadionne | 2015-02-21 |
|\ \ \ | | | | | | | | | Building of Debian packages on Docker | ||
| * | | | Dockerfile to test that debian packages can be used with ruby instead of ↵ | Jan Tattermusch | 2015-02-21 |
| | | | | | | | | | | | | | | | | make install | ||
| * | | | Dockerfile to build debian packages on docker | Jan Tattermusch | 2015-02-21 |
| | | | | |||
| * | | | Fixes to build_deb_packages script to allow running on Docker | Jan Tattermusch | 2015-02-21 |
| | | | | |||
* | | | | Rename interop_test.c --> interop_test.cc | Craig Tiller | 2015-02-21 |
| | | | | | | | | | | | | | | | | We have many assumptions about languages baked into the test system, and we want this test harness to trigger when testing C++ stuff, so it needs to be written in C++. | ||
| | * | | Fixing docker file and image building for python. | Donna Dionne | 2015-02-20 |
| |/ / |/| | | |||
* | | | Merge pull request #692 from soltanmm/py-protoc-plugin-test-fixed | Nathaniel Manista | 2015-02-20 |
|\ \ \ | |||
| * | | | Added compiler plugin test for Python. | Masood Malekghassemi | 2015-02-20 |
| | | | | |||
* | | | | Merge pull request #684 from jtattermusch/dockerfile_fixes | Tim Emiola | 2015-02-20 |
|\ \ \ \ | | |/ / | |/| | | Fixes in Dockerfiles for Node, PHP, Ruby, speed boost for Python | ||
| * | | | Forgot to commit some files | Jan Tattermusch | 2015-02-20 |
| | | | | |||
| * | | | Fixes in Dockerfiles for Node, PHP, Ruby, speed boost for Python | Jan Tattermusch | 2015-02-20 |
| |/ / | |||
* | | | Merge branch 'master' of github.com:google/grpc into httpcli_test | Nicolas "Pixel" Noble | 2015-02-21 |
|\| | | | | | | | | | | | | | | Conflicts: Makefile |