Tim Emiola
|
43a7e4e6ed
|
Ruby wrapping of core credentials API change.
|
9 years ago |
Tim Emiola
|
9332ea6af5
|
Updates channel credentials
- switches credentials to channel credentials
- removes usages of other credentials classes that would are not
currently used in the ruby surface
|
9 years ago |
jboeuf
|
276266d0b0
|
Merge pull request #3 from murgatroid99/node_core_creds_api_change
Node wrapping of core credentials API change
|
9 years ago |
murgatroid99
|
c90b1099cc
|
Change error message in credentials test
|
9 years ago |
jboeuf
|
ea41264a71
|
Merge pull request #6 from jtattermusch/core_creds_api_change
Update C# to the new C core auth API
|
9 years ago |
jboeuf
|
f3d051a409
|
Merge pull request #4 from stanley-cheung/php_creds_api_change
PHP: Core credentials API refactoring
|
9 years ago |
Jan Tattermusch
|
08dea32d24
|
update C# to the new C core auth API
|
9 years ago |
jboeuf
|
4c82ed5d95
|
Merge pull request #5 from jcanizales/creds-api-unbreak-objc
s/grpc_credentials/grpc_channel_credentials for ObjC
|
9 years ago |
Jorge Canizales
|
3c559584ec
|
s/grpc_credentials/grpc_channel_credentials for ObjC
|
9 years ago |
Stanley Cheung
|
9c0b35e1e6
|
php: rename credentials to channel_credentials
|
9 years ago |
Stanley Cheung
|
aeea10287f
|
php: split grpc_credentials to channel_credentials and call_credentials
|
9 years ago |
Stanley Cheung
|
af93a8fddb
|
php: remove ssl_cert_file env var
|
9 years ago |
murgatroid99
|
5901d90859
|
Fixed lint errors
|
9 years ago |
murgatroid99
|
3ee9c5917f
|
Merge remote-tracking branch 'jboeuf/core_creds_api_change' into node_core_creds_api_change
|
9 years ago |
Julien Boeuf
|
b73cbc2709
|
Addressing comments.
The composite channel credentials creation does not change the passed-in
channel creds anymore.
|
9 years ago |
murgatroid99
|
7c0dbf82b3
|
Updated Node credentials API to match core API change
|
9 years ago |
Julien Boeuf
|
29d6f18c11
|
Merge branch 'core_creds_api_change' of github.com:jboeuf/grpc into core_creds_api_change
|
9 years ago |
Julien Boeuf
|
ccd4c528e5
|
Bumping minor version with API change.
|
9 years ago |
Julien Boeuf
|
8c48a2a196
|
Fixing cpp examples.
|
9 years ago |
Julien Boeuf
|
3bb61d8917
|
Merge branch 'master' of https://github.com/grpc/grpc into core_creds_api_change
|
9 years ago |
Nathaniel Manista
|
627f98454c
|
Merge pull request #3872 from soltanmm/empty
Add empty_stream Python interop test.
|
9 years ago |
Masood Malekghassemi
|
28738bb537
|
Add empty_stream Python interop test
|
9 years ago |
Nathaniel Manista
|
551d0f37cb
|
Merge pull request #3860 from jtattermusch/python_use_tls_compat
Accept --use_tls=true and --use_test_ca=true in python interop tests.
|
9 years ago |
Jan Tattermusch
|
785efd453e
|
accept --use_tls=true --use_test_ca=true in python
|
9 years ago |
Nicolas Noble
|
921149c43a
|
Merge pull request #3857 from jtattermusch/cleanup_old_interop
cleanup dockerfiles and scripts for old interop infrastructure
|
9 years ago |
Nicolas "Pixel" Noble
|
cedc101771
|
Merge branch 'release-0_11'
|
9 years ago |
Nicolas "Pixel" Noble
|
7aa1f827e4
|
Merge branch 'master' into release-0_11
Conflicts:
.gitignore
gRPC.podspec
|
9 years ago |
Nicolas Noble
|
ff466101d4
|
Merge pull request #3862 from jcanizales/fix-release-conflict
Fix release conflict for release-0_11
|
9 years ago |
Nicolas Noble
|
d24919280f
|
Merge pull request #3849 from murgatroid99/node_restrict_coverage_report
Make Node coverage reporting only report on actual Node source files
|
9 years ago |
David Klempner
|
b839682c0b
|
Merge pull request #3863 from jtattermusch/csharp_prevent_timeout
Restrict number of iterations for UnaryCallPerformance test
|
9 years ago |
Jan Tattermusch
|
2ca1df10aa
|
restrict number of iterations for UnaryCallPerformance test
|
9 years ago |
Jan Tattermusch
|
5e2db5b518
|
Merge pull request #3841 from murgatroid99/ruby_test_timeout
Make ruby RpcServer stop waiting for calls when it gets null calls
|
9 years ago |
Jan Tattermusch
|
3573e96d49
|
Merge pull request #3859 from stanley-cheung/interop_cleanup_build_env_var
Revert global_env usage for build_interop_image job
|
9 years ago |
Jorge Canizales
|
56482bc9c7
|
The Podspec is a template. The Podspec is a template. The Podspec is a template.
|
9 years ago |
Jorge Canizales
|
951875ffe0
|
Refer to https://github.com/CocoaPods/CocoaPods/issues/4386 regarding hack.
|
9 years ago |
Jorge Canizales
|
9a4730ad3e
|
Ignore Objective-C generated files
|
9 years ago |
Jorge Canizales
|
0c8a3d804e
|
Undo moving include/ one dir up, to ease testing workflow.
|
9 years ago |
Jorge Canizales
|
aff5664a86
|
Undo Cocoapods’ bug workaround
|
9 years ago |
Jorge Canizales
|
197adea6f2
|
Git ignore XCode derived files across the repo
|
9 years ago |
Stanley Cheung
|
f565dfb46a
|
add check to see if file exists
|
9 years ago |
Stanley Cheung
|
22b6bed483
|
revert global_env usage for build_interop_image
|
9 years ago |
Michael Lumish
|
5e75116b9f
|
Merge pull request #3854 from stanley-cheung/php_add_auth_interop_tests
PHP: add remaining auth interop tests
|
9 years ago |
Stanley Cheung
|
b0840b5af9
|
Merge pull request #3853 from jtattermusch/remove_csharp_ref_docs
C# ref docs should not be in master branch
|
9 years ago |
Stanley Cheung
|
59a15a8558
|
php: add remaining auth interop tests
|
9 years ago |
Stanley Cheung
|
cea11394c2
|
bring env variable to build_interop_image script
|
9 years ago |
Stanley Cheung
|
51c36d9e63
|
add composer/auth.json env variable
|
9 years ago |
Jan Tattermusch
|
3ee9d48f2a
|
also removing grpc_java_android docker file
|
9 years ago |
Jan Tattermusch
|
0c05dcd6bd
|
cleanup dockerfiles and scripts for old interop infrastructure
|
9 years ago |
jboeuf
|
2d12214dcc
|
Merge pull request #3846 from murgatroid99/node_distribute_ssl_roots
Distribute roots.pem with the Node package
|
9 years ago |
David G. Quintas
|
8dbc4734d8
|
Merge pull request #3767 from ctiller/cache-accept-enc
Cache encodings accepted by peer on mdelem
|
9 years ago |