65 Commits

Author SHA1 Message Date
Michael Lumish
52f744fb45
Merge pull request #339 from murgatroid99/v1.12.0_update
V1.12.0 update
2018-05-15 17:48:43 -07:00
Michael Lumish
4ec3a2e877
Merge pull request #328 from murgatroid99/prepublish_submodule_guard
Stop myself from publishing packages with a mismatched submodule
2018-05-15 12:02:25 -07:00
murgatroid99
81d1e83c4f Update version to v1.12.0 2018-05-15 11:21:13 -07:00
William Yardley
7093bfc2f3 Update lodash version to ^4.17.5 (#330)
This should resolve warnings related to
https://nodesecurity.io/advisories/577
2018-05-11 17:07:21 +02:00
murgatroid99
cb51e1f84f Stop myself from publishing packages with a mismatched submodule 2018-05-09 10:29:02 -07:00
murgatroid99
2f76ed5e48 Bump to v1.12.0-pre1 2018-05-04 10:45:01 -07:00
murgatroid99
7648d60077 Remove version change in build.yaml 2018-05-03 15:23:58 -07:00
Nicolas "Pixel" Noble
ff9ec4bcfd Version bump to 1.11.2 2018-05-03 23:01:25 +02:00
Nicolas "Pixel" Noble
c794c05783 Merge branch 'v1.11.x' of https://github.com/grpc/grpc-node into node-10 2018-05-02 04:31:39 +02:00
murgatroid99
05221bad26 Add a missing directory to grpc package.json 2018-05-01 15:21:58 -07:00
Nicolas "Pixel" Noble
9d1904fb9a Adding initial node 10 support. 2018-05-01 23:32:30 +02:00
murgatroid99
d1c973890e Bump version to v1.11.0 2018-04-30 14:00:42 -07:00
murgatroid99
eabda8118a Switch grpc submodule to v1.10.x 2018-04-13 10:29:11 -07:00
murgatroid99
55106fa154 Update v1.11.x to v1.11.0-pre1 for real this time with bugfixes 2018-04-06 11:57:44 -07:00
murgatroid99
763a48f6fb Merge remote-tracking branch 'upstream/v1.10.x' into v1.10.x_upmerge 2018-04-04 15:56:02 -07:00
Michael Lumish
799aee603d
Merge pull request #252 from murgatroid99/v1.11.x_submodule_update
Update master to v1.11.0-dev
2018-04-04 15:48:13 -07:00
murgatroid99
4f9ce64f8b Update master to v1.11.0-dev 2018-04-04 15:08:26 -07:00
Ali Ijaz Sheikh
4bfa1430ef fix: avoid using deprecated Nan APIs
Starting with Nan 2.9.x certain Nan::Callback::Call APIs are
deprecated. Instead there are mechanisms in place that allow native
modules to preserve async context across async calls.
2018-04-03 16:02:46 -07:00
Nicolas "Pixel" Noble
67dfef8ef3 Downgrading node-pre-gyp.
Starting probably with https://github.com/mapbox/node-pre-gyp/pull/299, the contents of the tarballs are bloated. Rolling back to 0.7.0.
2018-03-29 00:30:59 +02:00
murgatroid99
704cd15085 Upgrade to v1.10.1 2018-03-28 13:15:06 -07:00
Nicolas "Pixel" Noble
4e0becaf12 Downgrading node-pre-gyp.
Starting probably with https://github.com/mapbox/node-pre-gyp/pull/299, the contents of the tarballs are bloated. Rolling back to 0.7.0.
2018-03-20 19:28:44 +01:00
Nicolas "Pixel" Noble
00933b29d0 Merge branch 'v1.10.x' of https://github.com/grpc/grpc-node into upmerge 2018-03-15 01:42:49 +01:00
Nicolas Noble
cb6fe2e153
Merge pull request #222 from nicolasnoble/pre1
Creating a 1.10.1-pre1 release flag, and enabling us to generate out of band releases.
2018-03-14 15:39:57 -07:00
Nicolas "Pixel" Noble
adf8bf5cf4 Creating a 1.10.1-pre1 release flag, and enabling us to generate out of band releases. 2018-03-14 22:59:33 +01:00
murgatroid99
2d0540f9df Update to newest version of node-pre-gyp 2018-03-13 17:20:11 -07:00
murgatroid99
2573548de8 Update to v1.10.0 2018-03-09 10:44:52 -08:00
Kelvin Jin
a35fad015d build: update build files 2018-02-28 15:06:19 -08:00
murgatroid99
c740577963 Update version to v1.10.0-pre1 2018-02-22 11:39:14 -08:00
murgatroid99
ba404dce91 Update core on master 2018-02-15 18:20:05 -08:00
murgatroid99
a50ba76838 Replace Argue.js usage with inline argument checking 2018-01-23 15:55:36 -05:00
Michael Lumish
dd140c463f
Revert "Copy API tests back to grpc-native-core" 2017-12-07 10:40:08 -08:00
Kelvin Jin
ed78037353 Copy API tests back to grpc-native-core 2017-12-06 13:20:42 -08:00
murgatroid99
eba77f295e Update master to 1.9.0-dev 2017-11-30 12:57:20 -08:00
Nicolas "Pixel" Noble
d87f2652b3 Merge remote-tracking branch 'google/v1.7.x' into upmerge 2017-11-17 22:39:17 +01:00
murgatroid99
66aeac683d Update submodule to master 2017-11-17 12:36:41 -08:00
Bernhard K. Weisshuhn
452abe73b2 Build different binaries for different libc’s
Closes #81
2017-11-16 10:07:59 -08:00
Michael Lumish
56ba5d2482
Merge pull request #82 from bkw/support-alpine-builds
Build different binaries for different libc’s (a.k.a. support alpine linux)
2017-11-14 09:53:00 -08:00
murgatroid99
93cfa4b60b Update submodule to head, and update templates to match 2017-11-09 09:49:48 -08:00
Bernhard K. Weisshuhn
03525b6a5e
Build different binaries for different libc’s
Closes #81
2017-11-06 15:44:52 +01:00
Nicolas "Pixel" Noble
d91b739cb5 Adding support for abseil. 2017-11-02 23:15:25 +01:00
murgatroid99
6cb28887e6 Update to 1.7.1, add Node 9 support, fix generated file permissions 2017-11-02 10:13:22 -07:00
murgatroid99
28a7a725b4 Update submodule to v1.7.0 and regenerate packages 2017-11-01 09:55:23 -07:00
Thom Wright
38637405df Include index.d.ts in the published npm package
index.d.ts needs to be in the files list in order to be published.
Without it, client packages aren't able to use the Typescript types.
2017-10-31 17:24:19 +00:00
murgatroid99
c6ba0cb3e3 Merge remote-tracking branch 'upstream/v1.7.x' into v1.7_upmerge 2017-10-17 10:10:26 -07:00
Michael Lumish
9b04c44d2f Merge pull request #63 from murgatroid99/submodule_update_1.8_dev
Update grpc/grpc submodule to v1.8.0-dev
2017-10-17 10:00:37 -07:00
murgatroid99
1f976921ed Fix a couple of gulpfile issues, don't create some links for now 2017-10-13 13:22:39 -07:00
Michael Lumish
56ed642693 Merge pull request #58 from murgatroid99/v1.7.x_branch_update
Update grpc/grpc submodule and package versions to 1.7.0-pre1
2017-10-12 15:27:39 -07:00
murgatroid99
6a837a73d8 Update grpc/grpc submodule to v1.8.0-dev 2017-10-12 14:58:07 -07:00
murgatroid99
da03fc5db8 Merge branch 'master' into package_split 2017-10-12 14:50:43 -07:00
murgatroid99
7ae3d85f5b Put packages in @grpc scope, add linking scripts 2017-10-12 13:40:18 -07:00