159 Commits

Author SHA1 Message Date
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
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
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
566e277a25 Resolved merge conflicts 2015-10-07 10:49:59 -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
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
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
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
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
7b5231a5a0 Added test for using gRPC with other async operations 2015-09-24 11:29:10 -07:00
murgatroid99
00b27b27c4 Merge branch 'master' into node_interop_echo_metadata 2015-09-02 12:56:58 -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
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
85423a907d Fixed the tests 2015-08-27 10:02:00 -07:00
murgatroid99
d5b74a1044 Add metadata echo functionality to interop server, and corresponding interop test 2015-08-27 09:26:33 -07:00
murgatroid99
cf2b8c0faf Merge branch 'node_metadata_class' into node_interop_echo_metadata 2015-08-26 14:32:44 -07:00
Tim Emiola
1ca2e73af3 Merge pull request #2993 from murgatroid99/node_server_graceful_shutdown
Prevent the Node server from locking up when shutting down
2015-08-26 14:23:14 -07:00
murgatroid99
02360ea4f7 Merge branch 'master' into node_server_graceful_shutdown 2015-08-21 14:26:13 -07:00
Tim Emiola
a331657da7 Merge pull request #3000 from murgatroid99/node_server_creds_multiple_pairs
Allow Node server credentials to have multiple key/cert pairs
2015-08-21 13:57:25 -07:00
murgatroid99
aca7862c9c Merge branch 'master' into node_method_name_conflicts 2015-08-21 12:02:15 -07:00
yang-g
d1d2ec50a6 Update node health check service 2015-08-21 10:43:02 -07:00
murgatroid99
c0735e0b7b Normalize keys when getting and removing metadata items 2015-08-20 14:51:59 -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
0ec8db46b0 Re-enabled tests 2015-08-20 11:31:56 -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
9a57cad9ff Fixed tests 2015-08-19 15:02:15 -07:00
murgatroid99
5bb18030d2 Modified server SSL certs to allow multiple pairs and force_client_auth flag 2015-08-19 14:57:19 -07:00
murgatroid99
1cb948a0a7 Added a test, enabled other tests 2015-08-19 11:49:53 -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