You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dubbo.apache.org by hu...@apache.org on 2019/10/20 14:51:19 UTC

[dubbo-js] branch master updated (06c649c -> 2e22edf)

This is an automated email from the ASF dual-hosted git repository.

hufeng pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/dubbo-js.git.


    from 06c649c  Merge pull request #142 from sunchuanleihit/master
     new 7f305d8  fixed test suite and document
     new d3a7e1c  fixed: if get getDubboServiceUrls error occurs, continue
     new 2e22edf  Merge pull request #143 from hufeng/master

The 351 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 packages/dubbo/README.md                           |   8 +-
 packages/dubbo/package.json                        |   2 +-
 packages/dubbo/src/__tests__/context-test.ts       |   2 +-
 .../dubbo/src/__tests__/directly-dubbo-test.ts     |   2 +-
 .../src/__tests__/dubbo-hessian-parameter-test.ts  |   2 +-
 packages/dubbo/src/__tests__/dubbo-test.ts         |   4 +-
 packages/dubbo/src/__tests__/dubbo-timeout-test.ts |   2 +-
 packages/dubbo/src/__tests__/socket-worker-test.ts |   8 +-
 packages/dubbo/src/context.ts                      |   2 +-
 packages/dubbo/src/dubbo.ts                        |   2 +-
 packages/dubbo/src/registry/zookeeper.ts           |   7 +-
 packages/interpret-cli/README.md                   | 524 ++++++++++-----------
 packages/interpret-cli/package.json                |   9 +-
 packages/interpret-cli/src/handle.ts               |  71 ++-
 14 files changed, 313 insertions(+), 332 deletions(-)