Michael Lumish
df2186fb3f
Merge pull request #934 from jtattermusch/csharp_docker
...
Polishing C# Dockerfiles
10 years ago
Jan Tattermusch
0a1d090406
Polishing C# Dockerfiles
10 years ago
Tim Emiola
eb82c4e76b
Merge pull request #919 from donnadionne/test-mod
...
adding a build images script and remove some tests while investigating t...
10 years ago
Nathaniel Manista
d318bba527
Merge pull request #927 from jerub/master
...
Fix backslash line endings for grpc_python/Dockerfile.
10 years ago
Stephen Thorne
093a4ebd3e
Fix backslash line endings for grpc_python/Dockerfile.
...
Without the correct line endings docker had errors interpreting '&&' as a command.
10 years ago
Craig Tiller
c09bb7e601
Merge pull request #916 from dklempner/not_original_vtable
...
Remove some debugging logs from the unary poll promote path
10 years ago
Craig Tiller
6889a9a485
Merge pull request #882 from yang-g/pubsub
...
Update pubsub example channel creation and credentials. This is a duplicate of #817 .
10 years ago
Yang Gao
0cfc638d19
Merge pull request #923 from rauls5382/master
...
Propagate grpc_google_default_credentials_create errors
10 years ago
Craig Tiller
ba4a10508c
Merge pull request #924 from nicolasnoble/travis-badge
...
Adding a Travis badge.
10 years ago
Nicolas "Pixel" Noble
36aa8e0193
Adding a Travis badge.
10 years ago
Raul Silvera
02fe58d1bd
Propagate grpc_google_default_credentials_create errors
10 years ago
Qi Zhao
79c7f85ba7
Merge pull request #922 from grpc/revert-892-docker-go
...
Revert "dockerfiles/go: go install from GOPATH and remove bash from CMD"
10 years ago
Qi Zhao
4705a5a01a
Revert "dockerfiles/go: go install from GOPATH and remove bash from CMD"
10 years ago
Yang Gao
91cc48160a
Merge remote-tracking branch 'upstream/master' into pubsub
10 years ago
Nicolas Noble
fa054b37a1
Merge pull request #918 from murgatroid99/makefile_protoc_message
...
Improved Makefile protoc message
10 years ago
Donna Dionne
1542d7dbb0
adding a build images script and remove some tests while investigating timeout
10 years ago
murgatroid99
b618136143
Improved Makefile protoc message
10 years ago
Nicolas Noble
0aad3d7457
Merge pull request #908 from ctiller/ssl
...
Hookup TSI tracer
10 years ago
Nicolas Noble
961141002a
Merge pull request #912 from ctiller/disconnect
...
Deflake fling_test
10 years ago
Nicolas Noble
b9518217f0
Merge pull request #887 from murgatroid99/travis_python
...
Added python tests to .travis.yml
10 years ago
David Klempner
0e61b2d257
Remove some debugging logs from the unary poll promote path
...
I put these in while debugging correctness, and forgot to remove them.
10 years ago
murgatroid99
5c4052d771
Removed logging, returned other tests to .travis.yml
10 years ago
murgatroid99
4a171f8e2d
Fixed python link order
10 years ago
murgatroid99
4eb6e31566
Added rt link to python's setup.py
10 years ago
murgatroid99
238c23b453
Added more logging
10 years ago
murgatroid99
fb0b99ea8f
Fixed ldd logging
10 years ago
murgatroid99
985c5bf2e0
Added logging for python tests
10 years ago
Craig Tiller
fa9b1a415e
Fix flake
10 years ago
Masood Malekghassemi
a401d6336a
Merge pull request #909 from nathanielmanistaatgoogle/python-generated-code-early-adopter
...
Update Python codegen to early_adopter interface
10 years ago
murgatroid99
d6fea899b8
Added TODO to re-enable commented test
10 years ago
Craig Tiller
bb88a048cd
Add clarifying comment
10 years ago
Nicolas Noble
1ab2e892d5
Merge pull request #910 from mbrukman/readme-no-exec
...
Removed execute permissions from README files.
10 years ago
Tim Emiola
f42af60c7e
Merge pull request #913 from jtattermusch/csharp_docker
...
Docker files for c# (on mono)
10 years ago
murgatroid99
aa88dced55
Merge branch 'master' into travis_python
10 years ago
murgatroid99
cedab130c2
Put tests back in a useful state
10 years ago
murgatroid99
a2af8a1a98
Changed how python versions are specified
10 years ago
Jan Tattermusch
fa4efbd157
added docker files for c#
10 years ago
murgatroid99
0af2a46d7c
Add more logging
10 years ago
Craig Tiller
410f44f70a
Merge pull request #911 from ejona86/remove-http-code-doc
...
Remove HTTP mappings from status.h
10 years ago
Craig Tiller
45115845cc
Mark fling_*test non-flaky
...
Also, make the flaky: tag a little more visible in build.json
10 years ago
Craig Tiller
1a138c34ed
Dont add new requests when shutting down
10 years ago
Craig Tiller
f5fd4ba0a9
Completion queue cleanup
...
Make debugging a little easier, and remove an unnecessary assert
10 years ago
Tim Emiola
d4a2171f52
Merge pull request #892 from proppy/docker-go
...
dockerfiles/go: go install from GOPATH and remove bash from CMD
10 years ago
Eric Anderson
5b53e35ba4
Remove HTTP mappings from status.h
...
The mappings are a combination of useless, inaccurate, and harmful.
Leave them out until they are helpful and correct.
Fundamental issues:
- If in need of mappings, a user would need HTTP -> gRPC code mappings.
But the docs don't provide that since the mappings are not 1:1.
- There _is no_ gRPC -> HTTP code mapping taking place in gRPC. This
may change in the future, but until then the docs are misleading.
But even given those were resolved, there are additional issues. Two
obvious examples:
- 501 Not Implemented is refering to HTTP methods such as GET and POST
not being implement. That should not be used for gRPC methods not
found (UNIMPLEMENTED).
- 404 Not Found is for when the resource is not found. In gRPC, the
resource is the gRPC method, not the parameters (NOT_FOUND). If there
is a REST conversion layer on top of gRPC, then 404 would be
appropriate, but that just shows that the mapping can not be
canonical.
10 years ago
Craig Tiller
479f2b25fb
Speed up test, reduce flakiness
10 years ago
Craig Tiller
39b9a029cf
Capitalization
10 years ago
Craig Tiller
03dc06cb66
Rename flag
10 years ago
Craig Tiller
b9eb180d4d
Fix some shutdown races
10 years ago
Craig Tiller
f2350183be
Make debugging a little easier
10 years ago
Misha Brukman
5cdf37eb7b
Removed execute permissions from README files.
10 years ago