murgatroid99
|
881b82d50c
|
Fix lint errors and formatting
|
2018-04-18 11:32:46 -07:00 |
Michael Lumish
|
5c9a79272d
|
Merge pull request #283 from kjin/v1.11.x-backport-275
Backport #275 to v1.11.x
|
2018-04-17 16:14:01 -07:00 |
Kelvin Jin
|
9112ac194b
|
js: only listen for channel connect event once
|
2018-04-17 14:10:36 -07:00 |
murgatroid99
|
dd3eb9e0f8
|
Add unimplemented errors for several API functions
|
2018-04-17 14:06:52 -07:00 |
Kelvin Jin
|
c0f7afec32
|
js: only listen for channel connect event once
|
2018-04-12 12:17:52 -07:00 |
Kelvin Jin
|
a07b03ab5c
|
test: enable ci for node 9
|
2018-04-11 15:14:05 -07:00 |
murgatroid99
|
27cc80adac
|
Add note about @grpc/grpc-js alpha status
|
2018-04-11 13:29:49 -07:00 |
murgatroid99
|
f5ff760bd3
|
Add README files for new packages
|
2018-03-28 12:52:34 -07:00 |
murgatroid99
|
6c072b1859
|
Update js and protobuf package names
|
2018-03-23 11:18:42 -07:00 |
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 |
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 |