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/06 15:13:46 UTC

[skywalking-python] branch trace-ignore updated (998dea6 -> 2a84a24)

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

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


    from 998dea6  Add trace ignore
     add 4a083ee  [Doc] Add dev doc and reorganize the structure (#58)
     add 2a84a24  Merge branch 'master' into trace-ignore

No new revisions were added by this update.

Summary of changes:
 .github/workflows/build.yaml          |  2 +-
 CONTRIBUTING.md                       | 37 ++++++++++++++++++++
 README.md                             | 63 +++++------------------------------
 docs/Developer.md                     | 23 +++++++++++++
 docs/EnvVars.md                       | 19 +++++++++++
 docs/PluginTest.md                    |  5 +++
 docs/Plugins.md                       | 14 ++++++++
 requirements.txt                      | 26 +++++++++++----
 tools/env/build_requirements_linux.sh |  6 ++--
 tools/env/setup_linux.sh              | 14 ++++++--
 10 files changed, 141 insertions(+), 68 deletions(-)
 create mode 100644 CONTRIBUTING.md
 create mode 100644 docs/Developer.md
 create mode 100644 docs/EnvVars.md
 create mode 100644 docs/Plugins.md