Commit Graph

597 Commits

Author SHA1 Message Date
Michael Lumish ceae8aaf1d
Merge pull request #1009 from murgatroid99/v1.23.3_bump
Update to v1.23.3
2019-08-22 14:49:12 -07:00
murgatroid99 c12bebd979 Update to v1.23.3 2019-08-22 13:23:38 -07:00
murgatroid99 d434d132fc Duplicate relevant protobufjs type definition 2019-08-22 13:18:36 -07:00
Nathan Shively-Sanders d6866a837a Add comment for future additions 2019-08-22 12:46:33 -07:00
Nathan Shively-Sanders 24a14d7f04 Move EventEmitter inside declare module "grpc" 2019-08-22 11:35:22 -07:00
murgatroid99 42e9f6df61 Bump to 1.23.2 2019-08-20 10:15:08 -07:00
murgatroid99 f5294f7258 Upmerge 1.22 into 1.23 2019-08-20 10:11:49 -07:00
murgatroid99 1bec9e2b5d Remove @types/protobufjs and bump to 1.23.1 2019-08-19 12:46:46 -07:00
David Raynes 629670bbd3 Remove deprecated @types/protobufjs module 2019-08-19 14:27:10 -04:00
Kelly Campbell 20874af51c Log internal errors from proto serialization/deserialization 2019-08-17 14:11:48 -04:00
murgatroid99 84d48a7415 Update version to 1.23.0 2019-08-15 14:30:20 -07:00
murgatroid99 96d9f2951c Add Electron 6 to the artifact build list 2019-08-13 10:13:17 -07:00
murgatroid99 43fa9398c7 Update submodule again 2019-08-06 17:24:31 -07:00
murgatroid99 b79229b964 Update native library to 1.23.0-pre1 2019-08-06 11:39:01 -07:00
Erik Silkensen 81c579deae
Fix typo in makeServerStreamRequest return type (grpc-native-core) 2019-08-04 17:12:49 -06:00
Esun Kim bb57faeb7b Update by code review 2019-07-30 11:34:59 -07:00
Esun Kim 2e16f16ec4 Add upb configuration to native-core 2019-07-30 11:14:51 -07:00
murgatroid99 0dc0b68197 Fix typo in native types file 2019-07-16 14:21:42 -07:00
CyrusNajmabadi 26e30ab136
Fix 'noImplicitAny' issue with declaration file.
The latest release of grpc-node cannot be used in a typescript project that uses -noImplicitAny.  This is due to a signature being added without a specified return type.  This causes the return type to implicitly be 'any' which TS explicitly disallows.  For projects that use strict flags to catch lots of bugs, this prevents usage of this version of grpc entirely.
2019-07-09 12:39:06 -07:00
Michael Lumish fde180aeb4
Merge pull request #940 from agmt5989/patch-1
Updated README.md
2019-07-08 13:02:46 -07:00
Michael Lumish fd91a29c5c
Merge pull request #939 from CapOM/build_electron_4.2.x_artifacts
Build Electron 4.2 artifacts
2019-07-08 12:28:47 -07:00
Mike Ajala 986979bda9
Updated README.md
Corrected a few typos and semantics in the readme file.
2019-07-07 23:59:49 +01:00
Julien Isorce ec91a16970 Build Electron 4.2 artifacts
4.0 and 4.1 were there but not 4.2

