Commit Graph

930 Commits

Author SHA1 Message Date
Stanley Cheung 508f50a32e Update generic client 2020-03-23 23:20:35 -07:00
Stanley Cheung 40aeadef9a Some cleanup 2020-03-19 13:01:27 -07:00
IagoLast 87209cb94b Disable static checkers on generated js files 2020-03-19 01:06:03 -07:00
Stanley Cheung e100cfa712 Update google closure compiler 2020-03-19 00:33:26 -07:00
Florent Castelli b7fb330e3e Enable builder pattern in Typescript protobuf messages. 2020-03-18 23:41:06 -07:00
Yannic Bonenberger 40cbb49772 [bazel] Update rules_closure + fix linter warnings
Working towards resolving #744, #575, #550, #700
2020-03-18 22:56:59 -07:00
Stanley Cheung 16a54fa05a Add eval test for TypeScript generated code 2020-03-18 22:15:18 -07:00
Florent Castelli 7f9f7e8e5a Generate Promise based overloads for unary calls in Typescript
Fixes #580
2020-03-18 21:26:13 -07:00
travikk 410ca10711 Added @override to address compiler issues 2020-03-18 18:38:41 -07:00
travikk ebb0ec6549 Added missing semicolons 2020-03-18 18:38:41 -07:00
travikk 4206f4a546 Allow GrpcWebStreamParser to accept Uint8Array 2020-03-18 18:38:41 -07:00
Stanley Cheung 63d78243e9 Fix unit test 2020-03-18 17:40:38 -07:00
Vasu Nori dc25fa759a
Merge pull request #748 from vnorigoog/master
add Message Deframer to parse frames in the input messages
2020-03-12 10:52:47 -07:00
Vasu Nori d8b362128c add Message Deframer to parse frames in the input messages 2020-03-06 16:56:42 -08:00
Vasu Nori 9ce4ea51b4
Merge pull request #740 from vnorigoog/latest
fixed a lot of nits and reorg'ed the code
2020-02-26 14:24:17 -08:00
Vasu Nori edaccf6a9b fixed a lot of nits and reorg'ed the code 2020-02-26 14:16:34 -08:00
Vasu Nori 086e1cf706
Add files via upload 2020-02-26 13:59:22 -08:00
Vasu Nori 26e6df7005
Another Readme - to say that the proto is just for testing 2020-02-25 15:34:37 -08:00
Vasu Nori cdc8ef19ac
Top level Readme file 2020-02-25 15:33:43 -08:00
Vasu Nori 61cb3e4218
Initial commit of skeleton files.
This is an initial commit. No where near ready to release. But plan to get there very quick in the next 2-3 weeks.
2020-02-25 15:28:33 -08:00
Stanley Cheung 48f547f4bb Update bazel version 2020-02-06 14:25:44 -08:00
Stanley Cheung 7b3f343ff0 Fix grpcwebproxy interop 2020-01-31 14:05:01 -08:00
Stanley Cheung 9a672c93f3 moving envoy back to :latest 2020-01-30 15:27:31 -08:00
noconnor aff8c3d6de allow_origin is deprecated in latest envoy server
`allow_origin` configuration has been deprecated in favour of `allow_origin_string_match`

The latest version of envoy proxy will not start if `allow_origin` option is used
2020-01-30 15:03:38 -08:00
Stanley Cheung 69f23cb5cf Remove two unused goog.require 2020-01-22 11:55:42 -08:00
Holger Finger c90ae6b329 use grpc (native) library instead of grpc-js library for example server, because grpc-js is not fully compatible to the native grpc server. 2020-01-21 14:34:48 -08:00
Holger Finger 764d5bcd18 fix bug that grpc-status response headers resulted in doubled execution of the callback provided to rpcCall. 2020-01-21 14:34:48 -08:00
Stanley Cheung 4a5b5b3da6 Fix kokoro tests 2020-01-21 14:09:59 -08:00
Hunor Kovacs b92360af38 Written out in the HTML body that the output lies in the logs. The empty page may confuse learners that something didn't work. 2020-01-21 12:03:52 -08:00
Stanley Cheung d03435fc6e Do not hardcode CXX to g++ 2019-12-06 14:04:14 -08:00
Stanley Cheung 55ebde4719 Revert #683 2019-12-05 11:30:14 -08:00
travikk 5c65dc4a2c Pass raw buffer to stream parser 2019-12-02 13:22:36 -08:00
travikk 03b73fbe45 Optimise parsing incoming payload 2019-12-02 13:22:36 -08:00
Stanley Cheung 3fccf33401 Update references to 1.0.7 2019-11-07 14:40:05 -08:00
Stanley Cheung 4bedc90a84 Update dockerfile to build protoc plugin 2019-11-07 13:55:54 -08:00
Stanley Cheung 0e45b53c82 Update protobuf include 2019-11-07 00:17:16 -08:00
Stanley Cheung 80358bbeaa md linter 2019-10-29 21:48:21 -07:00
Stanley Cheung 6272637894 Update closure-library 2019-10-29 15:53:23 -07:00
Stanley Cheung 3ff3d6f153 Update third_party hashes and package.json 2019-10-29 15:53:23 -07:00
Tim 779167024d Clarify Typescript support in Readme
This was not very clear at all and cost me quite a bit of time.
2019-10-29 13:17:55 -07:00
Stanley Cheung 37636129a0 Fix bazel.build 2019-10-29 10:51:42 -07:00
Stanley Cheung a96b958120 Add metadata to error callback 2019-10-29 10:51:42 -07:00
Stanley Cheung 0f79fb4366 Revert "Add metadata in gRPC error"
This reverts commit fe2ea6b351.
2019-10-29 02:15:14 -07:00
A. Ishikawa fe2ea6b351 Add metadata in gRPC error 2019-10-29 01:03:38 -07:00
Stanley Cheung ef8adb3df4 Remove temp stuff 2019-10-28 15:50:58 -07:00
Stanley Cheung b0437e7014 WIP remove stream_body 2019-10-28 15:50:58 -07:00
Yannic 6bd0db08e4 Fix inconsitency 2019-10-25 11:00:10 -07:00
Yannic Bonenberger 7d9492b5ac Add config for Bazel CI
This will ensure gRPC-Web is compatible with the latest Bazel.
If we enable presubmit testing, we can remove Bazel from Kokoro
and speed-up CI.
2019-10-25 11:00:10 -07:00
Will Qiu 1c2a0b75f1 nginx example Expose-Headers add Grpc-Message,Grpc-Status 2019-10-21 09:47:42 -07:00
Stanley Cheung c22f57497b Remove unused require 2019-10-18 11:23:34 -07:00