aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/node/test/surface_test.js
Commit message (Collapse)AuthorAge
* Remove src/node and references to itGravatar murgatroid992017-10-25
| | | | | | This removes all of the node code and tests from the repo, along with the scripts for running Node unit tests, performance tests, and artifact builds. The scripts for running tests from the grpc-node repository are untouched.
* Merge remote-tracking branch 'upstream/v1.4.x' into master_1.4.1_upmergeGravatar murgatroid992017-07-06
|\
| * Fix racy Node reconnect testGravatar murgatroid992017-06-19
| |
* | Merge remote-tracking branch 'upstream/v1.4.x' into upmerge_1.4.xGravatar murgatroid992017-06-15
|\|
| * Node: add test for reconnecting client after server restartGravatar murgatroid992017-06-09
| |
* | auto-fix most of licensesGravatar Jan Tattermusch2017-06-08
|/
* Fix node cancellation testsGravatar murgatroid992017-05-25
|
* Add more null checks to call methodsGravatar murgatroid992017-05-25
|
* Switch Protobuf.js dependency back to version 5Gravatar murgatroid992017-05-02
|
* Merge branch 'master' into node_protobuf_js_6_upgradeGravatar Michael Lumish2017-03-24
|\
* | Autodetect ProtoBuf.js version in grpc.loadObjectGravatar murgatroid992017-03-17
| |
* | Upgrade Node dependency on Protobuf.js to version 6Gravatar murgatroid992017-03-17
| |
| * Node add service: allow exact match to name in proto file, improve error ↵Gravatar murgatroid992017-03-10
|/ | | | reporting
* Node: fix handling/propagation of server-side serialization errorsGravatar murgatroid992017-02-02
|
* Merge branch 'master' into node_electron_buildGravatar murgatroid992017-01-04
|\
| * Make event order consistent, and make 'end' and 'error' mutually exclusiveGravatar murgatroid992016-12-13
| |
* | Add test scripts for electronGravatar murgatroid992016-11-01
|/
* Make Node servers warn instead of fail when a method is missing a handlerGravatar murgatroid992016-04-27
|
* Update copyrightsGravatar Craig Tiller2016-03-31
|
* Merge pull request #5900 from murgatroid99/node_callback_conventionGravatar Nicolas Noble2016-03-28
|\ | | | | Follow Node's callback-last convention for client calls
* | Fix Node status code usage to match specGravatar murgatroid992016-03-23
| |
| * 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
|
* 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
| |\ \ | | | | | | | | Node single install step
* | | | 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 ↵Gravatar murgatroid992015-08-20
| |/ / | | | | | | | | | normalize keys
| | * 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
| |/