aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/node/test/surface_test.js
Commit message (Expand)AuthorAge
* Merge branch 'master' of github.com:grpc/grpc into sync-async-plus-interfacesGravatar David Garcia Quintas2016-01-27
|\
| * Fix Node test lint errorGravatar murgatroid992016-01-20
|/
* update location of .protos in nodeGravatar Jan Tattermusch2015-12-07
* Refactored server.js and added a test to increase coverageGravatar murgatroid992015-12-07
* Added more tests, removed some unused code, fixed a bugGravatar murgatroid992015-10-13
* Added some more tests to increase coverageGravatar murgatroid992015-10-12
* Add some tests to increase coverage, fix some failuresGravatar murgatroid992015-10-12
* Resolved merge conflictsGravatar murgatroid992015-10-07
|\
| * Resolved merge conflictsGravatar murgatroid992015-10-07
| |\
* | \ Resolved merge conflictsGravatar murgatroid992015-10-07
|\ \ \ | | |/ | |/|
| * | Merge pull request #3625 from murgatroid99/node_single_install_stepGravatar Tim Emiola2015-10-07
| |\ \
* | | | Resolved merge conflicts with masterGravatar murgatroid992015-10-06
|\| | |
| | | * Fixed up Node tests after math folder moveGravatar murgatroid992015-10-06
| | |/ | |/|
| * | Re-implemented call propagation tests to avoid race conditionsGravatar murgatroid992015-10-05
| * | Removed a pair of racy Node testsGravatar murgatroid992015-10-05
| | * Moved gRPC node package root to repo root, made it depend on grpc.gypGravatar murgatroid992015-10-01
| |/
* / Reworked credentials surface API, added testGravatar murgatroid992015-09-25
|/
* Switched to using static functions for accessing Client propertiesGravatar murgatroid992015-08-28
* Merge branch 'master' into node_method_name_conflictsGravatar murgatroid992015-08-28
|\
* \ Merge branch 'master' into node_method_name_conflictsGravatar murgatroid992015-08-21
|\ \
| | * Added string value validation, modified key normalization and validationGravatar murgatroid992015-08-20
| | * Fixed test and lint errorsGravatar murgatroid992015-08-20
| | * Merge branch 'node_server_graceful_shutdown' into node_metadata_classGravatar murgatroid992015-08-20
| | |\
| | * | Added new Metadata class to abstract over internal representation and normali...Gravatar murgatroid992015-08-20
| |/ /
| | * Merge branch 'master' into node_server_graceful_shutdownGravatar murgatroid992015-08-18
| | |\ | | |/ | |/|
| | * Split server shutdown into tryShutdown and forceShutdownGravatar murgatroid992015-08-18
| * | Made deadline tests accept INTERNAL statusGravatar murgatroid992015-08-17
| |/
* | Resolved merge conflicts with masterGravatar murgatroid992015-08-14
|\ \
| | * Resolved merge conflicts with masterGravatar murgatroid992015-08-14
| | |\ | | |/ | |/|
| | * Made deadline tests workGravatar murgatroid992015-08-14
| | * Add parent call propagation API to Node libraryGravatar murgatroid992015-08-14
| * | Further fixed connectivity testsGravatar murgatroid992015-08-13
| * | Modified watchState functions to match C APIGravatar murgatroid992015-08-13
| * | Resolved merge conflicts with masterGravatar murgatroid992015-08-13
| |\|
* | | Resolved merge conflicts with masterGravatar murgatroid992015-08-12
|\ \ \ | | |/ | |/|
| | * Resolved merge conflictsGravatar murgatroid992015-07-30
| | |\
| * | \ Resolved merge conflictsGravatar murgatroid992015-07-30
| |\ \ \ | | | |/ | | |/|
| | * | Merge pull request #2679 from murgatroid99/node_explicit_insecure_channelGravatar Abhishek Kumar2015-07-30
| | |\ \
* | | | | Ensure that client generated methods don't conflict with other propertiesGravatar murgatroid992015-07-29
| |/ / / |/| | |
| | | * Wrap connectivity API, expose it to client as waitForReadyGravatar murgatroid992015-07-28
| |_|/ |/| |
| * | Made binding a server to a port insecurely explicitGravatar murgatroid992015-07-27
| | * Made credentials an explicit required argument to channelsGravatar murgatroid992015-07-27
| |/
* | Merge github.com:grpc/grpc into sometimes-its-good-just-to-check-in-with-each...Gravatar Craig Tiller2015-07-26
|\|
| * Exposed channel target and call peer in Node wrapperGravatar murgatroid992015-07-24
* | Merge github.com:grpc/grpc into sometimes-its-good-just-to-check-in-with-each...Gravatar Craig Tiller2015-07-23
|\|
| * Added user-agent setting code, and a test for itGravatar murgatroid992015-07-21
|/
* Use more meaningful names for metadata keys in testsGravatar murgatroid992015-07-20
* Merge pull request #2464 from murgatroid99/node_server_construction_changeGravatar Abhishek Kumar2015-07-20
|\
* | Added tests for UNKNOWN status when the handler does not specifyGravatar murgatroid992015-07-17
* | Add tests for translating server handler errors to status objectsGravatar murgatroid992015-07-17