aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools
Commit message (Collapse)AuthorAge
* Merge pull request #1005 from ↵Gravatar Tim Emiola2015-03-12
|\ | | | | | | | | nathanielmanistaatgoogle/python-dockerfile-unit-test-list Update Python Dockerfile's unit test list
* \ Merge pull request #990 from jtattermusch/csharp_tls_serverGravatar Tim Emiola2015-03-11
|\ \ | | | | | | C# server-side TLS support
| | * Update Python Dockerfile's unit test listGravatar Nathaniel Manista2015-03-11
| |/ |/| | | | | | | The removal of grpc.framework.assembly.implementations_test should have happened along with the removal of the test itself in 31e65be.
* | Merge pull request #997 from nathanielmanistaatgoogle/interopGravatar donnadionne2015-03-10
|\ \ | | | | | | Add the Python interop client to gce_setup files
* \ \ Merge pull request #993 from nathanielmanistaatgoogle/framework-cleanupGravatar Masood Malekghassemi2015-03-10
|\ \ \ | | | | | | | | Eliminate the Python "assembly" package
| | * | Add the Python interop client to gce_setup filesGravatar Nathaniel Manista2015-03-10
| |/ / |/| |
* | | Modifying after review comments.Gravatar Donna Dionne2015-03-09
| | |
| * | Eliminate the Python "assembly" packageGravatar Nathaniel Manista2015-03-10
| | | | | | | | | | | | | | | This completes issue #726. All that cascading activation stuff just didn't work out as cleanly as I had hoped it would.
| | * Fixed run server command in csharp_mono dockerfile.Gravatar Jan Tattermusch2015-03-09
| |/
* | Merge branch 'master' of github.com:google/grpc into add_timed_out_tests_backGravatar Donna Dionne2015-03-09
|\|
| * Merge pull request #835 from ctiller/creditGravatar Nicolas Noble2015-03-06
| |\ | | | | | | C++ Credentials Rework
| * | Include interop tests in python_tests.jsonGravatar Nathaniel Manista2015-03-07
| | |
| | * Merge github.com:grpc/grpc into creditGravatar Craig Tiller2015-03-06
| | |\ | | |/ | |/|
* / | Added timeout for tests that hangGravatar Donna Dionne2015-03-06
|/ / | | | | | | Added prettier cloud to prod output and a history of results
* | Merge pull request #965 from soltanmm/py-testGravatar Nathaniel Manista2015-03-06
|\ \ | | | | | | Fix Python protoc plugin test workflow
| * | Have Python protoc plugin test run with other testsGravatar Masood Malekghassemi2015-03-05
| | |
| | * Merge github.com:grpc/grpc into creditGravatar Craig Tiller2015-03-05
| | |\ | |_|/ |/| |
* | | Adding csharp to test suiteGravatar Donna Dionne2015-03-05
|/ / | | | | | | temp remove timing out test to investigate
* | Merge pull request #954 from murgatroid99/node_binding_cleanupGravatar Craig Tiller2015-03-05
|\ \ | | | | | | Cleaned up some unnecessary verbosity in Node's binding.gyp
* | | Teach run_tests about individual Python testsGravatar Craig Tiller2015-03-05
| | | | | | | | | | | | | | | | | | | | | | | | | | | Allows: - running python tests in parallel - clearer Travis output - subjects each python test to the five minute run_tests timeout, instead of ALL the tests to the five minute timeout - easier benchmarking of which tests are slow
| * | Added CONFIG environment variable to build and test scripts, fixed some bugsGravatar murgatroid992015-03-04
|/ /
| * Merge github.com:grpc/grpc into creditGravatar Craig Tiller2015-03-04
| |\ | |/ |/|
* | fix gce script for cloud to cloud C# clientGravatar Jan Tattermusch2015-03-04
| |
* | Just a few more changes to include csharp into build and testGravatar Donna Dionne2015-03-03
| |
* | Merge pull request #933 from ctiller/bugscrub2Gravatar jboeuf2015-03-03
|\ \ | | | | | | A couple of fixes + a test for client side authentication of hostnames
* \ \ Merge pull request #938 from jtattermusch/csharp_dockerGravatar donnadionne2015-03-03
|\ \ \ | | | | | | | | adding C# support to gce_setup scripts
| * | | addressed commentsGravatar Jan Tattermusch2015-03-03
| | | |
* | | | added C# to run_tests.pyGravatar Jan Tattermusch2015-03-03
| | | |
| * | | adding C# support to gce_setup scriptsGravatar Jan Tattermusch2015-03-03
|/ / /
| | * Merge github.com:grpc/grpc into creditGravatar Craig Tiller2015-03-03
| | |\ | |_|/ |/| |
* | | Merge pull request #934 from jtattermusch/csharp_dockerGravatar Michael Lumish2015-03-03
|\ \ \ | | | | | | | | Polishing C# Dockerfiles
| * | | Polishing C# DockerfilesGravatar Jan Tattermusch2015-03-03
| | | |
| | * | Add a test that bad hostnames failGravatar Craig Tiller2015-03-03
| | | |
* | | | Merge pull request #919 from donnadionne/test-modGravatar Tim Emiola2015-03-03
|\ \ \ \ | |/ / / |/| | | adding a build images script and remove some tests while investigating t...
* | | | Fix backslash line endings for grpc_python/Dockerfile.Gravatar Stephen Thorne2015-03-03
| |/ / |/| | | | | | | | Without the correct line endings docker had errors interpreting '&&' as a command.
| | * Merge github.com:grpc/grpc into creditGravatar Craig Tiller2015-03-03
| | |\ | |_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: build.json src/cpp/client/credentials.cc vsprojects/vs2013/grpc.vcxproj vsprojects/vs2013/grpc.vcxproj.filters vsprojects/vs2013/grpc_shared.vcxproj vsprojects/vs2013/grpc_shared.vcxproj.filters vsprojects/vs2013/grpc_unsecure.vcxproj vsprojects/vs2013/grpc_unsecure.vcxproj.filters
* | | Revert "dockerfiles/go: go install from GOPATH and remove bash from CMD"Gravatar Qi Zhao2015-03-02
| | |
| * | adding a build images script and remove some tests while investigating timeoutGravatar Donna Dionne2015-03-02
|/ /
* | Merge pull request #912 from ctiller/disconnectGravatar Nicolas Noble2015-03-02
|\ \ | | | | | | Deflake fling_test
* \ \ Merge pull request #887 from murgatroid99/travis_pythonGravatar Nicolas Noble2015-03-02
|\ \ \ | | | | | | | | Added python tests to .travis.yml
| * | | Removed logging, returned other tests to .travis.ymlGravatar murgatroid992015-03-02
| | | |
| * | | Added more loggingGravatar murgatroid992015-03-02
| | | |
| * | | Fixed ldd loggingGravatar murgatroid992015-03-02
| | | |
| * | | Added logging for python testsGravatar murgatroid992015-03-02
| | | |
| * | | Added TODO to re-enable commented testGravatar murgatroid992015-03-02
| | | |
| | * | Add clarifying commentGravatar Craig Tiller2015-03-02
| | | |
* | | | Merge pull request #913 from jtattermusch/csharp_dockerGravatar Tim Emiola2015-03-02
|\ \ \ \ | | | | | | | | | | Docker files for c# (on mono)
| | * \ \ Merge branch 'master' into travis_pythonGravatar murgatroid992015-03-02
| | |\ \ \ | |_|/ / / |/| | | |
| | * | | Put tests back in a useful stateGravatar murgatroid992015-03-02
| | | | |
| | * | | Changed how python versions are specifiedGravatar murgatroid992015-03-02
| | | | |