aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/node/test
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.
* Split tests more granularlyGravatar murgatroid992017-08-01
|
* Node: fix segfault with incorrect status argument typesGravatar murgatroid992017-07-31
|
* Add cancellation to asynchronous security APIs.Gravatar Mark D. Roth2017-07-21
|
* 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
| |
* | fix remaining license noticesGravatar Jan Tattermusch2017-06-08
| |
* | auto-fix most of licensesGravatar Jan Tattermusch2017-06-08
|/
* Fix node cancellation testsGravatar murgatroid992017-05-25
|
* Merge remote-tracking branch 'upstream/v1.3.x' into master_1.3.x_upmergeGravatar murgatroid992017-05-25
|\
| * Add more null checks to call methodsGravatar murgatroid992017-05-25
| |
* | Upmerge from v1.3.x branch to masterGravatar Stanley Cheung2017-05-17
|\|
* | Move gRPC constants to js file to include them in generated documentationGravatar murgatroid992017-05-10
| |
| * Switch Protobuf.js dependency back to version 5Gravatar murgatroid992017-05-02
|/
* Merge remote-tracking branch 'upstream/v1.2.x' into upmerge_1.2.4Gravatar murgatroid992017-04-13
|\
* | Fix a couple of issues with the use of the Protobuf.js APIGravatar murgatroid992017-04-04
| |
* | Merge branch 'master' into node_protobuf_js_6_upgradeGravatar Michael Lumish2017-03-24
|\|
* | Add enumsAsStrings option, as the original upgrade PR didGravatar murgatroid992017-03-23
| |
* | Improve ProtoBuf.js version heuristic, add tests for oneof decodingGravatar murgatroid992017-03-21
| |
* | Ensure arguments are validated before they are serialized, unskip some testsGravatar murgatroid992017-03-20
| |
* | 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
|/
* Merge branch 'master' into uv_core_transportGravatar murgatroid992016-10-25
|\
| * added new test to interop_sanity_test.jsGravatar Noah Eisen2016-10-24
| |
* | Add a libuv endpoint to the C core, for use in the Node libraryGravatar murgatroid992016-09-16
|/
* Fix error handling authentication errors with non-numeric error codesGravatar murgatroid992016-08-02
|
* Split Node health check code into a separate package and make it use static ↵Gravatar murgatroid992016-07-01
| | | | codegen
* Re-enable two Node credentials testsGravatar murgatroid992016-06-28
|
* Added comments to node generation, also refactored some plugin codeGravatar murgatroid992016-05-20
|
* node: fix math server minor bugGravatar Stanley Cheung2016-05-06
|
* Make Node servers warn instead of fail when a method is missing a handlerGravatar murgatroid992016-04-27
|
* Added file that lets generated code import grpcGravatar murgatroid992016-04-20
|
* Use math test to test generated codeGravatar murgatroid992016-04-20
|
* 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
| |
| * Fixed copyrightGravatar murgatroid992016-03-21
| |
| * 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
|
* Sanitize filesGravatar murgatroid992016-02-17
|
* Add tests and documentation for new optionsGravatar murgatroid992016-02-17
|
* Merge branch 'master' of github.com:grpc/grpc into sync-async-plus-interfacesGravatar David Garcia Quintas2016-01-27
|\
| * Merge branch 'master' into node_binary_precompileGravatar murgatroid992016-01-26
| |\ | |/ |/|