Commit Graph

86 Commits

Author SHA1 Message Date
Kelvin Jin 9f0e496ad8
Merge pull request #134 from kjin/grpc-js-core-work-4
grpc-js-core: merge all eventemitter overloads
2018-01-09 14:56:58 -05:00
Kelvin Jin d9d99977e5
Merge pull request #132 from kjin/grpc-js-core-work-3
grpc-js-core: prevent callback before 'end' event and handle eos headers as trailers
2018-01-09 14:35:57 -05:00
Kelvin Jin 7f0b5b96f7 grpc-js-core: don't use local emitter vars 2018-01-09 11:32:26 -08:00
Kelvin Jin 22438ae678 grpc-js-core: rename streamClosed event to close 2017-12-20 15:53:58 -08:00
Kelvin Jin aea5bf82e5 grpc-js-core: handle eos headers as trailers 2017-12-20 15:53:58 -08:00
Kelvin Jin cc231f1f67 grpc-js-core: merge all eventemitter overloads 2017-12-20 14:11:15 -08:00
Kelvin Jin da73a0fff0 grpc-js-core: emit status on client stream calls 2017-12-19 17:01:06 -08:00
Kelvin Jin ea92b1b16c grpc-js-core: fixes for interop test 2017-12-19 17:01:06 -08:00
Kelvin Jin 6ec3091273 grpc-js-core: unref http2 client socket 2017-12-19 17:01:06 -08:00
Kelvin Jin d060cea5e9 grpc-js-core: fixing credentials functions 2017-12-19 17:01:06 -08:00
Kelvin Jin ad8aa54fd6 simplify gulp commands in package directories 2017-12-14 16:41:24 -08:00
Kelvin Jin b7eb3d6988 grpc-js-core: various fixes 2017-12-07 14:52:38 -08:00
Kelvin Jin 09cb531f9b grpc-js-core: prepend protocol before creating URL object from address 2017-12-07 14:52:38 -08:00
Kelvin Jin 58206feb3f grpc-js-core: compiler error fixes 2017-12-07 14:52:38 -08:00
murgatroid99 8ece79c8af Changes from PR comments 2017-11-02 10:03:29 -07:00
murgatroid99 9fcee91822 Fix channel state code and add backoff code 2017-11-01 10:45:11 -07:00
Kelvin Jin 94eca58f5d try new links 2017-10-25 13:15:59 -07:00
murgatroid99 1f976921ed Fix a couple of gulpfile issues, don't create some links for now 2017-10-13 13:22:39 -07:00
murgatroid99 7ae3d85f5b Put packages in @grpc scope, add linking scripts 2017-10-12 13:40:18 -07:00
murgatroid99 777d9f8480 Add license notice to several script files 2017-09-22 10:50:58 -07:00
Matt Kwong b3f6644bfb Merge branch 'master' into kokoro 2017-09-19 16:40:56 -07:00
Matt Kwong 0cf704143c Allow npm install without root 2017-09-19 16:27:35 -07:00
murgatroid99 f3706fd7d0 Add clean.all gulp task for test runs, go back to renaming report files 2017-09-19 13:56:48 -07:00
murgatroid99 f11afc5533 Merge branch 'master' into jenkins_test_reports 2017-09-19 10:01:04 -07:00
murgatroid99 18b756f342 Add Jenkins XML reporting to tests 2017-09-18 13:19:00 -07:00
Nicolas "Pixel" Noble c733b451db Addressing comments. 2017-09-18 22:03:36 +02:00
Nicolas "Pixel" Noble 727f5419bb Merge branch 'master' of github.com:grpc/grpc-node into node45 2017-09-16 02:30:16 +02:00
Nicolas "Pixel" Noble 574a2c7fda Adding support for Node 4 and 5. 2017-09-16 02:28:53 +02:00
Kelvin Jin 335d31c875 Update js-core gulpfile and packaging 2017-09-14 16:05:22 -07:00
murgatroid99 3d4dddd8cc Switch to execa. Separate setup and rebuild/test tasks 2017-09-14 10:59:20 -07:00
murgatroid99 769737b969 Create a short command to run working tests from a clean repo 2017-09-13 17:14:40 -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
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
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
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