541 Commits

Author SHA1 Message Date
Justin Beckwith
cc1d1f4913 refactor: drop usage of _.flatMap 2018-11-15 13:50:01 -08:00
Justin Beckwith
c415fe03cd refactor: drop usage of _.forOwn 2018-11-15 12:28:31 -08:00
Justin Beckwith
f768445771 refactor: replace _.assign with Object.assign 2018-11-15 12:05:56 -08:00
Michael Lumish
c9d4fbec0a
Merge pull request #633 from JustinBeckwith/keys
refactor: use Object.keys
2018-11-15 11:28:30 -08:00
Michael Lumish
7d1c246bb1
Merge pull request #635 from JustinBeckwith/zip
refactor: drop usage of _.zipObject
2018-11-15 11:27:33 -08:00
Michael Lumish
46f052b190
Merge pull request #630 from JustinBeckwith/def
refactor: use Object.assign
2018-11-15 10:46:16 -08:00
Justin Beckwith
f50ba3af4b
Update common.js 2018-11-15 10:41:20 -08:00
Justin Beckwith
715b0a5560 refactor: drop usage of _.zipObject 2018-11-14 18:55:57 -08:00
Justin Beckwith
889c2218da checks 2018-11-14 16:43:55 -08:00
Justin Beckwith
7cba96910c refactor: drop usage of _.isObject 2018-11-14 16:40:25 -08:00
Justin Beckwith
98140ecf2c refactor: stop using _.identity 2018-11-14 16:32:26 -08:00
Justin Beckwith
9f0de51d8a refactor: use Object.keys 2018-11-14 16:27:17 -08:00
Justin Beckwith
b85a63c7c9 👻 2018-11-14 16:15:55 -08:00
Michael Lumish
b422ac5eaf
Merge pull request #592 from nicolasnoble/head-again
Updating head again.
2018-11-14 16:00:55 -08:00
Michael Lumish
c637b26bee
Merge pull request #629 from JustinBeckwith/bind
refactor: drop usage of _.bind
2018-11-14 15:29:28 -08:00
Justin Beckwith
69882cb5f6 fixy 2018-11-13 10:06:23 -08:00
Justin Beckwith
91ca09d6fe refactor: drop usage of _.union 2018-11-12 22:40:43 -08:00
Justin Beckwith
3bad9ae8f5 refactor: use Object.assign 2018-11-12 22:23:48 -08:00
Justin Beckwith
7a92e7cd19 refactor: drop usage of _.bind 2018-11-12 22:16:15 -08:00
Justin Beckwith
50ead820a2 refactor: use Array.isArray instead of _.isArray 2018-11-12 20:47:12 -08:00
Michael Lumish
f70eabb1ec
Merge pull request #621 from JustinBeckwith/startsWith
refactor: drop usage of _.startsWith
2018-11-12 17:15:28 -08:00
Michael Lumish
2ac78c17bf
Merge pull request #619 from JustinBeckwith/isfinite
refactor: drop usage of _.isFinite
2018-11-12 17:08:33 -08:00
Michael Lumish
4e3f429398
Merge pull request #618 from JustinBeckwith/nomap
refactor: drop usage of _.map
2018-11-12 17:07:11 -08:00
Michael Lumish
73b05e87af
Merge pull request #617 from JustinBeckwith/isstring
refactor: drop usage of _.isString
2018-11-12 17:05:03 -08:00
Justin Beckwith
a58c178119 refactor: drop usage of _.isFunction 2018-11-09 17:19:27 -08:00
Justin Beckwith
261fb51ba9 refactor: drop usage of _.startsWith 2018-11-09 17:12:34 -08:00
Justin Beckwith
ea3e8e5997 refactor: drop usage of _.isFinite 2018-11-09 16:57:24 -08:00
Justin Beckwith
e1cf0e6ead refactor: drop usage of _.map 2018-11-09 16:54:08 -08:00
Justin Beckwith
8cd41923f5 refactor: drop usage of _.isString 2018-11-09 16:52:01 -08:00
murgatroid99
3e114d0026 Update to 1.16.0 2018-10-30 16:08:32 -07:00
Michael Lumish
cbaa71cfc7
Merge pull request #597 from murgatroid99/malformed_response_handling_fix
Make clients fail better with malformed responses
2018-10-29 08:50:16 -07:00
murgatroid99
0158f0be56 Make clients fail better with malformed responses 2018-10-26 15:38:40 -07:00
Nicolas "Pixel" Noble
db1c674272 Updating head again. 2018-10-25 04:09:38 +02:00
Nicolas Noble
7768e7b6e5
Merge pull request #586 from murgatroid99/master_submodule_update_1.17-dev
Update grpc submodule to HEAD
2018-10-24 18:46:14 -07:00
Nicolas Noble
2dbdd09670
Merge pull request #591 from nicolasnoble/upmerge-1.16-master
Upmerge from 1.16 to master
2018-10-24 18:46:06 -07:00
Nicolas "Pixel" Noble
b7042551c3 Fixing up submodule. 2018-10-25 01:20:37 +02:00
Nicolas "Pixel" Noble
8f09c2b0d0 Merge branch 'grpc@1.16.x' of https://github.com/grpc/grpc-node 2018-10-25 00:25:12 +02:00
Nicolas "Pixel" Noble
9e5ffb172d Merge branch 'grpc@1.15.x' of https://github.com/grpc/grpc-node into grpc@1.16.x 2018-10-24 23:21:18 +02:00
murgatroid99
9b5ed6240b Add missing comma in binding.gyp 2018-10-24 13:40:26 -07:00
murgatroid99
31a0019d99 Set _XOPEN_SOURCE only for BoringSSL 2018-10-24 12:35:45 -07:00
murgatroid99
b7f7bf0dce Increase _XOPEN_SOURCE macro to 700 2018-10-24 11:00:25 -07:00
murgatroid99
3eb67d8038 Remove use of OPENSSL_NO_THREADS with BoringSSL 2018-10-24 10:38:25 -07:00
murgatroid99
14a1f8520c Update grpc submodule to HEAD 2018-10-23 15:55:47 -07:00
Nicolas "Pixel" Noble
34219900a9 Properly updating submodule to point at 1.16. 2018-10-23 18:51:15 +02:00
Michael Lumish
65cd6bafd3
Merge pull request #579 from murgatroid99/native_async_bind_port
Native: add Server#bindAsync
2018-10-19 15:58:48 -07:00
murgatroid99
2d62b875f4 Actually use bindAsync in modified test 2018-10-19 11:54:47 -07:00
murgatroid99
5b85f4f2b7 Native: add Server#bindAsync 2018-10-19 11:21:45 -07:00
Weiran Fang
a8eaafe373 Retrieve callInvocationTransformer from constructor options. 2018-10-19 10:38:42 -07:00
Weiran Fang
21d9ea086c Add checker for call invocation transformer. 2018-10-19 10:38:33 -07:00
Michael Lumish
8df65a91a2
Merge pull request #557 from WeiranFang/call-invocation-transformer
Call invocation transformer
2018-10-19 10:35:34 -07:00