Tim Emiola
03d70c649f
Adds updater_proc, to simplify the setup of credentials during stub creation
10 years ago
Tim Emiola
8c750f44f4
Adds a compute engine auth GCE interop test
...
- also fixes the service_account test assertions
10 years ago
Tim Emiola
2e2085693b
Adds an interop tests if OAuth behaviour is functioning
10 years ago
Tim Emiola
179eabb253
Updates the generated code to reflect test updates
10 years ago
Tim Emiola
11f75faf4d
Ensures the auth modules are available with just require 'grpc'
...
- Also fixes some lint issues
10 years ago
Tim Emiola
4694df3c4e
Adds compute engine auth implementation that extends the signet auth class
...
- also, corrects the content of the authorization header
10 years ago
Tim Emiola
720bc81c89
Adds a signet based service_account creds implementation
10 years ago
Tim Emiola
5d6dfd59b3
Extends signet with an apply/apply! methods
...
apply/apply! update a hash with an OAuth2 authorization token
10 years ago
Tim Emiola
36066537cf
Fix lint errors, other cleanups
...
- ensure that lint check gets run when prior to running unittests
- fixes a description of the default rake command
- adds a dependency on Faraday, a HTTP/REST client
10 years ago
Tim Emiola
3306139df0
Adds an emacs modeline
10 years ago
Tim Emiola
6f06a7e81d
Attempts to remove a little of this tests flakiness
10 years ago
Tim Emiola
554a11c018
completes merges
10 years ago
Tim Emiola
c4e09f667b
Merge pull request #292 from murgatroid99/node_cancellation_interop_tests
...
Added cancellation interop tests to Node interop client
10 years ago
murgatroid99
bca2f955ba
Added cancellation interop tests to Node interop client
10 years ago
Tim Emiola
3726a4d477
Merge pull request #289 from murgatroid99/php_fix_memory_leak
...
Fixed memory leak in PHP byte buffer creation
10 years ago
Tim Emiola
502196669b
Merge pull request #283 from murgatroid99/node_server_metadata
...
Add an API for servers to send metadata to clients
10 years ago
murgatroid99
c4c3bff814
Fixed memory leak in PHP byte buffer creation
10 years ago
Michael Lumish
d87c9ea3c9
Merge pull request #287 from tbetbetbe/grpc_ruby_unittest_cleanup
...
Grpc ruby unittest cleanup
10 years ago
Tim Emiola
303af9f322
Runs the ruby tests during docker builds
10 years ago
Tim Emiola
8331591d92
Removes an unnecessary addition to the bash src file
10 years ago
Tim Emiola
397fda0b0c
Update the suites used in the tests, run the bidi and server tests as their own suites in the default target
10 years ago
Tim Emiola
91044c10d1
Add tagging to rpc_server multi-threading tests to isolate in their own test suite
10 years ago
Tim Emiola
dd73f10122
Fix a test that aborts on Docker images
10 years ago
Craig Tiller
14a2b8d1f4
Merge pull request #286 from nicolasnoble/no-stripping
...
Let's not strip libraries if compiled in anything other than release.
10 years ago
Nicolas "Pixel" Noble
3a2551c0bd
Let's not strip libraries if compiled in anything other than release.
...
Hopefully works around #90 .
10 years ago
Nathaniel Manista
6641bb03dd
Merge pull request #285 from nicolasnoble/shared-links
...
Generating library aliases under Linux, hopefully fixing #192 .
10 years ago
Nicolas "Pixel" Noble
d8f8b6b57c
Generating library aliases under Linux, hopefully fixing #192 .
10 years ago
Yang Gao
8299760ca0
Merge pull request #277 from donnadionne/docker
...
Docker
10 years ago
murgatroid99
4d2d0f0f3a
Added API for servers to provide metadata
10 years ago
murgatroid99
6373ba01d4
Merge branch 'master' of github.com:google/grpc into node_server_metadata
10 years ago
Donna Dionne
72bf29cbba
small conflict fix
10 years ago
donnadionne
597efb61f2
Merge pull request #281 from ejona86/docker
...
Fix grpc_java* Docker images
10 years ago
Donna Dionne
f017b36751
fixing a small conflict
10 years ago
Donna Dionne
856b0c8b5d
Merge branch 'master' of github.com:google/grpc into docker
10 years ago
Eric Anderson
c180e9f70c
Fix grpc_java* Docker images
...
The images seem to have been broken starting with 12e12a3
, but the
removal of Maven support from grpc-java also broke them further.
SSH handling no longer uses $HOME as it does not agree with /etc/passwd
in older docker versions[1] and prevented SSH from seeing the config
file.
Some effort was also made to reduce the image sizes by removing
temporary files.
1. https://github.com/docker/docker/issues/2968
10 years ago
Tim Emiola
415bca7939
Merge pull request #268 from murgatroid99/node_metadata_representation
...
Change Node metadata representation to a more reasonable one
10 years ago
murgatroid99
5582b2d1d7
Merge branch 'master' of github.com:google/grpc into node_server_metadata
10 years ago
Craig Tiller
9b3809f99f
Merge pull request #168 from nicolasnoble/json
...
Replacing cJSON with our own code instead.
10 years ago
Craig Tiller
7d543e67b4
Merge pull request #271 from dklempner/fd_freelist
...
Freelist grpc_fd objects
10 years ago
Nicolas "Pixel" Noble
3c63c0ced3
Adding a few more tests.
10 years ago
Donna Dionne
ab2b4803b8
Adding additional comments and fixing reverted code.
10 years ago
Donna Dionne
bdf8c2aed8
Adding auth tests; test commands may change in the future and
...
refactoring will happen when the commands are final.
10 years ago
jboeuf
59a1f610b2
Merge pull request #273 from nicolasnoble/memcpy
...
Cleaning up some code.
10 years ago
Chen Wang
3a2c4cda3c
Merge pull request #266 from chen-wang/master
...
Add service account credential
10 years ago
Chen Wang
6de65b01cb
delete default service account email
10 years ago
Chen Wang
3cc1ad62b6
add more tips ops
10 years ago
vjpai
0de58abe25
Merge pull request #244 from ctiller/gitignore
...
Ignore vim swap files
10 years ago
Tim Emiola
7a87930863
Merge pull request #272 from murgatroid99/node_dockerfile
...
Added docker files for node interop tests
10 years ago
murgatroid99
47fd137e80
Fixed alignment issues
10 years ago
Nicolas "Pixel" Noble
a2a03d488f
Cleaning up some code.
...
The correct thing to do here is to use memcpy instead of strncpy.
10 years ago