Commit Graph

197 Commits

Author SHA1 Message Date
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
murgatroid99 bb36430c4f Made deadline tests accept INTERNAL status 2015-08-17 13:35:54 -07:00
Michael Lumish 2cbaf1e9ac Merge pull request #2942 from murgatroid99/node_parent_call
Add parent call propagation API to Node library
2015-08-17 12:52:16 -04:00
murgatroid99 76ff8e8e28 Resolved merge conflicts with master 2015-08-14 13:17:07 -07:00
murgatroid99 833652967c Replaced remaining references to 'listen' with 'start' 2015-08-14 11:09:04 -07:00
murgatroid99 6a710c00b7 Resolved merge conflicts with master 2015-08-14 11:02:32 -07:00
murgatroid99 4e0886684a Made deadline tests work 2015-08-14 10:48:45 -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
murgatroid99 dff79ef1d8 Added host override option for RPCs. Added optional params object 2015-08-03 15:18:23 -07:00
murgatroid99 ae7c9cc2bb Resolved merge conflicts 2015-07-30 16:24:06 -07:00
murgatroid99 1fa48701fc Resolved merge conflicts 2015-07-30 10:41:59 -07:00
Abhishek Kumar 2ffb148f44 Merge pull request #2679 from murgatroid99/node_explicit_insecure_channel
Make insecure channel/stub construction explicit
2015-07-30 10:10:52 -07:00
murgatroid99 a33965a0c0 Ensure that client generated methods don't conflict with other properties 2015-07-29 10:10:45 -07:00
murgatroid99 c6d3cb0dfe Wrap connectivity API, expose it to client as waitForReady 2015-07-28 15:18:57 -07:00
murgatroid99 d03da0cd75 Made binding a server to a port insecurely explicit 2015-07-27 16:13:28 -07:00
murgatroid99 eda1e5fb01 Added test that credential channel argument is required 2015-07-27 15:54:13 -07:00
murgatroid99 954538063c Made credentials an explicit required argument to channels 2015-07-27 14:56:40 -07:00
Craig Tiller 6c349209c9 Merge github.com:grpc/grpc into sometimes-its-good-just-to-check-in-with-each-other
Conflicts:
	src/core/iomgr/tcp_server_windows.c
