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 2021/07/04 06:02:31 UTC

[dubbo-js] branch master updated (2783cc1 -> fbd1ec3)

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 2783cc1  fixed: remove check hessian type
     new 6f23693  fix: 完善nacos注册功能
     new 06798f6  enhancement: zk-registry add checkprops and check connection url whether is empty or not
     new 4d20cb2  Merge branch 'fixed-nacos' of github.com:tea-js/dubbo-js into fixed-nacos
     new c66185c  chore: 调整 gitignore and nacos docker sh
     new e478224  feat: 给nacos增加订阅
     new dd3ef88  Merge branch 'apache:master' into fixed-nacos
     new fbd1ec3  Merge pull request #244 from tea-js/fixed-nacos

The 574 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:
 .gitignore                                         |   2 +-
 .../example/standalone-logs/nacos_gc.log.0.current |  12 ---
 .../nacos-docker/example/standalone-logs/start.out |  56 ------------
 dubbo-java/start-nacos-dubbo-service.sh            |   2 +-
 ...{start-etcd-dubbo-service.sh => start-nacos.sh} |   4 +-
 examples/fullstack/hello-api/server-nacos.ts       |   6 +-
 examples/fullstack/hello-service/server-nacos.ts   |   7 +-
 .../src/__tests__/registry-zookeeper-test.ts       |  10 ++
 packages/dubbo-registry/src/registry-nacos.ts      | 101 +++++++++++++--------
 packages/dubbo-registry/src/registry-zookeeper.ts  |   7 ++
 packages/dubbo-registry/src/types.ts               |   3 +-
 11 files changed, 98 insertions(+), 112 deletions(-)
 delete mode 100644 dubbo-java/nacos-docker/example/standalone-logs/nacos_gc.log.0.current
 delete mode 100644 dubbo-java/nacos-docker/example/standalone-logs/start.out
 copy dubbo-java/{start-etcd-dubbo-service.sh => start-nacos.sh} (90%)