- Sep 01, 2015
-
-
Michael Lumish authored
Add a Swift sample app to check that the library looks nice
-
Masood Malekghassemi authored
Fixes for bugs found during manual use
-
Jorge Canizales authored
-
Jorge Canizales authored
-
Jorge Canizales authored
-
Jorge Canizales authored
-
Jorge Canizales authored
-
Jorge Canizales authored
-
Jorge Canizales authored
-
Jorge Canizales authored
-
Hongyu Chen authored
API for: defining view and aggregations, associating them with metrics, and retrieving data
-
Alistair Veitch authored
-
Jorge Canizales authored
Unify package of route_guide service across languages.
-
yang-g authored
-
Michael Lumish authored
php: change routeguide package name
-
Nicolas Noble authored
Change route_guide.proto package name and fix build
-
Stanley Cheung authored
Update Node verison to 0.11 and status to 'Beta'
-
Stanley Cheung authored
Improves test stability
-
Stanley Cheung authored
-
Stanley Cheung authored
-
Michael Lumish authored
Bumps the ruby version to beta
-
Kailash Sethuraman authored
Fix examples links
-
murgatroid99 authored
-
Tim Emiola authored
-
Nicolas Noble authored
Update c++ examples.
-
Tim Emiola authored
-
Stanley Cheung authored
-
Stanley Cheung authored
-
- Aug 31, 2015
-
-
Nathaniel Manista authored
(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.
-
Tim Emiola authored
Ensure that client generated methods don't conflict with other properties
-
yang-g authored
-
jboeuf authored
Add roots.pem to Grpc C# nuget package
-
Jan Tattermusch authored
-
yang-g authored
-
Alistair Veitch authored
-
yang-g authored
-
yang-g authored
-
Michael Lumish authored
Prevent using the hosts cache with a nil address
-
Yang Gao authored
Remove redundant Node route guide examples
-
murgatroid99 authored
-