David G. Quintas
5c4fa0df65
Merge pull request #3180 from nicolasnoble/master
...
Bumping revision to 0.11 for beta.
10 years ago
Nicolas "Pixel" Noble
0d728c1e9e
Bumping revision to 0.11 for beta.
10 years ago
Nicolas Noble
9764d56b43
Merge pull request #3178 from nathanielmanistaatgoogle/beta
...
Bump Python version to 0.11 and status to Beta
10 years ago
Nicolas Noble
50ad1bbbf1
Merge pull request #3119 from ctiller/cleaner-build
...
Cleaning up our build process for windows a little
10 years ago
Michael Lumish
cfdf8b444c
Merge pull request #3175 from jcanizales/test-swift
...
Add a Swift sample app to check that the library looks nice
10 years ago
Nathaniel Manista
2402078be3
Bump Python version to 0.11 and status to Beta
10 years ago
Craig Tiller
49198ec928
Tidy up
10 years ago
Craig Tiller
6277569023
Fix sanity
10 years ago
Craig Tiller
bd4e378445
Windows tweak
10 years ago
Masood Malekghassemi
924b67da5e
Merge pull request #3170 from nathanielmanistaatgoogle/fixes
...
Fixes for bugs found during manual use
10 years ago
Craig Tiller
d5904820aa
Windows tweak
10 years ago
Craig Tiller
6c99868b63
Merge github.com:grpc/grpc into cleaner-build
10 years ago
Jorge Canizales
9fffc26187
Example with generated code :)
10 years ago
Jorge Canizales
d4a0785569
Point to the new RemoteTest pod
10 years ago
Jorge Canizales
0bf6b20876
Create RemoteTest proto client that doesn’t depend on the tests framework
10 years ago
Jorge Canizales
875d1d15c8
Add Swift example with non-generated code :D
10 years ago
Jorge Canizales
587c2550dd
Add empty bridging header
10 years ago
Jorge Canizales
fd09d84f66
Install pods in project
10 years ago
Jorge Canizales
5e5733b36c
Test Podfile
10 years ago
Jorge Canizales
40205944f7
Minimal Swift sample app template
10 years ago
Hongyu Chen
106e15432e
Merge pull request #3107 from a-veitch/view_api
...
API for: defining view and aggregations, associating them with metrics, and retrieving data
10 years ago
Craig Tiller
259e627b61
Fix sanity
10 years ago
Alistair Veitch
1c09accaad
change aggregation_ops to internal type
10 years ago
Craig Tiller
0141356479
Add python-yaml
10 years ago
Jorge Canizales
5cf62b3e44
Merge pull request #3169 from yang-g/route_guide_objc
...
Unify package of route_guide service across languages.
10 years ago
yang-g
61cfa57f5a
change test too
10 years ago
Michael Lumish
4668600d11
Merge pull request #3168 from stanley-cheung/php_routeguide_package_name
...
php: change routeguide package name
10 years ago
Nicolas Noble
87d09e3aa4
Merge pull request #3164 from yang-g/route_guide_cpp
...
Change route_guide.proto package name and fix build
10 years ago
Stanley Cheung
0ed119d25d
Merge pull request #3173 from murgatroid99/node_version_update_0.11
...
Update Node verison to 0.11 and status to 'Beta'
10 years ago
Stanley Cheung
c88e834571
Merge pull request #3171 from tbetbetbe/grpc_ruby_improve_test_stability
...
Improves test stability
10 years ago
Stanley Cheung
c019d017af
php: routeguide update codegen
10 years ago
Stanley Cheung
72642455a1
php: change routeguide package name
10 years ago
Michael Lumish
cbdfaba7ae
Merge pull request #3172 from tbetbetbe/grpc_ruby_bump_version
...
Bumps the ruby version to beta
10 years ago
Kailash Sethuraman
cf71eaad66
Merge pull request #3163 from stanley-cheung/fix_examples_links
...
Fix examples links
10 years ago
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
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