102 Commits

Author SHA1 Message Date
5415d18359 Add documentation and example of adding details to errors (#1915) 2018-03-21 08:56:43 -07:00
f0a1202acd examples: Replace context.Background with context.WithTimeout (#1877) 2018-02-28 15:01:36 -08:00
82e9f61ddd Use keyed fields for struct initializers (#1829) 2018-01-24 10:45:49 -08:00
45088c2971 examples: fix concurrent map accesses in route_guide server (#1752) 2017-12-18 10:21:30 -08:00
580defabfe Fix grpc basics link in route_guide example (#1713) 2017-12-06 15:11:16 -08:00
3790967af4 Add protoc command to example/readme (#1653)
So users can copy the command and try with their own protos.
2017-11-06 14:58:18 -08:00
c91118c8fa Update examples/README.md (#1629) 2017-10-30 10:54:07 -07:00
5c3d956e18 Re-add support for Go1.6 (#1603) 2017-10-20 12:05:20 -07:00
faebfcb7bf Remove single-entry var blocks (#1589) 2017-10-18 09:59:23 -07:00
c8405557a4 Remove Go1.6 support (#1492) 2017-10-04 13:57:10 -07:00
4e1a1ebe3a update markdown render (#1542) 2017-09-28 10:12:44 -07:00
a68137c927 Revert "Added localhost to net.Listen() calls to avoid macOS firewall dialog." (#1541)
This reverts commit c67cd636f91e849f8677733bcdd60ea8c15d4aa6.
2017-09-27 00:01:17 -07:00
c67cd636f9 Added localhost to net.Listen() calls to avoid macOS firewall dialog. (#1539) 2017-09-26 10:19:45 -07:00
1ea63c9e71 Fix to avoid annoying firewall dialog on macOS (#1499)
macOS throws up an annoying firewall dialog with the following
question every time you start the route_guide/server:

Do you want the application “server” to accept incoming network connections?

This simple fix of actually typing out `localhost` seems to fix
this problem.
2017-08-31 10:24:01 -07:00
2be1bca94f Update proto generation commands in example doc (#1481) 2017-08-28 12:27:18 -07:00
25b4a426b4 go-generate pb.go files and check in Travis to make sure they don't change (#1426) 2017-08-17 16:00:51 -07:00
98bc2cec5b Use log instead of grpclog in routeguide example (#1395) 2017-07-31 10:40:59 -07:00
b31f0c6036 Assign testdata path to correct variable (#1397) 2017-07-27 16:02:51 -07:00
e64ff5d75c Do not call testdata.Path when defining flags (#1394) 2017-07-27 14:00:18 -07:00
ca9e0c3458 Add testdata package and unify testdata to only one dir (#1297) 2017-07-25 10:24:45 -07:00
ce03e9cc71 Fix a typo in examples/gotutorial.md (#1374) 2017-07-17 10:25:45 -07:00
93166a0b0b Canonicalize https://grpc.io as the preferred URL prefix 2017-07-10 16:28:39 -07:00
a94a7ac054 add license for some files (#1296) 2017-06-12 18:10:06 -07:00
ddbf6c46a6 autofix license notice 2017-06-08 14:42:19 +02:00
a113590521 Update references to route_guide.proto to use new directory name (#1270)
route_guide.proto used to be in a directory called proto. It was renamed
to routeguide but the code/README still referred to the previous
directory name.

Signed-off-by: Steven Erenst <stevenerenst@gmail.com>
2017-05-31 14:16:25 -07:00
074dbfbc52 Add doc and example for mocking streaming RPCs (#1230)
* Example code for mocking streams
* Added another expectation on the stream
* Documentation for mocking streaming RPCs
2017-05-19 13:36:45 -07:00
68a5d50f45 Fix go buildable source file problem (#1213) 2017-05-02 15:55:05 -07:00
6914ab1e33 Fix broken Markdown headings in examples/gotutorial.md (#1189) 2017-04-18 10:54:52 -07:00
5ebdd304ba lint update and test fix 2017-03-08 11:35:54 -08:00
6a68fd8584 post review updates 2016-12-15 14:07:52 -08:00
9cc4fd4cca Example code on how to mock gRPC services 2016-12-13 13:06:25 -08:00
cc3363f26e Merge pull request #937 from menghanl/reflection_tutorial
Add server-reflection-tutorial.md
2016-11-29 17:57:20 -08:00
c3d1b960a6 Fix broken markdown 2016-11-07 17:35:02 +00:00
777daa17ff Merge pull request #941 from MakMukhi/mmukhi_update_server_relection
update pre-generated code and server reflection code to comply with the change to the grpc g…
2016-11-03 16:04:21 -07:00
883bfc7bc8 pb.go file update 2016-10-28 12:37:56 -07:00
2c3ef6c75a fix go version 2016-10-25 21:11:05 +08:00
727a60e4d1 update server reflection code to comply with the change to the grpc generator 2016-10-21 18:06:55 -07:00
522de0d748 Add server-reflection-tutorial.md 2016-10-20 17:53:38 -07:00
f639bef1a3 Add an error handling to "greeter_server" 2016-10-10 11:16:53 +09:00
9102dd4691 fix gotutorial.md error link
fix route_guide proto link
2016-07-29 11:29:02 +08:00
ac90a026b6 *: go vet 2016-07-27 23:39:19 -04:00
a6bacfe42c Fix go vet 2016-06-29 13:36:10 -07:00
abe672d5ed Update generated files 2016-06-10 14:20:04 -07:00
88aeffff97 Merge pull request #720 from menghanl/update_generated_files
Update generated proto files and Makefile
2016-06-10 11:45:47 -07:00
0da018f37e Update generated files 2016-06-09 15:02:17 -07:00
59486d9c17 Rename TransportAuthenticator to TransportCredentials 2016-06-08 11:19:25 -07:00
b4ad52a6ec Comment typo 2016-04-24 16:01:42 +07:00
61e92eacc3 Phase 1 to add the server interceptor 2016-04-18 16:18:34 -07:00
a0594a1683 Run gofmt over Go source files. 2016-03-16 15:11:58 +11:00
accbf4c185 make proto 2016-02-04 17:35:04 -05:00