You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@skywalking.apache.org by wu...@apache.org on 2020/02/27 01:28:42 UTC

[skywalking-nginx-lua] branch master updated (ac4ba62 -> 3d1c978)

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

wusheng pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/skywalking-nginx-lua.git.


    from ac4ba62  feature: add CI and test cases for ngx lua. (#3)
     add 3d1c978  Revert "feature: add CI and test cases for ngx lua. (#3)" (#5)

No new revisions were added by this update.

Summary of changes:
 .github/workflows/ci.yaml          |  29 ++--------
 lib/skywalking/segment.lua         |  10 ++--
 lib/skywalking/segment_ref.lua     |  21 +++----
 lib/skywalking/tracing_context.lua |  18 +++---
 lib/skywalking/util.lua            | 115 +++++++++++++------------------------
 lib/skywalking/util_test.lua       |  14 ++---
 t/util.t                           |  96 -------------------------------
 7 files changed, 79 insertions(+), 224 deletions(-)
 delete mode 100644 t/util.t