Commit Graph

6 Commits

Author SHA1 Message Date
Nicolas "Pixel" Noble 6bc7184542 Adding missing license on a bunch of source files. 2019-03-19 01:06:57 +01:00
murgatroid99 122787f951 Fix js_js fixture 2018-03-12 13:36:48 -07: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 b192adf2a1 test: add requiring fixtures to specify implementation to test 2017-10-25 15:49:18 -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
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