Commit Graph

197 Commits

Author SHA1 Message Date
murgatroid99 d2baf4aa0a Improve ProtoBuf.js version heuristic, add tests for oneof decoding 2017-03-21 11:25:01 -07:00
murgatroid99 1a5a191211 Ensure arguments are validated before they are serialized, unskip some tests 2017-03-20 16:50:42 -07:00
murgatroid99 81b0110116 Autodetect ProtoBuf.js version in grpc.loadObject 2017-03-17 13:45:15 -07:00
murgatroid99 4a9346e332 Upgrade Node dependency on Protobuf.js to version 6 2017-03-17 13:13:05 -07:00
murgatroid99 2d0d256bf4 Node: fix handling/propagation of server-side serialization errors 2017-02-02 13:37:36 -08:00
murgatroid99 8dcdee285d Merge branch 'master' into node_electron_build 2017-01-04 15:43:02 -08:00
murgatroid99 6962aed6fa Make event order consistent, and make 'end' and 'error' mutually exclusive 2016-12-13 18:05:33 -08:00
murgatroid99 b601e95c67 Add test scripts for electron 2016-11-01 11:05:02 -07:00
murgatroid99 5eca1db662 Merge branch 'master' into uv_core_transport 2016-10-25 12:35:21 -07:00
Noah Eisen 6d754b22c5 added new test to interop_sanity_test.js 2016-10-24 11:11:54 -07:00
murgatroid99 4159622a60 Add a libuv endpoint to the C core, for use in the Node library 2016-09-16 13:25:08 -07:00
murgatroid99 7ca38bd5b8 Fix error handling authentication errors with non-numeric error codes 2016-08-02 13:07:35 -07:00
murgatroid99 965cd0c780 Split Node health check code into a separate package and make it use static codegen 2016-07-01 09:56:50 -07:00
murgatroid99 c3d28d42c2 Re-enable two Node credentials tests 2016-06-28 14:22:21 -07:00
murgatroid99 e93ec0be2b Added comments to node generation, also refactored some plugin code 2016-05-20 13:24:59 -07:00
Stanley Cheung fa135621ae node: fix math server minor bug 2016-05-06 10:40:41 -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
murgatroid99 8794abc80c Added file that lets generated code import grpc 2016-04-20 12:51:48 -07:00
murgatroid99 12dde7c809 Use math test to test generated code 2016-04-20 10:52:31 -07:00
Craig Tiller 789bed102e Update copyrights 2016-03-31 07:46:18 -07:00
Nicolas Noble 4b24af0d66 Merge pull request #5900 from murgatroid99/node_callback_convention
Follow Node's callback-last convention for client calls
2016-03-28 22:25:25 -07:00
murgatroid99 a1c6f889b7 Fix Node status code usage to match spec 2016-03-23 15:36:51 -07:00
murgatroid99 419d729a08 Fixed copyright 2016-03-21 17:17:01 -07:00
murgatroid99 3b20f2f89b Follow Node's callback-last convention for client calls 2016-03-21 15:50:39 -07:00
murgatroid99 c85428c74b Fix race between parsing messages and receiving status in Node client 2016-03-04 14:54:10 -08:00
murgatroid99 cb1676a943 Sanitize files 2016-02-17 15:42:01 -08:00
murgatroid99 c18334aa30 Add tests and documentation for new options 2016-02-17 15:36:28 -08:00
Alistair Veitch 0285389dad post merge 2016-02-02 09:43:02 -08:00
David Garcia Quintas 0f510b032b Updated copyrights... 2016-01-15 12:16:03 -08:00
David Garcia Quintas c134a0446a Added sanity check for trailing newlines 2016-01-14 19:01:00 -08:00
murgatroid99 9cd4540e69 Simplified some code and added tests to increase code coverage 2015-12-09 16:12:37 -08:00
Jan Tattermusch 7eb08a6c6b update location of .protos in node 2015-12-07 17:18:51 -08:00
Jan Tattermusch ee31301a0c consolidate math.proto and health.proto 2015-12-07 17:18:51 -08:00
murgatroid99 12aafc237f Refactored server.js and added a test to increase coverage 2015-12-07 10:52:25 -08:00
Julien Boeuf 6c006a88f8 Merge branch 'master' of github.com:grpc/grpc into core_creds_api_change 2015-11-17 20:55:13 -08:00
Julien Boeuf 211b339943 Merge branch 'master' of github.com:grpc/grpc into core_creds_api_change 2015-11-17 15:05:45 -08:00
Julien Boeuf 6c47439b1a Updating the server1 cert so that it can be used with Go.
The encoding of the issuer field in this cert is now a PRINTABLESTRING
as opposed to UTF8STRING in the previous server1.pem which was causing
the Go issue.

Fixes #4086.
2015-11-09 14:29:14 -08:00
murgatroid99 fb56c19e4d Change error message in credentials test 2015-10-27 10:58:24 -07:00
murgatroid99 0274189082 Fixed lint errors 2015-10-21 14:03:19 -07:00
murgatroid99 5ea756598e Updated Node credentials API to match core API change 2015-10-20 16:10:20 -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 4ec94c1064 Fixed error in Node credentials test 2015-10-13 15:37:34 -07:00
murgatroid99 a485422787 Added more tests, removed some unused code, fixed a bug 2015-10-13 13:49:55 -07:00
murgatroid99 f5ffc860a8 Added some more tests to increase coverage 2015-10-12 16:12:18 -07:00
murgatroid99 be6598082f Add some tests to increase coverage, fix some failures 2015-10-12 13:18:06 -07:00
murgatroid99 3491b5522c Fixed some issues with the tests 2015-10-09 14:45:30 -07:00
murgatroid99 23bc5f80a1 Added remaining implementable node interop tests, except compression 2015-10-08 11:07:16 -07:00
murgatroid99 fced2ef963 Resolved merge conflicts 2015-10-07 13:53:58 -07:00
murgatroid99 697fd0b69a Resolved merge conflicts 2015-10-07 12:37:58 -07:00
murgatroid99 c36fb098a7 Resolved merge conflicts 2015-10-07 12:34:24 -07:00