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/08/03 12:47:44 UTC

[skywalking-python] branch refactor/python-package updated (0ac3229 -> be7707c)

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

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


 discard 0ac3229  parent cca802553b6892eca7cc0ce9eff1241a006885ba author zkscpqm <qm...@naver.com> 1595084266 +0300 committer kezhenxu94 <ke...@163.com> 1596458512 +0800 gpgsig -----BEGIN PGP SIGNATURE-----
 discard cca8025  Refactor: move __init__.py to individual file
     add 82e7606  Created venv builders for linux/windows and req flashers + use documentation (#38)
     add 38d93b3  Add ability to collect SQL Parameters in PyMsql plugin (#39)
     add 43987a5  Add plugin for Django Agent (#37)
     add 0b0ccdd  Add ignore_suffix Config (#40)
     add cdd2db8  Add Django in document (#42)
     add 0246634  Add Flask Http Params (#43)
     add f4dde90  Add Redis Plugin (#44)
     add 7420f10  Update Redis plugin Component Id (#45)
     add d3c13bf  Test: print the diff list when validation failed (#46)
     add 36a4c53  feature: add Tornado Plugin (#48)
     add 9165b1f  feature: add Kafka Plugin (#50)
     add 3c2fdd0  Enable Django collect http parameters (#49)
     add 2056144  Add changelog for 0.2.0 (#51)
     add 588b3f7  Make plugin compatible with Django < 2.2 (#52)
     add 44e8c44  Add Rabbitmq Plugin (#53)
     add 4b57578  chore: add make goal to package release tar ball (#54)
     add 6b0c2e8  Support propagating correlation context (#55)
     add be7707c  Refactor: move __init__.py to individual file

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (0ac3229)
            \
             N -- N -- N   refs/heads/refactor/python-package (be7707c)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

No new revisions were added by this update.

Summary of changes:
 skywalking/plugins/{sw_django.py => sw_django/__init__.py}     | 0
 skywalking/plugins/{sw_kafka.py => sw_kafka/__init__.py}       | 0
 skywalking/plugins/{sw_rabbitmq.py => sw_rabbitmq/__init__.py} | 0
 skywalking/plugins/{sw_redis.py => sw_redis/__init__.py}       | 0
 skywalking/plugins/{sw_tornado.py => sw_tornado/__init__.py}   | 0
 5 files changed, 0 insertions(+), 0 deletions(-)
 copy skywalking/plugins/{sw_django.py => sw_django/__init__.py} (100%)
 copy skywalking/plugins/{sw_kafka.py => sw_kafka/__init__.py} (100%)
 copy skywalking/plugins/{sw_rabbitmq.py => sw_rabbitmq/__init__.py} (100%)
 copy skywalking/plugins/{sw_redis.py => sw_redis/__init__.py} (100%)
 copy skywalking/plugins/{sw_tornado.py => sw_tornado/__init__.py} (100%)