Craig Tiller
6b54221347
Merge github.com:grpc/grpc into metadata_filter
2017-01-17 08:13:14 -08:00
murgatroid99
4ea131cc4a
Merge branch 'master' into node_electron_build
2017-01-12 12:39:25 -08:00
Michael Lumish
06801bcbc2
Merge pull request #8981 from murgatroid99/node_glibcxx_compatibility
...
Replace usages of std::list with std::queue in Node extension
2017-01-11 16:30:37 -08:00
Craig Tiller
ee92e21526
Merge github.com:grpc/grpc into fix_errors
2017-01-06 13:59:30 -08:00
Eric Gribkoff
6c5a2dc668
Enable advanced Java interop tests.
...
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.
2017-01-06 09:16:29 -08:00
murgatroid99
8dcdee285d
Merge branch 'master' into node_electron_build
2017-01-04 15:43:02 -08:00
Craig Tiller
ce3b1befa9
Merge branch 'slice_with_exec_ctx' into metadata_filter
2016-12-27 08:59:00 -08:00
Nathaniel Manista
b74d3422b1
v1.0.x → master upmerge
...
Manual changes:
- Fixed use of Exception.message in _invalid_metadata_test.py
- Fixed merge of one_failed_as_unavailable in rpc_server_spec.rb
- Added "set -e" to generate_build_additions.sh
2016-12-16 23:48:52 +00:00
murgatroid99
6962aed6fa
Make event order consistent, and make 'end' and 'error' mutually exclusive
2016-12-13 18:05:33 -08:00
murgatroid99
12583421c7
Make Node extension work with slice changes
2016-12-12 17:40:22 -08:00
murgatroid99
0ea53cccdd
Perform quit operations in a useful order in Node perf tests
2016-12-06 14:18:21 -08:00
murgatroid99
bd31bf0baa
Replace usages of std::list with std::queue in Node extension
2016-12-06 11:00:39 -08:00
murgatroid99
f8e550ce4a
Merge branch 'master' into node_electron_build
2016-12-05 12:18:41 -08:00
murgatroid99
5c8df435fa
Add missing return
2016-12-01 10:59:52 -08:00
murgatroid99
15d4875138
Also propagate serialization errors in unary server responses
2016-12-01 10:30:35 -08:00
murgatroid99
d0402e0093
Node: correctly bubble up errors caused by non-serializable writes
2016-11-29 18:16:57 -08:00
murgatroid99
9579512d35
Make Node library compatible with lodash 3
2016-11-14 10:43:26 -08:00
murgatroid99
4ef1c5f130
Some slice and resource quota updates to UV and Node code
2016-11-09 15:12:22 -08:00
murgatroid99
48d662f2a5
Refactor uv/non-uv code in Node extension
2016-11-01 13:05:24 -07:00
murgatroid99
2299242811
Merge branch 'master' into node_electron_build
2016-11-01 11:13:58 -07:00
murgatroid99
b601e95c67
Add test scripts for electron
2016-11-01 11:05:02 -07:00
Craig Tiller
49c198784f
Merge github.com:grpc/grpc into grpc_slice
2016-10-31 14:42:53 -07:00
murgatroid99
22b2e81604
Merge remote-tracking branch 'upstream/v1.0.x' into v1.0.1_upmerge
2016-10-28 11:48:22 -07:00
Craig Tiller
de3e282363
Merge github.com:grpc/grpc into grpc_slice
2016-10-28 07:22:08 -07:00
Michael Lumish
be8fc813f9
Merge pull request #8419 from murgatroid99/node_express_benchmark
...
Add benchmark client and server for Node Express
2016-10-27 17:43:03 -07:00
Craig Tiller
963b340dda
s/GPR_SLICE/GRPC_SLICE/g
2016-10-26 21:08:10 -07:00
Craig Tiller
bcb4592ecb
Merge branch 'buffer_pools_for_realsies' into grpc_slice
2016-10-26 21:00:53 -07:00
Craig Tiller
d6813a8ee5
s/gpr_slice/grpc_slice, and move around tests, impls
2016-10-26 16:16:06 -07:00
Nicolas "Pixel" Noble
ead0505db5
Going 1.0.1.
2016-10-26 21:42:29 +02:00
murgatroid99
4f0ad464c0
Merge branch 'master' into node_electron_build
2016-10-26 10:31:14 -07:00
Noah Eisen
12b8b9f41d
Merge pull request #8449 from ncteisen/new_python_interop_tests
...
New python interop tests
2016-10-26 09:07:32 -07:00
Noah Eisen
ef116f0085
Remove status message check from node interop client
...
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.
2016-10-25 16:59:33 -07:00
murgatroid99
5eca1db662
Merge branch 'master' into uv_core_transport
2016-10-25 12:35:21 -07:00
Michael Lumish
0d67981587
Merge pull request #8220 from murgatroid99/node_remove_deprecated_function
...
Remove deprecated V8 function call in Node library
2016-10-25 08:57:52 -07:00
murgatroid99
f741272fd1
Remove deprecated V8 function call in Node library
2016-10-24 17:38:04 -07:00
murgatroid99
411c0193f0
Merge remote-tracking branch 'upstream/v1.0.x' into node_package_updates
2016-10-24 11:21:07 -07:00
Noah Eisen
6d754b22c5
added new test to interop_sanity_test.js
2016-10-24 11:11:54 -07:00
Noah Eisen
119fa4c33f
change unimplemented_method to unimplemented_service. Add real unimplemented_method test for node
2016-10-21 17:32:33 -07:00
murgatroid99
413bc731ed
Merge branch 'master' into uv_core_transport
2016-10-21 15:54:42 -07:00
Tim Ryan
cd84e7368a
Compiles with npm install --debug option.
2016-10-21 10:13:46 -07:00
Michael Lumish
4c016b1602
Merge pull request #8208 from tcr/master
...
Compiles with npm install --debug option.
2016-10-21 10:12:52 -07:00
murgatroid99
5280def201
Fix issues with express benchmark and synchronize package.json with template
2016-10-18 15:56:44 -07:00
murgatroid99
77318b1121
Create benchmark client and server for Node Express
2016-10-18 09:55:28 -07:00
murgatroid99
e91c2554e7
Merge branch 'master' into uv_core_transport
2016-10-12 16:41:38 -07:00
Jan Tattermusch
50ac0470f2
Merge pull request #8354 from grpc/v1.0.x
...
Upmerge doc changes from v1.0.x
2016-10-12 18:44:15 +02:00
Jan Tattermusch
6ad03503ec
Update README.md
2016-10-12 18:03:00 +02:00
Michael Lumish
b9a367290c
Fix how Node touches an internal core header
2016-10-07 14:49:05 -07:00
murgatroid99
84505a9335
UV tests pass on linux
2016-10-07 09:55:35 -07:00
murgatroid99
780c16a1bc
Remove deprecated V8 function call in Node library
2016-09-27 14:33:06 -07:00
Tim Ryan
82f490c237
Compiles with npm install --debug option.
2016-09-26 19:14:21 -04:00