Commit Graph

719 Commits

Author SHA1 Message Date
Jerry Chaves 8d90ec5dcb Add change notes for running Envoy in Win/Mac hosts
- Notes from issue 436 (https://github.com/grpc/grpc-web/issues/436)
2019-05-07 10:42:45 -07:00
Naoki Kishi c227d3d8d8 Update protoc version in Dockerfile 2019-05-05 00:04:24 -07:00
Parham Negahdar 7a5672712b Method Derserializer should take Uint8Array
Currently running into issue:

```
Type '{}' is not assignable to type 'Uint8Array'.
```

This fixes it for me.
2019-05-03 15:38:07 -07:00
Duncan Dean a4d898dcfe fix: Add command to update package lists
Add `apt-get -qq update` to quietly update the debian stretch package list
so the `apt-get -qq install -y default-jdk` does not fail due to 404s.
2019-04-29 13:45:00 -07:00
Stanley Cheung 15351a0401 Changes to deserializeBinary API; 2019-04-28 22:59:53 -07:00
Jian Yang ffe8e9c903 remove duplicated has$field$ method for oneof 2019-03-28 15:25:03 -07:00
Jonah Dahlquist aadfb92bdb Made constructor arguments `credentials` and `options` optional
Currently the TypeScript generated clients require that `null` be passed to `credentials` and `options` if they're not being used.  It's easier to simply make those arguments optional.  I've left the `null` portion of the type though to maintain backwards compatibility.
2019-03-26 10:43:36 -07:00
Stanley Cheung 91177052a5 remove blurb about Istio integration for now; 2019-03-22 15:50:39 -07:00
Stanley Cheung 591d16c47f Update doc to point to 1.0.4 2019-03-22 10:55:13 -07:00
Venil Noronha 9593703052 docs: add details about the Istio integration
This adds links related to the Istio integration for gRPC-Web.

Signed-off-by: Venil Noronha <veniln@vmware.com>
2019-03-21 21:20:21 -07:00
Stanley Cheung 3f1de33059 Bump to version 1.0.4 2019-03-21 13:48:26 -07:00
Stanley Cheung 556c9b30c6 Proto clean up 2019-03-21 13:04:23 -07:00
Stanley Cheung 97851b40f8 Update to be using envoyproxy/envoy-dev docker image base 2019-03-21 12:13:44 -07:00
Yannic Bonenberger 0de9635db4 Address review comments 2019-03-21 11:44:25 -07:00
Yannic Bonenberger ee21d8871e Remove buildifier after using it 2019-03-21 11:44:25 -07:00
Yannic Bonenberger 8d538a1ac4 Attempt to fix flaky bazel tests 2019-03-21 11:44:25 -07:00
Yannic d8ee2d9d24 Revert "Temporarily run bazel test multiple times"
This reverts commit ef94d2e7e0.
2019-03-21 11:44:25 -07:00
Stanley Cheung ef94d2e7e0 Temporarily run bazel test multiple times 2019-03-20 00:36:17 -07:00
Quentin f9bfe720b5 Remove a return that skip emission of end callback
When the connection is closed and there isn't any message sent, the end callback was not called.

Should fix #289, #384 and #467
2019-03-19 18:17:12 -07:00
Yannic Bonenberger cb3499c967 [bazel] Migrate protobuf info provider to new-style one 2019-03-18 10:40:06 -07:00
Stanley Cheung 5852e276e0 fix compiler warning 2019-03-01 13:22:03 -08:00
Zbigniew Mandziejewicz 626ce9702b feature: Typings codegen for bytes field type 2019-02-27 11:31:58 -08:00
Stanley Cheung ab82d7d133 remove trailing whitespace; 2019-02-27 10:28:36 -08:00
Stanley Cheung 459487e050 Add module alias to enums. Fixes #454 2019-02-27 09:45:54 -08:00
Tomáš Procházka aecdc2c96c Update README.md
add python3 alterative for running http server in example/helloworld/README.md file
2019-02-26 16:05:26 -08:00
Stanley Cheung c0d3a1d0e5 Fix long line 2019-02-26 15:58:24 -08:00
Jian Yang cfe789f4f0 add typescript definition for Oneof fields 2019-02-26 15:25:39 -08:00
Stanley Cheung 84e0ea356e Linter clean up 2019-02-25 22:52:48 -08:00
Zbigniew Mandziejewicz 95aba7c4d2 fix: Prefix reserved fields in AsObject 2019-02-25 22:13:08 -08:00
Zbigniew Mandziejewicz 3c869187d0 refactor: add methods for element type/name 2019-02-25 22:13:08 -08:00
Zbigniew Mandziejewicz 514edc7e27 fix: support jstype option, fix skipping map entry 2019-02-25 22:13:08 -08:00
Zbigniew Mandziejewicz 194c97e650 fix: exclude map entry message from typings, fix optional values 2019-02-25 22:13:08 -08:00
Stanley Cheung 5a296841ce Code sync 2019-02-22 00:15:36 -08:00
Stanley Cheung cc7dca23a2 Code sync 2019-02-21 16:02:32 -08:00
Stanley Cheung d139a6ad99 Code sync 2019-02-20 22:03:48 -08:00
Stanley Cheung b75825f660 Code sync 2019-02-20 19:01:41 -08:00
Zbigniew Mandziejewicz 73358722d8 Export Map types correctly, optional getter/setters for message types 2019-02-01 12:31:35 -08:00
Stanley Cheung 30f8b0e183
Fix typo 2019-02-01 10:35:12 -08:00
Zbigniew Mandziejewicz edb21bf544 Add @types/google-protobuf to ts-example 2019-01-30 10:52:16 -08:00
Zbigniew Mandziejewicz 347cea046c feature: Messages in typings extending jspb.Message, add missing generated methods 2019-01-30 10:52:16 -08:00
Yannic Bonenberger ec4d1480fa [bazel] Upgrade to 0.22.0 2019-01-28 15:44:37 -08:00
Yannic 35f2abed45 [bazel] Upgrade rules_closure 2019-01-28 15:44:37 -08:00
Yannic 4e23d78d4b [bazel] Upgrade to 0.21.0 2019-01-28 15:44:37 -08:00
Yannic 4aaa044916 [bazel] Use starlark version of http_archive 2019-01-28 15:44:37 -08:00
Wenbo Zhu aa1bfccf4b
Update BROWSER-FEATURES.md 2019-01-23 16:34:07 -08:00
Wenbo Zhu 1173a85e7f
Create IN-PROCESS-PROXY.md 2019-01-23 16:32:44 -08:00
Wenbo Zhu 9fd4a8d9b9
Identify mandatory features 2019-01-23 16:10:20 -08:00
Gary Lo 81350d639c fix broken link of PROTOCOL-WEB.md in roadmap 2019-01-22 10:43:50 -08:00
Zbigniew Mandziejewicz 01ed7060f6 Generate typings for protobuf files when no services are present 2019-01-15 10:53:52 -08:00
Zbigniew Mandziejewicz 4feb57a913 Import only messages used by service in grpc-web typings file 2019-01-15 10:53:52 -08:00