108 Commits

Author SHA1 Message Date
murgatroid99
e9af128a7c Ensure application and Node library user agent strings are together at the beginning 2015-11-06 10:25:06 -08:00
Tim Emiola
799aec2d80 Merge pull request #3886 from murgatroid99/node_file_comments
Added some file-level comments to Node source files
2015-10-30 11:24:45 +09:00
murgatroid99
0217e535d8 Added some file-level comments to Node source files 2015-10-19 16:35:34 -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
a485422787 Added more tests, removed some unused code, fixed a bug 2015-10-13 13:49:55 -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
795ddd5793 Fixed some issues with the Node tests 2015-10-09 14:02:43 -07:00
murgatroid99
23bc5f80a1 Added remaining implementable node interop tests, except compression 2015-10-08 11:07:16 -07:00
murgatroid99
0aa27c5a00 Added more documentation to credentials.js 2015-10-07 13:52:47 -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
9b0fbb4cf0 Fixed issues with binary metadata type checking 2015-10-06 16:51:50 -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
ee19e93884 Reworked credentials surface API, added test 2015-09-25 16:04:03 -07:00
murgatroid99
3e43d49399 Fixed a couple of incorrect "this" references in Node library 2015-09-15 09:23:55 -07:00
murgatroid99
34c26e0df7 Fix bugs that were causing auth interop tests to fail 2015-09-01 18:24:27 -07:00
murgatroid99
5b277860a6 Merge branch 'master' into node_method_name_conflicts 2015-08-31 10:26:17 -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
8d8e2a3107 Emit proper status when failing to parse server stream 2015-08-27 16:11:08 -07:00
murgatroid99
7117642d6c Make single-response calls emit INTERNAL status for unparseable responses 2015-08-27 13:48:25 -07:00
murgatroid99
f3d44ad567 Fixed handling of binary metadata values 2015-08-27 10:04:43 -07:00
murgatroid99
3954abe977 Changed prefixed Client properties to distinguish private and public properties 2015-08-21 14:01:47 -07:00
murgatroid99
aca7862c9c Merge branch 'master' into node_method_name_conflicts 2015-08-21 12:02:15 -07:00
murgatroid99
4f477990d0 Allowed underscore in metadata keys 2015-08-21 09:24:33 -07:00
murgatroid99
e9cc9bf2dc Reversed toLowerCase removal 2015-08-21 09:15:19 -07:00
murgatroid99
79fa8dbad1 Replaced toLowerCase with local-insensitive downcasing function 2015-08-20 15:52:57 -07:00
murgatroid99
d731161616 Moved key character check to before key transformation 2015-08-20 15:40:03 -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
0695ded28e Merged node_test_fixes 2015-08-20 11:28:20 -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
3bd3e4094f Stop dereferencing an optional parameter without checking it 2015-08-19 14:59:11 -07:00
murgatroid99
465d03e171 Split server shutdown into tryShutdown and forceShutdown 2015-08-18 17:38:11 -07:00
murgatroid99
ccb6cbe501 Only use encoding for write flags if it is numeric 2015-08-17 14:06:32 -07:00
murgatroid99
fb34cbe5dc Resolved merge conflicts with master 2015-08-17 13:52:09 -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
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
Jan Tattermusch
4add842a31 Merge pull request #2901 from murgatroid99/node_fix_auth_interop
Node fix auth interop
2015-08-12 15:13:36 -07:00
murgatroid99
02b7005b49 Clarified address regex 2015-08-12 11:54:41 -07:00