2015-07-26 12:37:53 -07:00
jboeuf 5e263ddc80 Merge pull request #2605 from yang-g/fake_transport_security_to_private
Fake transport security to private
2015-07-24 21:30:35 -07:00
Jan Tattermusch f658e8f16c Merge pull request #2630 from murgatroid99/node_completion_key_names
Changed object keys to valid identifier names
2015-07-24 13:49:24 -07:00
murgatroid99 7693e6676b Exposed channel target and call peer in Node wrapper 2015-07-24 10:43:27 -07:00
Craig Tiller ddfc22f305 Merge github.com:grpc/grpc into sometimes-its-good-just-to-check-in-with-each-other 2015-07-23 11:28:16 -07:00
murgatroid99 7e26efc345 Changed object keys to valid identifier names 2015-07-23 10:40:19 -07:00
yang-g 00875bdf61 Fix node test. Remove all the server fake credentials references 2015-07-22 10:33:18 -07:00
murgatroid99 e363fe5aa8 Added user-agent setting code, and a test for it 2015-07-21 14:27:56 -07:00
murgatroid99 b57e588dcb Use more meaningful names for metadata keys in tests 2015-07-20 15:16:09 -07:00
Abhishek Kumar 2cc0578866 Merge pull request #2464 from murgatroid99/node_server_construction_change
Changed to newer, simpler server construction interface
2015-07-20 13:56:11 -07:00
murgatroid99 196f96c61e Added tests for UNKNOWN status when the handler does not specify 2015-07-17 13:06:15 -07:00
murgatroid99 f4c2b5a0ac Add tests for translating server handler errors to status objects 2015-07-17 11:26:54 -07:00
murgatroid99 b64a76716a Added test for echoing metadata 2015-07-16 13:33:23 -07:00
murgatroid99 afad0c0fca Changed to newer, simpler server construction interface 2015-07-15 17:01:49 -07:00
murgatroid99 e1eb8bd7ee Updated health check service with new changes 2015-07-08 15:24:42 -07:00
murgatroid99 e845408c68 Minor changes to match recent design changes 2015-07-07 16:11:47 -07:00
murgatroid99 da7a918376 Added some tests for the health check service 2015-07-06 12:12:27 -07:00
murgatroid99 35d83d25e1 Fixed handling of long values 2015-06-05 13:58:25 -07:00
murgatroid99 9c54277c6a Added tests for serializing and deserializing 64 bit values in proto messages 2015-06-05 13:50:04 -07:00
murgatroid99 c1c9a01783 Replaced underscore and underscore.string modules with lodash 2015-06-03 10:58:21 -07:00
Craig Tiller c7d18ccc2a Correctly handle reading the final message and then sending status 2015-05-19 21:54:40 -07:00
murgatroid99 18b727d54a Fixed server to handle invalid arguments without breaking 2015-05-19 09:51:26 -07:00
murgatroid99 06ddb92e9c Added failing tests for server bad argument handling 2015-05-18 16:52:47 -07:00
murgatroid99 58bc7eefa7 Added Node interop test for timeout_on_sleeping_server 2015-05-14 15:23:16 -07:00
murgatroid99 44e2358bbc Merge branch 'master' into node_fix_message_echo 2015-05-12 09:35:03 -07:00
murgatroid99 9fe2bde031 Added failing test that echos the request message 2015-05-11 14:27:39 -07:00
murgatroid99 8b05c4d6b3 Updated ProtoBuf.js dependency. Updated protos to proto3 2015-05-11 13:34:32 -07:00
murgatroid99 d718acee37 Added error events on client streams when the server is streaming 2015-05-06 16:46:19 -07:00
murgatroid99 6ff1f353e8 Added JSON option for gRPC file loading 2015-04-20 11:22:51 -07:00
murgatroid99 ea3589ee0b Fixed bugs in trailing metadata handling and math server example 2015-04-13 12:59:17 -07:00
murgatroid99 ab5d04afbf Reworded test case descriptions 2015-04-03 12:49:31 -07:00
murgatroid99 39cbce69ab Fixed proto syntax 2015-03-26 18:42:10 -07:00
murgatroid99 cdd9f17cf4 Finished adding trailing metadata tests 2015-03-26 15:19:54 -07:00
murgatroid99 9b4b90b3df Started adding support for trailing metadata 2015-03-26 10:07:15 -07:00
Tim Emiola af3c157d06 Merge pull request #1097 from murgatroid99/node_general_interface
Node general interface
2015-03-23 19:33:16 -07:00
murgatroid99 e84f7e6614 Added a test for generic client and server constructors 2015-03-19 11:16:48 -07:00
murgatroid99 36bbd0b706 Added functions to create generic servers and clients 2015-03-18 17:17:33 -07:00
murgatroid99 2cf57d08a1 Simplified some tests 2015-03-17 18:20:51 -07:00
murgatroid99 3544e15cef Changed call to only expect and return binary headers when key ends with '-bin' 2015-03-17 18:13:55 -07:00
murgatroid99 b0910a21f5 Fixed segfault by fixing scope issue 2015-03-09 16:09:55 -07:00
murgatroid99 04e03be338 Added more tests 2015-03-09 11:16:56 -07:00
Julien Boeuf d930d42b3c Verifying the peer name on the X509 Certs correctly.
- The SANs take precedence over the CN.
- The CN is only checked if there are no SANs.
- Fixing the tests as the test cert did not list *.test.google.com in
  the SANs. Will fix the test cert another time...
2015-02-23 16:41:26 -08:00