Commit Graph

3288 Commits

Author SHA1 Message Date
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 d84ad122f9 Refactored some C++ code to improve code reuse 2015-10-12 16:12:04 -07:00
murgatroid99 be6598082f Add some tests to increase coverage, fix some failures 2015-10-12 13:18:06 -07:00
Jan Tattermusch c00bf4f6bc Merge pull request #3760 from murgatroid99/node_unified_installation_failure
Fix issue with Node installation
2015-10-09 17:03:48 -07:00
murgatroid99 8adaa7c1ae Revert "Added interval_us delay in Node interop server"
This reverts commit 83815eab40568e142f05376dae48c2cef41bfefd.
2015-10-09 14:45:55 -07:00
murgatroid99 3491b5522c Fixed some issues with the tests 2015-10-09 14:45:30 -07:00
murgatroid99 795ddd5793 Fixed some issues with the Node tests 2015-10-09 14:02:43 -07:00
murgatroid99 74a0b58a92 Fix a couple of issues with the node interop client
This fixes how the node interop client handles authentication failure
and how it checks the service account email responses.
2015-10-09 12:55:34 -07:00
murgatroid99 23bc5f80a1 Added remaining implementable node interop tests, except compression 2015-10-08 11:07:16 -07:00
murgatroid99 9a02273610 Made Node interop client use all specified command line flags 2015-10-08 10:54:22 -07:00
murgatroid99 b8f415402c Added interval_us delay in Node interop server 2015-10-08 09:31:45 -07:00
murgatroid99 3bd267355b Add incompressible responses and status echoing to Node interop server 2015-10-07 16:40:04 -07:00
murgatroid99 fced2ef963 Resolved merge conflicts 2015-10-07 13:53:58 -07:00
murgatroid99 0aa27c5a00 Added more documentation to credentials.js 2015-10-07 13:52:47 -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 285e6e66d5 Removed now-extaneous function 2015-10-07 11:40:37 -07:00
murgatroid99 566e277a25 Resolved merge conflicts 2015-10-07 10:49:59 -07:00
murgatroid99 9b0fbb4cf0 Fixed issues with binary metadata type checking 2015-10-06 16:51:50 -07:00
murgatroid99 eecd1f524b Merge branch 'master' into node_interop_echo_metadata 2015-10-06 14:01:55 -07:00
murgatroid99 3a121aa515 Resolved merge conflicts with master 2015-10-06 11:16:49 -07:00
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