Commit Graph

99 Commits

Author SHA1 Message Date
Qi Zhao 7bc6e8d36a Merge pull request #35 from iamqizhao/master
Replace end2end_test proto with the one for interop. The latter is better on testing error and corner cases.
2015-02-11 19:09:53 -08:00
iamqizhao 2b6078284c gofmt on end2end_test.go 2015-02-11 19:05:22 -08:00
iamqizhao 9c9eb38d0d Replace rpc with grpc in a error message. 2015-02-11 19:03:57 -08:00
iamqizhao 5c0599c9f0 Use interop proto to replace the one used in end2end_test.go because interop proto is better for testing corner and error cases. The code change is mostly copied/pasted from interop client & server. 2015-02-11 19:00:55 -08:00
Qi Zhao ff233bbf2b Merge pull request #33 from iamqizhao/master
fix an error formatting
2015-02-09 19:17:30 -08:00
iamqizhao fd7185b96f fix an error formatting 2015-02-09 19:16:31 -08:00
Qi Zhao 7b43d3b019 Merge pull request #32 from iamqizhao/master
prepare for google3 porting
2015-02-09 16:41:08 -08:00
iamqizhao 38fe463420 add the missing license in the previous commit 2015-02-09 16:39:03 -08:00
iamqizhao f61c1dbb05 rename the proto dir, prepare for porting into google3 2015-02-09 16:35:10 -08:00
Qi Zhao 00231015a6 Merge pull request #31 from dsymonds/master
Add import comments to grpc packages.
2015-02-08 19:13:19 -08:00
David Symonds 3981839a52 Add import comments to grpc packages.
This enforces that these packages are used with these import paths.
See http://golang.org/cmd/go/#hdr-Import_path_checking for documentation.
2015-02-09 13:46:16 +11:00
iamqizhao e161b9c071 Fix the missing part of pull#29 2015-02-08 18:29:39 -08:00
Qi Zhao dd172600a0 Merge pull request #29 from dsymonds/master
Switch to new package layout and import path.
2015-02-08 17:58:09 -08:00
David Symonds e267906c22 Replace package doc. 2015-02-09 12:39:20 +11:00
David Symonds 49a2ba59b6 Fix up a couple of other imports to use the new package name. 2015-02-09 11:50:54 +11:00
David Symonds 416f68f4b3 Update import paths to use the new official location of the Go gRPC package. 2015-02-09 11:46:20 +11:00
David Symonds 9e789c396b Rename top level package from "rpc" to "grpc".
Also move the nascent package doc to doc.go.
2015-02-09 11:45:33 +11:00
David Symonds e71095e0ec Move source files up one level.
The top-level directory in this repository is going to be
the main "grpc" package.
2015-02-09 11:33:38 +11:00
Qi Zhao 2d82d13c3d Merge pull request #28 from iamqizhao/master
make the proto file consist with the generated code
2015-02-06 18:13:47 -08:00
iamqizhao d8734602d6 make the proto file consist with the generated code 2015-02-06 18:11:44 -08:00
Qi Zhao 7e941223bd Merge pull request #27 from jayantkolhe/jayantkolhe-patch-1
Update README.md
2015-02-06 16:38:48 -08:00
Jayant Kolhe d46994758c Update README.md 2015-02-06 15:28:38 -08:00
iamqizhao e1ec8497a4 Fix the broken imports due to imgration to grpc 2015-02-06 15:17:54 -08:00
iamqizhao 574bfc16f0 Fix the broken imports due to imgration to grpc 2015-02-06 15:07:49 -08:00
iamqizhao c463038273 grpc-go initial commit 2015-02-05 17:14:05 -08:00
Qi Zhao 81da9cb211 Merge pull request #26 from iamqizhao/master
polish the comments of codes.go
2015-02-05 16:17:53 -08:00
iamqizhao 2c5ec0ee1b polish the comments of codes.go 2015-02-05 16:16:45 -08:00
Qi Zhao 231d636658 Merge pull request #25 from iamqizhao/master
Support import_prefix cmdline param
2015-02-05 15:59:47 -08:00
iamqizhao cf3b0dfdf4 Remove an extra space 2015-02-05 15:56:27 -08:00
iamqizhao d47ee10f8b add README 2015-02-05 14:59:45 -08:00
iamqizhao 4a249ae631 i) Support go_option proto options; ii) Add an alias for a package if it has the same package name with another package in a different location. 2015-02-04 17:45:16 -08:00
iamqizhao 03efde21c5 Support import_prefix cmdline param 2015-02-03 17:27:51 -08:00
iamqizhao 0f6fd6e2c3 Support import_prefix cmdline param 2015-02-03 17:26:15 -08:00
Qi Zhao 5a9d8e8448 Merge pull request #24 from iamqizhao/master
Support multiple listeners
2015-02-03 16:50:56 -08:00
iamqizhao afe57a6648 remove tmp dir 2015-02-03 16:48:50 -08:00
Qi Zhao 801d1972f4 Merge pull request #23 from iamqizhao/master
Revise codegen plugin to accommodate more cases and fix some bugs
2015-02-03 16:42:35 -08:00
Qi Zhao b3286a3319 Merge pull request #23 from iamqizhao/master
Revise codegen plugin to accommodate more cases and fix some bugs
2015-02-02 17:05:46 -08:00
iamqizhao 4a1cba09a6 add a comment 2015-02-02 17:05:03 -08:00
iamqizhao 0f4f9d04d3 resolved some comments 2015-02-02 17:02:29 -08:00
iamqizhao 55680c22a1 i) Eliminate the global vars; ii) properly handle the case that an external imported package contains multiple files; and iii) some function name touch-up 2015-02-02 16:37:58 -08:00
iamqizhao 40dc264aaf Revise codegen plugin to accommodate more cases and fix some bugs 2015-01-30 18:27:23 -08:00
iamqizhao 796d00c003 Make grpc-go proto plugin better: i) support external imports; ii) do not generate *_grpc.pb.go file if there is no service defined; ii) add more comment to gen.sh 2015-01-29 18:07:54 -08:00
Qi Zhao 363fb13a4a Merge pull request #22 from iamqizhao/master
Fix the broken import path in the generated code
2015-01-29 13:39:50 -08:00
iamqizhao ec01f31e1a Fix the broken import path in the generated code 2015-01-29 13:38:54 -08:00
Qi Zhao d194e8c6b2 Merge pull request #21 from iamqizhao/master
Add metadata.New back
2015-01-28 22:50:54 -08:00
iamqizhao f1ef727170 Add metadata.New back 2015-01-28 22:49:38 -08:00
Qi Zhao 199f601651 Merge pull request #20 from iamqizhao/master
Tune metadata package a bit.
2015-01-28 16:08:37 -08:00
iamqizhao be58fe3a09 Fix the missing test in the previous commit 2015-01-28 16:04:05 -08:00
iamqizhao c52694457f Tune metadata package to simplify the code. 2015-01-28 15:59:12 -08:00
Qi Zhao f4284f88c2 Merge pull request #19 from iamqizhao/master
Tune metadata package a bit.
2015-01-28 13:55:19 -08:00