murgatroid99
a3c5535c64
Remove use of verify-install target in Makefile
8 years ago
kpayson64
dae95b4e36
Merge pull request #7691 from nathanielmanistaatgoogle/one-forgotten-beta-site
...
Upgrade one forgotten example code site to GA API
8 years ago
murgatroid99
4ce458339a
Remove warning about protobuf 3.0.0+ from the Makefile
8 years ago
Alexander Polcyn
5312815ff2
add netcore portability package dependency
8 years ago
Stanley Cheung
f789facafd
minor text change
8 years ago
Stanley Cheung
7e8efc3ba8
php: update package.xml
8 years ago
Stanley Cheung
83b34c2285
php: use emalloc to replicate MAKE_STD_ZVAL
8 years ago
Stanley Cheung
0068bdb65a
php7: fix ubuntu compile error
8 years ago
Nathaniel Manista
2fd19a6f4d
Upgrade one forgotten example code site to GA API
...
This should have been included in 46585e23f1
.
8 years ago
Alexander Polcyn
6bfe7dadf7
add all runtime nodes back into testing packages
8 years ago
murgatroid99
80db7f8c6e
Make Node grpc-tools protoc automatically call the plugin
8 years ago
Nicolas Noble
10776b99cf
Merge pull request #7623 from apolcyn/sys_inter_with_nuget
...
Updating Ix-Async to System Interactive and nuget
8 years ago
Nicolas Noble
aa0ac69794
Merge pull request #7605 from sreecha/perf-fix-ga
...
Add clientSuccess and serverSuccess to BQ schema
8 years ago
Jorge Canizales
8ac55f8a8c
Solve merge conflict at gRPC-ProtoRPC.podspec
8 years ago
Alexander Polcyn
dc3d561f4a
remove dedicated thread for read loop in ruby bidi calls
8 years ago
makdharma
97f6994b98
Merge pull request #7475 from jcanizales/p0-advance-protobuf-version
...
Update protobuf to 3.0.0 (GA) and the gRPC plugin to -pre1.2
8 years ago
Jorge Canizales
a9b1c5cbe1
Merge commit '4e57e8be3911e3030e2ccfd6478be75a3c2b0250' into p0-archive-fix
8 years ago
Nicolas "Pixel" Noble
0275d8c65b
Reducing diff.
8 years ago
Nicolas "Pixel" Noble
6fd8a7fa03
That won't work properly. Falling back on fixing the list of dependencies.
8 years ago
Nicolas "Pixel" Noble
e667fe19bf
Using the interop dependencies instead.
8 years ago
Nicolas "Pixel" Noble
737bd555cf
Hopefully fixing #7639 .
8 years ago
Jorge Canizales
0db98cda0d
Undo Go Docker fix - fixed in another PR
8 years ago
Jorge Canizales
d4230bbf02
Merge commit '4e57e8be3911e3030e2ccfd6478be75a3c2b0250' into p0-advance-protobuf-version
8 years ago
kpayson64
4e57e8be39
Merge pull request #7514 from apolcyn/move_tools_dep_to_project
...
moved Grpc.Tools dependency from solution level to project level
8 years ago
kpayson64
2106cd3e03
Merge pull request #7614 from murgatroid99/node_credentials_error_code_fix
...
Fix error handling authentication errors with non-numeric error codes
8 years ago
Alexander Polcyn
b561102794
change location of nuget back to normal
8 years ago
Jorge Canizales
31871df58f
@pgrosu’s fix of Go’s docker build
8 years ago
Jorge Canizales
6801b225a8
Repeat of commit f808eee
for interop tests
...
Trying to fix:
+ cd grpc
+ tools/jenkins/run_interop.sh
++ dirname tools/jenkins/run_interop.sh
+ cd tools/jenkins/../..
+ tools/run_tests/run_interop_tests.py -l all -s all --cloud_to_prod \
—cloud_to_prod_auth --use_docker --http2_interop -t -j 12
START: Building interop docker images.
START: build_docker_php7
Traceback (most recent call last):
File "tools/run_tests/run_interop_tests.py", line 738, in <module>
build_jobs, newline_on_success=True, maxjobs=args.jobs)
File "tools/run_tests/jobset.py", line 456, in run
if not js.start(cmdline):
File "tools/run_tests/jobset.py", line 369, in start
self._add_env)
File "tools/run_tests/jobset.py", line 218, in __init__
self.start()
File "tools/run_tests/jobset.py", line 228, in start
env = sanitized_environment(env)
File "tools/run_tests/jobset.py", line 53, in sanitized_environment
sanitized[str(key).encode()] = str(value).encode()
UnicodeDecodeError: 'ascii' codec can't decode byte 0xe2 in position 20:
ordinal not in range(128)
8 years ago
Ken Payson
5b4d3625eb
Update ruby examples to use new _pb protobuf format
8 years ago
Alex Polcyn
c6446bf3d8
add csharp hello world that uses dotnet cli
8 years ago
Muxi Yan
f808eee33a
Fix Jenkins test error
8 years ago
Muxi Yan
6b59ac8da5
Fix Jenkins test error
8 years ago
Jorge Canizales
cc3ecd104f
Point out what to do if the sanity check fails
8 years ago
Jorge Canizales
e8f088e522
Remove obsolete template notices in podspecs
8 years ago
kpayson64
8ebb2a9594
Merge pull request #7613 from kpayson64/py_protobuf_upgrade
...
Bump python protobuf dependency to 3.0.0
8 years ago
Ken Payson
e5fd01a389
Bump python protobuf dependency to 3.0.0
8 years ago
Jorge Canizales
3df9bdf880
Update generated files with new protobuf version
...
Also make the script fetch protoc from the usual place.
8 years ago
Jorge Canizales
86ea627270
Merge pull request #7572 from jcanizales/p0-4MB-should-be-more-than-enough-for-everybody
...
Let override default response size limit
8 years ago
Alexander Polcyn
2717aea387
using temporary nuget location on windows
8 years ago
Alexander Polcyn
2feec72c87
removed blank line
8 years ago
Alex Polcyn
d0729dba7a
move solution dependencies to Grpc.Core.Test dependencies
8 years ago
Alexander Polcyn
86e40c6e35
update templates to not include runtime sections in project.json
8 years ago
Alexander Polcyn
84f0f791e9
removed runtime nodes from project.json libraries
8 years ago
Alex Polcyn
77008b0338
updated hint path to updated library in csproj files
8 years ago
Alexander Polcyn
809292a7af
ran script to update actual docker files
8 years ago
Alexander Polcyn
82fd31ac35
update nuget after installing in docker
8 years ago
Alexander Polcyn
b205338467
changed ix-async dependencies to System.Interactive.Async version 3.0.0
8 years ago
Nicolas Noble
cc752a3c3b
Merge pull request #7618 from dgquintas/v1.0.x
...
Backport of "added windows to INSTALL.md"
8 years ago
Nicolas Noble
b21227101c
Merge pull request #7587 from dgquintas/install_docs
...
added windows to INSTALL.md
8 years ago
murgatroid99
7df3597eb0
Regenerate packages
8 years ago