Commit Graph

83 Commits

Author SHA1 Message Date
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 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
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 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
Alistair Veitch 0285389dad post merge 2016-02-02 09:43:02 -08:00
Jan Tattermusch 7eb08a6c6b update location of .protos in node 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
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 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
Tim Emiola edd5525b4f Merge pull request #3625 from murgatroid99/node_single_install_step
Node single install step
2015-10-07 11:55:26 -07:00
murgatroid99 3a121aa515 Resolved merge conflicts with master 2015-10-06 11:16:49 -07:00
murgatroid99 97b58fb6b6 Fixed up Node tests after math folder move 2015-10-06 10:51:18 -07:00
murgatroid99 5b21084279 Re-implemented call propagation tests to avoid race conditions 2015-10-05 15:56:18 -07:00
murgatroid99 34c4b9c39d Removed a pair of racy Node tests 2015-10-05 11:19:34 -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 ee19e93884 Reworked credentials surface API, added test 2015-09-25 16:04:03 -07:00
murgatroid99 d76b6a0c4f Switched to using static functions for accessing Client properties 2015-08-28 14:57:04 -07:00
murgatroid99 f02ed6d312 Merge branch 'master' into node_method_name_conflicts 2015-08-28 12:36:48 -07:00
murgatroid99 aca7862c9c Merge branch 'master' into node_method_name_conflicts 2015-08-21 12:02:15 -07:00
murgatroid99 d676cc9620 Added string value validation, modified key normalization and validation 2015-08-20 14:47:15 -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 b4b3852667 Merge branch 'master' into node_server_graceful_shutdown 2015-08-18 18:23:38 -07:00
murgatroid99 465d03e171 Split server shutdown into tryShutdown and forceShutdown 2015-08-18 17:38:11 -07:00
murgatroid99 bb36430c4f Made deadline tests accept INTERNAL status 2015-08-17 13:35:54 -07:00
murgatroid99 76ff8e8e28 Resolved merge conflicts with master 2015-08-14 13:17:07 -07:00
murgatroid99 6a710c00b7 Resolved merge conflicts with master 2015-08-14 11:02:32 -07:00
murgatroid99 4e0886684a Made deadline tests work 2015-08-14 10:48:45 -07:00
murgatroid99 64035f9b3b Add parent call propagation API to Node library 2015-08-14 10:35:43 -07:00
murgatroid99 cb408b39bc Further fixed connectivity tests 2015-08-13 11:26:57 -07:00
murgatroid99 46a8476501 Modified watchState functions to match C API 2015-08-13 11:24:34 -07:00
murgatroid99 843510793d Resolved merge conflicts with master 2015-08-13 10:58:53 -07:00
murgatroid99 225cb6e27d Resolved merge conflicts with master 2015-08-12 15:28:07 -07:00
murgatroid99 ae7c9cc2bb Resolved merge conflicts 2015-07-30 16:24:06 -07:00
murgatroid99 1fa48701fc Resolved merge conflicts 2015-07-30 10:41:59 -07:00
Abhishek Kumar 2ffb148f44 Merge pull request #2679 from murgatroid99/node_explicit_insecure_channel
Make insecure channel/stub construction explicit
2015-07-30 10:10:52 -07:00
murgatroid99 a33965a0c0 Ensure that client generated methods don't conflict with other properties 2015-07-29 10:10:45 -07:00