aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAge
* Adds a func for installing the Googles's roots.pemGravatar Tim Emiola2015-01-27
| | | | | | | roots.pem is not added to source control, but is instead saved on GCS. The func copies roots.pem to docker host, to a location that can referenced by Dockerfiles using the ADD directive
* Updates/Adds test commandsGravatar Tim Emiola2015-01-27
| | | | | | | - the client test gets new, necessary flags - adds a prod test command that explicitly sets the SSL_CERT_FILE to pick up certs that the c core can load successfully.
* Updates the ruby dockerfile to copy the cacerts directory from the docker hostGravatar Tim Emiola2015-01-27
|
* Merge pull request #228 from murgatroid99/node_directory_cleanupGravatar Tim Emiola2015-01-26
|\ | | | | Node directory cleanup
* \ Merge pull request #230 from ↵Gravatar Michael Lumish2015-01-26
|\ \ | | | | | | | | | | | | tbetbetbe/grpc_ruby_remove_the_need_for_pick_unused_port Grpc ruby remove the need for pick unused port
| * | Remove port_picker.rbGravatar Tim Emiola2015-01-26
| | |
| * | Removes remaining references to port_pickerGravatar Tim Emiola2015-01-26
| | |
| * | Removes port_picker from channel_specGravatar Tim Emiola2015-01-26
| | |
| * | Removes port_picker from call_spec.rb, removes a redundant testGravatar Tim Emiola2015-01-26
| | |
| * | Removed port_picker from server_spec.rbGravatar Tim Emiola2015-01-26
| | |
| * | Removed port_picker from active_call_spec, fixed some style issuesGravatar Tim Emiola2015-01-26
| | |
| * | Removes port_picker from rpc_server_specGravatar Tim Emiola2015-01-26
| | |
| * | Removed port_picker form client_stub_specGravatar Tim Emiola2015-01-26
|/ /
* | Merge pull request #227 from tbetbetbe/grpc_ruby_wrapper_fixes_and_test_fixesGravatar Michael Lumish2015-01-26
|\ \ | | | | | | Grpc ruby wrapper fixes and test fixes
| | * Merge branch 'master' of github.com:google/grpc into node_directory_cleanupGravatar murgatroid992015-01-26
| | |\ | |_|/ |/| |
* | | Merge pull request #224 from murgatroid99/node_fix_test_hang2Gravatar Tim Emiola2015-01-26
|\ \ \ | | | | | | | | Fixed Node tests hanging at the end again
| | * \ Completes mergeGravatar Tim Emiola2015-01-26
| | |\ \
| | | | * Fixed file references to match moved filesGravatar murgatroid992015-01-26
| | | | |
| | | | * Moved extension and JS files to separate directoriesGravatar murgatroid992015-01-26
| | | | |
* | | | | Merge pull request #226 from donnadionne/dockerGravatar Tim Emiola2015-01-26
|\ \ \ \ \ | | | | | | | | | | | | Adding commands to run cloud to prod tests
| | | | | * Merge branch 'node_fix_test_hang2' into node_directory_cleanupGravatar murgatroid992015-01-26
| |_|_|_|/| |/| | | |/ | | | |/| | | |/| |
| | | * | Updates client_server_spec to use the server_portGravatar Tim Emiola2015-01-26
| | | | |
| * | | | Fixing a small typoGravatar Donna Dionne2015-01-26
| | | | |
| | | | * Resolves issues that stopped that stopped tests from running okGravatar Tim Emiola2015-01-26
| |_|_|/ |/| | |
| * | | Adding commands to run cloud to prod testsGravatar Donna Dionne2015-01-26
| | | | | | | | | | | | | | | | Adding 2 runners to run the test matrix
* | | | Merge pull request #221 from murgatroid99/node_surface_cancellationGravatar Tim Emiola2015-01-26
|\ \ \ \ | | | | | | | | | | Node surface cancellation
* \ \ \ \ Merge pull request #212 from tbetbetbe/grpc_ruby_fix_markdown_in_readmeGravatar Michael Lumish2015-01-26
|\ \ \ \ \ | | | | | | | | | | | | Fixes markdown sytax errors
| | | | * | Refactored other testsGravatar murgatroid992015-01-26
| | | | | |
| | | | * | Refactored tests to avoid hangingGravatar murgatroid992015-01-26
| | | |/ / | | |/| |
| | * | | Merge branch 'master' of github.com:google/grpc into node_surface_cancellationGravatar murgatroid992015-01-26
| | |\ \ \ | |_|/ / / |/| | | |
| | * | | Added cancel to client APIs and cancelled event to server APIsGravatar murgatroid992015-01-26
| | | | |
* | | | | Merge pull request #220 from ctiller/clang-fmtGravatar Nicolas Noble2015-01-26
|\ \ \ \ \ | | | | | | | | | | | | Remove clang-format tools
* \ \ \ \ \ Merge pull request #213 from murgatroid99/node_run_tests_pyGravatar Nicolas Noble2015-01-26
|\ \ \ \ \ \ | | | | | | | | | | | | | | Add Node tests to run_tests.py and fix run_tests.py
| | * | | | | Remove clang-format toolsGravatar Craig Tiller2015-01-26
| |/ / / / / |/| | | | | | | | | | | | | | | | | Use of these tools is dangerous until such time as we can figure out a standardized clang-format version to use everywhere.
| * | | | | Updated commentGravatar murgatroid992015-01-26
| | | | | |
| | | * | | Added cancel to surface callsGravatar murgatroid992015-01-26
| | | | | |
| | | | | * Cleans up some compiler warningsGravatar Tim Emiola2015-01-26
| | | | | |
| | | | | * Updates rb_server.c to return the created port when it's non-zeroGravatar Tim Emiola2015-01-26
| | | | | |
* | | | | | Merge pull request #211 from murgatroid99/node_fix_test_hangGravatar Tim Emiola2015-01-26
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | | Node fix test hang
| | | * | | Fixes markdown sytax errorsGravatar Tim Emiola2015-01-26
| | | | |/ | | | |/|
| | | | * Merge branch 'node_run_tests_py' into node_surface_cancellationGravatar murgatroid992015-01-26
| |_|_|/| |/| | |/ | | |/|
* | | | Merge pull request #188 from ctiller/bprintfGravatar Nicolas Noble2015-01-26
|\ \ \ \ | | | | | | | | | | Remove more complicated sprintf usage from the libraries
* \ \ \ \ Merge pull request #208 from tbetbetbe/grpc_tools_docker_pull_java_from_githubGravatar donnadionne2015-01-26
|\ \ \ \ \ | | | | | | | | | | | | Grpc tools docker pull java from GitHub
| | | * \ \ Merge branch 'master' of github.com:google/grpc into node_fix_test_hangGravatar murgatroid992015-01-26
| | | |\ \ \ | |_|_|/ / / |/| | | | |
| | | | * | Got run_tests.py and node tests workingGravatar murgatroid992015-01-26
| | | | | |
* | | | | | Merge pull request #210 from chen-wang/tipsGravatar Yang Gao2015-01-26
|\ \ \ \ \ \ | | | | | | | | | | | | | | 1) Add protection header macro, 2) remove some falgs with default values
* \ \ \ \ \ \ Merge pull request #207 from murgatroid99/node_remove_implicit_type_coersionGravatar Tim Emiola2015-01-26
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Node remove implicit type coersion
| | * | | | | | 1) Add protection header macroGravatar Chen Wang2015-01-26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2) remove some falgs with default values
| | | * | | | | Updates the java dockerfile and client command to reflect recent flag changesGravatar Tim Emiola2015-01-26
| | | | | | | |
| | | * | | | | Updates the Java Dockerfiles to pull source from GitHubGravatar Tim Emiola2015-01-26
| | | | | | | |