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

kezhenxu94 pushed a change to branch license-eye
in repository https://gitbox.apache.org/repos/asf/dubbo-go-pixiu.git.


 discard 5989b36  Add license-eye to check and fix license headers
     add 9cc7c21  Merge pull request #129 from dubbogo/master
     add e50b3f3  add license checker action
     add f2c251e  add license checker action
     add 37a43c6  add license checker action
     add 260bad8  Merge pull request #134 from 
xiaoliu10/add_license_checker_action
     add de8f1cd  add pixiu mascot pic
     add 6f539fe  Merge pull request #135 from xiaoliu10/add_pixiu_pic
     add c04d018  Mod: pic dir in readme
     add e75b3b5  format readme
     add bfa1c54  set image size
     add 19711a4  change image size in readme
     add c02b196  add notice file
     add a76fd9a  add notice file
     add d80a76b  Merge pull request #136 from xiaoliu10/add_notice_file
     add d59b817  Merge branch 'develop' of 
https://github.com/dubbogo/dubbo-go-pixiu into develop
     add 7b7afe3  add commnity qr code
     add d1e5cdb  Replace chinese comment
     add fc2dd65  Merge pull request #141 from xiaoliu10/relpace_chinese_comment
     add 17fadd2  Replace chinese comment
     add ca4d0f5  Merge pull request #142 from xiaoliu10/relpace_chinese_comment
     add df7857c  Work around the "Hound" required check and 3rd-party GHA 