https://github.com/grpc/grpc-node/issues/937
2019-07-06 14:15:16 -07:00
Cosmin Lehene 69f97495ac
Fix Channel argument validation error messages 2019-07-02 14:39:49 -07:00
murgatroid99 c6c7190700 Disable another test 2019-06-20 11:13:44 -07:00
murgatroid99 d18256d25c Bump to 1.22.0-pre1 2019-06-19 17:13:32 -07:00
Michael Lumish 2e13f46141
Merge pull request #864 from murgatroid99/native_cares_activation
Enable use of cares resolver
2019-06-19 16:36:59 -07:00
murgatroid99 863539c08e Skip another test that seems to have trouble with the native resolver 2019-06-19 15:16:33 -07:00
murgatroid99 58ce2779a1 Forgot the 'Local' directory component 2019-06-17 14:06:02 -07:00
murgatroid99 c55edf7107 Use known-working environment variable 2019-06-17 10:30:35 -07:00
murgatroid99 7c5f2ce826 Echo commands to see what's going wrong 2019-06-14 10:06:34 -07:00
murgatroid99 0e47c12647 Make the same change in the other build script 2019-06-13 17:29:37 -07:00
murgatroid99 f55b487c36 Delete another directory in Windows build script 2019-06-13 16:06:06 -07:00
murgatroid99 1451abdd0f Disable test that doesn't work 2019-06-13 13:48:29 -07:00
murgatroid99 6b63ae9f14 Update submodule again 2019-06-13 11:54:05 -07:00
murgatroid99 5fb610c8dc Merge branch 'master' into native_cares_activation 2019-06-10 09:30:18 -07:00
murgatroid99 001146febb Update grpc submodule to master 2019-06-07 13:39:23 -07:00
murgatroid99 1780d805db Update grpc submodule to master 2019-06-07 13:34:22 -07:00
Nicolas "Pixel" Noble f6b284513d Trying to enable C++14. 2019-06-04 21:09:28 +02:00
Michael Lumish 9c274034d0
Merge pull request #796 from murgatroid99/metadata_options
Add metadata options
2019-06-03 10:48:23 -07:00
murgatroid99 69ffb0ece8 Remove test of default behavior 2019-06-03 09:53:59 -07:00
murgatroid99 f2990d03ce Make tests actually reflect expected behavior 2019-05-31 12:43:45 -07:00
murgatroid99 c3041e8b9a Test that waitForReady option changes default behavior 2019-05-30 18:05:42 -07:00
cjihrig be6bdb8c3d
grpc-js: update to gts@1.x.x
This commit updates the gts dependency to 1.x.x.
2019-05-17 17:03:04 -04:00
murgatroid99 4d483a6e66 Make cares defines global 2019-05-15 11:21:57 -07:00
murgatroid99 d601720e6c Add missing defines, remove incorrect include paths 2019-05-15 10:55:20 -07:00
murgatroid99 15d2e01cda Update with new changes on core repo 2019-05-15 10:03:14 -07:00
murgatroid99 d3d50ea57b Increase test timeout 2019-05-13 13:28:19 -07:00
murgatroid99 fbace6417c Use a different invalid DNS name in the test 2019-05-13 12:08:50 -07:00
murgatroid99 fefc4dbba7 Add resolver tests 2019-05-10 09:57:38 -07:00
murgatroid99 454b4183b5 Merge branch 'master' into native_cares_activation 2019-05-09 15:53:34 -07:00
murgatroid99 904d820bd2 Merge remote-tracking branch 'upstream/grpc@1.20.x' into v1.20_upmerge 2019-05-08 13:32:11 -07:00
murgatroid99 ea963383d1 Native: enable cares support 2019-05-07 15:44:40 -07:00
Eva Ogbe a11bdbb0a2 Native: Remove unused ChannelCredential type definitions
Removes:
- getCallCredentials
- getSecureContext

