Michael Lumish
|
3b48603697
|
Revert "Protobufjs typescript types backport"
|
2019-04-26 14:57:23 -07:00 |
cjihrig
|
406c1d0a97
|
grpc-js: don't export private symbol
The kChannel symbol was being exported due to a TypeScript
issue. That issue has been resolved, so it seems OK to remove
the export.
|
2019-04-26 17:54:02 -04:00 |
cjihrig
|
37ca72b228
|
gitignore Node's bash completion file
This file is generated by newer versions of Node, and can show
up in multiple locations.
|
2019-04-26 17:44:29 -04:00 |
Michael Lumish
|
b085e9bc02
|
Merge pull request #839 from murgatroid99/v1.20.1_update
Update to 1.20.1
|
2019-04-26 10:05:22 -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 Noble
|
a7bbbd65c2
|
Merge pull request #833 from nicolasnoble/node-12
Adding node 12.
|
2019-04-25 13:43:47 -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 |
Michael Lumish
|
497ba67f66
|
Merge pull request #837 from murgatroid99/gulp4_upgrade
Update gulp to version 4, rewrite scripts
|
2019-04-25 11:03:00 -07:00 |
murgatroid99
|
39f5e89ee1
|
Fix bad return when skipping tests
|
2019-04-25 09:29:54 -07:00 |
murgatroid99
|
42d9658283
|
Fix usage of linkSync
|
2019-04-24 17:44:49 -07:00 |
murgatroid99
|
4db3ee2331
|
Fix bad import
|
2019-04-24 17:32:59 -07:00 |
murgatroid99
|
1b64626cbb
|
Fix missing clean deps
|
2019-04-24 17:06:23 -07: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 Noble
|
39de2334e3
|
Merge pull request #836 from nicolasnoble/template-fix
Fixing template.
|
2019-04-24 11:02:15 -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 |
Michael Lumish
|
7ee7154fd6
|
Merge pull request #835 from murgatroid99/node_12_fixes
Native: fix Node 12 compilation errors
|
2019-04-23 17:35:41 -07: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 |
Michael Lumish
|
ad9eb795d6
|
Merge pull request #828 from jdforsythe/grpc-native-core_types-dependency
Require @types/protobuf.js at version 5.x as a dependency
|
2019-04-17 13:00:22 -07:00 |
Michael Lumish
|
e825996c6d
|
Merge pull request #830 from murgatroid99/v1.20.0_bump
Bump to v1.20.0
|
2019-04-17 10:50:54 -07: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 |
Michael Lumish
|
073dc56385
|
Merge pull request #826 from murgatroid99/grpc-tools_1.7.3
Bump grpc-tools to 1.7.3
|
2019-04-11 10:40:39 -07:00 |
murgatroid99
|
ac9615bbf5
|
Bump grpc-tools to 1.7.3
|
2019-04-10 16:44:33 -07:00 |
Michael Lumish
|
ed879d0073
|
Merge pull request #817 from cjihrig/server-api-contract
grpc-js: define Server API contract
|
2019-04-10 14:53:01 -07:00 |
Michael Lumish
|
b8cd71ea0a
|
Merge pull request #824 from murgatroid99/typescript_deps
Re-add typescript dependency on packages that use it
|
2019-04-10 12:58:50 -07:00 |
Michael Lumish
|
7504afc704
|
Merge pull request #822 from murgatroid99/tools_build_fix
Build grpc-tools with static libc
|
2019-04-10 12:44:14 -07:00 |
cjihrig
|
62e7f0c85a
|
grpc-js: define Server API contract
This commit defines the Server API contract, and implements
the Server functionality, minus the actual handling of requests.
|
2019-04-10 15:35:40 -04:00 |
murgatroid99
|
06a04da181
|
Merge branch 'master' into typescript_deps
|
2019-04-10 11:06:58 -07:00 |
murgatroid99
|
4d54a9397f
|
Undo submodue change
|
2019-04-10 11:03:11 -07:00 |
Michael Lumish
|
167625719d
|
Merge pull request #821 from cjihrig/deps
grpc-js: update dependency versions
|
2019-04-10 09:48:35 -07:00 |
murgatroid99
|
3b8cf357e4
|
Re-add typescript dependency on packages that use it
|
2019-04-09 16:03:54 -07:00 |
Michael Lumish
|
7dfd219ad6
|
Merge pull request #823 from murgatroid99/proto_loader_0.5
Bump proto-loader version to 0.5.0
|
2019-04-09 15:20:23 -07:00 |
murgatroid99
|
cd4b2ad524
|
Bump proto-loader version to 0.5.0
|
2019-04-09 10:34:55 -07:00 |
Michael Lumish
|
e9ba76a90f
|
Merge pull request #820 from murgatroid99/v1.20.0-pre3_bump
Bump to v1.20.0-pre3
|
2019-04-09 10:23:51 -07:00 |
murgatroid99
|
a9514ad92c
|
Build grpc-tools with static libc
|
2019-04-09 09:47:08 -07:00 |
cjihrig
|
1cfe05ba46
|
grpc-js: update dependency versions
Update grpc-js to the latest version of all dependencies.
|
2019-04-08 21:00:57 -04:00 |
Michael Lumish
|
76de309b1a
|
Merge pull request #809 from cjihrig/server-creds
grpc-js: add ServerCredentials support
|
2019-04-08 16:35:21 -07: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 |
Michael Lumish
|
2e932699a6
|
Merge pull request #815 from murgatroid99/v1.20.0-pre1_bump
v1.20.0-pre1 submodule update and version bump
|
2019-04-03 17:25:48 -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 |
Michael Lumish
|
10a0472f1e
|
Merge pull request #814 from murgatroid99/submodule_build_fix
Update grpc submodule to fix gcc8 build failures
|
2019-04-03 14:41:41 -07:00 |