Commit Graph

121 Commits

Author SHA1 Message Date
murgatroid99 ffa1d649b0 Add original name aliases for generated client methods 2017-09-19 11:38:43 -07:00
murgatroid99 18b756f342 Add Jenkins XML reporting to tests 2017-09-18 13:19:00 -07:00
Nicolas "Pixel" Noble 84304ff1c2 Splitting kokoro.sh into run-tests.sh. 2017-09-16 01:08:33 +02:00
Matt Kwong d06ab89a70 Add Kokoro config for Linux/MacOS 2017-09-14 17:56:17 -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 d6ec9fbbef Remove test package, fix some gulpfile issues 2017-09-12 13:22:43 -07:00
murgatroid99 739e31a437 Move interop, performance, and stress tests out of the native package 2017-09-11 18:16:04 -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
murgatroid99 a3c1136fb4 Lint and format 2017-08-29 10:27:42 -07:00
murgatroid99 57e78eb9d6 Fix existing tests 2017-08-24 18:30:13 -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 ac1bb50f7e Add metadata + tests 2017-08-17 13:59:50 -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
Kelvin Jin a78e92ab89 Add mocha and gulp test tasks (#5) 2017-08-07 16:11:42 -07:00