Commit Graph

848 Commits

Author SHA1 Message Date
Stanley Cheung b9d865ef4c Attempt to fix master build 2021-03-12 21:00:01 -08:00
Stanley Cheung 6b046c2fab Revert "Revert "bump envoy to v1.17.0""
This reverts commit de43d4bbf9.
2021-01-22 18:34:28 -08:00
Stanley Cheung de43d4bbf9 Revert "bump envoy to v1.17.0"
This reverts commit f960b8f89b.
2021-01-22 18:09:31 -08:00
Warren He 201c689222 Allow null response 2021-01-22 17:03:41 -08:00
Tom Reznik f960b8f89b bump envoy to v1.17.0 2021-01-22 16:40:30 -08:00
Srini Polavarapu 1580f3a1cd Add security policy doc 2021-01-22 16:39:43 -08:00
Stanley Cheung 042ccd160e fix build 2021-01-13 23:49:23 -08:00
Stanley Cheung 3fc20fbaf5 Code sync from internal code base 2021-01-13 23:49:23 -08:00
Alberto Calvo e88fdc809d Fix methodDescriptor param typing in index.d.ts
Closes #981, updates #944
2020-12-11 21:49:00 -08:00
Yannic Bonenberger 302ef34811 Upgrade rules_closure 2020-12-11 21:25:54 -08:00
Stanley Cheung 45ad6bec6d Revert "Bump grpc version to 1.34.0"
This reverts commit ab4d32e4cf.
2020-12-04 23:30:50 -08:00
Stanley Cheung ab4d32e4cf Bump grpc version to 1.34.0 2020-12-04 19:36:23 -08:00
Stanley Cheung e2bae61baf Bump closure library version to v20201102 2020-12-04 18:38:55 -08:00
Stanley Cheung 367f25a25a Bump protobuf to version 3.14.0 2020-12-04 18:10:05 -08:00
Alberto Calvo 85a76adcf5 Update and correct types
* Add `unaryInterceptors` and `streamInterceptors` to `GrpcWebClientBaseOptions`.
* Make `GrpcWebClientBaseOptions` optional in the constructor of `GrpcWebClientBase`.
2020-12-04 17:15:57 -08:00
Stanley Cheung 5c815503f1 Bump Envoy usage to 1.16.1 2020-12-04 17:07:56 -08:00
Stanley Cheung 2e3e8d2c50 Internal code sync 2020-11-20 21:10:26 -08:00
Stanley Cheung eecc629b00 Internal code sync 2020-11-20 21:10:26 -08:00
Yannic Bonenberger 1d37ed57bf Pass Bazel-CI 2020-11-20 15:25:58 -08:00
jimmy-ly 35aaf77cba Add missing command in echo example 2020-11-20 13:27:38 -08:00
Yannic 8569c5b554 Update load labeö 2020-11-20 12:51:47 -08:00
Yannic Bonenberger 9f20f76411 Fix buildifier warning 2020-11-20 12:51:47 -08:00
Yannic Bonenberger 6b6b7ac2ea Add plumbing for ClosureJS echo-example 2020-11-20 12:51:47 -08:00
Yannic 2637f14d91 Upgrade Bazel to 3.7.0 2020-11-19 18:24:42 -08:00
Tim Schindler 5783b0f657 Update README.md 2020-11-09 13:49:36 -08:00
Vasu Nori 969cc8fce4 upgrade jetty plugins to latest 2020-10-21 18:00:24 -07:00
dependabot[bot] 5de092aa6b Bump junit from 4.13 to 4.13.1 in /src/connector
Bumps [junit](https://github.com/junit-team/junit4) from 4.13 to 4.13.1.
- [Release notes](https://github.com/junit-team/junit4/releases)
- [Changelog](https://github.com/junit-team/junit4/blob/main/doc/ReleaseNotes4.13.1.md)
- [Commits](https://github.com/junit-team/junit4/compare/r4.13...r4.13.1)

Signed-off-by: dependabot[bot] <support@github.com>
2020-10-12 15:39:45 -07:00
Vasu Nori e444626fd2
Merge pull request #972 from grpc/dependabot/maven/net/grpc/gateway/examples/grpc-web-java/greeter-service/junit-junit-4.13.1
Bump junit from 4.13 to 4.13.1 in /net/grpc/gateway/examples/grpc-web-java/greeter-service
2020-10-12 15:18:10 -07:00
dependabot[bot] 2b9850e9e0
Bump junit in /net/grpc/gateway/examples/grpc-web-java/greeter-service
Bumps [junit](https://github.com/junit-team/junit4) from 4.13 to 4.13.1.
- [Release notes](https://github.com/junit-team/junit4/releases)
- [Changelog](https://github.com/junit-team/junit4/blob/main/doc/ReleaseNotes4.13.1.md)
- [Commits](https://github.com/junit-team/junit4/compare/r4.13...r4.13.1)

Signed-off-by: dependabot[bot] <support@github.com>
2020-10-12 22:07:06 +00:00
Stanley Cheung cce2f19faa Add ClientOptions class 2020-10-12 15:06:28 -07:00
Wenbo Zhu 83cb0406c1
Update streaming-roadmap.md 2020-10-09 10:19:57 -07:00
Stanley Cheung 0c62fe8a3a Fix non-determinism in code generator 2020-10-05 20:49:15 -07:00
Vasu Nori 4a4923f928 change grpc-web java package name to 'io.grpcweb' 2020-10-02 19:38:36 -07:00
Vasu Nori 30747b3796 Add README files to explain how to run the grpc-web java in-process proxy.
This is not final yet. Just want to get some README's in place so we can review the whole code + READMEs as a whole before saying this is officially ready for some beta customer.
2020-09-25 12:42:05 -07:00
Vasu Nori f71bbb8c41 Make grpc-web Java example code to be more like a unittest - so that we can easily run it with maven command. 2020-09-24 17:06:55 -07:00
Yannic Bonenberger fecfe1cef4 Fix Protobuf .d.ts typings for .proto files without package
Fixes #939
2020-09-01 14:14:05 -07:00
JoeSchr 69a16b6033 Remove SayHelloAfterDelay from node-client.ts
was removed from `server.js` and `client.js` in last commit as well.
2020-09-01 14:13:19 -07:00
Richard Pringle 6d786ac023 Add withCredentials option to index.d.ts 2020-09-01 14:09:45 -07:00
Stanley Cheung 0c56ed1de3 Update references to version 1.2.1 2020-08-18 16:40:56 -07:00
Stanley Cheung 3d921fffb7 Review fixes 2020-08-18 12:39:10 -07:00
Stanley Cheung 0238da3b6e Add immutable methods withGrpcCallOption, withMetadata to grpc.web.request, response 2020-08-18 12:39:10 -07:00
Stanley Cheung 6f5ecb0ad1 Some more internal refactor 2020-08-13 16:26:21 -07:00
Stanley Cheung 91702e7461 Migrate to ES6 classes 2020-08-10 10:42:31 -07:00
Stanley Cheung 68c1810a37 Refactor ClientUnaryCallImpl 2020-08-08 23:20:10 -07:00
Stanley Cheung 0599c38922 Roll forward of #853 2020-08-07 15:50:24 -07:00
Stanley Cheung 0a4b48e2d0 Fix some type annotations 2020-08-05 17:10:44 -07:00
Wenbo Zhu 71be2dc948
Update streaming-roadmap.md 2020-07-31 15:20:46 -07:00
Wenbo Zhu 9ecc15db8b
Update roadmap.md 2020-07-31 15:13:57 -07:00
Wenbo Zhu 9c1a174e19
Update in-process-proxy.md 2020-07-31 15:11:48 -07:00
Wenbo Zhu 90e83cd618
Update browser-features.md 2020-07-31 15:07:47 -07:00