Commit Graph

1278 Commits

Author SHA1 Message Date
Nicolas "Pixel" Noble fc8597ae52 Adding few stray files. 2017-09-13 02:06:15 +02:00
Nicolas "Pixel" Noble 358bf58b1d Updating grpc submodule. 2017-09-13 02:00:37 +02:00
Nicolas "Pixel" Noble 3b686ebe16 Builds. 2017-09-13 01:31:45 +02:00
Nicolas "Pixel" Noble 16382ee7ca Moving package.json paths. 2017-09-13 00:52:31 +02:00
Nicolas "Pixel" Noble 8145b7f647 Copying node-specific templates from grpc. 2017-09-12 23:49:26 +02:00
Nicolas "Pixel" Noble 114556b451 Adding generate_projects for our templates. 2017-09-12 23:48:32 +02:00
Nicolas "Pixel" Noble 8fc85db17e Adding grpc as a submodule. 2017-09-12 23:47:48 +02:00
murgatroid99 d6f3661193 Ensure gulp is only installed at root so that gulpfiles all use the same instance 2017-09-12 13:28:06 -07:00
murgatroid99 d6ec9fbbef Remove test package, fix some gulpfile issues 2017-09-12 13:22:43 -07:00
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