56 Commits

Author SHA1 Message Date
Michael Lumish
3899eb6305 Merge pull request #10093 from murgatroid99/node_server_method_name_flexibility
Node add service: allow exact match to name in proto file, improve error reporting
2017-03-13 09:54:20 -07:00
murgatroid99
626585e1b1 Node add service: allow exact match to name in proto file, improve error reporting 2017-03-10 09:44:44 -08:00
murgatroid99
f831f486d9 Change argument validation in Server#addService 2017-03-09 15:37:21 -08:00
murgatroid99
2d0d256bf4 Node: fix handling/propagation of server-side serialization errors 2017-02-02 13:37:36 -08:00
murgatroid99
0162490a67 Node: Validate arguments to addService, fix a couple of minor issues 2017-01-30 16:52:17 -08:00
murgatroid99
5c8df435fa Add missing return 2016-12-01 10:59:52 -08:00
murgatroid99
15d4875138 Also propagate serialization errors in unary server responses 2016-12-01 10:30:35 -08:00
murgatroid99
d0402e0093 Node: correctly bubble up errors caused by non-serializable writes 2016-11-29 18:16:57 -08:00
murgatroid99
3a4027745f Direct additional log statement through custom logger 2016-06-20 11:03:15 -07:00
murgatroid99
6ad92b2399 Make Node servers warn instead of fail when a method is missing a handler 2016-04-27 14:55:13 -07:00
Craig Tiller
789bed102e Update copyrights 2016-03-31 07:46:18 -07:00
murgatroid99
a1c6f889b7 Fix Node status code usage to match spec 2016-03-23 15:36:51 -07:00
murgatroid99
0fbb313c3b Node: add options to modify ProtoBuf behavior 2016-02-17 12:59:26 -08:00
Alistair Veitch
0285389dad post merge 2016-02-02 09:43:02 -08:00
murgatroid99
12aafc237f Refactored server.js and added a test to increase coverage 2015-12-07 10:52:25 -08:00
Tim Emiola
799aec2d80 Merge pull request #3886 from murgatroid99/node_file_comments
Added some file-level comments to Node source files
2015-10-30 11:24:45 +09:00
murgatroid99
0217e535d8 Added some file-level comments to Node source files 2015-10-19 16:35:34 -07:00
murgatroid99
c03d669fea This is a library. It should not output logs to STDOUT by default 2015-10-19 11:00:14 -07:00
murgatroid99
23bc5f80a1 Added remaining implementable node interop tests, except compression 2015-10-08 11:07:16 -07:00
murgatroid99
2254fd5aa7 Moved gRPC node package root to repo root, made it depend on grpc.gyp 2015-10-01 11:54:00 -07:00
murgatroid99
3e43d49399 Fixed a couple of incorrect "this" references in Node library 2015-09-15 09:23:55 -07:00
murgatroid99
2996935ce3 Fixed test and lint errors 2015-08-20 11:44:52 -07:00
murgatroid99
a9668fa8c5 Merge branch 'node_server_graceful_shutdown' into node_metadata_class 2015-08-20 11:32:08 -07:00
murgatroid99
402ebf88d9 Added new Metadata class to abstract over internal representation and normalize keys 2015-08-20 11:27:05 -07:00
murgatroid99
465d03e171 Split server shutdown into tryShutdown and forceShutdown 2015-08-18 17:38:11 -07:00
murgatroid99
ccb6cbe501 Only use encoding for write flags if it is numeric 2015-08-17 14:06:32 -07:00
murgatroid99
fb34cbe5dc Resolved merge conflicts with master 2015-08-17 13:52:09 -07:00
murgatroid99
64035f9b3b Add parent call propagation API to Node library 2015-08-14 10:35:43 -07:00
murgatroid99
1fa48701fc Resolved merge conflicts 2015-07-30 10:41:59 -07:00
Nicolas Noble
dd5ef7a1d7 Merge pull request #2676 from murgatroid99/node_jsdoc
Add Node documentation generation
2015-07-28 08:37:34 -07:00
murgatroid99
d03da0cd75 Made binding a server to a port insecurely explicit 2015-07-27 16:13:28 -07:00
murgatroid99
8ea6be054a Rearranged some code for jsdoc, added some documentation 2015-07-27 11:23:13 -07:00
Jan Tattermusch
f658e8f16c Merge pull request #2630 from murgatroid99/node_completion_key_names
Changed object keys to valid identifier names
2015-07-24 13:49:24 -07:00
murgatroid99
7693e6676b Exposed channel target and call peer in Node wrapper 2015-07-24 10:43:27 -07:00
murgatroid99
7e26efc345 Changed object keys to valid identifier names 2015-07-23 10:40:19 -07:00
murgatroid99
146c61aeec Add compression disabling without breaking anything else 2015-07-22 15:02:51 -07:00
murgatroid99
024295e6a5 Removed server-wide metadata handler, individual handlers can now send metadata 2015-07-16 13:16:14 -07:00
murgatroid99
afad0c0fca Changed to newer, simpler server construction interface 2015-07-15 17:01:49 -07:00
Abhishek Kumar
41f5a98080 Merge pull request #2335 from murgatroid99/node_error_codes
Made Node server respond with UNKNOWN for unspecified application errors
2015-07-14 12:57:17 -07:00
murgatroid99
9845887968 Made Node server respond with UNKNOWN for unspecified application errors 2015-07-08 09:17:39 -07:00
murgatroid99
0f1df2c8b7 Stopped binding service handler functions to server 2015-07-01 12:56:10 -07:00
murgatroid99
d7d9dd3c83 Replaced underscore and underscore.string modules with lodash 2015-06-03 10:59:02 -07:00
murgatroid99
18b727d54a Fixed server to handle invalid arguments without breaking 2015-05-19 09:51:26 -07:00
murgatroid99
ea3589ee0b Fixed bugs in trailing metadata handling and math server example 2015-04-13 12:59:17 -07:00
murgatroid99
9b4b90b3df Started adding support for trailing metadata 2015-03-26 10:07:15 -07:00
murgatroid99
38d30d285d Added a comment to server.js 2015-03-23 10:46:05 -07:00
murgatroid99
36bbd0b706 Added functions to create generic servers and clients 2015-03-18 17:17:33 -07:00
murgatroid99
0777e281e5 Updated Node library to new secure server API 2015-03-02 17:31:25 -08:00
murgatroid99
1b56bf8523 Fixed lint errors 2015-02-19 14:37:18 -08:00
murgatroid99
61abcf3f15 Added missing documentation 2015-02-17 16:23:06 -08:00