Commit Graph

62 Commits

Author SHA1 Message Date
murgatroid99 ea7af809ed Fix issues reported by gts clean 2018-03-20 10:33:19 -07:00
murgatroid99 d14b38e022 Pure JS: Pass real service_url to call credentials 2018-03-20 10:04:19 -07:00
Kelvin Jin cdd1620853
Merge pull request #219 from kjin/google-creds
grpc-js: add google credentials implementation
2018-03-15 09:08:35 -07:00
Kelvin Jin 04d7704fa7 Fix call credentials test and use dummy service_url 2018-03-14 16:09:23 -07:00
Kelvin Jin 3b324909b7 Restore stream_closed error code test 2018-03-14 14:03:23 -07:00
murgatroid99 205f237928 Don't handle already-finished call in channel 2018-03-14 14:01:11 -07:00
Kelvin Jin 42ddabe398 Remove generics from credentials 2018-03-14 12:31:14 -07:00
Kelvin Jin e92224ba7b grpc-js: add google credentials implementation 2018-03-14 10:59:53 -07:00
Kelvin Jin 691834cafe grpc-js: fix failing unit test 2018-03-14 10:37:50 -07:00
murgatroid99 73c1c6d663 Add new option to option list 2018-03-08 17:09:14 -08:00
murgatroid99 5e0d34a7b7 Make interop tests use new proto loader, run them with pure js client 2018-03-08 16:42:01 -08:00
Kelvin Jin 921d5ee080 changes to ServiceClient interface 2018-03-06 17:46:39 -08:00
Kelvin Jin a3dc724d39 address comment and use camelCase 2018-03-06 15:06:25 -08:00
Kelvin Jin c29d7db6ed grpc-js: add mCC and loadPackageDefinition 2018-03-06 14:56:12 -08:00
Kelvin Jin 8108cc606e grpc-js-core: update type definitions 2018-02-13 16:43:44 -05:00
Kelvin Jin 5e00d18362 address comments 2018-02-06 14:05:52 -05:00
Kelvin Jin 063e11162e grpc-js-core: change rstStream to close 2018-02-06 13:43:11 -05:00
Kelvin Jin 1d1aa273f0 grpc-js-core: clear deadline timers 2018-02-06 13:43:11 -05:00
Kelvin Jin 6b6443d215 grpc-js-core: clone local metadata before applying filters 2018-02-06 13:43:11 -05:00
Kelvin Jin b8bfc0fcd6 grpc-js-core: keep up-to-date with node-master 2018-02-06 13:43:11 -05:00
Kelvin Jin e351cfe8c4 grpc-js-core: add user-agent 2018-02-06 13:43:11 -05:00
Kelvin Jin bae93fff38 grpc-js-core: split incoming headers on comma for metadata 2018-02-06 13:43:10 -05:00
Kelvin Jin b31f345c8d Revert "grpc-js-core: support propagation cancellation"
This reverts commit 8a31711431071084a3ad972b122a27653fe78be2.
2018-02-06 13:43:10 -05:00
Kelvin Jin 5bd0386d8d grpc-js-core: support propagation cancellation 2018-02-06 13:43:10 -05:00
Kelvin Jin c2fd15584f grpc-js-core: docs for call.ts 2018-02-06 13:43:10 -05:00
Kelvin Jin e3c3c3462f Fix TS compiler errors and pin TS to 2.7 2018-01-31 14:28:39 -08:00
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