murgatroid99
c1d6bf91bc
grpc-js: Use resolver to bind server ports
2020-03-05 09:23:09 -08:00
murgatroid99
4786f4a005
grpc_server_add_(in)secure_port returns 0 on error. Reflect that in bind(Async)
2020-03-02 17:27:46 -08:00
murgatroid99
0257c585ea
Correct handler type name spelling
2020-02-20 15:06:43 -08:00
murgatroid99
38bab42f30
Fix reference to status enum in native impl
2020-02-20 14:10:13 -08:00
murgatroid99
b90dc81b73
Include method name in UNIMPLEMENTED details string
2020-02-20 12:46:59 -08:00
Litichevskiy Dmitriy
3a95e55786
message parameter was removed from cancel requester description
2020-02-16 23:02:22 +03:00
murgatroid99
3c4442b93e
Native: Add log for malformed incoming metadata
2019-12-19 16:19:01 -08:00
bcoe
5ba250a10c
chore: address code review
2019-11-21 15:13:01 -08:00
bcoe
c89d4438be
chore: address code review
2019-11-21 14:55:01 -08:00
imjoey
39f11520f3
Fix the default value of waitForReady in doc
...
In my usecase, the default behavious of `waitForReady` for RPC is `false` that not in accord with the doc. After digging into the source codes, probably the doc is incorrect.
Signed-off-by: imjoey <majunjiev@gmail.com>
2019-10-29 14:55:34 +08:00
murgatroid99
4580356687
Merge remote-tracking branch 'upstream/grpc@1.23.x' into HEAD
2019-10-21 11:06:32 -07:00
murgatroid99
c8fe8f0c9c
Add logging for (de)serialization errors
2019-09-09 15:28:16 -07:00
murgatroid99
f5294f7258
Upmerge 1.22 into 1.23
2019-08-20 10:11:49 -07:00
Kelly Campbell
20874af51c
Log internal errors from proto serialization/deserialization
2019-08-17 14:11:48 -04:00
Michael Lumish
9c274034d0
Merge pull request #796 from murgatroid99/metadata_options
...
Add metadata options
2019-06-03 10:48:23 -07:00
murgatroid99
8f2fac7f70
Add some helpful information to the fallback error when loading addon
2019-05-02 11:31:22 -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
fe090a089a
Native: Add initial metadata options
2019-03-20 14:59:16 -07: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
f9de2aff7e
grpc native: Fix handling of non-service objects in package definitions
2019-01-14 17:47:47 -08:00
Nicolas "Pixel" Noble
f3b22bcbc0
Fix for node 6.
2018-12-12 22:47:33 +01:00
murgatroid99
effeba7e78
Native: Protobuf.js 6: use nested again
2018-12-11 10:53:47 -08:00
murgatroid99
f45dda46af
Native: Protobuf.js 6 loadObject: switch to nestedArray
2018-12-07 10:16:16 -08:00
murgatroid99
bbd5bd8f7c
Native: Protobuf.js 6 loadObject: switch to mappable methodsArray
2018-12-06 17:22:14 -08:00
Justin Beckwith
8f8dd7b2d6
refactor: use lodash subpackages
2018-11-20 13:41:34 -08:00
Michael Lumish
4a9bf57f29
Merge pull request #641 from JustinBeckwith/partial
...
refactor: drop usage of _.partial
2018-11-20 11:30:05 -08:00
Michael Lumish
4beb092a60
Merge pull request #644 from JustinBeckwith/omit
...
refactor: drop usage of _.omit
2018-11-20 11:28:37 -08:00
Michael Lumish
beb7945b08
Merge pull request #645 from JustinBeckwith/invert
...
refactor: drop usage of _.invert
2018-11-20 11:27:12 -08:00
Justin Beckwith
5181c11d2d
refactor: drop usage of _.omit
2018-11-19 16:12:29 -08:00
Justin Beckwith
fe3c71b350
Update client.js
2018-11-19 15:06:25 -08:00
Michael Lumish
cdac42a34f
Merge pull request #642 from JustinBeckwith/mapvalues
...
refactor: drop usage of _.mapValues
2018-11-19 14:33:32 -08:00
Justin Beckwith
d1b0ce2976
refactor: drop usage of _.invert
2018-11-15 19:10:43 -08:00
Justin Beckwith
93381c6a0c
eh
2018-11-15 18:10:19 -08:00
Justin Beckwith
0c701e8da6
oooops
2018-11-15 18:10:19 -08:00
Justin Beckwith
bba0644db5
refactor: drop usage of _.mapValues
2018-11-15 18:10:19 -08:00
Justin Beckwith
b17d034e39
lefix
2018-11-15 18:07:12 -08:00
Justin Beckwith
1b57e54e68
refactor: drop usage of _.partial
2018-11-15 18:07:12 -08:00
Justin Beckwith
31879f8561
refactor: drop usage of _.each
2018-11-15 17:58:14 -08:00
Michael Lumish
17e72173dc
Merge pull request #640 from JustinBeckwith/get
...
refactor: drop usage of _.get
2018-11-15 17:08:31 -08:00
Michael Lumish
53ab637622
Merge pull request #639 from JustinBeckwith/flatmap
...
refactor: drop usage of _.flatMap
2018-11-15 17:05:06 -08:00
Michael Lumish
06274d82f1
Merge pull request #637 from JustinBeckwith/forown
...
refactor: drop usage of _.forOwn
2018-11-15 16:03:44 -08:00
Michael Lumish
b472dc30cc
Merge pull request #620 from JustinBeckwith/noobj
...
refactor: drop usage of _.isObject
2018-11-15 16:03:19 -08:00
Justin Beckwith
b3a78f59de
refactor: drop usage of _.get
2018-11-15 15:21:24 -08:00
Justin Beckwith
2d046cda97
Merge branch 'master' into flatmap
2018-11-15 15:13:35 -08:00
Michael Lumish
fd082c642d
Merge pull request #636 from JustinBeckwith/assign
...
refactor: replace _.assign with Object.assign
2018-11-15 15:03:03 -08:00
Michael Lumish
43a95f98bb
Merge pull request #631 from JustinBeckwith/union
...
refactor: drop usage of _.union
2018-11-15 15:02:15 -08:00
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