Tim Emiola
c5e9018de9
Merge pull request #234 from murgatroid99/node_remove_highland
...
Remove highland as a dependency of the Node library
10 years ago
Michael Lumish
9a9f405120
Merge pull request #237 from tbetbetbe/grpc_tools_update_ruby_to_run_prod_tests
...
Grpc tools update ruby to run prod tests
10 years ago
Yang Gao
8e5de80262
Merge pull request #240 from ctiller/huh
...
Allow access to call stack from call.
10 years ago
Craig Tiller
d631cf3923
Allow access to call stack from call.
...
This API parallels the equivalent one in channel.
10 years ago
Yang Gao
1e99756b58
Merge pull request #151 from ctiller/javascript
...
Allow serving GET's from GRPC HTTP2 servers.
10 years ago
Nicolas Noble
51358d8ddf
Merge pull request #225 from jtattermusch/fix_build
...
removed string.h reference from build.json
10 years ago
Craig Tiller
ec4e0cb40b
Fix compile
10 years ago
Tim Emiola
32960bbbd5
Fixes a bad option spec
10 years ago
Craig Tiller
6437bd5037
Merge github.com:google/grpc into javascript
10 years ago
Craig Tiller
103481ec8a
Add args
10 years ago
Jan Tattermusch
a54b60d427
added src/core/support/string.h to build.json
10 years ago
Tim Emiola
78d56535fb
Fixes the prod test command flags
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
murgatroid99
29c551344d
Finished fixing the tests
10 years ago
Craig Tiller
45bc600bdc
Restrict gcov to c/c++ for now
10 years ago
murgatroid99
0ced264c8c
Merge branch 'master' of github.com:google/grpc into node_remove_highland
10 years ago
Tim Emiola
c3aabdd121
Adds a func for installing the Googles's roots.pem
...
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
10 years ago
Tim Emiola
83182941b5
Updates/Adds test commands
...
- 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.
10 years ago
Tim Emiola
372755606c
Updates the ruby dockerfile to copy the cacerts directory from the docker host
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
murgatroid99
b6ca52e6a3
Fixed tests by properly half-closing
10 years ago
murgatroid99
098b57724e
Removed all uses of highland
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