You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@skywalking.apache.org by ho...@apache.org on 2021/02/09 03:22:14 UTC

[skywalking-infra-e2e] branch verifier updated (8afa2d0 -> d12bf36)

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

hoshea pushed a change to branch verifier
in repository https://gitbox.apache.org/repos/asf/skywalking-infra-e2e.git.


    from 8afa2d0  address review comments
     add a945745  Add http action to trigger command (#4)
     add d12bf36  Merge branch 'main' into verifier

No new revisions were added by this update.

Summary of changes:
 commands/{version.go => trigger/action.go}         |  7 +-
 commands/trigger/http.go                           | 78 ++++++++++++++++++++++
 commands/trigger/trigger.go                        | 22 +++++-
 internal/constant/{compose.go => trigget.go}       |  4 +-
 internal/{constant/compose.go => flags/trigger.go} | 11 +--
 5 files changed, 112 insertions(+), 10 deletions(-)
 copy commands/{version.go => trigger/action.go} (93%)
 create mode 100644 commands/trigger/http.go
 copy internal/constant/{compose.go => trigget.go} (93%)
 copy internal/{constant/compose.go => flags/trigger.go} (89%)