119 Commits

Author SHA1 Message Date
murgatroid99
0dd0bda233 Node: fix metadata validation bug, improve error reporting 2016-02-19 11:32:31 -08:00
murgatroid99
c18334aa30 Add tests and documentation for new options 2016-02-17 15:36:28 -08:00
murgatroid99
0fbb313c3b Node: add options to modify ProtoBuf behavior 2016-02-17 12:59:26 -08:00
Alistair Veitch
0285389dad post merge 2016-02-02 09:43:02 -08:00
Michael Lumish
b850e155ff Merge pull request #4709 from murgatroid99/node_method_names_no_capitalize
Don't modify proto method names in service paths in Node library
2016-01-14 18:29:56 -08:00
murgatroid99
4008482e65 Updated copyright in node/common.js 2016-01-14 11:09:08 -08:00
murgatroid99
e6690d6ee5 Don't modify proto method names in service paths in Node library 2016-01-13 10:05:00 -08:00
murgatroid99
10b3ca0118 Make Node library use core metadata validation instead of duplicating it 2016-01-07 10:03:18 -08:00
Jan Tattermusch
25c56f2413 Merge pull request #4306 from jcanizales/merge-release
Merge release-0.12 into master
2015-12-07 17:57:19 -08:00
murgatroid99
12aafc237f Refactored server.js and added a test to increase coverage 2015-12-07 10:52:25 -08:00
murgatroid99
09b021ae6d Generalize metadata plugin arguments to future-proof it 2015-12-04 15:15:41 -08:00
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