You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@skywalking.apache.org by ke...@apache.org on 2020/07/27 05:53:43 UTC

[skywalking-python] branch chore/makefile-release updated (a605681 -> cf381c3)

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

kezhenxu94 pushed a change to branch chore/makefile-release
in repository https://gitbox.apache.org/repos/asf/skywalking-python.git.


    from a605681  chore: add make goal to package release tar ball
     add 44e8c44  Add Rabbitmq Plugin (#53)
     add cf381c3  Merge branch 'master' into chore/makefile-release

No new revisions were added by this update.

Summary of changes:
 README.md                                          |   1 +
 setup.py                                           |   1 +
 skywalking/__init__.py                             |   2 +
 skywalking/plugins/sw_rabbitmq/__init__.py         | 108 +++++++++++++++++++++
 .../services => sw_rabbitmq}/__init__.py           |   0
 .../{sw_pymysql => sw_rabbitmq}/docker-compose.yml |  54 ++++++-----
 .../{sw_kafka => sw_rabbitmq}/expected.data.yml    |  26 ++---
 .../services/__init__.py                           |   0
 tests/plugin/sw_rabbitmq/services/consumer.py      |  51 ++++++++++
 .../{sw_kafka => sw_rabbitmq}/services/producer.py |  16 ++-
 .../plugin/{sw_kafka => sw_rabbitmq}/test_kafka.py |   0
 11 files changed, 221 insertions(+), 38 deletions(-)
 create mode 100644 skywalking/plugins/sw_rabbitmq/__init__.py
 copy tests/plugin/{sw_tornado/services => sw_rabbitmq}/__init__.py (100%)
 copy tests/plugin/{sw_pymysql => sw_rabbitmq}/docker-compose.yml (70%)
 copy tests/plugin/{sw_kafka => sw_rabbitmq}/expected.data.yml (79%)
 copy tests/plugin/{sw_tornado => sw_rabbitmq}/services/__init__.py (100%)
 create mode 100644 tests/plugin/sw_rabbitmq/services/consumer.py
 copy tests/plugin/{sw_kafka => sw_rabbitmq}/services/producer.py (67%)
 copy tests/plugin/{sw_kafka => sw_rabbitmq}/test_kafka.py (100%)