Michael Lumish
|
1cf22b7618
|
Merge pull request #20 from murgatroid99/native_subpackages_move
Move grpc-tools and grpc-health-check into the packages directory
|
2017-09-12 12:30:50 -07:00 |
Michael Lumish
|
7e7bb2794e
|
Merge pull request #22 from murgatroid99/readme_updates
Update README with information about the newly moved code
|
2017-09-12 11:27:53 -07:00 |
murgatroid99
|
627ca521ad
|
Update README with information about the newly moved code
|
2017-09-12 11:18:44 -07:00 |
murgatroid99
|
16ad6e14aa
|
Fix up some package.json issues
|
2017-09-12 10:27:29 -07:00 |
murgatroid99
|
739e31a437
|
Move interop, performance, and stress tests out of the native package
|
2017-09-11 18:16:04 -07:00 |
murgatroid99
|
990f082f00
|
Move grpc-tools and grpc-health-check into the packages directory
|
2017-09-11 18:14:37 -07:00 |
Michael Lumish
|
ccb32a9716
|
Merge pull request #17 from nicolasnoble/subtree-graft
Native core subtree graft - attempt #2
|
2017-09-11 16:40:52 -07:00 |
Nicolas "Pixel" Noble
|
70d8dd5a51
|
Merge branch 'master' of ../grpc-node-core into subtree-graft
|
2017-09-12 01:34:29 +02:00 |
Nicolas "Pixel" Noble
|
3b0b6f5735
|
Moving files into their new location.
|
2017-09-12 01:33:18 +02:00 |
Kelvin Jin
|
e302400a8a
|
Call Stream Unit Tests (#12)
PR-URL: #12
|
2017-09-01 19:08:28 -07:00 |
Kelvin Jin
|
0774aafb01
|
slight gulpfile changes (#16)
|
2017-08-31 17:18:39 -07:00 |
Michael Lumish
|
7de87642fe
|
Merge pull request #14 from murgatroid99/package_directories
Move current code to packages/grpc-js-core
|
2017-08-31 14:59:13 -07:00 |
murgatroid99
|
56e98d7218
|
Move current code to packages/grpc-js-core, and fix up scripts and directory references
|
2017-08-31 14:08:55 -07:00 |
Michael Lumish
|
3edaace28f
|
Merge pull request #13 from murgatroid99/index_file
Add an index file that exposes the public API
|
2017-08-29 14:20:45 -07:00 |
murgatroid99
|
ab4cb93ec8
|
Add an index file that exposes the public API
|
2017-08-29 13:24:05 -07:00 |
Michael Lumish
|
41542a5691
|
Merge pull request #10 from murgatroid99/http2_wrapping_code
Channel and CallStream implementation
|
2017-08-29 12:37:50 -07:00 |
murgatroid99
|
c03be4a711
|
Fix event name
|
2017-08-29 11:31:17 -07:00 |
murgatroid99
|
a3c1136fb4
|
Lint and format
|
2017-08-29 10:27:42 -07:00 |
murgatroid99
|
f012088ecc
|
Resolve comments
|
2017-08-28 14:38:30 -07:00 |
murgatroid99
|
57e78eb9d6
|
Fix existing tests
|
2017-08-24 18:30:13 -07:00 |
murgatroid99
|
4328808943
|
Finished initial Channel and CallStream implementations
|
2017-08-24 18:01:40 -07:00 |
murgatroid99
|
a6e3597697
|
Merge branch 'master' into http2_wrapping_code
|
2017-08-24 12:29:47 -07:00 |
murgatroid99
|
a1c5af652d
|
Added most of the channel and call-stream implementations, plus filters
|
2017-08-24 12:29:28 -07:00 |
Michael Lumish
|
a7a221298c
|
Merge pull request #9 from kjin/metadata
Add metadata + tests
|
2017-08-24 12:29:01 -07:00 |
Kelvin Jin
|
fb38744985
|
Add fromHttp2Headers
|
2017-08-23 10:51:37 -07:00 |
Kelvin Jin
|
95827662b4
|
add newline
|
2017-08-17 14:09:59 -07:00 |
Kelvin Jin
|
ae20e248ea
|
Modifying call credentials to reflect metadata changes
|
2017-08-17 14:07:43 -07:00 |
Kelvin Jin
|
9403167d5f
|
add toHttp2Headers
|
2017-08-17 14:00:19 -07:00 |
Kelvin Jin
|
44b97e660b
|
Use regexes to validate metadata
|
2017-08-17 13:59:50 -07:00 |
Kelvin Jin
|
0a1eb630f3
|
add Metadata#merge
|
2017-08-17 13:59:50 -07:00 |
Kelvin Jin
|
72f4bf4795
|
Added comments
|
2017-08-17 13:59:50 -07:00 |
Kelvin Jin
|
ac1bb50f7e
|
Add metadata + tests
|
2017-08-17 13:59:50 -07:00 |
Kelvin Jin
|
b2dc9dd53e
|
Add Call & Channel Credentials, and accompanying tests (#7)
* Add ChannelCredential tests
* Work on channel credentials
* Remove context.context checks
* Make call credentials an interface
* Write comments for call credentials
* fixtures comment in test-channel-credentials
* small changes
* Address name change comment
* define metadata interface
* Call credentials
* Reorganize channel-credentials file
* Composed call credentials tests
* Simplified CallCredentials composition
* Use async.parallel in call-credentials
|
2017-08-17 13:56:37 -07:00 |
David Garcia Quintas
|
b0d51a2c76
|
First upmerge after v1.6.x branch cut
|
2017-08-17 13:33:01 -07:00 |
David Garcia Quintas
|
a37737eb0c
|
Version bump to 1.6
|
2017-08-16 21:01:30 -07:00 |
David Garcia Quintas
|
6da5b408ef
|
Master version bump to 1.7.x
|
2017-08-16 20:59:05 -07:00 |
murgatroid99
|
3c36d7a94c
|
Work in progress channel implementation
|
2017-08-16 13:43:31 -07:00 |
Michael Lumish
|
54f90fa7d1
|
Merge pull request #8 from murgatroid99/client_impl
Add simple implementations for client and call classes
|
2017-08-15 15:43:16 -07:00 |
murgatroid99
|
f8f2c9ac32
|
Add simple implementations for client and call classes
|
2017-08-11 14:23:37 -07:00 |
Michael Lumish
|
c07fc056cb
|
Merge pull request #6 from kjin/gulper
More Gulp task changes
|
2017-08-11 13:22:55 -07:00 |
Kelvin Jin
|
ceeccb783f
|
Use gulp-help and allow multiple --file params
|
2017-08-11 12:36:07 -07:00 |
Kelvin Jin
|
dcc18ee2e7
|
include top-level file in transpilation
|
2017-08-09 17:08:11 -07:00 |
Kelvin Jin
|
a49c05ba00
|
more precise options
|
2017-08-09 12:31:07 -07:00 |
Kelvin Jin
|
4ee475112c
|
fix tslint path
|
2017-08-08 18:18:20 -07:00 |
Kelvin Jin
|
9a99262990
|
More gulp config
|
2017-08-08 17:57:11 -07:00 |
Michael Lumish
|
2ce605399b
|
Merge pull request #12003 from murgatroid99/node_fix_batch_argument_segfault
Node: fix segfault with incorrect status argument types
|
2017-08-08 16:12:21 -07:00 |
Kelvin Jin
|
a78e92ab89
|
Add mocha and gulp test tasks (#5)
|
2017-08-07 16:11:42 -07:00 |
Nicolas Noble
|
32488994ee
|
Merge pull request #4 from murgatroid99/readme_message_improvement
Rewrite README, separate current state information from plan information
|
2017-08-07 15:15:24 -07:00 |
murgatroid99
|
37e3518ff7
|
Rewrite README, separate current state information from plan information
|
2017-08-04 11:02:10 -07:00 |
Nicolas Noble
|
489260ddc0
|
Merge pull request #3 from grpc/readme-rephrase
Rephrasing a bit.
|
2017-08-04 10:30:35 -07:00 |