You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@skywalking.apache.org by al...@apache.org on 2020/08/23 04:52:40 UTC

[skywalking-python] 04/05: Merge branch 'master' into kubenates

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

alonelaval pushed a commit to branch kubernetes
in repository https://gitbox.apache.org/repos/asf/skywalking-python.git

commit f256f59e593ee124f459d4335b6e4d63c61f63fe
Merge: 6e00ee5 c733985
Author: huawei <hu...@bit-s.cn>
AuthorDate: Sun Aug 23 12:43:29 2020 +0800

    Merge branch 'master' into kubenates

 README.md                                          |   9 +-
 skywalking/agent/__init__.py                       |   4 +
 skywalking/config.py                               |  35 ++++-
 .../trace/ipc/__init__.py                          |  28 ----
 .../trace/ipc/process.py                           |  34 ++---
 tests/plugin/docker/Dockerfile.tool                |   2 +-
 .../Dockerfile.tool => sw_process/__init__.py}     |  28 ----
 tests/plugin/sw_process/docker-compose.yml         |  60 +++++++++
 tests/plugin/sw_process/expected.data.yml          | 143 +++++++++++++++++++++
 .../services/__init__.py}                          |  28 ----
 .../services/consumer.py}                          |  42 +++---
 .../services/provider.py}                          |  35 ++---
 .../Dockerfile.tool => sw_process/test_process.py} |  34 ++---
 13 files changed, 307 insertions(+), 175 deletions(-)