murgatroid99
b6c6efdd00
Update Node verison to 0.11 and status to 'Beta'
10 years ago
Craig Tiller
02a7bedaa3
Generated changes
10 years ago
Craig Tiller
bf4b2249ab
Build file changeover
10 years ago
Craig Tiller
1ebb7c885e
Hand-written changes
10 years ago
Tim Emiola
bab6706f41
Bumps the ruby version to beta
10 years ago
Nicolas Noble
e28e140afd
Merge pull request #3139 from yang-g/fix_build
...
Update c++ examples.
10 years ago
Tim Emiola
391664afa1
Improves test stability
10 years ago
Stanley Cheung
56debcb6d1
fix more examples links
10 years ago
Stanley Cheung
d87e203622
fix examples links
10 years ago
Nathaniel Manista
65ad41f53b
Fixes for bugs found during manual use
...
(1) In _ingestion, it's the "details" attribute of a
NoSuchMethodException that we want. The "message" is inherited from the
base Exception class.
(2) In _transmission, use a proper sum type for representing operation
abortion. Trying to overload the existing _completion value for
status-and-details-when-aborting was trying to be too clever.
(3) In _calls... oof. Just look. Oof. Test coverage for this code path
is added.
(4) In _service, the application-provided
face.MultiMethodImplementation isn't directly callable, but rather
exposes a method named "service".
(5) In crust.implementations, the wrapping that we've put around the
application-provided face.MultiMethodImplementation *is* directly
callable, and *does not* expose a method named "service".
(6) Also in crust.implementations, base.NoSuchMethodError's constructor
takes a code value and a details value.
(7) Again in crust.implementations, the application-provided
face.MultiMethodImplementation may be None, and if it is None, we
shouldn't wrap it with an adaptation function that would only raise a
TypeError at a later time.
10 years ago
Tim Emiola
cc5516b9a2
Merge pull request #2704 from murgatroid99/node_method_name_conflicts
...
Ensure that client generated methods don't conflict with other properties
10 years ago
yang-g
e7fb1899f8
fix internal objc test proto
10 years ago
murgatroid99
cd0f8bd49c
Fixed routeguide namespace, updated README to match other changes
10 years ago
jboeuf
c059c98461
Merge pull request #3165 from jtattermusch/add_root_pem
...
Add roots.pem to Grpc C# nuget package
10 years ago
Jan Tattermusch
7d3d485aa7
add roots.pem to Grpc C# nuget package
10 years ago
yang-g
e69909a7e7
fix build
10 years ago
Alistair Veitch
aafe9725b0
scalar -> sum
10 years ago
yang-g
b2a30c196e
fix cpp
10 years ago
yang-g
9a72021cc6
fix c++ proto
10 years ago
Michael Lumish
cb7ae77bd3
Merge pull request #2862 from jcanizales/small-analyse-fix
...
Prevent using the hosts cache with a nil address
10 years ago
Yang Gao
290c2bd900
Merge pull request #3162 from murgatroid99/node_remove_redundant_examples
...
Remove redundant Node route guide examples
10 years ago
murgatroid99
c7b488d0d2
Remove redundant Node route guide examples
10 years ago
Nathaniel Manista
50aa6f682e
Merge pull request #3152 from nathanielmanistaatgoogle/beta-codegen
...
Python Beta codegen.
10 years ago
Yang Gao
102b874a8c
Merge pull request #2933 from jboeuf/cpp_auth_md_processor
...
Adding C++ auth metadata processor.
10 years ago
Alistair Veitch
e41d9d5f93
remove const from data() type
10 years ago
Nathaniel Manista
cd9ec0e965
Code generation for Python Beta API
10 years ago
Michael Lumish
519e27d845
Merge pull request #3158 from tbetbetbe/grpc-ruby-server-support-multiple-certs
...
Grpc ruby server add support for multiple certs
10 years ago
murgatroid99
faaf2986ca
Merge branch 'master' into node_method_name_conflicts
10 years ago
Tim Emiola
643ebb6fb8
Fixes a comment
10 years ago
Masood Malekghassemi
504e379afc
Merge pull request #3150 from nathanielmanistaatgoogle/metadata-and-serialization
...
Metadata and serialization for Python
10 years ago
Tim Emiola
934ae9ac0c
Make insecure construction explicit, to address #2614
10 years ago
Tim Emiola
73a540ae57
Update sites using ServerCredentials.new
10 years ago
Tim Emiola
14d0a3c796
Updates implementation of rb_server_credentials
...
- allows use of multiple credentials, e.g, per servername
10 years ago
Masood Malekghassemi
ec88feb4d3
Merge pull request #3134 from nathanielmanistaatgoogle/beta
...
The rest of the Python Beta API
10 years ago
Masood Malekghassemi
5684561251
Merge pull request #3147 from nathanielmanistaatgoogle/servicelink-shut-down
...
Fix gRPC links lifecycle tracking
10 years ago
murgatroid99
42c3fb2685
Merge branch 'master' of github.com:grpc/grpc
10 years ago
Masood Malekghassemi
8be7a0491c
Merge pull request #3149 from nathanielmanistaatgoogle/drop-invoker
...
Drop invoker during test tear-down
10 years ago
Masood Malekghassemi
696e5a309d
Merge pull request #3146 from nathanielmanistaatgoogle/grace
...
Fix grace period bug in _end.accept_ticket
10 years ago
Michael Lumish
6de001e3f4
Merge pull request #3155 from stanley-cheung/php_fix_testing_dockerfile
...
php: fix gce testing dockerfile
10 years ago
Stanley Cheung
a0581622bb
Merge pull request #3144 from tbetbetbe/grpc-ruby-fix-math-client-server
...
Grpc ruby fix math client and server
10 years ago
Alistair Veitch
5b61479b0b
rename record fn
10 years ago
Alistair Veitch
c47621fbef
merge
10 years ago
Alistair Veitch
a24148ea38
change aggregation type names
10 years ago
Alistair Veitch
8f691e6c94
add clone to aggregation ops
10 years ago
Stanley Cheung
8ad4968e23
php: fix gce testing dockerfile
10 years ago
Tim Emiola
2641c045a3
Merge pull request #3142 from stanley-cheung/update_debian_source_instruction
...
Update debian source instruction
10 years ago
Nathaniel Manista
99355ce1cc
Metadata plumbing and serialization tweaks
...
(1) Plumb the metadata transformer given at the Beta API through to the
InvocationLink where it will be used.
(2) In both InvocationLink and ServiceLink, if there isn't a registered
serializer or deserializer, just pass the payload through rather than
ignoring the entire RPC.
10 years ago
Nathaniel Manista
9e4d0610ea
The rest of the Python Beta API
10 years ago
Julien Boeuf
0d47192afa
Fixing headers and paths after merge with upstream.
10 years ago
Julien Boeuf
d1b6152f88
Merge branch 'master' of github.com:grpc/grpc into cpp_auth_md_processor
10 years ago