Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Upgrade Node dependency on Protobuf.js to version 6 | murgatroid99 | 2017-03-17 |
| | |||
* | Enable advanced Java interop tests. | Eric Gribkoff | 2017-01-06 |
| | | | | | | | | | | | Add response parameters to custom_metadata streaming request for Node and PHP clients. The Java server does not respond with separate initial and trailing metadata when there is no response data - it is only emiting the requested trailing metadata. Adding the response parameters to the test (in accordance with the specification) avoids this, but I will open a separate issue to investigate the Java behavior. | ||
* | Remove status message check from node interop client | Noah Eisen | 2016-10-25 |
| | | | | | | The node interop client was checking that the status message for the test unimplemented_method was an empty string. This behavior is not guaranteed, and thus the check should be removed. | ||
* | change unimplemented_method to unimplemented_service. Add real ↵ | Noah Eisen | 2016-10-21 |
| | | | | unimplemented_method test for node | ||
* | updated node interop server | David Garcia Quintas | 2016-06-21 |
| | |||
* | Merge pull request #6032 from murgatroid99/node_stress_client | Jan Tattermusch | 2016-04-01 |
|\ | | | | | Node stress test client and metrics client | ||
* | | Update copyrights | Craig Tiller | 2016-03-31 |
| | | |||
| * | Node stress test client | murgatroid99 | 2016-03-30 |
|/ | |||
* | Follow Node's callback-last convention for client calls | murgatroid99 | 2016-03-21 |
| | |||
* | Fix race between parsing messages and receiving status in Node client | murgatroid99 | 2016-03-04 |
| | |||
* | Added back trailing newlines | David Garcia Quintas | 2016-01-14 |
| | |||
* | Update copyrights | murgatroid99 | 2016-01-13 |
| | |||
* | Merge branch 'master' into release-0_12_master_merge | murgatroid99 | 2016-01-13 |
|\ | |||
| * | Updated copyrights | murgatroid99 | 2016-01-12 |
| | | |||
| * | Update some wrapped stuff | Craig Tiller | 2016-01-07 |
| | | |||
* | | Fixed a too-long line in a file | murgatroid99 | 2016-01-04 |
|/ | |||
* | Added support for ResponseParameters.interval_us to the Node interop server | murgatroid99 | 2015-12-11 |
| | |||
* | Make Node interop client use default roots file path | murgatroid99 | 2015-10-22 |
| | |||
* | Add some tests to increase coverage, fix some failures | murgatroid99 | 2015-10-12 |
| | |||
* | Revert "Added interval_us delay in Node interop server" | murgatroid99 | 2015-10-09 |
| | | | | This reverts commit 83815eab40568e142f05376dae48c2cef41bfefd. | ||
* | Fixed some issues with the tests | murgatroid99 | 2015-10-09 |
| | |||
* | Fix a couple of issues with the node interop client | murgatroid99 | 2015-10-09 |
| | | | | | This fixes how the node interop client handles authentication failure and how it checks the service account email responses. | ||
* | Added remaining implementable node interop tests, except compression | murgatroid99 | 2015-10-08 |
| | |||
* | Made Node interop client use all specified command line flags | murgatroid99 | 2015-10-08 |
| | |||
* | Added interval_us delay in Node interop server | murgatroid99 | 2015-10-08 |
| | |||
* | Add incompressible responses and status echoing to Node interop server | murgatroid99 | 2015-10-07 |
| | |||
* | Resolved merge conflicts | murgatroid99 | 2015-10-07 |
|\ | |||
| * | Merge pull request #3625 from murgatroid99/node_single_install_step | Tim Emiola | 2015-10-07 |
| |\ | | | | | | | Node single install step | ||
* | | | Resolved merge conflicts | murgatroid99 | 2015-10-07 |
|\| | | |||
| * | | Merge branch 'master' into node_interop_echo_metadata | murgatroid99 | 2015-10-06 |
| |\ \ | |||
| | | * | Moved gRPC node package root to repo root, made it depend on grpc.gyp | murgatroid99 | 2015-10-01 |
| | |/ | |||
* | | | Split Credentials into two types | murgatroid99 | 2015-09-30 |
| | | | |||
* | | | Fixed some issues with new credential code | murgatroid99 | 2015-09-28 |
| | | | |||
* | | | Reworked credentials surface API, added test | murgatroid99 | 2015-09-25 |
| |/ |/| | |||
* | | Drop issue 527 TODOs for interop specification | Nathaniel Manista | 2015-09-23 |
| | | | | | | | | | | The UnaryCall interop test is now adequately specified in doc/interop-test-descriptions.md. | ||
| * | Merge branch 'master' into node_interop_echo_metadata | murgatroid99 | 2015-09-02 |
| |\ | |||
* | | | Fix bugs that were causing auth interop tests to fail | murgatroid99 | 2015-09-01 |
| |/ |/| | |||
* | | Switched to using static functions for accessing Client properties | murgatroid99 | 2015-08-28 |
| | | |||
* | | Merge branch 'master' into node_method_name_conflicts | murgatroid99 | 2015-08-28 |
|\ \ | |||
| * \ | Merge pull request #3012 from murgatroid99/node_metadata_class | Tim Emiola | 2015-08-28 |
| |\ \ | | | | | | | | | Replace metadata objects with a Metadata class | ||
| | | * | Fixed the tests | murgatroid99 | 2015-08-27 |
| | | | | |||
| | | * | Add metadata echo functionality to interop server, and corresponding interop ↵ | murgatroid99 | 2015-08-27 |
| | | | | | | | | | | | | | | | | test | ||
| | | * | Merge branch 'node_metadata_class' into node_interop_echo_metadata | murgatroid99 | 2015-08-26 |
| | |/| | |/|/ | |||
* | | | Changed prefixed Client properties to distinguish private and public properties | murgatroid99 | 2015-08-21 |
| | | | |||
* | | | Merge branch 'master' into node_method_name_conflicts | murgatroid99 | 2015-08-21 |
|\ \ \ | |||
| | | * | Added new Metadata class to abstract over internal representation and ↵ | murgatroid99 | 2015-08-20 |
| | |/ | |/| | | | | | | | normalize keys | ||
| | * | Fixed tests | murgatroid99 | 2015-08-19 |
| | | | |||
| | * | Modified server SSL certs to allow multiple pairs and force_client_auth flag | murgatroid99 | 2015-08-19 |
| |/ | |||
| * | Made deadline tests accept INTERNAL status | murgatroid99 | 2015-08-17 |
| | | |||
* | | Resolved merge conflicts with master | murgatroid99 | 2015-08-14 |
|\| |