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 ccd80c9  Delete .travis.yml
     new 61fcdee  fixed: dubbo-tcp-transport forceClose skip retry and update 
dependencies and fixed test suite
     new aeb54d7  fixed: check-license and add license
     new 5671bad  fixed: check-license and add license

The 3 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:
 .husky/.gitignore                                  |    1 +
 .husky/pre-commit                                  |    5 +
 .prettierrc                                        |    6 +
 NOTICE                                             |    2 +-
 README.md                                          |   22 +-
 examples/fullstack/README.md                       |   27 +
 examples/fullstack/hello-api/server-nacos.ts       |    3 -
 examples/fullstack/hello-api/server-zk.ts          |    3 +-
 .../fullstack/hello-api/service/hello-service.ts   |    4 +-
 examples/fullstack/hello-service/server-nacos.ts   |    2 +-
 examples/fullstack/hello-service/server-zk.ts      |    1 +
 examples/fullstack/package.json                    |    9 +-
 .../hello-api/service/index.ts => jest.config.js   |   12 +-
 package.json                                       |   56 +-
 packages/dubbo-common/tsconfig.json                |    2 -
 .../src/__tests__/request-id-test.ts               |   15 +
 packages/dubbo-consumer/src/dubbo-tcp-transport.ts |   10 +-
 packages/dubbo-consumer/src/request-id.ts          |    2 +-
 packages/dubbo-registry/package.json               |    4 +-
 .../src/__tests__/registry-zookeeper-test.ts       |    9 +-
 packages/dubbo-registry/src/registry-zookeeper.ts  |    1 +
 .../dubbo-serialization/src/decode-hessian2.ts     |   17 -
 .../dubbo-service/src/__tests__/port-test.ts       |    7 +-
 .../src/__tests__/dubbo-directly-invoker-test.ts   |    3 -
 .../__tests__/__snapshots__/transfer.test.ts.snap  |    2 +-
 packages/interpret-cli/src/typings.ts              |    2 +-
 scripts/check-license.ts                           |    4 +-
 yarn.lock                                          | 4517 +++++++++-----------
 28 files changed, 2189 insertions(+), 2559 deletions(-)
 create mode 100644 .husky/.gitignore
 create mode 100755 .husky/pre-commit
 create mode 100644 .prettierrc
 create mode 100644 examples/fullstack/README.md
 copy examples/fullstack/hello-api/service/index.ts => jest.config.js (82%)
 copy examples/fullstack/hello-service/service/index.ts => 
packages/dubbo-service/src/__tests__/port-test.ts (86%)

Reply via email to