Commit Graph

864 Commits

Author SHA1 Message Date
murgatroid99 3defb39d3e Don't package tests in Node package 2015-10-06 10:57:22 -07:00
murgatroid99 97b58fb6b6 Fixed up Node tests after math folder move 2015-10-06 10:51:18 -07:00
murgatroid99 f5e8c51218 Moved math proto and server to test folder 2015-10-06 10:49:12 -07:00
murgatroid99 1c1e496ed1 Removed a bunch of Node files I don't need or use 2015-10-06 10:45:52 -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 77cc71f206 Resolved merge conflicts with master 2015-10-05 10:18:05 -07:00
Tim Emiola 3d23be0fa3 Merge pull request #3602 from grpc/release-0_11
Upmerge from beta to master.
2015-10-02 13:43:14 -07:00
murgatroid99 2e758434b1 Fixed node extension module name 2015-10-02 12:49:03 -07:00
murgatroid99 6f3ca189a7 Prevented composing insecure credentials 2015-10-02 10:23:20 -07:00
murgatroid99 8bd726e7bb Fixed missing item in Node library file list 2015-10-01 12:02:30 -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 6fcabd1a36 Split Credentials into two types 2015-09-30 14:26:29 -07:00
murgatroid99 ddd7981856 Added code for extension coverage 2015-09-30 11:00:23 -07:00
murgatroid99 49c1c52bb5 Removed now-redundant credentials wrappings 2015-09-28 16:38:38 -07:00
murgatroid99 0e008b11f4 Fixed some issues with new credential code 2015-09-28 16:31:16 -07:00
murgatroid99 ee19e93884 Reworked credentials surface API, added test 2015-09-25 16:04:03 -07:00
murgatroid99 cf3fc84d6d Implemented credentials plugin interface 2015-09-24 16:11:19 -07:00
murgatroid99 7b5231a5a0 Added test for using gRPC with other async operations 2015-09-24 11:29:10 -07:00
murgatroid99 0f10c60783 Added most of the plugin implementation 2015-09-24 10:54:55 -07:00
murgatroid99 2a29cd291f Merged from master 2015-09-23 15:58:34 -07:00
David G. Quintas 85b51beabc Merge pull request #3372 from grpc/release-0_11
Release 0.11 to master upmerge.
2015-09-23 15:49:46 -07:00
murgatroid99 c8ba933fc1 Merged from release_0.11 branch 2015-09-23 11:44:01 -07:00
murgatroid99 fba4d1005a Fixed hang when using Node gRPC with other async operations 2015-09-23 11:38:39 -07:00
murgatroid99 37d03591fd Added function signatures for plugin wrapping 2015-09-23 10:47:35 -07:00
Nathaniel Manista 4c4ba55dc8 Drop issue 527 TODOs for interop specification
The UnaryCall interop test is now adequately specified in
doc/interop-test-descriptions.md.
2015-09-23 15:22:15 +00:00
Tim Emiola 1ff76a238f Merge pull request #3365 from murgatroid99/node_nan_2.0
Update to nan 2.0
2015-09-22 15:33:36 -07:00
murgatroid99 3ed25741e2 Update Node module to 0.11.1 in anticipation of point release 2015-09-22 12:54:26 -07:00
murgatroid99 421706f822 Merged from release_0.11 2015-09-17 14:00:05 -07:00
murgatroid99 231617f5ba Update to nan 2.0 2015-09-17 13:56:25 -07:00
Tim Emiola c864dfb6c9 Merge pull request #3341 from murgatroid99/node_memory_leak_0_11
Fixed a couple of memory leaks in Node library
2015-09-17 12:20:58 -07:00
murgatroid99 3e43d49399 Fixed a couple of incorrect "this" references in Node library 2015-09-15 09:23:55 -07:00
murgatroid99 fc892feb19 Fixed memory leak in Buffer construction 2015-09-14 16:45:31 -07:00
murgatroid99 9a7be95df9 Fixed Op destructors not being called 2015-09-14 16:45:20 -07:00
Stanley Cheung a1ae03efe1 Update debian install instructions, jessie-backports 2015-09-04 12:04:17 -07:00
murgatroid99 00b27b27c4 Merge branch 'master' into node_interop_echo_metadata 2015-09-02 12:56:58 -07:00
murgatroid99 34c26e0df7 Fix bugs that were causing auth interop tests to fail 2015-09-01 18:24:27 -07:00
murgatroid99 215660397a Update Node verison to 0.11 and status to 'Beta' 2015-08-31 15:56:15 -07:00
Tim Emiola ed6c55f68d Merge pull request #2704 from murgatroid99/node_method_name_conflicts
Ensure that client generated methods don't conflict with other properties
2015-08-31 14:22:32 -07:00
murgatroid99 3c498a3318 Remove redundant Node route guide examples 2015-08-31 11:48:34 -07:00
murgatroid99 5b277860a6 Merge branch 'master' into node_method_name_conflicts 2015-08-31 10:26:17 -07:00
Stanley Cheung 234d49aa15 update debian unstable to testing 2015-08-28 15:51:18 -07:00
Yang Gao 131e5567c2 Merge pull request #3075 from jboeuf/credentials_naming_and_cleanup
Credentials naming and cleanup
2015-08-28 15:48:22 -07:00
murgatroid99 d76b6a0c4f Switched to using static functions for accessing Client properties 2015-08-28 14:57:04 -07:00
Julien Boeuf 5bc1ea9964 Merge branch 'master' of github.com:grpc/grpc into credentials_naming_and_cleanup 2015-08-28 14:33:17 -07:00
murgatroid99 f02ed6d312 Merge branch 'master' into node_method_name_conflicts 2015-08-28 12:36:48 -07:00
murgatroid99 36367d661f Merge branch 'master' into node_error_code_compliance 2015-08-28 11:42:10 -07:00
Tim Emiola f9937362e8 Merge pull request #3012 from murgatroid99/node_metadata_class
Replace metadata objects with a Metadata class
2015-08-28 11:39:27 -07:00
murgatroid99 8d8e2a3107 Emit proper status when failing to parse server stream 2015-08-27 16:11:08 -07:00
Julien Boeuf 27f432b267 Merge branch 'credentials_naming_and_cleanup' of github.com:jboeuf/grpc into credentials_naming_and_cleanup 2015-08-27 15:49:27 -07:00