You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dubbo.apache.org by al...@apache.org on 2021/09/04 00:04:57 UTC

[dubbo-go-pixiu] branch develop updated (fa7d18a -> 32c6ba5)

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

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


    from fa7d18a  Merge pull request #243 from apache/fix/onair
     new 7c1afc4  quick start and httpproxy
     new b2b71cd  pretty-print
     new b5dcbab  pretty-print
     new 32c6ba5  Merge pull request #245 from ztelur/quick-start

The 955 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:
 README.md                                 |  50 ++++++++------
 README_CN.md                              |  52 ++++++++-------
 configs/api_config.yaml                   | 106 ------------------------------
 configs/conf.yaml                         |  83 -----------------------
 configs/log.yml                           |  45 -------------
 docs/sample/dubbo-simple-run.md           |  36 ++++++----
 docs/sample/zh-cn/dubbo-simple-run.md     |  36 ++++++----
 igt/Makefile                              |  22 ++++++-
 pkg/filter/http/httpproxy/routerfilter.go |  33 +---------
 samples/dubbogo/simple/start.sh           |  50 ++++++++++++--
 start.sh                                  |  29 --------
 11 files changed, 169 insertions(+), 373 deletions(-)
 delete mode 100644 configs/api_config.yaml
 delete mode 100644 configs/conf.yaml
 delete mode 100644 configs/log.yml
 delete mode 100755 start.sh