Commit Graph

  • c2641f183b make MakeTemplate more robust Josh Humphries 2018-10-22 11:57:41 -0400
  • 7cabe7a9d0
    move more stuff from cmd to package (#59) Joshua Humphries 2018-10-19 14:47:25 -0400
  • 66edc398d6 move more stuff from cmd to package Josh Humphries 2018-10-18 23:42:29 -0400
  • 9a4bbacdd6
    some pre-factoring and small fixes (#58) Joshua Humphries 2018-10-18 23:51:38 -0400
  • d2fe9f683f update tests to expect fully-qualified method names Josh Humphries 2018-10-18 23:45:35 -0400
  • 16bda24c11 organize into multiple files; make listing methods show fully-qualified names; address small feedback from recent change (trim then check if empty) Josh Humphries 2018-10-18 22:21:13 -0400
  • 69ea782936
    reconcile with recent change to "describe" output Joshua Humphries 2018-10-18 13:54:51 -0400
  • 58cd93280e
    use proto syntax for describe (#57) Joshua Humphries 2018-10-18 13:50:44 -0400
  • a337c1afcf
    improve flag doc with go 1.10+ (#56) Joshua Humphries 2018-10-18 13:16:33 -0400
  • f9befe0bde re-assemble the doc string the easy way Josh Humphries 2018-10-18 12:49:54 -0400
  • 0870efeb08 update deps to point to new protoreflect version Josh Humphries 2018-10-17 17:54:46 -0400
  • 50d64ba125 change describe to show proto source instead of JSON format of a descriptor Josh Humphries 2018-10-17 17:48:50 -0400
  • 9ad6a72e7b improve flag doc with go 1.10+ Josh Humphries 2018-10-16 22:48:37 -0400
  • e00ef3eb7c
    add option to support text format (#54) Joshua Humphries 2018-10-16 21:26:16 -0400
  • c23f7dbae6 make sure text format is indented and readable even for dynamic messages Josh Humphries 2018-10-16 18:12:19 -0400
  • c7a5192cf6 adds tests Josh Humphries 2018-10-16 12:19:44 -0400
  • 397a8c18ca
    update README (#55) Joshua Humphries 2018-10-16 12:56:40 -0400
  • 00c9b9f125 update README Joshua Humphries 2018-10-16 12:06:28 -0400
  • d76351d11b add option to support text format; use AnyResolver when marshaling to/from JSON Josh Humphries 2018-10-15 18:51:42 -0400
  • 554e69be2c
    use correct package name for golint (#53) Joshua Humphries 2018-10-12 09:06:35 -0400
  • 09c04deb3e use correct package name for golint Josh Humphries 2018-10-12 08:48:20 -0400
  • 2dd771c49e fix typo in InvokeRpc() comment (#50) Ryo Nakao 2018-09-27 11:02:34 +0900
  • 1f3f41ef95 fix typo in InvokeRpc() comment nakabonne 2018-09-27 10:36:04 +0900
  • 79a550b858 add goreleaser (#49) Leigh McCulloch 2018-09-25 06:34:02 -0700
  • 0620c43801 Prefix version with v Leigh McCulloch 2018-09-25 03:56:40 +0000
  • 36eac2690e Don't alter go.mod when getting goreleaser Leigh McCulloch 2018-09-25 03:35:02 +0000
  • bfbcb03604 Set main to dir and not file Leigh McCulloch 2018-09-25 03:31:47 +0000
  • 2a6a598be0 Add tags Leigh McCulloch 2018-09-25 03:29:58 +0000
  • c162649ddf Install goreleaser if needed, like how other tools are installed in the makefile Leigh McCulloch 2018-09-18 05:36:19 +0000
  • 0a2a0109df Add release target to Makefile Leigh McCulloch 2018-09-18 05:34:49 +0000
  • ec9d5a83e8 Fix comment location in Makefile Leigh McCulloch 2018-09-18 05:33:38 +0000
  • 3d758f4e89 Add instructions for binaries Leigh McCulloch 2018-09-18 05:28:24 +0000
  • 99ad3cabb5 Re-add LICENSE Leigh McCulloch 2018-09-18 05:28:14 +0000
  • e198d3eb36 Set version in Makefile when installing Leigh McCulloch 2018-09-18 05:02:01 +0000
  • 0b86ec0579 Print dev build <no version set> when no version set Leigh McCulloch 2018-09-17 15:05:44 +0000
  • b732cd1b05 Rename amd64 and 386 filenames to match protoc Leigh McCulloch 2018-09-17 15:04:14 +0000
  • 9c68385884 Rename macos to osx for consistency with protoc Leigh McCulloch 2018-09-17 15:03:48 +0000
  • ba827bc48e Remove LICENSE Leigh McCulloch 2018-09-17 15:03:17 +0000
  • 86b25ffd30 Remove wrap in directory Leigh McCulloch 2018-09-17 15:03:08 +0000
  • c051f741b0 add goreleaser Leigh McCulloch 2018-09-15 23:33:31 +0000
  • d4d048fade
    support go modules (#48) v1.0.0 Joshua Humphries 2018-09-14 20:18:53 -0400
  • 266ec373a6 with modules in Go 1.11, can't rely on GOPATH directory layout, so just copy test.proto into this repo Josh Humphries 2018-09-13 21:53:10 -0400
  • f3498f80cf support go modules - use Go 1.11 (with and without module support) in CI - add go.mod and go.sum files Josh Humphries 2018-09-13 12:49:42 -0400
  • 6198551381
    add bankdemo, from Gophercon 2018 demo (#45) Joshua Humphries 2018-09-07 18:21:02 -0400
  • a020c24a83 split proto into two; move more logic into db.go to make bank service impl cleaner; add graceful shutdown on signal Josh Humphries 2018-09-06 20:47:26 -0400
  • e1a9991958 add bankdemo, from Gophercon 2018 demo Josh Humphries 2018-08-29 23:31:49 -0600
  • 1e72fa2cd1 Point to server reflection docs (#38) Jean de Klerk 2018-08-08 16:43:18 +0200
  • 22e103b893 fix errant period Jean de Klerk 2018-08-08 11:13:34 +0200
  • 92c0727ff6 Provide example of server reflection. Jean de Klerk 2018-07-06 13:17:08 -0700
  • 75759db659
    only run static checks for Go 1.10 build, not all of them (#42) Joshua Humphries 2018-07-16 15:46:32 -0400
  • 82f4e30b0b only run static checks for Go 1.10 build, not all of them Josh Humphries 2018-07-16 15:32:35 -0400
  • 9d19f10af7
    fix doc section regarding protoset and proto sources Joshua Humphries 2018-07-16 14:44:31 -0400
  • b709105be9 allow period at the start of a symbol (#40) Jean de Klerk 2018-07-06 13:41:22 -0700
  • b69a2e7533 allow period at the start of a symbol Jean de Klerk 2018-07-06 13:33:47 -0700
  • 2ff725abb2
    add -d examples to README Joshua Humphries 2018-07-06 09:13:34 +0200
  • 819d39047c
    add go report card badge to README Joshua Humphries 2018-06-08 17:22:08 -0400
  • 7e882c8a7c
    update README.md (#36) Joshua Humphries 2018-05-31 12:48:30 -0400
  • 70abc34af6
    update README.md Joshua Humphries 2018-05-31 12:41:19 -0400
  • 00643a3fb8
    fix race condition in bidi tests (#35) Joshua Humphries 2018-05-29 11:04:40 -0400
  • 1ea0708ef6 fix race condition in bidi tests Josh Humphries 2018-05-29 10:24:45 -0400
  • 75dcbf0d4c Allow passing :authority pseudo header (#33) KUOKA Yusuke 2018-05-25 01:18:45 +0900
  • d37571c559 Allow passing :authority pseudo header Yusuke KUOKA 2018-05-24 21:33:23 +0900
  • ec219b3c15
    allow the use of proto source files directly, instead of having to compile to protoset files (#32) Joshua Humphries 2018-05-23 14:13:24 -0400
  • 86571dcc9d allow the use of proto source files directly, instead of having to compile to protoset files Josh Humphries 2018-05-23 09:33:37 -0400
  • e6ac789274 grpclog.Printf deprecated; use Info instead Josh Humphries 2018-05-08 10:08:35 -0400
  • ca5693f42c
    support unix sockets (#26) Joshua Humphries 2018-03-27 11:24:35 -0400
  • 1e8deb589c support unix sockets Josh Humphries 2018-03-26 17:29:51 -0400
  • 09a863d763
    fix Makefile to run predeclared check (#24) Joshua Humphries 2018-03-25 16:27:08 -0400
  • 0bcf58636f oops Josh Humphries 2018-03-24 10:47:39 -0400
  • 224c3acd1d
    enable more linters in CI; fix some issues caught by them (#23) Joshua Humphries 2018-03-24 10:33:21 -0400
  • 41b54a67c3 enable more linters in CI; fix some issues caught by them Josh Humphries 2018-03-23 17:19:41 -0400
  • f203c2cddf Flag to override server name when validating TLS cert (#20) Johannes Kohnen 2018-03-23 01:47:51 +0100
  • fd99880b0f Override server name when validating TLS cert Johannes Kohnen 2018-03-20 13:12:58 +0000
  • 585cd1bae8
    print summary message only when verbose flag is set (#19) Joshua Humphries 2018-03-13 16:49:09 -0400
  • ae6975d554 trailing message on successful invocation should only be printed when verbose flag is set Josh Humphries 2018-03-13 13:14:12 -0400
  • f7eb17819d
    add more control over request metadata; add message templates (#17) Joshua Humphries 2018-03-08 11:29:06 -0500
  • 798732dd45 relax some argument issues to warnings Josh Humphries 2018-03-08 10:34:04 -0500
  • b021950067 add more control over request metadata; add message templates Josh Humphries 2018-03-07 20:53:12 -0500
  • 3448f8b800
    Merge c78830ce37 into 99a3346b94 Cyrille Hemidy 2018-03-05 13:36:27 +0000
  • 99a3346b94 Allow reflection calls to carry headers (#15) Frederik 2018-03-02 18:01:37 +0100
  • fd0131d472
    don't bother testing 1.6 Joshua Humphries 2018-03-02 11:58:30 -0500
  • ddf962216e Include -H headers on server reflection Frederik Galle 2018-03-02 11:13:44 +0100
  • db940a7d51 Allow reflection calls to carry headers Frederik Galle 2018-02-27 20:45:36 +0100
  • c78830ce37 add go 1.10 Cyrille Hemidy 2018-02-21 15:45:44 +0100
  • cdd14fc200 fix golint + update travis Cyrille Hemidy 2018-02-21 15:38:59 +0100
  • 607b1db954 rollback TestServer golint Cyrille Hemidy 2018-02-20 23:17:51 +0100
  • 01830654f7 fix golint Cyrille Hemidy 2018-02-20 23:16:37 +0100
  • 2ea74735a8 fix golint Cyrille Hemidy 2018-02-20 23:06:57 +0100
  • f81c1ab702 fix golint Cyrille Hemidy 2018-02-20 22:53:42 +0100
  • ac076d648c fix golint Cyrille Hemidy 2018-02-20 22:35:16 +0100
  • ceba64b971 Delete references to json.RawMessage (#12) Peter Edge 2018-02-20 21:03:05 +0100
  • 23b4c77331 Delete references to json.RawMessage Peter Edge 2018-02-20 18:28:59 +0100
  • 620796528e
    fix nil dereference (#10) Joshua Humphries 2018-02-19 22:28:26 -0500
  • 2d38bdfb6c fix nil dereference Josh Humphries 2018-02-19 21:58:41 -0500
  • b5ccace5a2 add test that repros issue #9 Josh Humphries 2018-02-19 21:57:00 -0500
  • 8f59f45ed4 add new test proto; re-run mk-test-files.sh Josh Humphries 2018-02-19 22:02:59 -0500
  • 2a6ef4e19e
    attempt to fix flaky test (#8) Joshua Humphries 2018-02-19 18:22:19 -0500
  • d1b85d08e9 attempt to fix flaky test Josh Humphries 2018-02-19 16:08:16 -0500
  • 46121b1305
    fix bad port number in README examples (#7) Joshua Humphries 2018-02-19 14:01:04 -0500
  • a200e536f7
    fix bad port number in README examples Joshua Humphries 2018-02-19 08:46:17 -0500