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/10/17 11:29:47 UTC

[dubbo-go-pixiu] branch develop updated (5008e12 -> 27066a5)

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 5008e12  Merge pull request #280 from baerwang/develop
     new 001c7cf  document
     new 03927cb  document
     new 85e71c5  Merge branch 'develop' of https://github.com/apache/dubbo-go-pixiu into apache-develop
     new b4253fe  Merge branch 'apache-develop' into doc
     new d5bdbee  update
     new 27066a5  Merge pull request #277 from ztelur/doc

The 1195 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:
 docs/common/README.md                              |   2 +-
 docs/common/faq.md                                 |  12 +-
 docs/common/proxy-arguments.md                     |  11 --
 docs/common/roadmap.md                             |  17 --
 docs/developer/filter.md                           | 207 ++++++++++++++++++---
 docs/index.md                                      |  22 +--
 docs/sample/dubbo/dubbo.md                         |   9 +
 docs/sample/{http => dubbo}/http-body.md           |   0
 docs/sample/{http => dubbo}/http-query.md          |   0
 docs/sample/{http => dubbo}/http-uri.md            |   0
 .../conf.yaml => docs/sample/http/http-http.md     |  33 ++--
 docs/sample/http/http.md                           |   5 +-
 docs/sample/http/http_sample_startup.sh            |  55 ------
 docs/sample/others/jaeger.md                       |  17 ++
 docs/user/config.md                                | 139 ++++++++++++++
 docs/user/installation.md                          |   2 -
 docs/user/response.md                              |  17 --
 docs/user/start.md                                 |  58 +++++-
 18 files changed, 427 insertions(+), 179 deletions(-)
 delete mode 100644 docs/common/proxy-arguments.md
 delete mode 100644 docs/common/roadmap.md
 rename docs/sample/{http => dubbo}/http-body.md (100%)
 rename docs/sample/{http => dubbo}/http-query.md (100%)
 rename docs/sample/{http => dubbo}/http-uri.md (100%)
 copy samples/http/simple/pixiu/conf.yaml => docs/sample/http/http-http.md (64%)
 delete mode 100644 docs/sample/http/http_sample_startup.sh
 create mode 100644 docs/sample/others/jaeger.md
 create mode 100644 docs/user/config.md
 delete mode 100644 docs/user/installation.md
 delete mode 100644 docs/user/response.md