-
Notifications
You must be signed in to change notification settings - Fork 110
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
gRPC Support #83
gRPC Support #83
Commits on Feb 10, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 77a6165 - Browse repository at this point
Copy the full SHA 77a6165View commit details -
Configuration menu - View commit details
-
Copy full SHA for 41df94a - Browse repository at this point
Copy the full SHA 41df94aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3231f7c - Browse repository at this point
Copy the full SHA 3231f7cView commit details -
Configuration menu - View commit details
-
Copy full SHA for edadc20 - Browse repository at this point
Copy the full SHA edadc20View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1bbc564 - Browse repository at this point
Copy the full SHA 1bbc564View commit details -
As of this commit, truly working package implementation of gRPC API i…
…n addition the already existing API. The gRPC API is not wired yet to the rest of the application. The work still needs further improvement, e.g. securing the gPRC API, better logging, among others. Configuration knobs are also yet to be hooked.
Configuration menu - View commit details
-
Copy full SHA for b89b517 - Browse repository at this point
Copy the full SHA b89b517View commit details -
Configuration menu - View commit details
-
Copy full SHA for a65f8f5 - Browse repository at this point
Copy the full SHA a65f8f5View commit details -
Configuration menu - View commit details
-
Copy full SHA for c97be29 - Browse repository at this point
Copy the full SHA c97be29View commit details
Commits on Mar 2, 2019
-
Configuration menu - View commit details
-
Copy full SHA for ff81f7f - Browse repository at this point
Copy the full SHA ff81f7fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 41a4bc0 - Browse repository at this point
Copy the full SHA 41a4bc0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3d57b10 - Browse repository at this point
Copy the full SHA 3d57b10View commit details
Commits on Mar 30, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 6209eef - Browse repository at this point
Copy the full SHA 6209eefView commit details
Commits on Apr 2, 2019
-
Configuration menu - View commit details
-
Copy full SHA for fc9c889 - Browse repository at this point
Copy the full SHA fc9c889View commit details
Commits on Apr 4, 2019
-
Configuration menu - View commit details
-
Copy full SHA for e260474 - Browse repository at this point
Copy the full SHA e260474View commit details -
Configuration menu - View commit details
-
Copy full SHA for f71d462 - Browse repository at this point
Copy the full SHA f71d462View commit details
Commits on Apr 7, 2019
-
Configuration menu - View commit details
-
Copy full SHA for e72f8fb - Browse repository at this point
Copy the full SHA e72f8fbView commit details -
Configuration menu - View commit details
-
Copy full SHA for d1da5df - Browse repository at this point
Copy the full SHA d1da5dfView commit details
Commits on Apr 9, 2019
-
Configuration menu - View commit details
-
Copy full SHA for f4ed200 - Browse repository at this point
Copy the full SHA f4ed200View commit details
Commits on Apr 12, 2019
-
Configuration menu - View commit details
-
Copy full SHA for d32bec5 - Browse repository at this point
Copy the full SHA d32bec5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 79e863e - Browse repository at this point
Copy the full SHA 79e863eView commit details
Commits on Apr 19, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 337fef3 - Browse repository at this point
Copy the full SHA 337fef3View commit details
Commits on May 4, 2019
-
Configuration menu - View commit details
-
Copy full SHA for a68a83b - Browse repository at this point
Copy the full SHA a68a83bView commit details
Commits on May 8, 2019
-
Configuration menu - View commit details
-
Copy full SHA for fce9e70 - Browse repository at this point
Copy the full SHA fce9e70View commit details
Commits on May 10, 2019
-
Configuration menu - View commit details
-
Copy full SHA for dbdf512 - Browse repository at this point
Copy the full SHA dbdf512View commit details -
Configuration menu - View commit details
-
Copy full SHA for 655feb9 - Browse repository at this point
Copy the full SHA 655feb9View commit details
Commits on May 16, 2019
-
The JSON encoder/decoder provided by gRPC-gateway runtime silently co…
…nverts (u)int64 to strings (see: grpc-ecosystem/grpc-gateway#920 ), which is compliant with the Proto3 spec. However, this affects our response negatively because it breaks backwards compatibilty. Go's JSON encoder/decoder doesn't have such surprises. This commit replaces runtime.JSONPb (from gRPC-Gateway) with a wrapper around the stdlib JSON encoder/decoder.
Configuration menu - View commit details
-
Copy full SHA for 21b06d9 - Browse repository at this point
Copy the full SHA 21b06d9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9401114 - Browse repository at this point
Copy the full SHA 9401114View commit details
Commits on May 24, 2019
-
Configuration menu - View commit details
-
Copy full SHA for a270ce4 - Browse repository at this point
Copy the full SHA a270ce4View commit details -
Configuration menu - View commit details
-
Copy full SHA for d048bd8 - Browse repository at this point
Copy the full SHA d048bd8View commit details
Commits on Jun 1, 2019
-
Configuration menu - View commit details
-
Copy full SHA for c083b36 - Browse repository at this point
Copy the full SHA c083b36View commit details
Commits on Jun 5, 2019
-
Configuration menu - View commit details
-
Copy full SHA for d3b2ee4 - Browse repository at this point
Copy the full SHA d3b2ee4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1ab03fc - Browse repository at this point
Copy the full SHA 1ab03fcView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9bde604 - Browse repository at this point
Copy the full SHA 9bde604View commit details -
Configuration menu - View commit details
-
Copy full SHA for bfa093b - Browse repository at this point
Copy the full SHA bfa093bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 720d371 - Browse repository at this point
Copy the full SHA 720d371View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4324485 - Browse repository at this point
Copy the full SHA 4324485View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3fae17b - Browse repository at this point
Copy the full SHA 3fae17bView commit details
Commits on Jun 6, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 9563ef7 - Browse repository at this point
Copy the full SHA 9563ef7View commit details
Commits on Jun 12, 2019
-
Switch from locally available protoc executable to Docker-contained e…
…xecutable in the thethingsindustries/protoc image. This reduces the need for locally available protoc et. al., and allows for more control over the versions of protoc plugins.
Configuration menu - View commit details
-
Copy full SHA for 13467e2 - Browse repository at this point
Copy the full SHA 13467e2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 28601d1 - Browse repository at this point
Copy the full SHA 28601d1View commit details
Commits on Jun 15, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 0b75b1d - Browse repository at this point
Copy the full SHA 0b75b1dView commit details
Commits on Jun 21, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 95e897a - Browse repository at this point
Copy the full SHA 95e897aView commit details
Commits on Jun 22, 2019
-
grpc: gateway: gateway's /stats handler should only be registered if …
…/Actives is not nil
Configuration menu - View commit details
-
Copy full SHA for 63c381c - Browse repository at this point
Copy the full SHA 63c381cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6f30a4e - Browse repository at this point
Copy the full SHA 6f30a4eView commit details
Commits on Jun 28, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 283760a - Browse repository at this point
Copy the full SHA 283760aView commit details -
Configuration menu - View commit details
-
Copy full SHA for bdc4eee - Browse repository at this point
Copy the full SHA bdc4eeeView commit details -
Configuration menu - View commit details
-
Copy full SHA for 98c2237 - Browse repository at this point
Copy the full SHA 98c2237View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2ec8d20 - Browse repository at this point
Copy the full SHA 2ec8d20View commit details -
Configuration menu - View commit details
-
Copy full SHA for aad86e4 - Browse repository at this point
Copy the full SHA aad86e4View commit details -
Configuration menu - View commit details
-
Copy full SHA for f4e4cdd - Browse repository at this point
Copy the full SHA f4e4cddView commit details
Commits on Jul 3, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 543d135 - Browse repository at this point
Copy the full SHA 543d135View commit details
Commits on Jul 5, 2019
-
Configuration menu - View commit details
-
Copy full SHA for a92de9c - Browse repository at this point
Copy the full SHA a92de9cView commit details
Commits on Jul 19, 2019
-
Configuration menu - View commit details
-
Copy full SHA for fc64cdd - Browse repository at this point
Copy the full SHA fc64cddView commit details -
grpc: gateway: simplify FormWrapper middleware and make it more apt f…
…or our specific use case
Configuration menu - View commit details
-
Copy full SHA for 8df8466 - Browse repository at this point
Copy the full SHA 8df8466View commit details
Commits on Jul 26, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 9a481d4 - Browse repository at this point
Copy the full SHA 9a481d4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7286746 - Browse repository at this point
Copy the full SHA 7286746View commit details
Commits on Jul 27, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 623fea4 - Browse repository at this point
Copy the full SHA 623fea4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3eaaf1d - Browse repository at this point
Copy the full SHA 3eaaf1dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7d9089a - Browse repository at this point
Copy the full SHA 7d9089aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 885d6ac - Browse repository at this point
Copy the full SHA 885d6acView commit details
Commits on Aug 3, 2019
-
Configuration menu - View commit details
-
Copy full SHA for a16ec61 - Browse repository at this point
Copy the full SHA a16ec61View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6e8d34c - Browse repository at this point
Copy the full SHA 6e8d34cView commit details
Commits on Aug 9, 2019
-
grpc: inject *grpc.UnaryServerInfo into request context to be availab…
…le for gRPC-related logging
Configuration menu - View commit details
-
Copy full SHA for ccbcf32 - Browse repository at this point
Copy the full SHA ccbcf32View commit details -
grpc: gateway: don't adjust the header at the gRPC middleware level i…
…n Basic-Auth failure cases. Returning an error is sufficient to signal the failure to gRPC clients, and the REST clients are authenticated at the HTTP middleware level.
Configuration menu - View commit details
-
Copy full SHA for 1186ca2 - Browse repository at this point
Copy the full SHA 1186ca2View commit details
Commits on Aug 16, 2019
-
grpc: gateway: set the proper value for audience based on Origin head…
…er; use the isser host (from URL) for gRPC requests
Configuration menu - View commit details
-
Copy full SHA for 9312d36 - Browse repository at this point
Copy the full SHA 9312d36View commit details -
Configuration menu - View commit details
-
Copy full SHA for f11fbe3 - Browse repository at this point
Copy the full SHA f11fbe3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5952dfb - Browse repository at this point
Copy the full SHA 5952dfbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 419f7f6 - Browse repository at this point
Copy the full SHA 419f7f6View commit details -
grpc: re-arrange the funcs into different files while maintaining con…
…sistency of naming between private/ and public/ services
Configuration menu - View commit details
-
Copy full SHA for 09d989b - Browse repository at this point
Copy the full SHA 09d989bView commit details
Commits on Aug 17, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 5371d3d - Browse repository at this point
Copy the full SHA 5371d3dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2ebc37c - Browse repository at this point
Copy the full SHA 2ebc37cView commit details
Commits on Aug 21, 2019
-
Configuration menu - View commit details
-
Copy full SHA for ce8e2d5 - Browse repository at this point
Copy the full SHA ce8e2d5View commit details -
Configuration menu - View commit details
-
Copy full SHA for dbe77a0 - Browse repository at this point
Copy the full SHA dbe77a0View commit details -
Configuration menu - View commit details
-
Copy full SHA for e58a260 - Browse repository at this point
Copy the full SHA e58a260View commit details -
Configuration menu - View commit details
-
Copy full SHA for 35cb27e - Browse repository at this point
Copy the full SHA 35cb27eView commit details -
Configuration menu - View commit details
-
Copy full SHA for c658672 - Browse repository at this point
Copy the full SHA c658672View commit details -
Configuration menu - View commit details
-
Copy full SHA for 657a709 - Browse repository at this point
Copy the full SHA 657a709View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1d8a205 - Browse repository at this point
Copy the full SHA 1d8a205View commit details -
grpc: test: go doesn't like it when we create new listeners in differ…
…ent tests, so make all the server tests under a single TestServer func and everything else a subtest
Configuration menu - View commit details
-
Copy full SHA for 9d088ef - Browse repository at this point
Copy the full SHA 9d088efView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0d73fe0 - Browse repository at this point
Copy the full SHA 0d73fe0View commit details
Commits on Oct 5, 2019
-
grpc: remove envelopes from protobuf definitions; REST responses are …
…wrapped in custom forwarder
Configuration menu - View commit details
-
Copy full SHA for ae3067a - Browse repository at this point
Copy the full SHA ae3067aView commit details -
Configuration menu - View commit details
-
Copy full SHA for aa215e0 - Browse repository at this point
Copy the full SHA aa215e0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7b98bbf - Browse repository at this point
Copy the full SHA 7b98bbfView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9d5026a - Browse repository at this point
Copy the full SHA 9d5026aView commit details