2491 Commits

Author SHA1 Message Date
aeca1aff71 Remove OAuth support from credentials
Fixes #219.
2015-07-22 22:14:33 -04:00
d286668e51 Merge pull request #237 from tamird/add-separate-oauth
Add credentials/oauth
2015-07-22 19:05:35 -07:00
3104ff998c to be deleted 2015-07-22 18:49:19 -07:00
c1454617ee Add credentials/oauth 2015-07-22 20:54:35 -04:00
dc36cdbfdd add mutex and create newHealthServer Function 2015-07-22 16:26:16 -07:00
901c3e574c remove redundent space 2015-07-22 16:06:15 -07:00
34f97a03ae minor changes 2015-07-22 16:04:53 -07:00
20f56be9d9 Merge pull request #250 from iamqizhao/master
delete a redundant comment
2015-07-22 11:07:12 -07:00
9fc38a07fe delete a redundant comment 2015-07-22 10:59:16 -07:00
2fdea48f1f remove the old health.proto file and health.pb.go 2015-07-22 10:46:58 -07:00
58e5eda3f4 update health check service and corresponding end2end test 2015-07-22 10:32:39 -07:00
92250633d3 Merge pull request #248 from iamqizhao/master
ack settings frame before applying the settings.
2015-07-21 18:17:15 -07:00
0a97c5211e rename settings to ss 2015-07-21 18:02:14 -07:00
0e0cf2c228 gofmt -w 2015-07-21 17:53:59 -07:00
c6086a0129 Merge branch 'master' of https://github.com/grpc/grpc-go 2015-07-21 17:51:03 -07:00
57c62fd0e0 ack settings frame before applying the settings. 2015-07-21 17:39:50 -07:00
a2798ea78b Merge pull request #235 from dsymonds/master
Include client streaming payloads in trace, and centralise trace termination logic.
2015-07-20 18:06:17 -07:00
7c8ee356b1 Include client streaming payloads in trace, and centralise trace termination logic. 2015-07-21 09:09:35 +10:00
91c8b79535 Merge pull request #234 from dsymonds/patch-3
Use full method for trace construction.
2015-06-24 15:42:46 -07:00
45adaf93e8 Merge pull request #232 from dsymonds/patch-1
Update codegen.sh
2015-06-24 15:42:02 -07:00
929ca08f6a Merge pull request #233 from dsymonds/patch-2
Remove unnecessary import rename of the proto support package.
2015-06-24 15:41:25 -07:00
671cc291d1 Use full method for trace construction.
The methodFamily func already chops up the string, and the title should be the full method string too.

This now matches the non-streaming client trace.
2015-06-24 13:22:00 +10:00
e4a76146b2 Remove unnecessary import rename of the proto support package. 2015-06-24 11:36:31 +10:00
cd5e74ac40 Update codegen.sh
$GOPATH/src is most likely to be the right place to run it, since it'll result in import paths that match Go import paths.
2015-06-24 11:34:49 +10:00
389d18d972 Merge pull request #229 from yangzhouhan/master
add tracing for streaming rpc
2015-06-18 18:44:31 -07:00
5cf38682e6 fix traceFinish 2015-06-18 17:24:50 -07:00
8f923d5911 typo 2015-06-18 11:48:27 -07:00
c63dd40b2a change the completion of the trace 2015-06-18 11:45:40 -07:00
58dcee7526 add tracing for streaming rpc 2015-06-17 19:30:57 -07:00
4782e693c2 Revert "add tracing for streaming rpc"
This reverts commit 8071e421ab7170765af71d381294185bd9d303a9.
2015-06-17 19:21:04 -07:00
8071e421ab add tracing for streaming rpc 2015-06-17 19:04:54 -07:00
7d85210cf5 Merge pull request #228 from yangzhouhan/master
add healthCheck and corresponding end2end tests
2015-06-16 18:40:02 -07:00
bd29c7cc2a change healthcheck end2end test 2015-06-16 17:11:12 -07:00
22c99a7be0 remove health/health.proto and health/health.pb.go 2015-06-16 16:54:08 -07:00
777def1ed5 delete health.go 2015-06-16 16:45:03 -07:00
272079efe3 change the implementation of healthcheck and corresponding tests 2015-06-16 16:13:51 -07:00
dbf1048b08 change the health check implementation 2015-06-16 12:16:25 -07:00
89311abb67 delet 2015-06-15 16:49:54 -07:00
39c37122c8 change back the test env parameters 2015-06-15 16:46:38 -07:00
33b85530fb add HealthCheck feature and corresponding end2end tests 2015-06-15 16:37:18 -07:00
0acf76ee33 Merge pull request #226 from iamqizhao/master
remove sudo in .travis.yml
2015-06-12 18:44:29 -07:00
dd9b8ab7f1 remove sudo in .travis.yml 2015-06-12 18:28:18 -07:00
53f086a7ac Merge pull request #225 from iamqizhao/master
remove lint from Makefile. It could give false alarms.
2015-06-12 18:24:05 -07:00
b800403045 fix 2015-06-12 18:17:36 -07:00
2579d72e57 remove lint from Makefile. It could give false alarms. 2015-06-12 17:57:50 -07:00
1482dc7fe4 Merge pull request #224 from iamqizhao/master
refactor service registration code a bit.
2015-06-12 17:51:58 -07:00
9738b8b68c add the sanity check back and refactor 2015-06-12 17:31:53 -07:00
7b318285c9 remove a sanity check to give more flexibility to host a service. It loses some safety though. 2015-06-12 11:23:39 -07:00
c49befee41 Merge pull request #223 from iamqizhao/master
Benchmark with and without tracing
2015-06-11 18:47:38 -07:00
528e1e3ef9 add trace flag to benchmark client 2015-06-11 16:53:53 -07:00