These functions no longer exist, so their presence in the type 
definitions is invalid.
2019-05-03 15:03:02 -07:00
murgatroid99 7a0a238de9 Update to 1.20.3 2019-05-02 12:52:07 -07:00
Michael Lumish 045aa10093
Merge pull request #849 from murgatroid99/native_load_error_improvement
Add some helpful information to the fallback error when loading addon
2019-05-02 12:45:34 -07:00
murgatroid99 8f2fac7f70 Add some helpful information to the fallback error when loading addon 2019-05-02 11:31:22 -07:00
murgatroid99 32c18a4956 Explicitly undefine OPENSSL_THREADS in binding.gyp 2019-05-02 11:06:29 -07:00
murgatroid99 919d111145 Build Electron 5 artifacts 2019-05-01 13:45:55 -07:00
Michael Lumish 4e7c9878c7
Merge pull request #844 from murgatroid99/v1.20.2_bump
Bump to 1.20.2
2019-04-26 15:16:46 -07:00
murgatroid99 280cfb5507 Bump to 1.20.2 2019-04-26 15:10:09 -07:00
Michael Lumish 3b48603697
Revert "Protobufjs typescript types backport" 2019-04-26 14:57:23 -07:00
murgatroid99 e3c82565ef Update to 1.20.1 2019-04-25 18:09:27 -07:00
Michael Lumish c154b0a2ad
Merge pull request #838 from murgatroid99/protobufjs_typescript_types_backport
Protobufjs typescript types backport
2019-04-25 15:23:37 -07:00
Nicolas "Pixel" Noble 85c9a4ef84 Fixing template. 2019-04-25 13:50:18 -07:00
Jeremy Forsythe 29fb20c30d Require @types/protobuf.js at version 5.x as a dependency 2019-04-25 13:50:00 -07:00
Nicolas "Pixel" Noble 2b0eaab05e Merge branch 'grpc@1.20.x' of https://github.com/grpc/grpc-node into node-12 2019-04-25 21:38:05 +02:00
murgatroid99 2ef046e96f Properly signal task completion in gulpfiles 2019-04-24 16:54:03 -07:00
murgatroid99 df57548805 Update gulp to version 4, rewrite scripts 2019-04-24 16:12:02 -07:00
Nicolas "Pixel" Noble 5a6d599605 Fixing template. 2019-04-24 19:00:38 +02:00
Nicolas "Pixel" Noble ffdcd46b6c Merge branch 'grpc@1.20.x' of https://github.com/grpc/grpc-node into node-12 2019-04-24 18:40:57 +02:00
murgatroid99 29df5c0fc2 Fix template 2019-04-23 16:36:53 -07:00
murgatroid99 e15f459283 Native: fix Node 12 compilation errors 2019-04-23 16:30:50 -07:00
Nicolas "Pixel" Noble b84f92d931 Adding node 12. 2019-04-24 00:02:54 +02:00
murgatroid99 dbb49fa9cf Bump to v1.20.0 2019-04-17 09:31:45 -07:00
Jeremy Forsythe 4b5391cdff Require @types/protobuf.js at version 5.x as a dependency 2019-04-15 16:33:03 -04:00
murgatroid99 fe7a6a89c8 Bump to v1.20.0-pre3 2019-04-08 15:16:49 -07:00
murgatroid99 7b5eae2d2f Add deadline to new test 2019-04-04 16:56:00 -07:00
murgatroid99 b50b9ab929 v1.20.0-pre1 submodule update and version bump 2019-04-03 16:23:28 -07:00
Nicolas Noble 3d622c1a9c
Merge pull request #781 from nicolasnoble/electron41
Removing support for Electron 4.0 and adding support for Electron 4.1.
2019-04-03 16:08:09 -07:00
murgatroid99 48d33c95c3 Update grpc submodule to fix gcc8 build failures 2019-04-03 13:03:44 -07:00
murgatroid99 952d04c3e8 Merge remote-tracking branch 'upstream/grpc@1.19.x' into v1.19_upmerge 2019-04-01 17:33:28 -07:00
Michael Lumish 1addf78d49
Merge pull request #799 from murgatroid99/native_generic_client_fix
Native: fix generic Client constructor crashing
2019-03-25 17:10:59 -07:00
murgatroid99 836515f87e Fix one more incorrect metadata structure 2019-03-25 14:09:25 -07:00
murgatroid99 fe7b2e8214 Native: fix generic Client constructor crashing 2019-03-20 16:26:05 -07:00
murgatroid99 9a371ed196 Omit a build warning that v8 headers violate 2019-03-20 15:50:28 -07:00
murgatroid99 fe090a089a Native: Add initial metadata options 2019-03-20 14:59:16 -07:00
Nicolas "Pixel" Noble 6bc7184542 Adding missing license on a bunch of source files. 2019-03-19 01:06:57 +01:00
Nicolas "Pixel" Noble 811e95ace0 Don't update the submodule. 2019-03-14 23:58:21 +01:00
Nicolas "Pixel" Noble f9f4e63c46 Actually, 3.1 needs building too. 2019-03-14 19:15:16 +01:00
Nicolas "Pixel" Noble 2dd31d0fe8 Removing support for Electron 4.0 and adding support for Electron 4.1. 2019-03-14 18:58:17 +01:00
murgatroid99 1395444a04 Don't fill in any templates in LICENSE files 2019-03-06 11:01:44 -08:00
murgatroid99 3d597420a4 Add missing license files to package directories 2019-03-06 10:37:43 -08:00
murgatroid99 55cc69c451 Bump to v1.19.0 2019-02-26 17:01:01 -08:00
murgatroid99 9686679736 Bump to 1.19.0-pre1 2019-02-14 16:30:55 -08:00
Michael Lumish 5dfcec80f9
Merge pull request #718 from murgatroid99/v1.19-dev-submodule-update
Update submodule on master
2019-02-06 11:28:14 -08:00
Shir Brass b1609a1311
replace usage of Buffer.from with Buffer.alloc 2019-02-05 17:31:03 +02:00
Shir Brass 511f4249d1 removed all the deprecated new Buffer code and replace it with Buffer.from 2019-02-02 15:17:46 +02:00
murgatroid99 62fc714c8d Update submodule on master 2019-01-23 16:09:12 -08:00
Nicolas "Pixel" Noble 3593bb621e Splitting node and electron builds. 2019-01-18 00:13:29 +01:00