This is an automated email from the ASF dual-hosted git repository.
williamfeng323 pushed a change to branch develop
in repository https://gitbox.apache.org/repos/asf/dubbo-go-pixiu.git.
from ac2c232 Merge pull request #234 from MasterKenway/refactor/cli-cobra
new ecb39b6 support for https
new 8e53d1c support for https
new 339787a 修改错误配置文件
new 3e378b4 change test
new 54cf045 go fmt
new bdc3582 fix https
new a42d553 fix https
new 7eca625 Merge branch 'develop' into ver_https
new 7bd8d58 Merge branch 'develop' into ver_https
new 8f702f8 Merge branch 'ver_https' of
https://github.com/zhaoyadong00/dubbo-go-pixiu into ver_https
new 2ba8b81 Delete self signed certificate
new f4b184e Screen file
new 781e29b Merge branch 'apache:develop' into develop
new eb63119 Merge branch 'develop' of
git://github.com/apache/dubbo-go-pixiu into apache-develop
new 40cf0bf Merge branch 'apache-develop' into develop
new 7b8c1ae Merge branch 'develop' into ver_https
new cc2ee1a Merge branch 'develop' into ver_https
new 72f8a70 Merge branch 'ver_https' of
github.com:zhaoyadong00/dubbo-go-pixiu into ver_https
new 21d1957 Merge pull request #213 from zhaoyadong00/ver_https
The 879 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 | 3 ++
configs/conf.yaml | 102 +++++++++++++++++++++++------------------
go.mod | 1 +
pkg/config/conf_test.yaml | 4 +-
pkg/config/config_load.go | 1 +
pkg/config/config_load_test.go | 7 +--
pkg/model/base.go | 9 ++--
pkg/model/bootstrap.go | 4 +-
pkg/model/http.go | 17 +++++++
pkg/pixiu/listener.go | 34 +++++++++++---
pkg/pixiu/pixiu_start.go | 2 +-
11 files changed, 122 insertions(+), 62 deletions(-)