Nicolas Noble
|
51358d8ddf
|
Merge pull request #225 from jtattermusch/fix_build
removed string.h reference from build.json
|
10 years ago |
Jan Tattermusch
|
a54b60d427
|
added src/core/support/string.h to build.json
|
10 years ago |
Nicolas Noble
|
1159dcf5bc
|
Merge pull request #235 from ctiller/lcov
Restrict gcov to c/c++ for now
|
10 years ago |
Michael Lumish
|
c060e07993
|
Merge pull request #236 from tbetbetbe/grpc_ruby_update_interop_test_flags
Grpc ruby update interop test flags
|
10 years ago |
Craig Tiller
|
45bc600bdc
|
Restrict gcov to c/c++ for now
|
10 years ago |
Tim Emiola
|
426167c88e
|
Allows production certificates to be specified
|
10 years ago |
Tim Emiola
|
2854ad7aa4
|
Adds support for overriding the server host name during SSL
|
10 years ago |
Tim Emiola
|
6e1f10d757
|
Adds a dependency on signet. It's to be used for auth, but for now it sslconfig module is required
|
10 years ago |
Tim Emiola
|
58ee1d4f1d
|
Merge pull request #228 from murgatroid99/node_directory_cleanup
Node directory cleanup
|
10 years ago |
Tim Emiola
|
4eecb5da1a
|
Adds a flag for running all the tests
|
10 years ago |
Michael Lumish
|
d082b7fc53
|
Merge pull request #230 from tbetbetbe/grpc_ruby_remove_the_need_for_pick_unused_port
Grpc ruby remove the need for pick unused port
|
10 years ago |
Tim Emiola
|
965dda629e
|
Removes the test state tracking, that's available on Jenkins
|
10 years ago |
Tim Emiola
|
9cae580877
|
Added the use_tls flag toggle connecting securely
|
10 years ago |
Tim Emiola
|
a398a342ae
|
Remove port_picker.rb
|
10 years ago |
Tim Emiola
|
a816818716
|
Removes remaining references to port_picker
|
10 years ago |
Tim Emiola
|
72f14c3e35
|
Removes port_picker from channel_spec
|
10 years ago |
Tim Emiola
|
d02d1d50b7
|
Removes port_picker from call_spec.rb, removes a redundant test
|
10 years ago |
Tim Emiola
|
61ddba35fe
|
Removed port_picker from server_spec.rb
|
10 years ago |
Tim Emiola
|
f875aa3698
|
Removed port_picker from active_call_spec, fixed some style issues
|
10 years ago |
Tim Emiola
|
a8ecbe9a10
|
Removes port_picker from rpc_server_spec
|
10 years ago |
Tim Emiola
|
a679f9fbd0
|
Removed port_picker form client_stub_spec
|
10 years ago |
Michael Lumish
|
671778ef6b
|
Merge pull request #227 from tbetbetbe/grpc_ruby_wrapper_fixes_and_test_fixes
Grpc ruby wrapper fixes and test fixes
|
10 years ago |
murgatroid99
|
bcc0ccdab1
|
Merge branch 'master' of github.com:google/grpc into node_directory_cleanup
|
10 years ago |
Tim Emiola
|
c17749eb22
|
Merge pull request #224 from murgatroid99/node_fix_test_hang2
Fixed Node tests hanging at the end again
|
10 years ago |
Tim Emiola
|
2b90e305ec
|
Completes merge
|
10 years ago |
murgatroid99
|
9df2693744
|
Fixed file references to match moved files
|
10 years ago |
murgatroid99
|
9fbf7e54c2
|
Moved extension and JS files to separate directories
|
10 years ago |
Tim Emiola
|
a53caa635b
|
Merge pull request #226 from donnadionne/docker
Adding commands to run cloud to prod tests
|
10 years ago |
murgatroid99
|
f5844ee7de
|
Merge branch 'node_fix_test_hang2' into node_directory_cleanup
|
10 years ago |
Tim Emiola
|
0343b10817
|
Updates client_server_spec to use the server_port
|
10 years ago |
Donna Dionne
|
b39d91daa8
|
Fixing a small typo
|
10 years ago |
Tim Emiola
|
75d7f9a3a6
|
Resolves issues that stopped that stopped tests from running ok
|
10 years ago |
Donna Dionne
|
0eaafca3b2
|
Adding commands to run cloud to prod tests
Adding 2 runners to run the test matrix
|
10 years ago |
Jan Tattermusch
|
64c3e72fec
|
removed string.h reference from build.json
|
10 years ago |
Tim Emiola
|
49724152ed
|
Merge pull request #221 from murgatroid99/node_surface_cancellation
Node surface cancellation
|
10 years ago |
Michael Lumish
|
7d8dcd719d
|
Merge pull request #212 from tbetbetbe/grpc_ruby_fix_markdown_in_readme
Fixes markdown sytax errors
|
10 years ago |
murgatroid99
|
d485b13fb8
|
Refactored other tests
|
10 years ago |
murgatroid99
|
4b962f72d3
|
Refactored tests to avoid hanging
|
10 years ago |
murgatroid99
|
12958f9f25
|
Merge branch 'master' of github.com:google/grpc into node_surface_cancellation
|
10 years ago |
murgatroid99
|
55dd2ba908
|
Added cancel to client APIs and cancelled event to server APIs
|
10 years ago |
Nicolas Noble
|
7bf3c45707
|
Merge pull request #220 from ctiller/clang-fmt
Remove clang-format tools
|
10 years ago |
Nicolas Noble
|
d9076fa88f
|
Merge pull request #213 from murgatroid99/node_run_tests_py
Add Node tests to run_tests.py and fix run_tests.py
|
10 years ago |
Craig Tiller
|
8089d966d5
|
Remove clang-format tools
Use of these tools is dangerous until such time as we can figure out a standardized clang-format version to use everywhere.
|
10 years ago |
murgatroid99
|
666450ef14
|
Updated comment
|
10 years ago |
murgatroid99
|
d3e95a3632
|
Added cancel to surface calls
|
10 years ago |
Tim Emiola
|
6aa182fb2c
|
Cleans up some compiler warnings
|
10 years ago |
Tim Emiola
|
0a7d85893c
|
Updates rb_server.c to return the created port when it's non-zero
|
10 years ago |
Tim Emiola
|
a2eb949927
|
Merge pull request #211 from murgatroid99/node_fix_test_hang
Node fix test hang
|
10 years ago |
Tim Emiola
|
0343f7f3a6
|
Fixes markdown sytax errors
|
10 years ago |
murgatroid99
|
6cf933c4d2
|
Merge branch 'node_run_tests_py' into node_surface_cancellation
|
10 years ago |