Commit Graph

3288 Commits

Author SHA1 Message Date
Michael Lumish 9ac919a4ff Merge pull request #26 from murgatroid99/native_core_test_fixes
Get tests from the C-based library working and add corresponding gulp tasks
2017-09-13 14:32:06 -07:00
murgatroid99 0fe5704ad7 Get tests from the C-based library working and add corresponding gulp tasks 2017-09-13 13:54:13 -07:00
Michael Lumish ec5492d25f Merge pull request #23 from murgatroid99/package_gulp_fixes
Ensure gulp is only installed at root
2017-09-13 10:11:38 -07:00
murgatroid99 7990c864dd Merge branch 'master' into package_gulp_fixes 2017-09-13 09:40:35 -07:00
murgatroid99 9bfb7cf664 Fix missing comma in health check package.json 2017-09-13 09:37:01 -07:00
Michael Lumish f62cf60b21 Merge pull request #19 from murgatroid99/interop_test_move
Move interop, performance, and stress tests out of the native package
2017-09-13 09:35:54 -07:00
Nicolas Noble b9caec688e Merge pull request #24 from nicolasnoble/extra-files
Adding few stray files.
2017-09-12 17:22:00 -07:00
Nicolas Noble f2a42c1551 Merge pull request #18 from nicolasnoble/making-node-work-again
Making the native code work again.
2017-09-12 17:19:01 -07:00
Nicolas Noble ecb49db369 Merge pull request #25 from grpc/readme-links
Adding links to package names.
2017-09-12 17:17:36 -07:00
Nicolas Noble 5d031d22bd Update README.md 2017-09-12 17:08:05 -07:00
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