aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/node/interop/interop_client.js
Commit message (Collapse)AuthorAge
* Remove status message check from node interop clientGravatar Noah Eisen2016-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 ↵Gravatar Noah Eisen2016-10-21
| | | | unimplemented_method test for node
* Merge pull request #6032 from murgatroid99/node_stress_clientGravatar Jan Tattermusch2016-04-01
|\ | | | | Node stress test client and metrics client
* | Update copyrightsGravatar Craig Tiller2016-03-31
| |
| * Node stress test clientGravatar murgatroid992016-03-30
|/
* Follow Node's callback-last convention for client callsGravatar murgatroid992016-03-21
|
* Fix race between parsing messages and receiving status in Node clientGravatar murgatroid992016-03-04
|
* Updated copyrightsGravatar murgatroid992016-01-12
|
* Update some wrapped stuffGravatar Craig Tiller2016-01-07
|
* Make Node interop client use default roots file pathGravatar murgatroid992015-10-22
|
* Add some tests to increase coverage, fix some failuresGravatar murgatroid992015-10-12
|
* Fixed some issues with the testsGravatar murgatroid992015-10-09
|
* Fix a couple of issues with the node interop clientGravatar murgatroid992015-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 compressionGravatar murgatroid992015-10-08
|
* Made Node interop client use all specified command line flagsGravatar murgatroid992015-10-08
|
* Resolved merge conflictsGravatar murgatroid992015-10-07
|\
| * Merge pull request #3625 from murgatroid99/node_single_install_stepGravatar Tim Emiola2015-10-07
| |\ | | | | | | Node single install step
* | | Resolved merge conflictsGravatar murgatroid992015-10-07
|\| |
| * | Merge branch 'master' into node_interop_echo_metadataGravatar murgatroid992015-10-06
| |\ \
| | | * Moved gRPC node package root to repo root, made it depend on grpc.gypGravatar murgatroid992015-10-01
| | |/
* | | Split Credentials into two typesGravatar murgatroid992015-09-30
| | |
* | | Fixed some issues with new credential codeGravatar murgatroid992015-09-28
| | |
* | | Reworked credentials surface API, added testGravatar murgatroid992015-09-25
| |/ |/|
| * Merge branch 'master' into node_interop_echo_metadataGravatar murgatroid992015-09-02
| |\
* | | Fix bugs that were causing auth interop tests to failGravatar murgatroid992015-09-01
| |/ |/|
* | Switched to using static functions for accessing Client propertiesGravatar murgatroid992015-08-28
| |
* | Merge branch 'master' into node_method_name_conflictsGravatar murgatroid992015-08-28
|\ \
| | * Fixed the testsGravatar murgatroid992015-08-27
| | |
| | * Add metadata echo functionality to interop server, and corresponding interop ↵Gravatar murgatroid992015-08-27
| |/ | | | | | | test
* | Changed prefixed Client properties to distinguish private and public propertiesGravatar murgatroid992015-08-21
| |
* | Merge branch 'master' into node_method_name_conflictsGravatar murgatroid992015-08-21
|\ \
| | * Added new Metadata class to abstract over internal representation and ↵Gravatar murgatroid992015-08-20
| |/ | | | | | | normalize keys
| * Made deadline tests accept INTERNAL statusGravatar murgatroid992015-08-17
| |
* | Resolved merge conflicts with masterGravatar murgatroid992015-08-12
|\|
| * Merge pull request #2901 from murgatroid99/node_fix_auth_interopGravatar Jan Tattermusch2015-08-12
| |\ | | | | | | Node fix auth interop
| | * Fixed failing cloud-to-prod auth interop testsGravatar murgatroid992015-08-12
| | |
| * | Fixed lint errorsGravatar murgatroid992015-08-11
| | |
| * | Resolved merge conflicts with masterGravatar murgatroid992015-08-11
| |\|
| | * Merge pull request #2715 from murgatroid99/node_interop_client_simplifyGravatar Tim Emiola2015-08-11
| | |\ | | | | | | | | Eliminated some redundant checks in the Node interop client
| * | | Added host override option for RPCs. Added optional params objectGravatar murgatroid992015-08-03
| |/ /
| | * Eliminated some redundant checks in the Node interop clientGravatar murgatroid992015-07-29
| | |
* | | Missed oneGravatar murgatroid992015-07-29
| |/ |/|
| * Made credentials an explicit required argument to channelsGravatar murgatroid992015-07-27
|/
* Removed now-incorrect asserts in oauth testGravatar murgatroid992015-07-20
|
* Removed unnecessary arguments from auth messageGravatar murgatroid992015-07-20
|
* Added oauth2_auth_token and per_rpc_creds Node interop testsGravatar murgatroid992015-07-20
|
* Replaced underscore and underscore.string modules with lodashGravatar murgatroid992015-06-03
|
* Fixed ordering assumptions in server_streaming interop testGravatar murgatroid992015-05-22
|
* Merge pull request #1607 from murgatroid99/node_timeout_interop_testGravatar Tim Emiola2015-05-15
|\ | | | | Added Node interop test for timeout_on_sleeping_server
| * Removed response typeGravatar murgatroid992015-05-14
| |