Commit Graph

197 Commits

Author SHA1 Message Date
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
murgatroid99 1b56bf8523 Fixed lint errors 2015-02-19 14:37:18 -08:00
murgatroid99 9910878852 Merge branch 'master' into node_auth_integration 2015-02-18 15:08:32 -08:00
murgatroid99 924cd36e18 Added interop support for default root SSL certs 2015-02-18 10:21:57 -08:00
Craig Tiller b56ee7c871 Add missing new-lines at end of file 2015-02-18 09:25:21 -08:00
Craig Tiller 42af13c956 Update copyright to 2015 2015-02-18 08:34:56 -08:00
murgatroid99 5bcc358e53 Last test now passes 2015-02-12 13:58:24 -08:00
murgatroid99 7f654db5b8 Removed extra log lines 2015-02-12 13:32:18 -08:00
murgatroid99 312bab200a All tests but one now pass against new API 2015-02-12 13:28:25 -08:00
murgatroid99 4dd6c09968 Fixed most of surface tests 2015-02-12 12:21:15 -08:00
murgatroid99 d35c92d473 Fixed end to end tests 2015-02-11 16:19:55 -08:00
murgatroid99 5bbb836abb More end to end test debugging 2015-02-11 09:26:25 -08:00
murgatroid99 f1da0156b7 Fixed end-to-end tests for new changes 2015-02-10 09:16:49 -08:00
murgatroid99 6f8dde55cc Extension module now compiles and some tests pass 2015-02-09 15:55:10 -08:00
murgatroid99 745eb32e04 Added handling for unimplemeneted methods on the server 2015-01-30 14:13:11 -08:00
murgatroid99 04d01608f6 Added cancellation interop tests to Node interop client 2015-01-29 14:32:56 -08:00
murgatroid99 0549a0d16e Added API for servers to provide metadata 2015-01-29 11:44:46 -08:00
murgatroid99 b4059c1f33 Changed low-level metadata API to be more reasonable 2015-01-28 15:36:27 -08:00
murgatroid99 08c3aae007 Finished fixing the tests 2015-01-27 09:18:30 -08:00
murgatroid99 93facf2c41 Fixed tests by properly half-closing 2015-01-26 18:20:44 -08:00
murgatroid99 2faae54c0b Removed all uses of highland 2015-01-26 18:12:30 -08:00
murgatroid99 6d6606be80 Fixed file references to match moved files 2015-01-26 17:17:59 -08:00
murgatroid99 0cf149b283 Refactored other tests 2015-01-26 14:40:27 -08:00
murgatroid99 f5e13dba4f Refactored tests to avoid hanging 2015-01-26 14:31:03 -08:00
murgatroid99 ed731519c6 Added cancel to client APIs and cancelled event to server APIs 2015-01-26 14:11:18 -08:00
murgatroid99 b8b34fdaed Added missing server shutdown to interop test runner 2015-01-26 10:45:49 -08:00
murgatroid99 9ce69b7b06 Removed some duplicate stream code 2015-01-23 14:52:01 -08:00
murgatroid99 e8fcd8b05b Skiped currently failing test 2015-01-23 11:08:45 -08:00
murgatroid99 be555df5b0 Resolved merge conflict with upstream/master 2015-01-21 17:33:53 -08:00
murgatroid99 db0fe64363 Resolved merge conflicts with master 2015-01-21 17:12:04 -08:00
murgatroid99 6daa495c6c Merge branch 'master' into node_remove_byte_streams 2015-01-21 16:06:21 -08:00
murgatroid99 dae42a5f92 Switched binary stream to object stream 2015-01-21 13:43:39 -08:00
murgatroid99 61d9ffb231 Modified interop tests to handle binding to port 0 2015-01-21 12:12:39 -08:00
murgatroid99 44220eb996 Merge branch 'master' into node_bind_port_zero 2015-01-21 12:05:36 -08:00
murgatroid99 6be3712bb4 Removed port_picker and bound to port 0 in tests instead 2015-01-21 11:55:39 -08:00
murgatroid99 4c59f605fe Added TLS support to interop tests 2015-01-21 10:30:36 -08:00
murgatroid99 e3f3c2184e Added and fixed interop tests 2015-01-20 18:06:43 -08:00
murgatroid99 db205efc67 Added interop client and server 2015-01-20 15:59:43 -08:00
Craig Tiller 00993de85a Merge branch 'new_invoke_api' of github.com:google/grpc into update-api 2015-01-16 15:24:17 -08:00
murgatroid99 23153cedbe Made method names more idiomatically cased for clients and servers 2015-01-16 14:22:14 -08:00
murgatroid99 ee451992b8 Updated to new call.invoke API 2015-01-15 15:45:55 -08:00
murgatroid99 215e76570a Added code generation for clients and servers 2015-01-15 14:06:56 -08:00
murgatroid99 88bf4e0e9f Fixed a typo 2015-01-13 17:21:31 -08:00
murgatroid99 4a8b214c54 Fixed typo 2015-01-13 16:03:16 -08:00
murgatroid99 bc7ff9ffe6 Modified math client to more closely resemble generated code 2015-01-13 14:21:13 -08:00
murgatroid99 823fee890a Added LICENSE header to all files 2015-01-12 18:25:58 -08:00
murgatroid99 a279fbd49c Removed temp files 2015-01-12 18:15:42 -08:00
murgatroid99 a9b57ed10f Clean commit of Node.js library source 2015-01-12 18:14:35 -08:00