(#148)
     add ec544d4  Remove Hound required check (#149)
     add c445f6a  Remove workaround file
     add 355416c  change package to apache after trasffering to apache (#146)
     add d5f6407  Add important CI checks required back
     add 1f411d7  gofumpt format
     add 60ed707  Merge pull request #150 from wongoo/develop
     add a16efb1  Add reviewdog (#157)
     add 985a285  Fix golint-ci time out issue (#162)
     new 6e39b71  Add license-eye to check and fix license headers

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (5989b36)
            \
             N -- N -- N   refs/heads/license-eye (6e39b71)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

The 1 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:
 .asf.yaml                                          |  30 +++++
 .github/actions/actions-ding                       |   1 +
 .github/actions/review-dog                         |   1 +
 .github/workflows/github-actions.yml               |  10 +-
 .../config.yml => .github/workflows/reviewdog.yml  |  22 +++-
 .gitmodules                                        |   6 +
 .travis.yml                                        |   2 +-
 NOTICE                                             |   5 +
 README.md                                          | 128 +++++++++++++++++++-
 README_CN.md                                       | 130 ++++++++++++++++++++-
 cmd/admin/admin.go                                 |  11 +-
 cmd/pixiu/control.go                               |   6 +-
 cmd/pixiu/pixiu.go                                 |  16 +--
 docs/common/faq.md                                 |   2 +-
 docs/images/dubbogo-dingding.png                   | Bin 0 -> 39890 bytes
 docs/images/dubbogo-wechat.png                     | Bin 0 -> 27216 bytes
 docs/images/pixiu-log.jpg                          | Bin 0 -> 227280 bytes
 docs/sample/dubbo-error.md                         |  10 +-
 docs/sample/dubbo-multi.md                         |   4 +-
 docs/sample/zh-cn/dubbo-body.md                    |   2 +-
 docs/sample/zh-cn/dubbo-mix.md                     |   2 +-
 docs/sample/zh-cn/dubbo-multi.md                   |   6 +-
 docs/sample/zh-cn/dubbo-query.md                   |   2 +-
 docs/sample/zh-cn/dubbo.md                         |   2 +-
 go.mod                                             |   2 +-
 go.sum                                             |   3 -
 pkg/client/dubbo/dubbo.go                          |   9 +-
 pkg/client/dubbo/dubbo_test.go                     |   4 +-
 pkg/client/dubbo/mapper.go                         |   6 +-
 pkg/client/dubbo/mapper_test.go                    |   4 +-
 pkg/client/dubbo/option.go                         |   3 +-
 pkg/client/http/http.go                            |  11 +-
 pkg/client/http/http_test.go                       |   4 +-
 pkg/client/http/mapper.go                          |   9 +-
 pkg/client/http/mapper_test.go                     |   6 +-
 pkg/client/http/response.go                        |  10 +-
 pkg/client/mapper.go                               |   2 +-
 pkg/common/constant/filter.go                      |   2 +-
 pkg/common/extension/discovery_service.go          |   6 +-
 pkg/common/extension/filter.go                     |   4 +-
 pkg/common/yaml/yaml.go                            |   2 +-
 pkg/config/api_config.go                           |  12 +-
 pkg/config/api_config_test.go                      |   2 +-
 pkg/config/config_load.go                          |   5 +-
 pkg/config/config_load_test.go                     |   2 +-
 pkg/context/base_context.go                        |   3 +-
 pkg/context/http/context.go                        |  10 +-
 pkg/context/http/context_test.go                   |  10 +-
 pkg/context/http/util.go                           |   4 +-
 pkg/context/http/writer.go                         |   2 +-
 pkg/context/mock/context.go                        |   4 +-
 pkg/filter/accesslog/access_log.go                 |  12 +-
 pkg/filter/accesslog/access_log_test.go            |   8 +-
 pkg/filter/api/api.go                              |   4 +-
 pkg/filter/authority/authority.go                  |  11 +-
 pkg/filter/header/header.go                        |   6 +-
 pkg/filter/host/host.go                            |   2 +-
 pkg/filter/host/host_test.go                       |   4 +-
 pkg/filter/logger/logger.go                        |   9 +-
 pkg/filter/plugins/plugins.go                      |   9 +-
 pkg/filter/plugins/plugins_test.go                 |   6 +-
 pkg/filter/recovery/recovery.go                    |   9 +-
 pkg/filter/recovery/recovery_test.go               |   2 +-
 pkg/filter/remote/call.go                          |  15 ++-
 pkg/filter/replacepath/replace_path.go             |   4 +-
 pkg/filter/replacepath/replace_place_test.go       |   4 +-
 pkg/filter/response/response.go                    |  15 ++-
 pkg/filter/response/response_test.go               |   2 +-
 pkg/filter/timeout/timeout.go                      |  10 +-
 pkg/filter/timeout/timeout_test.go                 |   4 +-
 pkg/initialize/init.go                             |  16 +--
 pkg/logger/logger.go                               |   6 +-
 pkg/model/authority.go                             |   8 +-
 pkg/model/base.go                                  |   3 +-
 pkg/model/bootstrap.go                             |   3 +-
 pkg/model/cluster.go                               |   2 +-
 pkg/model/health.go                                |   3 +-
 pkg/model/log.go                                   |   4 +-
 pkg/model/router.go                                |   2 +-
 pkg/pixiu/http.go                                  |   4 +-
 pkg/pixiu/listener.go                              |  22 ++--
 pkg/pixiu/listener_test.go                         |  14 +--
 pkg/pixiu/pixiu_start.go                           |  16 +--
 pkg/pool/pool.go                                   |   8 +-
 pkg/registry/consul.go                             |   6 +-
 pkg/registry/util.go                               |   2 +-
 pkg/registry/zookeeper.go                          |   2 +-
 pkg/remoting/etcd3/client.go                       |   2 +-
 pkg/remoting/etcd3/client_test.go                  |  15 ---
 pkg/router/api.go                                  |   2 +-
 pkg/router/route.go                                |   2 +-
 pkg/router/route_test.go                           |   3 +-
 pkg/service/api/discovery_service.go               |  12 +-
 pkg/service/api/discovery_service_test.go          |   8 +-
 pkg/service/discovery_service.go                   |   2 +-
 samples/admin/server/app/server.go                 |   4 +-
 samples/admin/server/app/user.go                   |   3 +-
 samples/admin/server/app/version.go                |   6 +-
 samples/admin/server/config/server.yml             |   5 +-
 samples/dubbogo/http/server/app/server.go          |   4 +-
 samples/dubbogo/http/server/app/user.go            |   3 +-
 samples/dubbogo/http/server/app/version.go         |   6 +-
 .../dubbogo/http/server/profiles/dev/server.yml    |   5 +-
 .../http/server/profiles/release/server.yml        |   5 +-
 .../http/server/profiles/test}/log.yml             |   4 +-
 .../http/server/profiles/{dev => test}/server.yml  |   5 +-
 samples/dubbogo/multi/server/app/server.go         |   4 +-
 samples/dubbogo/multi/server/app/student.go        |   3 +-
 samples/dubbogo/multi/server/app/teacher.go        |   3 +-
 samples/dubbogo/multi/server/app/version.go        |   6 +-
 .../dubbogo/multi/server/profiles/dev/server.yml   |   4 +-
 .../multi/server/profiles/release/server.yml       |   4 +-
 .../dev => multi/server/profiles/test}/log.yml     |   0
 .../server/profiles/{release => test}/server.yml   |   4 +-
 samples/dubbogo/simple/server/app/server.go        |   4 +-
 samples/dubbogo/simple/server/app/user.go          |   3 +-
 samples/dubbogo/simple/server/app/version.go       |   6 +-
 .../dubbogo/simple/server/profiles/dev/server.yml  |   2 +-
 .../simple/server/profiles/release/server.yml      |   2 +-
 .../simple/server/profiles/test}/log.yml           |   4 +-
 .../server/profiles/{release => test}/server.yml   |   5 +-
 samples/http/server/app/server.go                  |   4 +-
 samples/plugins/plugin/access.go                   |   3 +-
 samples/plugins/plugin/rate_limit.go               |   3 +-
 samples/plugins/plugin/trace.go                    |   3 +-
 125 files changed, 589 insertions(+), 370 deletions(-)
 create mode 100644 .asf.yaml
 create mode 160000 .github/actions/actions-ding
 create mode 160000 .github/actions/review-dog
 copy pkg/common/yaml/testdata/config.yml => .github/workflows/reviewdog.yml 
(63%)
 create mode 100644 .gitmodules
 create mode 100644 NOTICE
 create mode 100644 docs/images/dubbogo-dingding.png
 create mode 100644 docs/images/dubbogo-wechat.png
 create mode 100644 docs/images/pixiu-log.jpg
 copy samples/{admin/server/config => 
dubbogo/http/server/profiles/test}/log.yml (96%)
 copy samples/dubbogo/http/server/profiles/{dev => test}/server.yml (90%)
 copy samples/dubbogo/{simple/server/profiles/dev => 
multi/server/profiles/test}/log.yml (100%)
 copy samples/dubbogo/multi/server/profiles/{release => test}/server.yml (94%)
 copy samples/{admin/server/config => 
dubbogo/simple/server/profiles/test}/log.yml (96%)
 copy samples/dubbogo/simple/server/profiles/{release => test}/server.yml (94%)

Reply via email to