Commit Graph

291 Commits

Author SHA1 Message Date
murgatroid99 40e5bb4a73 Fix typo in typescript definitions file 2018-08-09 11:42:43 -07:00
murgatroid99 94d1b1264c Bump to v1.14.0-pre4 2018-08-08 11:39:51 -07:00
murgatroid99 e24ea39cf3 Update to v1.14.0-pre3 2018-08-07 11:02:35 -07:00
Michael Lumish 5b57e43de5 Update package.json template to match package.json 2018-08-06 15:40:22 -07:00
Ian Haken 5f77bcda1f Add some missing descriptions to typescript. 2018-08-06 15:40:22 -07:00
Ian Haken 51c97b559d Update typescript to properly reflect the format of the certificate received by the checkServerIdentity callback. 2018-08-06 15:40:22 -07:00
Ian Haken 0201c218a6 Refactor checkServerIdentity callback to pass in cert as an object with raw DER buffer. 2018-08-06 15:40:22 -07:00
Ian Haken 1fd96966d7 Correct checkServerIdentity behavior to return a verification failure if an error is returned. Clean up documentation and add a test assertion on returned Error. 2018-08-06 15:40:22 -07:00
Ian Haken a48629fa83 Update credentials.js documentation for verify options and add verify options to typescript definition. 2018-08-06 15:40:22 -07:00
Ian Haken 03c5d98b1e Simplify getting checkServerIdentity out of the fourth createSsl argument. Add some tests asserting type-checking behavior. 2018-08-06 15:40:22 -07:00
Ian Haken c70df88fc0 Simplify userdata being passed to checkServerIdentity callback. 2018-08-06 15:40:22 -07:00
Ian Haken b6ad568c09 Add type assertion on createSsl's fourth argument. 2018-08-06 15:40:22 -07:00
Ian Haken f368e50102 Regenerate project files and add test covering checkServerIdentity callback. 2018-08-06 15:40:22 -07:00
Ian Haken ac7c1bc2e5 Add checkServerIdentity callback. 2018-08-06 15:40:22 -07:00
murgatroid99 3d3b381637 Bump grpc to 1.14.0-pre2 2018-07-31 14:48:28 -07:00
murgatroid99 3680966be5 Don't refer to node-pre-gyp with a relative path 2018-07-27 15:03:49 -07:00
Nicolas Noble f9c9edc4ec
Merge pull request #460 from nicolasnoble/submodule
Updating submodule to 1.14.x
2018-07-25 18:58:34 -07:00
Nicolas "Pixel" Noble d71dd337ef Updating submodule to 1.14.x 2018-07-26 01:33:16 +02:00
Nicolas "Pixel" Noble f0e9dfd85f Merge branch 'grpc@1.13.x' of https://github.com/grpc/grpc-node into upmerge 2018-07-25 23:56:06 +02:00
Nicolas "Pixel" Noble cc01eed631 Changing hosting path. 2018-07-25 21:54:24 +02:00
Michael Lumish e66462933a
Merge pull request #446 from murgatroid99/native_channel_API
Add Channel class and Client channel override options to public API
2018-07-25 10:36:16 -07:00
Nicolas "Pixel" Noble 88adf94cb6 Bumping to 1.13.1. 2018-07-24 22:41:41 +02:00
Nicolas "Pixel" Noble 25f49bee8b Stop using lodash's template generator. 2018-07-24 20:02:23 +02:00
murgatroid99 36f326281b Fix a function call 2018-07-23 13:49:58 -07:00
Nicolas "Pixel" Noble cc9427dede Stop using lodash's template generator. 2018-07-23 19:24:48 +02:00
murgatroid99 c4e3f1b7a0 Add Channel class and Client channel override options to public API 2018-07-19 15:57:33 -07:00
Thomas Ladd d7da553a03 grpc-native-core: Update CallOptions type to allow custom options (#433)
Allow custom options as a means of passing data per call to client interceptors
2018-07-13 10:14:17 -05:00
Nicolas "Pixel" Noble 339f4c0433 Properly create slices from utf8 strings.
Fixes #426.
2018-07-10 20:03:55 +02:00
Nicolas "Pixel" Noble 9a5da08497 Properly create slices from utf8 strings.
Fixes #426.
2018-07-09 22:32:14 +02:00
murgatroid99 7d8865003c Update to v1.13.0 2018-07-02 11:21:33 -07:00
Nicolas "Pixel" Noble b6be0d955f Actually publish for arm32... 2018-06-26 01:21:35 +02:00
Nicolas Noble 98c4710f11
Adding a line about silver bullets. 2018-06-22 13:29:40 -07:00
Nicolas Noble 50d4a9f298
Typos. 2018-06-22 13:00:58 -07:00
Nicolas Noble 6e74e6fb0c
Adding Electron instructions. 2018-06-22 12:59:10 -07:00
murgatroid99 9fed412727 Update usage of modifed core credentials API 2018-06-20 12:43:09 -07:00
David Garcia Quintas 6abb43aa44 Changes needed for the nanopb dep refactoring work 2018-06-13 17:18:03 -07:00
murgatroid99 7e11518ee6 Update to v1.13.0-pre1 2018-06-13 16:59:00 -07:00
murgatroid99 233d04e7af Merge remote-tracking branch 'upstream/v1.12.x' into v1.12.x_upmerge 2018-06-13 15:18:01 -07:00
Michael Lumish 58a43a542e
Merge pull request #393 from kjin/grpc-message
Make Protobuf.js Message type non-generic
2018-06-12 12:08:24 -07:00
Kelvin Jin abb05f0c12 Make Protobuf.js Message type non-generic 2018-06-12 11:03:23 -07:00
murgatroid99 efa3d430dd Add deprecation notice to grpc.load 2018-06-11 15:05:47 -07:00
murgatroid99 2ac31223f7 Update version to 1.12.3 2018-06-08 13:51:58 -07:00
murgatroid99 c4af9cd433 Update grpc submodule on master 2018-06-05 17:08:21 -07:00
murgatroid99 01e0d32722 Fix generic client interceptor resolution 2018-06-05 11:14:58 -07:00
Nicolas Noble 3fa4898e77
Merge pull request #370 from nicolasnoble/1.12.2-upmerge
1.12.2 upmerge
2018-05-25 13:55:48 -07:00
Nicolas "Pixel" Noble eff1f8d826 Increasing mocha timeout to 5s up from 2s.
Our fleet of macos is a bit less powerful than the rest, so we
regularly flake tests there due to this timeout.
2018-05-25 19:16:04 +02:00
Nicolas "Pixel" Noble 7096a0a988 Merge branch 'v1.12.x' of https://github.com/grpc/grpc-node into 1.12.2-upmerge 2018-05-25 01:26:52 +02:00
Nicolas Noble 8d9ee1b623
Merge pull request #367 from nicolasnoble/better-prepublish
Ensuring the presence of node-pre-gyp before publishing.
2018-05-24 16:00:38 -07:00
Nicolas "Pixel" Noble 087a83294d Ensuring the presence of node-pre-gyp before publishing. 2018-05-24 23:57:17 +02:00
Nicolas "Pixel" Noble fb1dfb87ba Bumping to 1.12.2. 2018-05-24 05:34:25 +02:00